<?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>Tue, 16 Mar 2010 20:18:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
