Welcome to SpellCoder Sign in | Join | Help

August 2007 - Posts

" Anthony Moore has some guidance on when to use DateTimeOffset vs. DateTime: Use DateTimeOffset whenever you are referring to an exact point in time.  For example, use it to calculate "now", transaction times, file change times, logging event times, Read More
Everybody loves to be called innovative - it's a badge of honor that every designer and developer appreciate to be attributed with. 'Innovation' returns 130,000,000 Google search result.   This guy for example innovated when he created a simple Read More
{ImageGallery root="\events"} {loop collection="#Pictures#" var="Pic"} <img src="#Root#\#Pic.Name#" /> {/loop} {/ImageGallery} This is a work on progress for Havana Image Gallery support. .csharpcode, .csharpcode pre { Read More
Havana is based on a principle that a CMS is Content API + URL Mapping + Faceplate for Input +  Templating Engine + Scriptability. I outlined this in my post back in January.   The system is now out for production use for the first time at http://www.loopfootdoc.com, Read More
I have been programming exclusively in C# 3.0 and IronPython daily in the past 2 months (and partially 4 months before that) for Havana and these are my impressions on them so far. var keyword in C# 3.0 is actually a big deal. Yes, you might scoff Read More