Archive | Performance RSS feed for this section

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 }

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 Make Web Pages Load Faster While Using CSS?

HTML specifications clearly defines the way front-end engineers should code the html document though browsers are making us lazy to follow these rules. We do mistakes and do code the html documents in a wrong way. On top of that, browsers helps us more to do more mistakes by ignoring such problems and renders the [...]

Read full story Comments { 3 }