Browsing articles tagged with " Ajax"
Apr
7

jQuery AHM – A Better Way To AJAX

By Vinod  //  All, Javascript  //  1 Comment

Jquery-ahm is a light-weight jquery plugin that reduces ajax requests to one-line.

Features

jquery-ahm is a replacement for $.ajax. With $.ajax, every ajax request needs a callback, resulting in a lot of javascript. $.ahm reduces javascript code by letting the response data define the actual callbacks.

  • Super light-weight: ~1KB minified
  • Reduces ajax requests to one-line (including ajax form validation)
  • No more custom callbacks for every ajax request
  • Lets back-end define post ajax callbacks (applied automagically)
  • Supports all jquery + custom callbacks in back-end code
  • Drop in replacement for $.ajax() (supports all $.ajax options)
Sep
22

jQuery Ajaxy

By Vinod  //  All, Javascript  //  1 Comment

jQuery Ajaxy allows you to easily upgrade your web site into a full featured Ajax web application. It aims at solving complicated AJAX Paradigms by providing you with a easy managed solution to bind into page state (URL Hash) changes, AJAX form submits, and support AJAX links.

Features

  • It’s unbelievably simple to upgrade your ordinary links and forms into Ajax requests by just adding a CSS classname.
  • You already have automatic support for tracking state changes in your now web application so you don’t have to worry about this at all – we do it for you. This allows it so the user can still use those back and forward buttons, or even send the page URL to a friend and see the same thing!
  • You can even submit forms via Ajax with confidence, without having to do any extra server side code.
  • You will also have the ability to control your web applications state manually through your code for advanced circumstances.
  • You will still have support for classical anchors despite us using hashes for our web application states! This means you can still direct your users to particular content on a webpage using a link like: my/web/page.html#the-content-to-scroll-to
Sep
9

Sweet AJAX Tabs With jQuery 1.4 & CSS3

By Vinod  //  All, Javascript, Tutorials  //  1 Comment

tutorialzine has nice tutorial on Sweet AJAX Tabs With jQuery 1.4 & CSS3

Sep
7

ColorRating – A PHP/jQuery based 5-star Ajax rating script

By Vinod  //  All, Javascript, PHP  //  1 Comment

ColorRating requires no database setup or administration as it comes with it’s own SQLite database, making deployment as easy as unzipping the files.

ColorRating is small – only 5kbs of CSS/JS/PHP – and degrades gracefully for users without JavaScript.

May
21

Google’s AJAX APIs Playground

By Vinod  //  All, Javascript  //  1 Comment

AJAX APIs Playground is an educational application designed to show interactive code samples for some of Google’s coolest Javascript APIs.

Play with the API without having to build.
Some features are features are:

  • Break points (simulated in Javascript)
  • Firebug Lite in output for debugging
  • Line numbers in code editor
  • Ability to edit HTML of samples