WebResourcesDepot

Posted by | Posted on 13:32

WebResourcesDepot


jQuery-ahm: One-Line Ajax Requests

Posted: 05 Apr 2011 10:01 AM PDT

jQuery-ahm is a tiny (~1kb) jQuery plugin which enables us to create Ajax requests with a smaller code piece.

It is actually a wrapper around the popular $.ajax method and brings a different way of handling callbacks.

Rather than creating custom callbacks for every Ajax request, jQuery-ahm lets the back-end define Ajax callbacks (handled automatically).

jQuery-ahm

Here is an example where all the callback is handled on the server-side:

 <?php $response = array(     // $("#animate").fadeOut("slow").delay("1000").slideDown("fast")     "#animate/fadeOut"   => "slow",     "#animate/delay"     => "1000",     "#animate/slideDown" => "fast", ); echo json_encode($response); ?> 

The bad part is, you move the front-end code and functionality to the server-side. This is not a preferred method for many designers/developers and it is mostly difficult if the front and back-end developers are different persons.

And the nice part is, size of the front-end code can be decreased seriously, specially for websites with lots of Ajax interactions and you get lots of flexibility in managing the callbacks.

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

ChocolateChip-UI: A Mobile Web App Framework

Posted: 04 Apr 2011 10:49 PM PDT

ChocolateChip-UI is a mobile web app development framework that targets WebKit engines..

The framework provides fully functional widgets and controls right out of the box which know how to behave so you can focus only on providing the data.

ChocolateChip-UI

A new concept is introduced by the framework: WAML (Web App Markup Language) which is designed for creating mobile web apps and uses special tags + attributes to clearly define all the parts (rather than divs and spans) for a faster development.

ChocolateChip-UI has most of the elements we get used from iOS like the buttons, tab bar, lists, slider and more.

The framework is very well-documented, provides snippets for the basics and definitely a must-bookmark for mobile web app development.

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

99+ Icons – A Vector Set Ideal For Mobile Apps

Posted: 04 Apr 2011 01:48 PM PDT

Roam Design, an award-winning creative marketing consultancy, is sharing 99+ Icons which is a set of slick, monochrome and vector icons.

The items in the set include actions, media, devices and mobile-specific ones like battery status icons.

99+ icons comes as a .AI file and it is free to be used in personal projects (or in commercial projects with a link back).

99+ Icons

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Comments (0)

Post a Comment