Sign in
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
Ajax
Anh Phan
ARR
ASP.NET
ASP.NET MVC
Automatic
Bala Chirtsabesan
Build
Canonical URL
Configuration Editor
CSS
CSS and HTML
Data
Database
Debug
Deepak Verma
Designer
Development
Dynamic Data
Editor
Export
Failed Request Tracing
FastCGI
Formatting
FRT
ftp
Hotlinking
HTML
IIS
Import
Intellisense
IntelliTrace
JavaScript
Jimmy Lewis
Joe Cartano
JScript
Mark Berryman
Master Pages
MVC
MVC 2
One-Click Publish
Options
Package
Paste
Per Tag Options
Perfomrance
Performance
PHP
Publish
Ranjini Mathrubootham
remote connection
Reshmi Mangalore
SEO
Settings
Shortcuts
tips and tricks
Tools
URL Redirect
URL Rewrite
Validation
Visual Studio
Visual Studio 2008
Visual Studio 2008 SP1
Visual Studio 2010
VS 2010
VS2008
VSTS
VWD
WAP
Web Deployment
Web PI
Windows 7
Xinyang Qiu
Browse by Tags
MSDN Blogs
>
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
>
All Tags
>
css and html
Tagged Content List
Blog Post:
Tip #69: Did you know…The keyboard shortcut for View in Browser?
Web Development Tools Microsoft
Ctrl +Shift+W does the trick for you. This short cut is mentioned under File Menu -> View in Browser . So if you are still using Select File -> Right click for context menu and then selecting View in Browser as shown below, you may want to start using Ctrl+Shift+W. Reshmi Mangalore SDET, Visual...
on
31 May 2009
Blog Post:
Tip #68 Did you know… How simple it is to attach an existing style sheet to your web page?
Web Development Tools Microsoft
Open an existing web site in VWD. Open the page by double clicking on it in solution explorer to which you want to attach the existing style sheet in your web site. Now, switch to Design View of the page and bring up Select Style Sheet dialog by clicking on menu: Format –> Attach Style Sheet ...
on
31 May 2009
Blog Post:
Tip #54: Did you know…How you can turn off intellisense for HTML/ CSS editors
Web Development Tools Microsoft
If you would like turn off intellisense in HTML editors (aspx, html files) and CSS editor (css files), you could do so by going to Tools->Options dialog. For HTML editor, go to Tools->Options->HTML->General. In the right pane, under Statement Completion, uncheck "Auto list members"...
on
24 Apr 2009
Blog Post:
Tip #28 Did you know… That “Go to definition” is supported for CSS Class?
Web Development Tools Microsoft
If you have a style defined as Class = ”fooRed” as shown below and want to quickly know what does fooRed style contain? < div class ="fooRed"> In RED </ div > Just place your cursor on fooRed and hit the F12 button. This will highlight the CSS class for...
on
25 Nov 2008
Blog Post:
Tip #24: Did you know…You could display CSS/HTML errors as warnings or as errors?
Web Development Tools Microsoft
VS 2008 has this cool feature of downgrading any CSS/HTML errors to warnings. This is helpful when you want to separate out validation errors and are looking for what is actually stopping your build. In VS 2008 the default behavior is to display any HTML/CSS errors as warnings as shown in the picture...
on
14 Nov 2008
Blog Post:
Tip #18: Did you know…How to absolute position controls on copy paste or drag drop from Toolbox?
Web Development Tools Microsoft
To absolute position any control on your designer, you select the control and then select the following menu option: Format –> Position… ->Position style ->Absolute. Sometimes you may want the controls to be absolutely positioned on the design surface as soon as you drag drop...
on
29 Oct 2008
Blog Post:
Tip #16: Did you know… How to change the default format settings for CSS Editor?
Web Development Tools Microsoft
There is a Tools –>Options setting under Text Editor –> CSS –> Format Node which helps you change the default CSS Format settings. This dialog gives you the flexibility of setting the default CSS Formatting styles in any of the following Styles: Compact rules: In this...
on
20 Oct 2008
Blog Post:
Tip #11 Did you know… New Style builder can be invoked from various other tool windows in Visual Web Developer.
Web Development Tools Microsoft
Tip#10 spoke about the New Style Builder Dialog. There are various other entry points to this dialog. You can invoke it from the following places from the IDE: CSS Properties Tool Window: Bring up the CSS properties dialog by selecting View –>CSS Properties. Click on any rule in “Applied Rules...
on
2 Oct 2008
Blog Post:
Tip #10 Did you know… Visual Web Developer 2008 has a New Style Builder Dialog?
Web Development Tools Microsoft
Visual Studio 2008 has a New Style builder dialog. This dialog box helps you design new styles and also preview it at the same time. Using this dialog, you can create a style which can live in current page, an existing external style sheet or a new external style sheet. You can create styles which are...
on
25 Sep 2008
Blog Post:
Tip #6 Did you know…About the “Tag Navigator” feature?
Web Development Tools Microsoft
One of the cool features in Visual studio is the Tag navigator which is available both in design and source view modes. The tag navigator appears at the bottom of HTML Editor. Here is how it looks when you open up a page in Visual Studio: In the picture below you can see that the cursor is placed inside...
on
26 Aug 2008
Blog Post:
Tip #4 Did you know… You can add browsers to Visual Web Developer using the “Browse With…” option
Web Development Tools Microsoft
As a web developer one of the things that might be interesting to you is to view your page in different browsers. Here is how you do this from within Visual Studio: 1. Open your web site in Visual Studio. Select the page and right click to bring up the context menu as shown below: ...
on
11 Aug 2008
Blog Post:
Tip #2 Did you know...The Style Application Toolbar works in both Auto and Manual modes?
Web Development Tools Microsoft
The style application toolbar allows you to create and modify styles automatically. This tool window works in two modes " Auto mode " and " Manual mode ". The Auto mode is targeted for users who are new to CSS and in this case Visual Studio will control where the newly generated styles...
on
29 Jul 2008
Blog Post:
Did You Know… Tip #1 – Powerful CSS Tools to Create, Manage and Apply Styles
Web Development Tools Microsoft
Visual Studio 2008 introduces three new tool windows for CSS styling. They are: Apply Styles Manage Styles CSS Properties All the above options are available under the V iew menu when you are in design view or in split view mode. Apply Styles : Using this tool window you can create, apply and...
on
23 Jul 2008
Page 1 of 1 (13 items)