Visual Studio Twilight theme

via lostechies.com Been using this for quite a while now. Excellent theme. Posted via web from solution revolution

Continue Reading

Testing emails without SMTP server

Posted via email from solution revolution

Continue Reading

Flexible Enumerations

A good article about replacing normal enums with something a bit more flexible but still being immutable. http://phazed.com/blog/flexible-enumerations/ I have seen this design pattern before but I do not know if it has a proper design pattern name. Posted via email from solution revolution

Continue Reading

Replace paging with jQuery and subsonic continuous scrolling method

An interesting article by Rob Conery of SubSonic fame about replacing the typical pattern of paging though resultsets N records at a time with a neat jQuery driven scroll forever approach.  This is not a pattern I see too often but one that to me works very well and one that I am considering using on a side project of mine. As mentioned in the article the client side starts off by handling the user...

Continue Reading

Cropper

via cropper.codeplex.com Written in C# as well. Going to give it a go. This and screengrab for FireFox should be all that I need. Posted via web from solution revolution

Continue Reading