Stories recently tagged with 'html'

Microsoft Expression Web Ships(evanhoff.com)

submitted by ehoffehoff(980) 5 years, 5 months ago

Expression Web is the successor to FrontPage and has a lot of features that were sorely missing: standards validation, strong css support, asp.net support, xml and xslt. While FrontPage was designed for the casual user, Expression Web was designed with the professional in mind. read more...

add a comment |category: |Views: 0

tags: another

Remove HTML comments at runtime(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 5 months ago

Today I wanted to make a little method that strips HTML comments from an ASP.NET webpage at runtime. The practical use of the exercise is somewhat limited for most developers, but some websites have so many comments that it might just save a decent amount of bytes from the response stream. read more...

2 comments |category: |Views: 59

tags: another

Use the ASP.NET 2.0 CSS Control Adapters for CSS friendly HTML output(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 5 months ago

"The ASP.NET 2.0 CSS Control Adapters that we released last week provide pre-built control adapters for 11 of the most common ASP.NET controls (GridView, DetailsView, FormsView, DataList, Menu, TreeView, Login, LoginStatus, CreateUserWizard, ChangePassword and PasswordRecovery). The CSS Control Adapters cause these ASP.NET controls to emit CSS friendly html output (eliminating things like inline styles and <table> elements), and can significantly help when using CSS on your web-site." read more...

add a comment |category: |Views: 30

tags: another

Add multiple classes to HTML elements(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 6 months ago

I recently realized that you can add more than one class to a single HTML element. This opens up to even more structured stylesheets and more code reuse. It’s a standard and has cross-browser support. read more...

add a comment |category: |Views: 3

tags: another

ASP.NET CSS Control Adapters Beta 3 Released(asp.net)

submitted by rimsystemsrimsystems(6119) 5 years, 6 months ago

Microsoft releases beta 3 of their ASP.NET CSS Control Adapters. The adapters change the ASP.NET server controls (GridView, Menu, etc) to render standards-compliant markup. read more...

add a comment |category: |Views: 6

tags: another

Set HTML header items programmatically in ASP.NET 2.0(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 7 months ago

Among the differences between version 1.1 and 2.0 of .NET Framework is the many new controls. Even though most of them don’t add new functionality they make a lot of things much easier and cleaner than before. Some of these new controls in ASP.NET are the HTML controls HtmlHead, HtmlMeta and HtmlLink. read more...

add a comment |category: |Views: 5

tags: another

Live Digg Link on You Site(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 8 months ago

Ever wonder how you can put a live Digg link on your page? Here is how... read more...

add a comment |category: |Views: 1

tags: another

Why not on by default!? Turn on auto HTML attribute quotes in 2005(geekzilla.co.uk)

submitted by phaymanphayman(3550) 5 years, 9 months ago

Holy cow! Why wasn't this on by default??? How annoying is it that when typing in the HTML Source editor window Visual Studio doesn't add the "" for you automatically... well guess what? It's a setting. read more...

3 comments |category: |Views: 4

tags: another