Quick tips for improving PHP Performance October 5, 2011August 19, 2017Arvind Bhardwaj 3 Recently I was studying about improving the performance of our PHP code. While surfing through the web I came out with some interesting tips about […]
Learn FILTERS in PHP for Best Security Performance April 12, 2011August 19, 2017Arvind Bhardwaj 3 Today we will learn about a less used but powerful feature of PHP: the FILTERS. This extension filters data by either validating or sanitizing it. […]
Excellent tips to improve your Jquery programming-Part 2 June 24, 2010August 19, 2017Arvind Bhardwaj 0 In part-1 of this tutorial I told you about basics of jQuery usage. Now I will continue this tutorial with more awesome tips and tricks […]
jQuery: Understanding Events to Improve Performance June 20, 2010August 19, 2017Arvind Bhardwaj 0 Let’s look at some of the dos and don’ts of working with events in jQuery. Pay some attention to these tips if you want your […]
jQuery: Data Caching Tips to Improve Performance June 20, 2010August 19, 2017Arvind Bhardwaj 7 In this section, I’ll cover different ways of storing data. Data caching can be really helpful in improving the performance of your web applications. So […]
jQuery: Understanding Selectors to Improve Performance June 20, 2010August 19, 2017Arvind Bhardwaj 1 Most likely, you are familiar with the basic CSS selectors that jQuery provides, but unless you’ve done some digging, you might not be aware of […]