Browse by Tags

Unobtrusive Javascript
Wednesday, June 25, 2008 3:00 AM
Unobtrusive JavaScript is an emerging technique that separates JavaScript from HTML markup. This is quite similar to the separation between styling and HTML that came about with the creation of CSS in the late 90s. Read full article here: http://www.infoq.com/news/2008/06/unobtrusive Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! |... Read More...
OpenID
Tuesday, May 06, 2008 3:53 AM
Read below for Scott Hanselman's take on OpenID. Some interesting info and even some .Net code. http://www.hanselman.com/blog/TheWeeklySourceCode25OpenIDEdition.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Software Architecture - past,present,future
Thursday, March 27, 2008 2:02 AM
Found this nice to read article on MS Skyscrapr site. A very brief overview of architecture, what it is and where it is going. http://msdn2.microsoft.com/en-us/skyscrapr/bb426891.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Microsoft SQL Data Services
Wednesday, March 12, 2008 2:23 AM
From the official site: "SQL Server Data Services (SSDS) are highly scalable, on-demand data storage and query processing utility services. Built on robust SQL Server database and Windows Server technologies, these services provide high availability, security and support standards-based web interfaces for easy programming and quick provisioning." Seems... Read More...