Recent Posts

6
Comments

Where is my Microsoft Ajax 3.5 library standalone download? by AGS777

Today I visited http://www.asp.net/ajax/downloads/ page to download standalone version of Microsoft Ajax 3.5 client library and used "Download the AJAX Library" button as I surely did many times previously. The landing page contained only the following...
Filed under: ,
0
Comments

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:
8
Comments

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:
2
Comments

.NET Framework 1.1 Service Pack 1 and Page.RegisterStartupScript by AGS777

First, if you are are developing exclusively ASP.NET 2.0+ applications, sorry, there is nothing interesting for you in this post. Second, if you are involved in some ASP.NET 1.1 projects and have no plans to install new development environment, then,...
Filed under: ,
11
Comments

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