- HashCookie Class
My first experience with JavaScript involved creating roll-over effects for websites, I actually thought that was what JavaScript was built for. I've come a long way since then in understanding the potential of JavaScript as a programming language. One interesting aspect of the language is its ability to dynamically add properties to an object. read more
- ASP.NET Calendar Date Range
One of my current projects includes a web-based event calendar. During development I realized that the Calendar control did not have a property or method that would return the first and last date displayed by the control. The following code does just that. read more
- "Writing" a Journal
When I decided to start this journal I didn't expect to build the majority of the actual journal functionality myself, but that is exactly what I am doing. I built this website to share some of my technical experience and I think it's only fitting that my first entry describes the building of the journal itself. read more