Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
.NET Web Development and Tools Blog
>
All Tags
>
jeff king
Server & Tools Blogs
>
Developer Tools Blogs
>
.NET Web Development and Tools Blog
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
.NET Web Development and Tools Blog
Your official information source from the .NET Web Development and Tools group at Microsoft.
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Recent Posts
ASP.NET hosts six community created SPA templates now
Posted
13 days ago
by
Xinyang Qiu
0
Comments
Please update to the latest version of Web Essentials 2012 after installing VS2012 Update 2
Posted
18 days ago
by
Xinyang Qiu
2
Comments
Seeking Feedback on Alternative Formats for ASP.NET MVC and Deployment Content Maps
Posted
19 days ago
by
Tom Dykstra - MSFT
2
Comments
XDT (XML Document Transform) released on codeplex.com
Posted
27 days ago
by
Sayed-Ibrahim-Hashimi
3
Comments
Live Now on Developer Tools Blogs
Tags
.NET
AJAX
Announcements
ASP.NET
ASP.NET MVC Framework
CSS
CSS and HTML
Debugging
Development
IntelliSense
JScript
MVC
Orcas
SP1
tips and tricks
Visual Studio
Visual Studio 2008
visual Studio 2008 sp1
Visual Web Developer
VS2008
VWD
Web
Web 2.0
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
May 2013
(2)
April 2013
(3)
March 2013
(6)
February 2013
(6)
January 2013
(6)
December 2012
(7)
November 2012
(8)
October 2012
(7)
September 2012
(9)
August 2012
(22)
July 2012
(1)
June 2012
(4)
May 2012
(1)
April 2012
(1)
March 2012
(6)
February 2012
(3)
January 2012
(1)
September 2011
(6)
August 2011
(1)
June 2011
(3)
March 2011
(2)
February 2011
(1)
January 2011
(5)
December 2010
(2)
November 2010
(4)
October 2010
(2)
September 2010
(3)
August 2010
(2)
July 2010
(1)
June 2010
(3)
May 2010
(6)
April 2010
(13)
March 2010
(9)
February 2010
(8)
November 2009
(1)
October 2009
(10)
September 2009
(5)
July 2009
(2)
June 2009
(10)
May 2009
(3)
April 2009
(4)
March 2009
(10)
February 2009
(6)
January 2009
(7)
December 2008
(2)
November 2008
(8)
October 2008
(10)
September 2008
(7)
August 2008
(9)
July 2008
(3)
June 2008
(7)
May 2008
(8)
April 2008
(7)
March 2008
(8)
February 2008
(6)
January 2008
(3)
December 2007
(6)
November 2007
(3)
October 2007
(2)
September 2007
(2)
August 2007
(3)
July 2007
(7)
June 2007
(6)
May 2007
(3)
April 2007
(5)
March 2007
(6)
February 2007
(3)
January 2007
(2)
December 2006
(3)
November 2006
(6)
October 2006
(1)
September 2006
(1)
August 2006
(4)
July 2006
(4)
June 2006
(1)
May 2006
(7)
April 2006
(3)
More
▼
Less
▲
Tagged Content List
Blog Post:
VSDoc for jQuery 1.4.1 Now Available
Web Development Tools Microsoft
We finished generating a new VSDoc for the latest update of jQuery. You can download it from the jQuery Downloads page . A refresher on how to use the file can be found here or here . Happy coding! Jeff King Program Manager Visual Studio Web Tools
on
8 Feb 2010
Blog Post:
VSDoc for jQuery 1.3.2 Now Available
Web Development Tools Microsoft
jQuery 1.3 was released a little over a month ago. The 1.3 release adds exciting features such as selector performance improvements, "live events" where events can be bound to both current and future elements, and more. Version 1.3.2 was released a few days ago and fixes some bugs include one involving...
on
24 Feb 2009
Blog Post:
JScript IntelliSense FAQ
Web Development Tools Microsoft
I've been reading through the 70 or so comments on our last 2 jQuery posts. There have been a lot of great questions. Apologies for not being able to answer them sooner (I was busy preparing for Dev Connections). Instead of answering them inline with the comments, I'll try to paraphrase...
on
18 Nov 2008
Blog Post:
VS2008 SP1 Hotfix to Support "-vsdoc.js" IntelliSense Doc Files
Web Development Tools Microsoft
Last week I mentioned we would be releasing a Hotfix to accompany our new jQuery VSDoc file . This Hotfix is now available at the MSDN Code Gallery . Here's a direct download link for this small (2MB) patch: http://code.msdn.microsoft.com/KB958502/Release/ProjectReleases.aspx?ReleaseId=1736 I want...
on
7 Nov 2008
Blog Post:
Rich IntelliSense for jQuery
Web Development Tools Microsoft
Update: A new Hotfix is availble to complement this file. A while back we updated VS2008 IntelliSense to not fail when referencing jQuery. However, getting IntelliSense for chained calls and rich summary/parameter hints still required adding special comments to a few thousand lines of jQuery. If you...
on
28 Oct 2008
Blog Post:
Introducing JScript Formatting in VS 2008 SP1
Web Development Tools Microsoft
Colorization, validation, IntelliSense, and formatting comprise the core of any modern editor. With VS 2008 SP1, we are completing the core JScript editor by introducing code formatting. Additionally, we have promoted JScript to a dedicated node in “Tools Options” providing a clean separation from the...
on
12 May 2008
Blog Post:
Workaround: Empty Design View for User Controls
Web Development Tools Microsoft
I've noticed quite a few people run into the issue "Why is design mode empty for my web user control (ASCX)?". It's not obvious what might be causing this bug, so I thought I'd offer an explanation and a couple workarounds. Problem You have a user control that has a "link" tag to an external style...
on
27 Apr 2008
Blog Post:
JScript IntelliSense: Working with Ext JS
Web Development Tools Microsoft
Ext is great framework for adding rich AJAX interactivity to your web application. Unfortunately, JScript IntelliSense currently has difficulties processing the script and it's not uncommon to see this message: I just wanted to let everyone know that we've investigated and fixed the issue. This...
on
12 Mar 2008
Blog Post:
JScript Debugging: Made easy with IE8
Web Development Tools Microsoft
The feature I'm most excited about in Internet Explorer 8 Beta 1 is ironically one you might not notice at all. Problem If you're reading this, you probably know (and are still untangling the double-negative logic of) the "Disable script debugging" option in IE. Say you just spent 10 hours debugging...
on
5 Mar 2008
Blog Post:
JScript IntelliSense: Working with jQuery
Web Development Tools Microsoft
We have good news for jQuery fans. The hotfix we released today fixes a bug in IntelliSense where it would fail with jQuery. Any page with jQuery should just work now. While experimenting with this new-found functionality today, I found annotating the library with a few XML Doc Comments really made a...
on
8 Feb 2008
Blog Post:
JScript IntelliSense: Handling Errors
Web Development Tools Microsoft
I often get the question “Why isn’t IntelliSense working?”. The most common cause is an error in one of the referenced scripts. If there was an IntelliSense update error, the status bar will tell you. Given this situation, the Error List will complement the status bar with one of two messages....
on
31 Jan 2008
Blog Post:
JScript IntelliSense: A Reference for the “Reference” Tag
Web Development Tools Microsoft
It should be no surprise that JScript Documentation Comments power much of what you see in JScript IntelliSense in VS2008. Perhaps the most useful of these comments is the "reference" comment. The "reference" comment allows you to "see" functions and objects outside of your current file in the completion...
on
6 Nov 2007
Blog Post:
New VS2008 Feature: “Downgrade” HTML, CSS, and JScript Errors to Warnings
Web Development Tools Microsoft
VS2005 introduced the ability to validate your markup and CSS for standards compliance alongside your code. It’s a great feature, but it can be frustrating when you’re looking for that one critical compilation error underneath a pile of validation errors. Well, we heard your feedback and added two new...
on
19 Sep 2007
Blog Post:
JScript IntelliSense March CTP Gotchas + Workarounds
Web Development Tools Microsoft
The March CTP is of course a "Preview" and does have some bugs. I thought we'd share the top issues seen and offer some workarounds. 1. TypeLibBuilder.exe "has encountered a problem..." If you're seeing this: This a bug where that particular assembly has not been given a Strong Name. The...
on
7 Mar 2007
Blog Post:
JScript IntelliSense in Visual Studio Orcas
Web Development Tools Microsoft
The March CTP of Visual Studio marks the debut of a much-requested and long-awaited feature: improved JScript IntelliSense . We’ve been working on this for almost a year now and I’m pretty excited to finally be able to share it with the public. There are a variety of topics I’d like to deep dive into...
on
1 Mar 2007
Page 1 of 1 (15 items)