Browse by Tags

All Tags » JavaScript (RSS)
Sorry, but there are no more tags available to filter with.

Firebug Lite 1.2 impressions by AGS777

Not to be verbose - I am really disappointed. Why? Because I was unable to use this hopefully excellent tool with my current development project. The reason is that pi.js library used in the current release of Firebug Lite extends native JavaScript objects...
Filed under:

Firefox 3. XSLT Processing Engine bug? by AGS777

I stumbled upon really strange issue while researching unexpected behavior of existing web application under Firefox 3. So, there are ultimately simplified steps to reproduce: 1. XML document: <?xml version="1.0"?> <items> <item> <id>1<...
Filed under:

Array.prototype.slice vs manual array creation by AGS777

In a constant pursuit of new and more effective ways to implement common JavaScript code patterns I've recently found out (sorry for such probably trivial finding but it was a real news for me) that Array.prototype.slice method can be easily used to make...
Filed under:
More Posts