2nd June 2008

Great Javascript frameworks

Javascript is and has been the best client side scripting language so far.  I increases the usability and reduce the server resource usage when used wisely. Ajax is a technology built around Javascript and that alone has greatly advanced the web based applications.

 eg. Sites : 123Surveys | LoversArea | MathChimp | TrulyGay | TLDSpy

Though we can code in pure javascript there are some Javascript frameworks that ease the development. Thease are;

javascript.jpg

Prototype

Prototype is one of the earlier Javascript frameworks and is also included in the Ruby on Rails framework. It aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.

eg. Sites : CNN | The New York Times | Digg | Apple | Veoh.com | TypePad | Fox News Channel | Finetune | iLike | Last.fm | Twitter | Hakia | YouSendIt

JQuery

JQuery is a framework that has received a lot of attention due to its speed, size and smart modular approach which has led to a big library of plugins. jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.

eg. Sites : Digg | BBC | Major League Baseball | Dell | IsoHunt | Break.com | TinyPic | FixMyMovie | eMusic | Kayak |Box.net

  

MooTools

Just like other Javascript frameworks, MooTools contains several functions to help development. One of the more known ones is its advanced effects component.  MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API. MooTools code respects strict standards and doesn’t throw any warnings. It’s extensively documented and has meaningful variable names: a joy to browse and a snap to understand.

 eg. Sites : Mint | Worth1000 | Bebo | Vimeo

Yahoo! UI Library (YUI)

Yahoo has developed its own Javascript framework. They use it for their own websites, but have also made it freely available to others. This user Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX. The YUI Library also includes several core CSS resources. All components in the YUI Library have been released as open source under a BSD license and are free for all uses.

eg. Sites : Yahoo! Shopping | Zillow | Bebo | YouSendIt | ImageShack | LinkedIn | Walmart.com

posted in Api, Web Tools | 0 Comments

8th April 2008

Google App Engine

Run your web applications on Google’s infrastructure.
Google App Engine enables you to build web applications on the same scalable systems that power Google applications.  The beta release is ready for the developers.

And here is a Video showing how easy it is to use the App engine.

posted in Api, Google | 0 Comments

28th August 2007

Google Maps API vs Live Maps from Microsoft

Both thease APIs are great.

Google Maps

Live Maps

posted in Api, Google, Web Tools | 0 Comments