Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Contact
US Cloud Connection
Connecting Developers with Azure
MSDN Blogs
>
MSDN Roadshows
>
Contact
Recent Posts
Designing Metro style: Being the Best on Windows 8
Posted
23 hours ago
by
DEvHammer
0
Comments
Windows 8 Release Preview and Visual Studio 2012 RC
Posted
1 day ago
by
DEvHammer
0
Comments
JavaScript Strict Mode Explained
Posted
2 days ago
by
Anonymous
0
Comments
Using PowerShell to Manage Windows Azure Applications
Posted
3 days ago
by
Anonymous
0
Comments
Windows 8: 30 to Launch
Posted
3 days ago
by
DEvHammer
0
Comments
Roadshows
Home
North East
Suburban
Freedom
Beltway
Southern Fried
Tiki Hut
Community Megaphone
<iframe src="http://www.communitymegaphone.com/eventsmini.aspx?PageSize=5&bgcolor=%23ffffff&forecolor=%23cc3300&TextAlign=Left&width=200" frameborder='0' scrolling='no' width='200' height='315'></iframe>
Twitter Updates
Coming Soon: Follow us on Twitter!
function CollapsiblePanel(elem) { if (!elem) { return null; } // Close 'this'. var self = this; this.toggle = function() { if (self.sibling.style.display == "none") { self.elem.innerHTML = self.collapseHTML + self.title; self.sibling.style.display = "block"; } else { self.elem.innerHTML = self.expandHTML + self.title; self.sibling.style.display = "none"; } } this.elem = elem; this.title = elem.innerHTML; this.expandHTML = '
'; this.collapseHTML = '
'; this.elem.style.cursor = "pointer"; this.sibling = elem.nextSibling; if (this.sibling.nodeType == 3) { // Get second sibling if text node is next. this.sibling = this.sibling.nextSibling; } elem.onclick = this.toggle; this.toggle(); } window.onload = function() { // Enumerate headers after document is loaded. var i, h3s = document.body.getElementsByTagName("h3"); for (i = 0; i < h3s.length; i++) { var elem = h3s.item(i); if (elem.innerHTML == "Archives" || elem.innerHTML == "Tags") { new CollapsiblePanel(elem); } if (elem.innerHTML == "Recent Posts") { elem.innerHTML = "Latest Bits + Bytes"; } } }
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Atom
Tags
ASP.NET
ASP.NET MVC
Azure
Babble
Blog
Chess
Deployment
Development
Events
IE 9
Microsoft
Pages
Razor
Reviews
RPA
Software Development
SQL
SQL Azure
Tech Tips
Technology
USCloud
Visual Studio
WebMatrix
Windows Phone 7
Worldmaps
Archives
Archives
June 2012
(1)
May 2012
(24)
April 2012
(22)
March 2012
(16)
February 2012
(14)
January 2012
(15)
December 2011
(10)
November 2011
(7)
October 2011
(21)
September 2011
(12)
August 2011
(15)
July 2011
(18)
June 2011
(20)
May 2011
(21)
April 2011
(25)
March 2011
(14)
February 2011
(5)
January 2011
(6)
December 2010
(5)
November 2010
(15)
October 2010
(21)
September 2010
(13)
August 2010
(18)
July 2010
(5)
June 2010
(6)
May 2010
(9)
April 2010
(3)
March 2010
(8)
February 2010
(6)
January 2010
(2)
October 2008
(7)
Contact - MSDN Roadshows
Name
Email
Subject
Message
Send