United States 2.0
During the debate my friend Lance Knobel wrote a post wondering if perhaps Hillary Clinton was conceding the nomination to Barack Obama.
By the end of the debate, I too thought that’s what had happened.
Maybe we can see our way to something wonderful, instead of a continued struggle. She gets to be a major figure in the US Senate supporting a Democratic President. Not bad. Maybe she’s the new Majority Leader.
Maybe the goal isn’t just to win the White House but to get a strong majority in both houses.
A woman Speaker and a woman Majority Leader.
And a black President. What a way to roll out USA 2.0.
PS: I’d like to see Obama pick Senator Jim Webb of Virginia for vice-president.
PPS: Webb gave the Democratic response to the 2007 State of the Union.

What’s New: Quark’s Using Silverlight
Are you trying to produce a fantastic user experience on the Web? Come spend 15 minutes with Kapil Tundwal and Mohan Dhandapani from Quark?s emerging technologies and Warren Wilbee (ISV Architect Evangelist for Microsoft). Their discussion provides a crisp view of the real world experience of a large software company who is leveraging […]
Hello World: yesterday, today and tomorrow
Vlad Shamgin sent in this little history on “Hello World” on the Web.
1998
PLAIN TEXT
HTML:
Hello World
2000
PLAIN TEXT
JAVASCRIPT:
var myText = “Hello World”;
var _textNodeParent;
var docNodes = document.childNodes[1].lastChild.childNodes;
for(var j=0; j<document .childNodes.length; j++){
if(document.childNodes[j].lastChild){
for(var i=0; i<docNodes.length; i++){
if(’div’ == docNodes.item(i).nodeName.toLowerCase()){
if(’layer_main’ == docNodes.item(i).id.toLowerCase()){
if (null != document.getElementById(’bparent’)) { […]