WebResourcesDepot |
- jQuery-ahm: One-Line Ajax Requests
- ChocolateChip-UI: A Mobile Web App Framework
- 99+ Icons – A Vector Set Ideal For Mobile Apps
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 Rather than creating custom callbacks for every Ajax request, jQuery-ahm lets the back-end define Ajax callbacks (handled automatically). 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: Advertisements: |
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. 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: Advertisements: |
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). Special Downloads: Advertisements: |
You are subscribed to email updates from WebResourcesDepot To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
Comments (0)
Post a Comment