<?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: Using CSS specificity to better organize your JavaScript</title>
	<atom:link href="http://blog.reindel.com/2009/06/17/using-css-specificity-to-better-organize-your-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.reindel.com/2009/06/17/using-css-specificity-to-better-organize-your-javascript/</link>
	<description>d'bug shares tips, tricks, and advice with Web development professionals</description>
	<lastBuildDate>Sun, 24 Jan 2010 01:47:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian</title>
		<link>http://blog.reindel.com/2009/06/17/using-css-specificity-to-better-organize-your-javascript/#comment-55238</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 19 Sep 2009 16:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.reindel.com/?p=477#comment-55238</guid>
		<description>Hi Ron,

This is the only production example I have for this technique:

http://www.mollymaid.com

A contractor for the last company I was at did the production, and I came in behind to do the JavaScript and programming. There are some empty objects that should have been removed, but other than that it follows the specificity format. The site was built in .NET using Sitecore CMS.

Hope that helps you get your hands dirty!

Brian</description>
		<content:encoded><![CDATA[<p>Hi Ron,</p>
<p>This is the only production example I have for this technique:</p>
<p><a href="http://www.mollymaid.com" rel="nofollow">http://www.mollymaid.com</a></p>
<p>A contractor for the last company I was at did the production, and I came in behind to do the JavaScript and programming. There are some empty objects that should have been removed, but other than that it follows the specificity format. The site was built in .NET using Sitecore CMS.</p>
<p>Hope that helps you get your hands dirty!</p>
<p>Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ron</title>
		<link>http://blog.reindel.com/2009/06/17/using-css-specificity-to-better-organize-your-javascript/#comment-55232</link>
		<dc:creator>ron</dc:creator>
		<pubDate>Fri, 18 Sep 2009 23:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.reindel.com/?p=477#comment-55232</guid>
		<description>hi brian,

i was looking all over your website for a portfolio but it doesn&#039;t seem like you put one up? do you have any example websites where you&#039;ve used this structure? it looks very clean!</description>
		<content:encoded><![CDATA[<p>hi brian,</p>
<p>i was looking all over your website for a portfolio but it doesn&#8217;t seem like you put one up? do you have any example websites where you&#8217;ve used this structure? it looks very clean!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bushman</title>
		<link>http://blog.reindel.com/2009/06/17/using-css-specificity-to-better-organize-your-javascript/#comment-55045</link>
		<dc:creator>bushman</dc:creator>
		<pubDate>Sun, 19 Jul 2009 13:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.reindel.com/?p=477#comment-55045</guid>
		<description>Brian, are you familiar with Web Workers... interesting stuff &lt;a href=&#039;http://www.whatwg.org/specs/web-workers/current-work/#introduction&#039; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Brian, are you familiar with Web Workers&#8230; interesting stuff <a href='http://www.whatwg.org/specs/web-workers/current-work/#introduction' rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.reindel.com/2009/06/17/using-css-specificity-to-better-organize-your-javascript/#comment-55037</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 05 Jul 2009 12:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.reindel.com/?p=477#comment-55037</guid>
		<description>Hi bushman,

It is possible to insert script tags dynamically, which would be the best of both worlds. Thanks for pointing that out. You can have a look here for one approach:

http://synarchydesign.com/insert/

Thanks for your comment!</description>
		<content:encoded><![CDATA[<p>Hi bushman,</p>
<p>It is possible to insert script tags dynamically, which would be the best of both worlds. Thanks for pointing that out. You can have a look here for one approach:</p>
<p><a href="http://synarchydesign.com/insert/" rel="nofollow">http://synarchydesign.com/insert/</a></p>
<p>Thanks for your comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bushman</title>
		<link>http://blog.reindel.com/2009/06/17/using-css-specificity-to-better-organize-your-javascript/#comment-55036</link>
		<dc:creator>bushman</dc:creator>
		<pubDate>Sun, 05 Jul 2009 12:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.reindel.com/?p=477#comment-55036</guid>
		<description>Brian,

for the sake of argument, lets say that you have a need to have multiple JS files... it is possible to insert a script tag dynamically correct... instead of calling the run method.

Would this be best of both world?

ps. I am thankful that u share, I am always learning from u.</description>
		<content:encoded><![CDATA[<p>Brian,</p>
<p>for the sake of argument, lets say that you have a need to have multiple JS files&#8230; it is possible to insert a script tag dynamically correct&#8230; instead of calling the run method.</p>
<p>Would this be best of both world?</p>
<p>ps. I am thankful that u share, I am always learning from u.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.reindel.com/2009/06/17/using-css-specificity-to-better-organize-your-javascript/#comment-55035</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 03 Jul 2009 12:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.reindel.com/?p=477#comment-55035</guid>
		<description>Hey Jason, thanks for the comment and for sharing your approach. I&#039;ve used separate JS files as well, and I find that is still the best approach for extremely large Web applications. The approach above works best when there is no construct for having separate files (but you still can class the body tag), and it is easier to just use one file.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Hey Jason, thanks for the comment and for sharing your approach. I&#8217;ve used separate JS files as well, and I find that is still the best approach for extremely large Web applications. The approach above works best when there is no construct for having separate files (but you still can class the body tag), and it is easier to just use one file.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Leveille</title>
		<link>http://blog.reindel.com/2009/06/17/using-css-specificity-to-better-organize-your-javascript/#comment-55030</link>
		<dc:creator>Jason Leveille</dc:creator>
		<pubDate>Thu, 02 Jul 2009 13:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.reindel.com/?p=477#comment-55030</guid>
		<description>I like the approach you&#039;ve outlined above.  Lately I have gone in the direction of having one common js file (namespaced of course), and js files (again, each namespaced) for the needs of varying pages.  During build/deployment I have a method in place that serves the combines/minifies/serves appropriate js files.  I do think I&#039;ll give this a try on my next smaller project where I&#039;m not so concerned with asset separation.  Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>I like the approach you&#8217;ve outlined above.  Lately I have gone in the direction of having one common js file (namespaced of course), and js files (again, each namespaced) for the needs of varying pages.  During build/deployment I have a method in place that serves the combines/minifies/serves appropriate js files.  I do think I&#8217;ll give this a try on my next smaller project where I&#8217;m not so concerned with asset separation.  Thanks for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
