On the road again...

The life of a .NET commuter.

August 2008 - Posts

Funny Wallpaper???

So, what is this funny wallpaper thing that seems to be spamming this site?  

"Pingback from  funny wallpaper » Create HotKey combinations with jQuery"

I've seen it on pretty much every post on this site for the past month or so. 

Interestingly enough, every single post on this site (yes I went...  virtual machine)... starts with...

mswanson wrote an interesting post today on
Here’s a quick excerpt

(wrong name incidentally).  

Anyway.  Does this bug anyone else but me?

Posted: Aug 22 2008, 04:55 PM by du8die | with 4 comment(s)
Filed under:
Create HotKey combinations with jQuery

Here's a great little script that allows you to easily map hot-key combinations using the jQuery library.

http://code.google.com/p/js-hotkeys/wiki/about

If you haven't seen the jQuery libray yet, check it out.

Case-Sensitivity in ASP.NET (VB)

Note to self, and anyone else who cares...

ViewState("ReferrerURL") is not the same as ViewState("ReferrerUrl").

Same with Cache object names.  Apparently VB does *kinda* care about case sensitivity...

 

More Posts