responsive

Responsive design resources

Responsive web design (RWD) is a web design approach aimed at crafting sites to provide an optimal viewing experience—easy reading and navigation with a minimum of resizing, panning, and scrolling—across a wide range of devices (from desktop computer monitors to mobile phones) Responsive Resources: http://bradfrost.github.com/this-is-responsive/resources.html

Read more
logo-droplets-200

Mercurial distribuited source control

Nmbrs is shifting to Mercurial distributed source control. Mercurial is a distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive. It is fast and powerful! Mercurial efficiently handles projects of any size and kind. Every clone contains the whole project history, so most actions are local, [...]

Read more
amazon_redshift

Amazon announces scalable Redshift platform

Amazon Redshift is a fast and powerful, fully managed, petabyte-scale data warehouse service in the cloud. Amazon Redshift offers you fast query performance when analyzing virtually any size data set using the same SQL-based tools and business intelligence applications you use today. Service Highlights Fast and Powerful – Amazon Redshift uses a variety of innovations [...]

Read more
image_thumb_5B4AF386

The Reactive Extensions (Rx)

The Reactive Extensions (Rx) is a library to compose asynchronous and event-based programs using observable collections and LINQ-style query operators. The “A” in “AJAX” stands for asynchronous, and indeed modern Web-based and Cloud-based applications are fundamentally asynchronous. In fact, Silverlight bans all blocking networking and threading operations. Asynchronous programming is by no means restricted to [...]

Read more
homeshot

ELMAH (Error Logging Modules and Handlers)

ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment. Once ELMAH has been dropped into a running web application and configured [...]

Read more
nuget

NuGet extension

NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio. When you use NuGet to install a package, it copies the library files to your solution and automatically updates your project (add references, change config files, etc). If you remove a package, NuGet [...]

Read more
html5

HTML5 & CSS3 in Visual Studio 2010 SP1

Visual Studio 2010 was originally released without HTML5 support, so does SP1 finally add support for it? Yes, to some extent. The entire HTML5 specification isn’t supported but most of the new elements and attributes are. That means you get both intellisense and validation for HTML5 with SP1. http://blogs.msdn.com/b/webdevtools/archive/2011/01/27/html5-amp-css3-in-visual-studio-2010-sp1.aspx

Read more
vingy

Vingy – Visual Studio Instant Search Addin – Goes Open Source

A simple, but effective add in for Visual Studio 2010 so that you can search the web in a non intrusive way, and can filter results based on sources. http://vingy.codeplex.com/

Read more
aspnetsecurity

ASP.NET Padding Oracle fix released!

Scott Guthrie’s blog reports that a fix is now available for the Padding Oracle attack, which enables successful attackers to break the security of ASP.NET applications. Read all about it here: http://weblogs.asp.net/scottgu/archive/2010/09/28/asp-net-security-update-now-available.aspx You can find a demo of ASP.NET Padding Oracle Attack here: http://threatpost.com/en_us/blogs/demo-aspnet-padding-oracle-attack-091710

Read more
Sprint Burndown

Microsoft Visual Studio Scrum 1.0

Microsoft Visual Studio Scrum 1.0 is a new process template from Microsoft. Scrum is an iterative, incremental framework for project management and agile software development.  This template includes work items and reports to help your Scrum team be successful.   Click here more information about this release. http://visualstudiogallery.msdn.microsoft.com/en-us/59ac03e3-df99-4776-be39-1917cbfc5d8e

Read more
azure-storage-services

Azure Storage Explorer

Azure Storage Explorer is a useful GUI tool for inspecting and altering the data in your Azure cloud storage projects including the logs of your cloud-hosted applications. All three types of cloud storage can be viewed: blobs, queues, and tables. You can also create or delete blob/queue/table containers and items. Text blobs can be edited [...]

Read more
pg_logo

PhoneGap: build cross-platform mobile apps

PhoneGap is an open source development framework for building cross-platform mobile apps. Build apps in HTML and JavaScript and still take advantage of core features in iPhone/iTouch, iPad, Google Android, Palm, Symbian and Blackberry SDKs http://www.phonegap.com/

Read more
GoogleChrome

Google Chrome Developer Tools

The Google Chrome Developer Tools provide an integrated environment for debugging, optimizing, and understanding a web application, or website, running in Google Chrome. The developer tools are developed partly through the open source project, WebKit, where the tools are called Web Inspector.

Read more