0 comments / February 10, 2014

How to redirect from sub folder to root folder using htaccess

When we restructure website url, sometimes we need to redirect url from sub folder to root folder [ public_html ]. This can be done in two methods using htaccess.


0 comments / February 07, 2014

MySQL length and char_length difference

In MySQL, length and char_length functions are used to find number of characters present in string. So which one is best to use and how it differs?


0 comments / February 06, 2014

highcharts hide series name from legend

Highcharts is a rich javascript library which enhances data representations with interactive charts in web applications. But sometimes we need to hide some of default features like series name from legend, find out how can it be done.


0 comments / February 06, 2014

Mysql insert and update in one query

This is one of the great feature available in MySQL from version 4.1, but most of us forgotten this feature or reluctant to use.


0 comments / February 06, 2014

Last executed query in MySQL

MySQL has various log system that can help a user to debug and improve query performance. So find out how to list last executed queries in MySQL.


4 comments / February 05, 2014

Disable or block copy paste in blogger using css

It'll really frustrates, when you find your blog content published in some other websites as their own. We cannot completely block these kind of stealing but we can make it harder to achieve.