Tag Archives: javascript

Tips for jQuery

November 26, 2010

1 Comment

Tips for jQuery

JQuery contains JavaScript code into a whole new level. JavaScript is the bottom to the jQuery model.

Continue reading...

JQuery – An Advanced and Competent Web Development Application

July 30, 2010

2 Comments

JQuery – An Advanced and Competent Web Development Application

jQuery is an efficient framework that squeezes lines of chaotic JavaScript into well-designed, concise code and completely transforms the way animations are performed, add Ajax interactivity, and incorporate rich UI components into your website. This JavaScript framework shows commitment towards strength of design and conceptual modeling required for serious web development applications. jQuery makes it [...]

Continue reading...

Getting introduced to AJAX

July 23, 2010

1 Comment

Getting introduced to AJAX

Asynchronous JavaScript + XML, is not a new technology or a new programming language It is a term coined in 2005 by Jesse James Garrett, which describes a “new” approach to using a number of existing technologies together, including: HTML or XHTML, Cascading Style Sheets, JavaScript, The Document Object Model, XML, XSLT, and the XMLHttpRequest [...]

Continue reading...