Skip to main content

Posts

Showing posts from February, 2012

jQRangeSlider

jQRangeSlider is a jquery UI range selection slider that supports dates. This slider is developed by ghusse and it's available on GitHub. Check the below demo and download links. Demo: http://ghusse.github.com/jQRangeSlider/stable/demo/ Download: https://github.com/ghusse/jQRangeSlider/archives/master Home: http://ghusse.github.com/jQRangeSlider/

DevLabs: Debugger Canvas

Debugger Canvas is a new user experience for the debugger in Visual Studio Ultimate. It pulls together the code you’re exploring onto a single pan-and-zoom display. As you hit breakpoints or step into code, Debugger Canvas shows just the methods that you’re debugging, with call lines and local variables, to help you see the bigger picture. Debugger Canvas is the result of a collaboration between Brown University and Microsoft, integrating ideas from Brown University’s Code Bubbles project into Visual Studio. Try out Debugger Canvas , a new user experience for the debugger in Visual Studio Ultimate.