Blog

Explore HTML5 Local Storage

Explore HTML5 Local Storage

In the dynamic web we have to keep track of user information and we need to store some data in client machine either for browser session or persistent upto a period. There are many advantages on storing data like reducing server request, increase performance and totally working offline.
FACEBOOK HACK

FACEBOOK HACK

Facebook just released a new programming language, HACK - a language based on PHP that introduces several great enhancements It allows programmers to write code faster while more easily avoiding…
Asynchronous Programming : Site Speedup Techniques

Asynchronous Programming : Site Speedup Techniques

Asynchronous programming allows developers to write faster code by running multiple parallel tasks at the same time. This contrasts with the traditional synchronous programming on which programs perform a task and do nothing else besides waiting for the task to finish before proceeding to the next task.
Come Fast my “CSS & JS”

Come Fast my “CSS & JS”

A slow loading web page wastes the precious time of so many visitors. The loading speed of a website depends on several factors, of which loading CSS & JS files…
Javascript Fun !

Javascript Fun !

Write javascript using symbols only, like (_ $ [ ] { } + -). But the code length will be huge for small script. eg : The following code will…
Memcache – PHP data caching method

Memcache – PHP data caching method

Memcache modules are used to cache any type of data in memory to reduce the repetitive database load time. Memcache and client tools installation steps 1) Install memcache and client…
Zurb launches Foundation 5

Zurb launches Foundation 5

Zurb launches Foundation 5 for front-end devs with 3 key features: fast, faster, and fastest High-end site builder Zurb is launching the fifth iteration of its popular Foundation framework for front-end web…