Welcome to Geekdojo Sign in | Join | Help

August 2006 - Posts

... when strings are so flexible. Seen all over some production code. string isValid = SomeDbFunction() == "" ? "T" : "F";...if(isValid == "T"){    ...} // The best partif(isValid != "F"){    ...} Read More
Patrick updated his Flickr plug-in to 1.8 a couple weeks ago with a bug fix and compilation against the newest Flickr API and I accidentally deleted his trackback while trimming spam. Look for the update at the bottom of the post. Read More
I am now working on the next version of Cropper. It is still a couple weeks from release but I thought I would release the visualizer I created and have been using during development... Read More