Found it on John Sheehan blog.
I love Visual Studio code snippets. I’ve always wished that Visual Studio had them for HTML and JavaScript so I was thrilled to see that feature added in VS2010. I also love jQuery. jQuery is shipping with VS2010, but that’s about the extent of the official support for it. I thought there needed to be code snippets for jQuery and couldn’t find any, so I created 131 of them and started an open source project. You can find links to the project/downloads/docs below.
If you have any suggestions, issues, etc. Please let me know. You can follow me on Twitter for updates on the project. Thanks to Dave Ward, Jonathan Carter, and Rick Schott for testing them out and providing feedback.
Original Post Here
BIG Thanx to John Sheehan.
Friday, February 11, 2011
Tuesday, January 4, 2011
Building Large-Scale jQuery Applications
Today we’re going to look at the end-to-end tools and options you have for building large-scale enterprise jQuery applications. Although jQuery is an excellent JavaScript library and provides a well-designed set of tools for development, it’s focus on staying compact and making the DOM easy to use has meant that it doesn’t provide a significant infrastructure for building large-scale apps.
jQuery does however normalize things across browsers and serves as a great way of doing DOM manipulation. Using it to it’s strengths, you can select some excellent tools to use along-side it as a toolkit for your larger-scale app development.
Some developers have argued in the past that building RIAs using Dojo, MooTools or YUI may be more suitable for large-scale JavaScript applications than simply opting for jQuery, however, I believe you can implement a solution using it that is equally as good without too much extra effort.
In this post we’ll be looking at ways you can put together a toolkit for large-scale jQuery application development by identifying the options you have available at the moment for dependency management, MVC with jQuery, templating, testing, minification and more.
Original post here
jQuery does however normalize things across browsers and serves as a great way of doing DOM manipulation. Using it to it’s strengths, you can select some excellent tools to use along-side it as a toolkit for your larger-scale app development.
Some developers have argued in the past that building RIAs using Dojo, MooTools or YUI may be more suitable for large-scale JavaScript applications than simply opting for jQuery, however, I believe you can implement a solution using it that is equally as good without too much extra effort.
In this post we’ll be looking at ways you can put together a toolkit for large-scale jQuery application development by identifying the options you have available at the moment for dependency management, MVC with jQuery, templating, testing, minification and more.
Original post here
Monday, January 3, 2011
Thursday, November 4, 2010
My Favorite Programming Fonts for Visual Studio Development
I spend almost 6 hours everyday, working on Visual Studio. That makes me experiment with the type, color and size of the fonts I use in my IDE, to make my development environment look hot and fresh! Here’s a list of my favorite programming fonts. Please note that this list is just my personal preference.
Original post from DevCurry.com here.
Consolas
DejaVu Sans
Monaco
Lucida Console
Labels:
Visual Studio,
Vs 2010
Visual Studio Programmer Themes Gallery
Create and share Visual Studio color schemes.
Great growing community of Visual Studio Styles and Themes. You can create, import and export themes in your browser!
Some of the Top-rated schemes:
Great growing community of Visual Studio Styles and Themes. You can create, import and export themes in your browser!
Some of the Top-rated schemes:
Labels:
Asp.Net,
Visual Studio,
Vs 2010
Tuesday, October 26, 2010
jQuery 1.4.3 API Cheat Sheet
Labels:
jQuery
Wednesday, October 20, 2010
Best jQuery Plugins - September 2010
Best jQuery Plugins - September 2010, Original post Here .
Snippet is a jQuery syntax highlighting plugin built on top of the SHJS script found on SourceForge. Snippet provides a quick and easy way of highlighting source code passages in HTML documents.
Try out a demo
Exposure
Exposure is a jQuery plugin for rich and smart photo viewing that can handle very large amounts of photos.
This plugin will help you to add slide and fade effects to the site in more simple way.
Try out a demo
An easy jquery image gallery slider. Simple code and simple HTML code.
Try out a demo
IMGr is a jQuery plugin for rounding image corners. The script utilizes CSS3 in modern web browsers, and VML in Internet Explorer 8 and below.
Try out a demo
and much More ...
Snippet :: jQuery Syntax Highlighter
Try out a demo
Exposure
Exposure is a jQuery plugin for rich and smart photo viewing that can handle very large amounts of photos.
$ ulSlide
This plugin will help you to add slide and fade effects to the site in more simple way.
Try out a demo
Easy Gallery
Try out a demo
IMGr :: jQuery Image Rounder
Try out a demo
and much More ...
Labels:
jQuery
Subscribe to:
Posts (Atom)
