<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CSS Styling for ASP.NET Applications</title>
	<atom:link href="http://www.dennisdeacon.com/web-design/styling-asp-net-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dennisdeacon.com/web-design/styling-asp-net-apps/</link>
	<description>Web Designer, Developer, Marketer, Strategist</description>
	<lastBuildDate>Mon, 16 Jan 2012 22:00:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Richard</title>
		<link>http://www.dennisdeacon.com/web-design/styling-asp-net-apps/comment-page-1/#comment-3458</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 16 Jan 2012 22:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=170#comment-3458</guid>
		<description>I know this is an old post, but it rings very true with .NET projects Ive been involved with as a frontend developer. In the first project I worked on involving a .NET application I provided the .NET dev team a complete HTML prototype, and what resulted was chunks of my HTML embedded in these ghastly .NET controls which resulted in many general CSS and browser issues! 

Anyway the plan for me moving forward is to grab the HTML source of all these controls and build my prototype with these, despite the HTML for these controls being absolutely terrible i.e. not semantic etc, I feel this is the only approach I can take to get some control over the CSS/ browser issues.</description>
		<content:encoded><![CDATA[<p>I know this is an old post, but it rings very true with .NET projects Ive been involved with as a frontend developer. In the first project I worked on involving a .NET application I provided the .NET dev team a complete HTML prototype, and what resulted was chunks of my HTML embedded in these ghastly .NET controls which resulted in many general CSS and browser issues! </p>
<p>Anyway the plan for me moving forward is to grab the HTML source of all these controls and build my prototype with these, despite the HTML for these controls being absolutely terrible i.e. not semantic etc, I feel this is the only approach I can take to get some control over the CSS/ browser issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis Cowles</title>
		<link>http://www.dennisdeacon.com/web-design/styling-asp-net-apps/comment-page-1/#comment-249</link>
		<dc:creator>Lewis Cowles</dc:creator>
		<pubDate>Fri, 11 Dec 2009 04:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennisdeacon.com/?p=170#comment-249</guid>
		<description>I love your encapsulation of the job, it rings very true to me, and also rings a few bells with the css border, a quick tip is that you can use javascript to iterate through the genrated html source code of the asp.net platform and paste into a tabbed textual editor, this will help you to experiment without opening lots of files, reloading and also you can semantically seperate core css needs against extra css for specific website areas

To do this all you need to add is a simple  before the end of the document body (which should only occur once in a well constructed ASP.net system

getElementsByName on common tags p,table etc and setStyle on them as well as setting onclick events which return the line-numer, tag type and info of the tag such as class etc, write the data into the tabbed text editor in a long list for each page and run a comparison (I use textpad) it finds all of the similar elements and groups them together

total time less than 20minutes for a 12 screen-type 157-page website (12 independent rendering screens with 157 pages of total content)

Hope this helps

also once done on one asp.net component you can save the css for that element to streamline further work</description>
		<content:encoded><![CDATA[<p>I love your encapsulation of the job, it rings very true to me, and also rings a few bells with the css border, a quick tip is that you can use javascript to iterate through the genrated html source code of the asp.net platform and paste into a tabbed textual editor, this will help you to experiment without opening lots of files, reloading and also you can semantically seperate core css needs against extra css for specific website areas</p>
<p>To do this all you need to add is a simple  before the end of the document body (which should only occur once in a well constructed ASP.net system</p>
<p>getElementsByName on common tags p,table etc and setStyle on them as well as setting onclick events which return the line-numer, tag type and info of the tag such as class etc, write the data into the tabbed text editor in a long list for each page and run a comparison (I use textpad) it finds all of the similar elements and groups them together</p>
<p>total time less than 20minutes for a 12 screen-type 157-page website (12 independent rendering screens with 157 pages of total content)</p>
<p>Hope this helps</p>
<p>also once done on one asp.net component you can save the css for that element to streamline further work</p>
]]></content:encoded>
	</item>
</channel>
</rss>

