Archive for the 'development' Category

Regained faith in Microsoft? Maybe, Maybe not.

Wednesday, November 19th, 2008

As I waited for Microsoft evangelist Nick Hodge to begin his talk at Edge of the Web on “Not your father’s Microsoft” I fully expected it to be a time when I could steal a little shut eye. Even though like most people I use a lot of MS products, I come from a [...]

Double quote? Single quote? Quote?

Friday, August 29th, 2008

All kinds of advertising campaigns come to mind when I say.. “Double quote? Single quote? Quote?” You never know, maybe one day just like community announcements, they will start making Internet announcements on TV & I can put some of these marvellous ideas to good use!
But seriously … In regards to HTML/CSS … Are you [...]

Web 2.0?

Monday, February 19th, 2007

Recently I was trolling the web looking for information on Web 2.0, and I came across this new site with an interesting video attached.
Brilliantly made, utelizing his anthropological talent to show where the Internet is coming from, and where it is now, and the footsteps we are starting to take beyond.
Talks have already been happening [...]

The New Way of Coding

Sunday, November 5th, 2006

Welcome to the new way of coding………….
< ! --[if lt IE 5.5000]>< style type="text/css">@import “blah.css”;< /style>< ![ endif ]-- >
< ! --[if IE 5.5000]>< style type="text/css">@import “blah.css”;< /style>< ![ endif ]-- >
< ! --[if IE 6]>< style type="text/css">@import “blah.css”;< /style>< ![ endif ]-- >
< ! --[if IE 7]>< style type="text/css">@import “blah.css”;< /style>< ![ endif ]– [...]