Jon Galloway
-
[asp.net] Simple utility function to return all selected values from a CheckBoxList
The ASP.NET CheckBoxList.SelectedValue property only returns first item selected. The MSDN solution is ugly - iterate the CBL items checking each one to see if it's selected.
-
JavaScript only pretends to support function overloading
I frequently use method overloading a lot in my C# code to allow optional parameters, so when I wanted to implement a simple popup function with optional support for virtual root and website based on the url, here's what I came up with:
-
Splitting Camel Case with RegEx
Phil posted some code to Split Pascal/Camel Cased Strings a few days ago. We had an offline discussion on doing this via RegEx.
-
[Fix] View Style Information disabled on Firefox Web Developer Toolbar
Some of the tools in the Firefox Web Developer Toolbar extension require that you install Firefox with the Developer's Tools option. If the "View Style Information" menu option is disabled this means the Dom Inspector is not installed.
-
From/Select and Select/From in LINQ
I'd been wondering about the FROM/WHERE/SELECT syntax in DLINQ. I'm used to the SQL SELECT/FROM/WHERE approach. Turns out that I'm late to this party - this was (of course) discussed at the PDC, and has been under some discussion since then.
-
[link] TransferBigFiles.com
TransferBigFiles.com makes it easy to send files that are way to big for e-mail - up to 1GB. You upload the file(s) via their website and enter the recipient's e-mail (and some optional things, like a password). The recipient gets an e-mail with a download link and has five days to pick it up. It's a free service from the good folks at Axosoft.
-
[fix] IIS Unexpected error 0x8ffe2740 occurred - Skype on Port 80
"Unexpected error 0x8ffe2740 occurred" is not a particularly helpful error message. It just means IIS can't start a website because port 80 is already in use.
-
[Fun] SomePreparedRemarks.com
Eric Lawrence (the evil genius behind Microsoft Fiddler) links to SomePreparedRemarks. These are pretty durn funny.