Showing results for CSS and HTML - .NET Blog

Sep 19, 2007
0
0

New VS2008 Feature: “Downgrade” HTML, CSS, and JScript Errors to Warnings

Web Development Tools Microsoft
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 options in VS2008 (post-Beta 2): 1)...

ASP.NET
Jun 14, 2007
0
0

Style Application Tool Bar

Web Development Tools Microsoft
Web Development Tools Microsoft

After Orcas Beta1 released, some web developers mentioned that there is no documentation available for the new CSS editing features. Since I played around with this feature a lot recently, I would like to give it a try and explain it a little.   The first tool I’d like to mention is the style application tool bar. This tool bar enables desig...

ASP.NET
Jun 8, 2007
0
0

Manage Styles Tool window

Web Development Tools Microsoft
Web Development Tools Microsoft

This tool window provides a tree hierarchy view of all CSS selectors available from the current page. Users can navigate and find CSS style definitions in source code with this tool window.   Developers can change the layout of the tree view with the Options button. The first three context menu items will categorize the CSS selector in differe...

ASP.NET
May 31, 2007
0
0

What does the red strikethrough in CSS property grid mean?

Web Development Tools Microsoft
Web Development Tools Microsoft

In Visual Studio Orcas, the CSS property grid renders a red strikethrough when it wants to tell you that a property is either non-inherited or it is overridden by a rule with higher precedence.    Read the tooltip when you see a red strikethrough on your property and it will give you the exact reason for the strikethrough. Here are the d...

ASP.NET
May 3, 2007
0
0

Mix07 Video: Web Development using Visual Studio "Orcas"

Web Development Tools Microsoft
Web Development Tools Microsoft

At the Mix07 conference this week, I did an overview presentation of the web development features being delivered in Visual Studio "Orcas".  The folks at Mix have been kind enough to make videos of all the sessions from the conference available to the public.Click here to watch my session on Web Development using Visual Studio "Orcas...

ASP.NET
Jan 24, 2007
0
0

How to use the new CSS features in Visual Studio Orcas

Web Development Tools Microsoft
Web Development Tools Microsoft

One of the questions I have gotten when showing the new CSS features in Orcas to customers is how do these tools help me analyze the styles on my page. Or more specifically, why doesn’t the page look like I think it should. One of the most powerful new tools included in Orcas is the CSS property grid. It looks somewhat like the standard property gr...

ASP.NET
Dec 11, 2006
0
0

Expression Web 1.0 Released, Perfect Companion to Visual Studio

Web Development Tools Microsoft
Web Development Tools Microsoft

Here's a quick announcement about the release of Expression Web 1.0.If you use Visual Studio 2003 or 2005 to build ASP.NET applications, Expression Web is the perfect companion tool to help you create sophisticated CSS and XHTML designs.  You might be thinking -- "I use Visual Studio in combination with Adobe Dreamweaver ju...

ASP.NET
May 5, 2006
0
0

Have you installed the new spell checker add-in yet?

Web Development Tools Microsoft
Web Development Tools Microsoft

Mikhail Arkhipov on our team recently developed a spell checker add-in to Visual Studio 2005 that allows you to spell check the contents of your ASP.NET or HTML page in HTML view.  You need to have Office 2003 installed on your machine in order for this feature to work.  See http://blogs.msdn.com/mikhailarkhipov/archive/2006/04/17/577471....

ASP.NET