Thursday, December 15, 2011

How to make awesome web sites easily

  Today I've learned about JQuery and some plugins such as JQueryUI and JQGrid, and dam, do they make really nice visual additions to any page you are making. And to help, the documentation for these 3 is really good, detailed and with lots of code examples and demonstrations. 

  Things like this can be made with no more then a couple of lines


  JQuery: "Write less, do more". JQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. It works on any browser that has script enabled (JQuery takes care of what code to use depending on the browser), supports CSS 1 to 3 selectors even if the browser doesn't, and it's really compact about 31KB in size.


  JQGrid: is a complex plugin for JQuery that makes really good looking tables with lots of options like paging, filters, search and so on. It'll require a decent amount of study to understand how it works.

This is a simple example of how awesome tables can look with the help of this plugin


  JQueryUI: jQueryUI provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications.

  here are some examples of things that can be made easily with the help of JQueryUI.

Happy programming, hope this helps you making new and improved web sites,
Bloody out

No comments:

Post a Comment