It’s been a while since my last post. As I wrote in my new article i posted at Inchoo.net, the more I know on Magento the less I write about it
Here is a new article titled: Advanced search in Magento and how to use it in your own way. This one is a direct result of one of our clients request on advanced search form and the way how to use it.
Magento
advanced, form, Magento, reuse
I am working on a project that has a lot of user input forms. Forms are used to submit entries to MySQL database. Submitting values to forms and processing them trough some PHP logic is no news for PHP.
The problem I encountered while developing my application was the mapping of values from database to $_POST variables and vice verse. This may not sounds like a that big of a deal but when you have more than a dozen of functions returning array of information that needs to be edited trough forms that mapping all those can be a overkill task. Read more…
PHP
binding, form, PHP
The greatness of JavaScript is… damn, why do I even bother. We all know what JavaScript can do. It brings life to your web site. If done right it can make your site more user friendly, accessible, functional and so on. In this example I’m gonna show you how to add Ajax into your web forms. I’ll be using my favorite JavaScript framework, jQuery.
Ajax with jQuery is extremely simple. If you browse to this url, you will clearly see supported methods for Ajax Requests and Ajax Events. I really like jQuery documentation. Seems very good organized. If you click on one of the method names, let’s say jQuery.ajax you will see 3 main navigation tabs at the top: Overview, Options, Example. Read more…
JavaScript, jQuery
AJAX, form, JavaScript, jQuery
Recent comments