‘Work’ Category Archive
IEnumerable Extensions (.NET)
Feb 01
I’m starting to really enjoy working with C# and LINQ with ASP.NET. I particularly enjoy the IEnumerable extensions which are added by LINQ. I never gave LINQ much credit before. That is probably because I viewed it as a way to allow developers to get away with not knowing SQL. Now that I’ve had theRead the whole post.
Prevent jQuery.live() Handlers From Firing Multiple Times
Aug 05
Recently I was working on something where I needed to use jQuery’s .live() event handling. The problem I was experiencing was that my .live() handler was firing multiple times for the same event. I devised a rather simple way to avoid this issue and I’m going to share it with all of you. The firstRead the whole post.
New Business Card
Mar 16
I’m working on the design for my new personal business card. Please, let me know what you think. I want to know your ideas.
Update: the Windows 7 Beta And Hardware Issues
Feb 18
So far, my experience with the Windows 7 Beta is one of several failed attempts. Each and every time I have attempted to install it, the install has failed. The first time, I realized that the DVD drive I was using was faulty. The next time I attempted to install it I discovered later thatRead the whole post.
Fun with CodeIgniter 1.7.0
Jan 14
I find I enjoy programming with PHP much better than I do with VB .NET. Despite the fact that I like some aspects of VB.NET I still have more control with PHP and CodeIgniter.
