"I don’t know how in the world you can sit in front of a computer screen and stare at weird words and symbols all day!" is a question I’ve heard many a time from many a friend. It can, and is, mentally exhausting after a few hours. And of course then there are deadline days; crunch time; The day which all the work is due all at the same time and you have to stay till 6 AM (whew). So how do we just sit and type syntax all day?
Archive for July, 2008
Site maps are important tools for webmasters to have some sort of control over how their sites are indexed. This doesn’t give ultimate control by any stretch of the imagination. Google and yahoo will still index websites the way they will, a site map is more like a webmasters ‘tip’ to crawler bots to tell them what pages they should crawl, how often they change and what kind of priority the crawler bots should give to certain pages.
Debugging is something that all mortal programmers must do. Any programmer who claims that his code is perfect the first time he writes it is #1 Lying #2 A legendary immortal Greek god of Programming. I for one am not a legendary immortal Greek god of Programming so I need methods to debug the code that I write. In this article, I’ll be talking about methods of debugging Javascript in Visual Studio and Internet Explorer. Part II will be debugging Javascript in Eclipse and Firefox.
