March 2009
You are browsing the archive for March 2009.
Bring Down IE6
I have copied the following post from this site. Discover the mission The premise is simple: Internet Explorer 6 is antiquated, doesn’t support key web standards, and should be phased out. This isn’t about being anti-Microsoft, it’s about Microsoft’s lack of development in the browser market. With IE7/8 not available for Windows 2000, IE6 accounts [...]
I'm Learning Python part 9
I’m Learning Python part 9 Classes In Python As I told you before, Python is a powerful programming language, and powerful it won’t be without Object Oriented design. Python supports both Pure Object Oriented Programming (Every thing must be in a class) and Structural Programming (You can type code everywhere). It supports also other programming [...]
