Implementing Openlayers Maps - Free Alternate of Google Maps Unknown 8/27/2012 Openlayers makes it easy to put a dynamic map in any web page. It can display map tiles and markers loaded from any source. OpenLayers has... Read More
Highlight Threaded Author Comments on Blogger - The Simplest Way Unknown 5/29/2012 4 comments If you have implemented the threaded comments on your blogger blog then it is a bit tricky to highlight the author comments. The template h... Read More
How to Test PHP Emails on Localhost Unknown 5/08/2012 1 comment While developing web applications on localhost you must have always missed the functionality to send mails. As localhost does not support e... Read More
Magento Customer Chat Extension - Live Demo Released Unknown 5/03/2012 4 comments I have released the live demo of my 'Customer Chat' extension for Magento. If you still dont know what this extension is, read thi... Read More
Learn Object Oriented Programming Concepts in JavaScript Arvind Bhardwaj 7/01/2011 1 comment If you are a JavaScript lover then you must have always missed the Object Oriented programming concepts in JavaScript. You must have dreamt ... Read More
Learn FILTERS in PHP for Best Security Performance Arvind Bhardwaj 4/11/2011 3 comments Today we will learn about a less used but powerful feature of PHP: the FILTERS . This extension filters data by either validating or sanitiz... Read More
Implementing Moneybookers Payment Gateway with PHP Arvind Bhardwaj 3/30/2011 32 comments Today we will integrate a Payment gateway in our website. We are going to implement Moneybookers Payment Gateway . Moneybookers provide an e... Read More
Loading JavaScript Dynamically using jQuery Arvind Bhardwaj 3/19/2011 2 comments If you are creating a web2.0 application, then your web pages may have all possibilities of being overwhelmed with a number of JavaScript fi... Read More
Creating Stylish Graphs with PHP & Yahoo Charts Arvind Bhardwaj 3/10/2011 1 comment Few days back I was searching for some chart or Graph API to insert graphs in my web application. Then I encountered Yahoo Charts, and I sta... Read More
Quickview: My First Magento Extension Arvind Bhardwaj 1/20/2011 9 comments Quickview allows you to quickly view and add a product to cart (without opening the product view page). Quickview shows you all the necc... Read More
Google like Instant Preview using jQuery & base64 Image Encoding in PHP Arvind Bhardwaj 1/15/2011 4 comments This time I have tried to create Google like instant preview feature using jQuery . All of you guys have already seen the instant preview se... Read More
Cross Domain Posting using PHP and JavaScript: ITS POSSIBLE! Arvind Bhardwaj 12/19/2010 3 comments Well.....finally i have worked out how to post cross-domain data which is restricted by browser's security policies. WHAT IS IT?? This... Read More
The Best Movies for Programmers :Softcore porn! Arvind Bhardwaj 12/19/2010 If you’ve done even a little programming then you’re also good at finding ways to waste time watching things vaguely related to it. Admit... Read More
Google Font API : Fonts Free-defined to Beautify Your Web Apps! Arvind Bhardwaj 9/28/2010 1 comment If you are fed up with those old font families like Tahoma, Verdana, Serif and all that stuff, then there is a good news for you. Google is ... Read More
7 Most Useful Regular Expression Snippets Arvind Bhardwaj 9/28/2010 7 comments Regular Expressions can make the life of a programmer very easier. With Regular Expressions, validations just melt down to a single line of ... Read More
Simple Password Strength Meter with jQuery Arvind Bhardwaj 9/26/2010 People generally do not realise the power of regular expressions. If utilised at right places, regular expressions can be very helpful. In t... Read More
Introduction to Web Workers in JavaScript Arvind Bhardwaj 8/16/2010 1 comment The term 'Web Workers' is new to most of the web developers as well as web clients. Even I could not interpret it correctly when I h... Read More
Create Admin (Backend) Module in Magento with Grids Arvind Bhardwaj 8/10/2010 74 comments If you are creating an admin module for Magento ( learn creating admin module in Magento ) then you would surely be asked to create grids (... Read More
Create Your First Admin (Backend) Module in Magento Arvind Bhardwaj 8/09/2010 111 comments Creating an 'admin module' for Magento can eat up your head if you are doing it for the first time. But believe me, after reading t... Read More