May 2007
Mark Knopfler – Donegan's Gone →
Stevie Ray Vaughan – Pride And Joy →
John Mayall – No Big Hurry →
The Fabulous Thunderbirds – Cherry Pink and Apple... →
ZZ Top – Stackin' Paper →
Free – Fire And Water (New Stereo Mix) →
Frontline – Routine (Album Version) →
The Black Crowes – Wiser Time (Live) →
Rose Hill Drive – Off to the Games →
Dire Straits – Sultans of Swing →
Jonny Lang – Right Back →
Johnny Winter – Memory Pain (Album Version) →
The Black Keys – When the Lights Go Out →
Semisonic – Delicious →
M. Ward – Post-War →
Gnarls Barkley – Necromancer →
WOW: Surface Computing from Microsoft
I’ve seen random demos out of Microsoft for awhile as well as a demo from Bill Gates when the technology was a bit younger. This is obviously a much more polished version.
Who would have ever though you’d have a coffee table computer?
Check out Channel 10’s coverage.
Or read what everyone else is saying.
Tags: Microsoft, Surface
(via Get A New Browser)
Andy’s talk at IgniteIT →
Web Three Dot Oh - 5 minute shotgun presentation on Web 3.0
Luring IT workers →
But one industry, information technology, is already beginning to feel the pinch. Despite high wages, there aren’t enough qualified applicants in Iowa to fill all the openings, and the demand is only increasing.
Find Web Usability Engineer jobs at Dice.com →
What is Web 3.0? (Scripting News) →
What is Web 3.0?
My talk went well, and I did talk briefly about how we should think about Web 3.0. I know other people have said it’s the Semantic Web, and maybe that use of the name will stick.
Dynamically Generating User Controls
Control _control = Page.LoadControl(”~/MyUserControl.ascx”);
Panel1.Controls.Add(_control);
One very important thing to note in this method of creating and using user controls is that you should load them in the Page_Init event of the page on which the controls will be used.
If you create them during the Page_Load event you will have an annoying issue that will take you a long time to figure...
SOBCon feels the sun
I just caught wind (no pun intended) that SOBCon07 was in an article in the Chicago Sun Times, check it out … Welcome, ‘conversation architects’.
(via Get A New Browser)
SOBCon feels the sun
I just caught wind (no pun intended) that SOBCon07 was in an article in the Chicago Sun Times, check it out … Welcome, ‘conversation architects’.
(via Get A New Browser)
Cheat Sheet Round-Up: Ajax, CSS, LaTeX, Ruby… |... →
RSS Best Practices Profile
The latest RSS Best Practices Profile was released yesterday (5.21.07). This is a good read for all you publishers out there - not to mention it will save me many headaches if you abide by these recommendations.
The big thing for us RSS Hackers is that your feed adhere to the proper data types - especially character data and date formats.
Editor’s Note: This profile contains a set of...