My Work
My Blogs
Hotlinks
Category Archives: microsoft
2 of 10,388 days remaining #TRON
– Using tsql to figure out how long until TRON:LEGACY DECLARE @tron datetime, @tron_legacy datetime SET @tron = ’7/9/1982 12:00:00′ SET @tron_legacy = ’12/17/2010 12:00:00′ SELECT CAST( DATEDIFF( DD, GETDATE(), @tron_legacy ) as varchar(2) ) + ‘ of’ + CAST … Continue reading
Posted in fun, internets, microsoft, motivation, SQL, tsql
Leave a comment
Endless Mural wins FWA site of the day
I’m ecstatic to announce the Endless Mural HTML5 project has won the prestigious FWA Site of the day award. While this isn’t the first project I’ve worked on that has won the FWA, it is the first NON-Flash, HTML5 and … Continue reading
Posted in .net, art, award, browser, C#, cool, database, development, fun, Internet Explorer, javascript, microsoft, SQL, Visual Studio
Tagged art, asp.net, azure, beauty of the web, branden hall, cloud, endlessmural, FixDBLib, generative art, html5, ie9, javascript, joshua davis, okapi
3 Comments
Want to see some kick ass HTML5?
I’m extremely happy to announce the www.endlessmural.com project was launched today and it was a huge success. I intend on posting something with more details when I return home, but in the meantime please please check this site out. It’s … Continue reading
Posted in art, browser, cool, development, fun, Internet Explorer, javascript, microsoft
Tagged asp.net, automata studios, azure, beauty of the web, branden hall, css3, html5, ie9, javascript, joshua davis, sql azure
1 Comment
How to add new Role to existing Azure Cloud Service
I know this is an easy one, but I’ll forget it if I don’t write this down. When working with Azure projects in Visual Studio, you can add new Roles to existing Service projects like this. Right click the Roles … Continue reading
Posted in .net, internets, microsoft, Visual Studio
Leave a comment
