Logo Background RSS

My-BIC = Easy Ajax

  • Written by vinuvinu 3 Comments3 Comments Comments
    Last Updated: March 8th, 2006

    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

    Bookmark and share:
    • del.icio.us
    • Digg
    • StumbleUpon
    • BlinkList
    • blogmarks
    • Furl
    • Slashdot
    • Spurl
    • Technorati
    • YahooMyWeb
    • description
    • Facebook
    • Google
    • Live
    • Ma.gnolia
    • NewsVine
    • Reddit
    • TwitThis

Advertisement

  1. #1 Samuel
    March 25th, 2006 at 2:03 am

    cool,thanks for the find. I’ve been looking for a decent php/ajax framework

    Post ReplyPost Reply
  • Trackback: macspert Trackbacks
  • Trackback: macspert » Blog Archive » some more Ajax where it really makes sense Trackbacks
  • Leave a Comment