JavaScript tutorial series

I will begin a series on how to create a JavaScript framework from the ground up. The purpose of the posts is to explore and create a base library for all the examples in the blog.  The library will be called simplex and you may find the main sequence by following the tag “simplex” in the JavaScriptFramework  blog. See: http://www.javascriptframework.com/tag/simplex/  

Create thumbnails with C#

I added a quick snip on how to use the .NET’s Image class to create thumbnail’s from an image. See it here:  http://www.developercaster.com/2011/05/create-thumbnails-with-c-image-class.html