<?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: Active States on the Cheap</title>
	<atom:link href="http://jasongraphix.com/journal/active-states-on-the-cheap/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasongraphix.com/journal/active-states-on-the-cheap/</link>
	<description>A journal of art, thoughts, and projects by Jason Beaird.</description>
	<lastBuildDate>Thu, 09 Sep 2010 19:08:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Brian</title>
		<link>http://jasongraphix.com/journal/active-states-on-the-cheap/#comment-1270</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 08 Oct 2007 18:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/active-states-on-the-cheap/#comment-1270</guid>
		<description>Amy,

I figured that was the case. As I re-read my comment, I realized it was confusing and decided to attempt to clarify it.

B
</description>
		<content:encoded><![CDATA[<p>Amy,</p>
<p>I figured that was the case. As I re-read my comment, I realized it was confusing and decided to attempt to clarify it.</p>
<p>B</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://jasongraphix.com/journal/active-states-on-the-cheap/#comment-1269</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Sun, 07 Oct 2007 17:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/active-states-on-the-cheap/#comment-1269</guid>
		<description>Oh, now I get it.. :P.  That huh wasn&#039;t aimed at you Brian.  My complete lack of understanding about anything that looks like this:
&lt;li&gt;&lt;a href=&quot;1.html&quot; class=&quot;chocolate&quot;&gt;Chocolate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;2.html&quot; class=&quot;hazelnut&quot;&gt;Hazelnut&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;3.html&quot; class=&quot;coffee&quot;&gt;Coffee&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;4.html&quot; class=&quot;cake&quot;&gt;Cake&lt;/a&gt;&lt;/li&gt;


was the real reason for the &quot;huh?&quot;But maybe the other readers understand more now :).

</description>
		<content:encoded><![CDATA[<p>Oh, now I get it.. :P.  That huh wasn&#8217;t aimed at you Brian.  My complete lack of understanding about anything that looks like this:<br />
&lt;li&gt;&lt;a href=&#8221;1.html&#8221; class=&#8221;chocolate&#8221;&gt;Chocolate&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;2.html&#8221; class=&#8221;hazelnut&#8221;&gt;Hazelnut&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;3.html&#8221; class=&#8221;coffee&#8221;&gt;Coffee&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8221;4.html&#8221; class=&#8221;cake&#8221;&gt;Cake&lt;/a&gt;&lt;/li&gt;</p>
<p>was the real reason for the &#8220;huh?&#8221;But maybe the other readers understand more now :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://jasongraphix.com/journal/active-states-on-the-cheap/#comment-1268</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 05 Oct 2007 21:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/active-states-on-the-cheap/#comment-1268</guid>
		<description>Wow, I just re-read my comment I think I was thinking faster than I was typing. It makes little sense if you don&#039;t know anything about the web site I&#039;m taking over or what was flying through my mind at the time. I&#039;ll try to clarify. It&#039;d be easier to understand if I didn&#039;t omit names to protect the innocient.

Basically, what I was trying to say is that the current method to navigate said web site seems tedious.

My new method should be more straight forward b/c I was going to rely less on the css to position each navigation element individually but, more on the css to control the layout of the navigation as a whole. My method takes about a third of my main stylesheet while the current is about three quarters of the stylesheet, 100s of lines long and scary to read.

I also need to dump the current idea of using an image to display headers in fancy fonts and use the &lt;a href=&quot;http://www.mikeindustries.com/sifr&quot; rel=&quot;nofollow&quot;&gt;sIFR&lt;/a&gt; technique to replace text with a flash representation of the same but, with the fancy font. This keeps me from having to open my image editor just to add a new page of content (and later make content creation easier).

Finally, I&#039;m fustrated because we got the layout from a marketing company our marketing team contracts with, and the layout will need a lot of tweaking in the future as I hopefully get our marketing team on board with some of the newer ways to use the internet for marketing.
</description>
		<content:encoded><![CDATA[<p>Wow, I just re-read my comment I think I was thinking faster than I was typing. It makes little sense if you don&#8217;t know anything about the web site I&#8217;m taking over or what was flying through my mind at the time. I&#8217;ll try to clarify. It&#8217;d be easier to understand if I didn&#8217;t omit names to protect the innocient.</p>
<p>Basically, what I was trying to say is that the current method to navigate said web site seems tedious.</p>
<p>My new method should be more straight forward b/c I was going to rely less on the css to position each navigation element individually but, more on the css to control the layout of the navigation as a whole. My method takes about a third of my main stylesheet while the current is about three quarters of the stylesheet, 100s of lines long and scary to read.</p>
<p>I also need to dump the current idea of using an image to display headers in fancy fonts and use the <a href="http://www.mikeindustries.com/sifr" rel="nofollow">sIFR</a> technique to replace text with a flash representation of the same but, with the fancy font. This keeps me from having to open my image editor just to add a new page of content (and later make content creation easier).</p>
<p>Finally, I&#8217;m fustrated because we got the layout from a marketing company our marketing team contracts with, and the layout will need a lot of tweaking in the future as I hopefully get our marketing team on board with some of the newer ways to use the internet for marketing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amy</title>
		<link>http://jasongraphix.com/journal/active-states-on-the-cheap/#comment-1267</link>
		<dc:creator>amy</dc:creator>
		<pubDate>Fri, 05 Oct 2007 00:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/active-states-on-the-cheap/#comment-1267</guid>
		<description>huh?
</description>
		<content:encoded><![CDATA[<p>huh?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://jasongraphix.com/journal/active-states-on-the-cheap/#comment-1266</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 04 Oct 2007 19:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/active-states-on-the-cheap/#comment-1266</guid>
		<description>It looks so clean...

I&#039;m eagerly awaiting the day I can take over the design of the nav. section of the site at work. To add a menu item, I have to add code to the nav include and the main stylesheet. If you do your math wrong in the style sheet, stuff vanishes from the menus.

My current prototype is light years ahead of the mess we have now. The new implementation will use SIFR to dump the text/images and an unordered list for the nav. I have to keep the drop downs in the current design but I want them to go a way the next time we re-do the layout. I wish the marketing group that designed the layout allowed for at least a bread crumb trail.
</description>
		<content:encoded><![CDATA[<p>It looks so clean&#8230;</p>
<p>I&#8217;m eagerly awaiting the day I can take over the design of the nav. section of the site at work. To add a menu item, I have to add code to the nav include and the main stylesheet. If you do your math wrong in the style sheet, stuff vanishes from the menus.</p>
<p>My current prototype is light years ahead of the mess we have now. The new implementation will use SIFR to dump the text/images and an unordered list for the nav. I have to keep the drop downs in the current design but I want them to go a way the next time we re-do the layout. I wish the marketing group that designed the layout allowed for at least a bread crumb trail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bojan Janjanin</title>
		<link>http://jasongraphix.com/journal/active-states-on-the-cheap/#comment-1265</link>
		<dc:creator>Bojan Janjanin</dc:creator>
		<pubDate>Wed, 03 Oct 2007 14:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/active-states-on-the-cheap/#comment-1265</guid>
		<description>I use a similar technique.

Instead of adding the class attribute I put and id on the li that doesn&#039;t contain the link, but pure text. This way, the user won&#039;t get confused and will have one more thing to tell him exactly where he is at.

Of course, some server side scripting is needed to do that. Your example is suited for pure HTML, but I thought I&#039;d share this anyway. Pseudo code:

(if this page = chocolate)
&lt;li id=&quot;current&quot;&gt;Chocolate&lt;/li&gt;
(else)
&lt;li&gt;&lt;a href=&quot;chocolate.html&quot;&gt;Chocolate&lt;/a&gt;&lt;/li&gt;
</description>
		<content:encoded><![CDATA[<p>I use a similar technique.</p>
<p>Instead of adding the class attribute I put and id on the li that doesn&#8217;t contain the link, but pure text. This way, the user won&#8217;t get confused and will have one more thing to tell him exactly where he is at.</p>
<p>Of course, some server side scripting is needed to do that. Your example is suited for pure HTML, but I thought I&#8217;d share this anyway. Pseudo code:</p>
<p>(if this page = chocolate)<br />
&lt;li id=&#8221;current&#8221;&gt;Chocolate&lt;/li&gt;<br />
(else)<br />
&lt;li>&lt;a href=&#8221;chocolate.html&#8221;&gt;Chocolate&lt;/a&gt;&lt;/li&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
