Dynamically Building Arrays in .NET
Ok so this is one of my favorite tips in .NET. Of course, there are a lot of things I like about the framework, but anyhow… A lot of times […]
Continue ReadingRegular Expression HTML Matching
I’ve been doing some HTML parsing & cleaning lately, which often involves a lot of regular expressions. Turns out that .* doesn’t match across newlines, though, so that if you want to […]
Continue ReadingMemoryStream Mail Attachments in .NET 2.0
I was having some odd errors sending MemoryStreams as email attachments and I wasn’t finding samples on the web that worked (or compiled). I was finally able to figure out that […]
Continue ReadingSending multipart MIME emails using .NET 1.1
If this were an ordinary post I’d show you a bunch of code illustrating how to send multipart MIME emails using .NET. But yesterday I ran across DotNetOpenMail, an open-source […]
Continue ReadingAJAX Links
I forgot to include links for some of the libraries I used in my talk at Code Camp: Atlas — http://atlas.asp.net Anthem — http://www.anthemdotnet.com Prototype — http://prototype.conio.net/ script.aculo.us — http://script.aculo.us/ […]
Continue Readingscript.aculo.us and Atlas — Ajax buddies?
I’ve spent a lot of time lately playing with Atlas & I’m enjoying working with it, despite the huge javascript payload. I wanted to incorporate some script.aculo.us effects into an […]
Continue ReadingCode Camp 2006 Presentation Download
You can download the slides & code from Code Camp 2006 (Ajax and ASP.NET) here. Note the projects are for VS2005.
Continue Reading