Welcome to SpellCoder Sign in | Join | Help

March 2007 - Posts

This is an article by Clinton Forbes explaining why scripting languages are popular for web applications.As far as performance goes, both the ASP and ASP.NET systems hold up well in times of high-traffic (usually around the time of major sporting events). Read More
In a previous post, I mentioned a lot of reasons why I hate Symbian, but not everyone has the choice of choosing which OS to work on. In this post I will try to mention what are the available solutions to this (according to my own experience). Read More
I love clean URLs, for a lot of reasons (that I will not mention here). I always wanted my blog to have clean URLs, so this is how I did it with CommunityServer (which is what we use to manage SpellCoder).In the 'Edit Post' page, go to the 'Options' tab Read More
Removed all the good parts of C++: No exception handling. No STL.Stupid alternatives: They removed exception handling, but they added another feature called Leaving. It is basically like exception handling, but it doesn't unwind the stack!! To get Read More