JavaScript
Anything and everything to do with JavaScript.
When Microsoft first released its AJAX framework codename Atlas, at the time, they also released a collection of community created controls called the AJAX Control Toolkit. This toolkit has become quite popular and highly useful, however, I found that one of the most popular controls that I was using was the collapsible panel extender. This gave the user an easy way to create a simple collapsing effect within their website. This is nice but I found I wanted to implement this effect on sites that I was not using any of the other AJAX features. So I set out to...
Today I was tasked with creating a simple wait page that could be used throughout our web application. This is very simple and can be quite robust with some simple Java scripting. However, here comes the bombshell, we have clients that are using Windows 95 so anything that is implemented in java script has to have an alternative. So I thought for awhile, I figured that the clients that where using Windows 95 would be used to waiting so showing them a waiting page was not very important to me. So here is the solution I came up with.
If you take a look at...