Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Caching in Apache

Caching is an important feature to improve the performance of Apache server. By creating the caching rules effectively, we can conserve a good amount of resources and the content access by the user is significantly fast. Apache offers several methods

How does KeepAlive setting in Apache 2.4 help

Keep-Alive is a Directive in Apache that is used to maintain a persistent connection between client and server, which prevents a connection from breaking. It is also known as HTTP keep-alive, When we put KeepAlive Directive "on" it the allows same TC

How can do caching in Core PHP?

To implement caching in core php follow the below steps : - Step 1 - Firstly create a folder having write permission where we store the output of the page. Step 2 - At the start of file, please check whether we have already stored any output

How to Disable Comments Section on Wordpress Page

To disable comments section on any page in wordpress. You need to open Admin Panel and follow the below Steps: 1) Click at Pages --> All Pages on left menu 2) Now can see listing of all pages, please mouse over the page you want to disable commen

Nginx: How to install Nginx server on Ubuntu 14.04

Why to use Nginx? Nginx is the most popular web servers in the world. It is used for hosting websites and it holds highest traffic sites on internet. It is more resource friendly than Apache. Step 1: Installing Nginx Firstly update the packages an

How to create simple module in Drupal 8 ?

In Drupal 8, all the custom modules will go in the module folder in the root directory. Here are the steps to create a simple custom module to print hello world in Drupal 8:   Step 1. Create 'mymodule' folder under modules folder in t

How to handle Error 404 in ASP.NET MVC

In the following article we will learn how to handle 404 errors in ASP.NET MVC gracefully. The first step will be to set up the custom errors page by making the following settings in web.config: <system.web> <compilation debug="fal

Methods to recover or reset admin password in Joomla 2.5 and higher versions.

In joomla you can change the password from back-end normally. For this you need to login to your back-end and go to Users -> User Manager. A list of users appear. Click the name of the admin and an edit form will appear. Now from here you can chan

Configuring WordPress for Browser Caching

Hello readers! Today we discuss about "How to Leverage Browser Caching in WordPress" (Configuring WordPress For browser caching). Browser caching:- Browser caching helps to reduces the request per page in numbers which results to reduce server load

Basic Caching in Rails

What exactly is caching and how do rails try to achieve it. Well basically rails provide us with an automatic caching feature which help us in increasing the speed of our site by reducing the amount of time consumed by making frequent call to either

1 6 170
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: