Web browsers are more or less scriptable rendering engines. These engines usually render text and images but sometimes videos or similar medias too. The rendering process starts when browser receives HTML or markup. Let us look at them step wise Browser received HTML. Parses HTML. Constructs a DOM tree, root of this tree is html […]
Category Archives: JavaScript
Parsing XML with jQuery using XPath or CSS path or CSS Selectors
Parsing XML with jQuery using XPath or CSS path or CSS Selectors
Parsing XML with jQuery
Use jQuery to parse XML, get the code from github
My first Android App or how to develop an Android App using PhoneGap and jQuery?
A small guide to developing Android Apps using PhoneGap and jQuery
Playing with YUI3
I have been playing with YUI3 for a while. Some one with a background in prototype.js and jQuery will find YUI3 bit complicated. To me YUI always sounded like JS toolkit developed by some c++/Java programmer who hated web developers to the core. Well YUI3 tries to be friendly. It took me just 15 minutes […]