Mar 22
This is the first post in the two-part series of article covering various developments across famous browsers, complying more & more to HTML 5 spec released by W3C, in their latest releases.
Even before the buzz of Web 2.0 came around, the world of internet was already familiar with few players craving for more n more users. We know Internet Explorer, even before any common agreeable standard was observed. The nemesis of that under-achievement is quite known. Continue reading »
Jul 07
I have got a JSP page which after being rendered needs to call an onload event to look for all divs (believe me there are many of them) having some style class assigned to them and hide them from view. This is one of those kitchen sink problem that came back to haunt me making me realize that JS DOM API doesn’t give me anything to fetch elements containing a class as one of its style attributes.
I came across one of the implementation which goes like this: Continue reading »
Recent Comments