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 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 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.
In Web Browser control of .NET Winform, there is no drag & drop event. But we had a requirement to catch the dropped files. By using before navigate event, we can catch only…
This plugin uses to add in the ticks and circles which allows far greater customization as well as scalability and ultimately much greater control over the check boxes and radios…
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…
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 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…
Some of code issues traced and workout for Windows/linux by C++ 1. Accessing system related functionalities: Windows and Linux have following different memory structure. So need to develop separate code…