Welcome to SpellCoder Sign in | Join | Help

December 2007 - Posts

A nice quote from Code Complete

This was written as a side note in Code Complete Chapter Three"Requirements are like water, it is easier to build on them when they are frozen"
posted by Mohammed Hossam | 4 Comments
Filed Under:

This is a great Movie

This is my first time on my blog to feature a movie, but it worhts, this movie is GREAT  

Know more about Garbage Collection

Garbage collection (GC) is always considered one of the advantages of using any modern programming language which runs on a rich environment such as (Java, C#, Smalltalk ... etc), most of these languages makes a heavy use of Heap Memory which requires

LINQ let Keyword (How did I miss that)

This is strange, because I've been working with LINQ for almost 2 years since (March 2006 CTP), and I've never noticed the new keyword "let" which is used inside LINQ queries to create temporarily variables. check this out var list = new List<int>()

FireFox 3 Beta 1 is available

FireFox 3.0 Beta 1
posted by Mohammed Hossam | 0 Comments
Filed Under: ,

Check All checkboxes using JQuery

Jquery to the rescue
posted by Mohammed Hossam | 9 Comments
Filed Under:

Javascript Design Patterns

Javascript Design Patterns
posted by Mohammed Hossam | 0 Comments
Filed Under: