Thoughts, theories, and philosophies of an interactive web developer.
AJAX Tutorial with jQuery
AJAX isn’t widely understood. The reality is, it’s actually very simple, especially with jQuery. AJAX is an acronym for Asynchronous JavaScript and XML. AJAX is used to send or retrieve data from a server in a dynamic fashion. Simply put, once a web page is fully loaded, you can use Javascript to invoke a behind...
Magento Product Collections
Using product collections can be very beneficial to Magento developers. In order to understand Magento Product Collections, you should have an understanding of what a Collection is, in addition to having an understanding of Magento Models. In short, a Magento Model is similar to an object in the sense that it contains both data and...

