Archive | Tips RSS feed for this section
Final disqus comments paging design

How To Improve DISQUS Comments Paging With Custom CSS In Less Than A Minute?

Improve the DISQUS comments paging design in just 4 quick steps Do you have a DISQUS comments system installed for your blog or website? If yes, then I am sure you will love this small and quick design tip. I will help you to improve the paging design which comes at the bottom of the [...]

Read full story Comments { 4 }
Guidelines for 404 error pages

Guidelines For Creating Content Rich And Useful Custom 404 Pages

When you work on a project which produces hundreds and thousands of dynamic pages each day, there might numerous number of issues to deal with. There is very common issue to deal with is “404 Error” or “File Not Found” error. This is something you need to take care at the early stage of project [...]

Read full story Comments { 2 }
PHP Coding Tips

10 Recommended PHP Coding Tips To Enhance Your Daily Coding Skills

Some say code is beauty, some say code is poetry and it is up to you (the developers) who writes such poetry and make it a beauty. Beautiful written code prevents coding hazards, took less time to understand by any other developers. So, no matter if you are a novice developer or an advanced developer, [...]

Read full story Comments { 7 }

How To Disable Facebook Ticker From Sidebar? [Google Chrome Extension]

Are you getting annoyed with the facebook sidebar ticker? I am sure you must have annoyed by this “useless” so called “new sidebar ticker” feature of facebook. I just hate it and this is the only thing which forced me to write this extension for chrome. As a chrome user, I was searching for some [...]

Read full story Comments { 6 }

How To Reset AUTO_INCREMENT Attribute Of A Column In MySQL Table

An AUTO_INCREMENT used to increase the number value automatically in database table. At the time of product, web application development we do lots of testing and one of them is also includes putting dummy data into the tables. Later, we do deletion of such data but most of the time we tend to forget re-setting [...]

Read full story Comments { 1 }