
Search In
Many people prefer reading through Kindle application as they find it as the cheaper and convenient way to access unlimited titles. But, at times you might not be able to download some books using your Kindle app. So, today we will discuss the steps
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
Hello Friends,
If you are new in Magento and looking to learn development in this framework. This is the first step to disable "Cache" before making any development activity other wise your development changes will not reflect on your serv
This tutorial will help user learn how to disable the compression of files.This can be done by disabling apache gzip. For example let us say that we want to disable compression for mp3 files, which a client get as a response by hitting a particular u
Hello Readers,
When we log in to the Joomla administrator site and we find out the error like:-
unable to log in to the Joomla administrator site.
JAuthentication::__construct: Could not load authentication libraries.
Username and password do not
Web page caching
Lets we use the caching in codeigniter to achieve the maximum performance.
While CodeIgniter is quite fast, the amount of dynamic data you display in your hypertext pages will correlate directly to the server resources, memory, and
To completely disable caching application wide, you will have to edit /app/config/core.php and change the line
Configure::write(‘Cache.disable’, true);
This line is commented by default and you will have to remove comment to disable caching.
If th
Hold the existing variable and override it
grasp and override the existing variables, to do it we use a function in the template.php file
For example
<?php
function themename_preprocess(&$vars){
$var['title'] = 'your text here';
There are critical factors to be considered before the launch of any technological invention. In the case of popular mobile apps, before their design and promotion, developers should consider a variety of factors to ensure success of their apps. For
Hello all,
In asp.net we show our database records in tabular format using GridView control and to export that GridView Data to excel, we can use following code packet.
protected void gridViewExportToExcel()
{
if (GridView.Rows.Count &
