Monday, March 21, 2011

Power your web application using PHP & Spry

Spry Framework:
This framework for Ajax is a JavaScript library that provides an easy-to-use yet powerful Ajax functionality which allows designers to build pages  incorporate XML, JSON or HTML data into pages using HTML, CSS, and a minimal amount of JavaScript, without the need for refreshing the entire page.


Spry is geared towards web designers, not web developers.


Let me list how spry helps web developers
  • Form Validation: developers always waste a lot of time on validating a form. That is, restricting integer to a text box, accepting a particular format of date, validating email ids, submission of form only if the mandatory fields are filled etc. All these can be done on a single click. Dreamweaver CS4 integrates Spry 1.6 which simplifies our designing and validation works. Click for sample
  • Autosuggest: You might have noticed the feature of gmail where they provide a list of matching email ids when we type in the TO field. You can provide this feature in your application using Spry framework.
  • Paged View: The mysql query resulted you with a 1000 rows but printing all of them into a single page looks ugly and also its time consuming. Dont worry! Spry has solution for that also. Click here.
  • Sorting: Sorting a table content like we do in "datagridview of .net ". Click here for sample.
  • Even/Odd Row: Dont you want to display your table like this. Oops sorry Click Here.
  • Tool Tip: Do you want to see how a tooltip works.. Click Here.
  • Spry Effects: I always need some help from my friends who can animate my site. I always eat their head. Don't disturb your friends. Spry will make the minimum effects for you.click here.
The Spry framework is directly integrated into Adobe Systems's Dreamweaver CS3 which simplifies your work again. So gear up your application with Spry. Any doubts in development just mail to solutiomagister@gmail.com

No comments:

Post a Comment