Html/Code Tips Archive

0

Feature Builder for VS2010

Is the Feature Builder Preview supported on Windows XP and Windows Server 2003?

A: In order to run Feature Builder on either XP or Server 2003 you must create an environment variable named LocalAppData (set by default on Windows Vista and Windows 7).

How to Add LOCALAPPDATA variable in Windows XP

o Right-click on the My Computer icon and choose Properties

o Click Advanced

o Click Environment Variables

o Under User variables section, click New

o In the Variable name: field, type LOCALAPPDATA

o In the Variable value: field, type %USERPROFILE%\Local Settings\Application Data

clip_image003

0

Introducing “Razor” – a new view engine for ASP.NET – ScottGu’s Blog

Introducing “Razor” – a new view engine for ASP.NET

One of the things my team has been working on has been a new view engine option for ASP.NET.

ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options. The “default” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml.

The new view-engine option we’ve been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is “Razor”, and we’ll be shipping the first public beta of it shortly.

via Introducing “Razor” – a new view engine for ASP.NET – ScottGu’s Blog.

0

Microsoft Expression Web SuperPreview for Windows Internet Explorer

Overview

Expression Web SuperPreview for Internet Explorer speeds the essential task of debugging your web sites for cross-browser compatibility. With Expression Web SuperPreview for Internet Explorer, you don’t need a web service to debug your pages on the same machine that you use for development.

Expression Web SuperPreview for Internet Explorer is a stand-alone visual debugging tool that makes it faster and easier to migrate your sites from Internet Explorer 6 to Internet Explorer 7 or 8. With Expression Web SuperPreview for Internet Explorer, you can ensure that your Web sites work correctly in Internet Explorer 8 while also maintaining compatibility with earlier versions of Internet Explorer.

Expression Web SuperPreview for Internet Explorer shows your web pages rendered in Internet Explorer 6 and either Internet Explorer 7 or Internet Explorer 8, depending on which version you have installed on your machine. You can view the pages side by side or as an onion-skin overlay and use rulers, guides and zoom/pan tools to precisely identify differences in layout. You can even compare your page comp to how the targeted browsers render the page.

Expression Web SuperPreview for Internet Explorer not only shows a high-fidelity rendering of how pages will look on different browsers, but it also identifies the element’s tag, size and position, applied styles, and location in the DOM (Document Object Model) tree so you can quickly fix the error.

Expression Web SuperPreview for Internet Explorer is a standalone, free application with no expiration and no technical support from Microsoft.

Download Now

0

Developer’s Guide – Google Chart API – Google Code

Developer’s Guide – Google Chart API – Google Code
Developer’s Guide

The Google Chart API lets you dynamically generate charts. To see the Chart API in action, open up a browser window and copy the following URL into it:

http://chart.apis.google.com/chart?cht=p3&chd =s:hW&chs=250×100&chl=Hello|World

Press the Enter or Return key and – presto! – you should see the following image:

0

DHTML expand and collapse div menu

DHTML expand and collapse div menu

How to hide a table inside of a Div tag