Here’s a framework for Ajax which is trying to make Ajax programming a lot easier and simpler. My-BIC provides support for XML, JSON and Text based Ajax transactions and works on Safari, Firefox, IE and Opera.
Submitting forms with ajax used to be a pain, you had to create your own query strings and send it to the server… no longer with My-Bic. Watch how easy sending a form with 20, 30, 40, 50 or more fields is:
1.
2. var formVars = ajaxObj.getForm('yourFormID');
3. ajaxObj.call('action=postComment' formVars);
4.
That is it my friend! You just create your form with an ID and pass it on in and My-Bic will do the rest. It supports text, textarea, checkboxes, radios, single select, multiselect, arrays, and passwords! To PHP it will look the same as any other form variable submitted to your website. Check out the demo Forms Test
Link: My-BIC = Easy Ajax

Samuel on March 24, 2006
cool,thanks for the find. I’ve been looking for a decent php/ajax framework
Samuel on March 25, 2006
cool,thanks for the find. I’ve been looking for a decent php/ajax framework
macspert on July 5, 2006
some more Ajax where it really makes sense…
looking around at the different frameworks it was quickly evident that the minimal solution would be the best: my-bic just does the dirty work around the asynchronous communication – all the set-up is completely configurable by the developer…
macspert » Blog Archive » some more Ajax where it really makes sense on July 6, 2006
[...] Several other blogs have discussed my-bic before me: http://www.mipsscan.com/2006/03/easy_ajax.html http://ajaxian.com/archives/my-bic-ajax-state-of-mind-for-php-harmony http://blogs.vinuthomas.com/2006/03/08/my-bic-easy-ajax/ http://marksdigital.com/blog/2006/03/04/my-bic-easy-ajax/ http://www.burnmytime.com/blog/2006/04/27/my-bic-vertrigoserv-killer/ [...]