<?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: Coding Calendars (again) &#8211; Lists and Sprites Oh My!</title>
	<atom:link href="http://www.nikibrown.com/designoblog/2009/05/31/coding-calendars-lists-and-sprites/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nikibrown.com/designoblog/2009/05/31/coding-calendars-lists-and-sprites/</link>
	<description>A Blog about all things design!</description>
	<lastBuildDate>Thu, 22 Dec 2011 16:03:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: M</title>
		<link>http://www.nikibrown.com/designoblog/2009/05/31/coding-calendars-lists-and-sprites/comment-page-1/#comment-4875</link>
		<dc:creator>M</dc:creator>
		<pubDate>Wed, 10 Jun 2009 20:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikibrown.com/designoblog/?p=3187#comment-4875</guid>
		<description>&lt;blockquote&gt;Not sure if im wrong here, but this could not be done with a table and a TD, as each row would have to be separated with a TR tag. &lt;/blockquote&gt;

Pseudo code:

&lt;code&gt;
for (each day) {
output TD
if (day is last in week) {
output /TR
}

if (we have more days in month) ¨
output TR
}
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<blockquote><p>Not sure if im wrong here, but this could not be done with a table and a TD, as each row would have to be separated with a TR tag. </p></blockquote>
<p>Pseudo code:</p>
<p><code><br />
for (each day) {<br />
output TD<br />
if (day is last in week) {<br />
output /TR<br />
}</p>
<p>if (we have more days in month) ¨<br />
output TR<br />
}<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M</title>
		<link>http://www.nikibrown.com/designoblog/2009/05/31/coding-calendars-lists-and-sprites/comment-page-1/#comment-4874</link>
		<dc:creator>M</dc:creator>
		<pubDate>Wed, 10 Jun 2009 20:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikibrown.com/designoblog/?p=3187#comment-4874</guid>
		<description>&lt;blockquote&gt;Not sure if im wrong here, but this could not be done with a table and a TD, as each row would have to be separated with a TR tag. &lt;/blockquote&gt;

Pseudo code:

&lt;code&gt;
for (each day) {
   output 
   if (day is last in week) {
      output  
   }

   if (we have more days in month) ¨
      output 
   }
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<blockquote><p>Not sure if im wrong here, but this could not be done with a table and a TD, as each row would have to be separated with a TR tag. </p></blockquote>
<p>Pseudo code:</p>
<p><code><br />
for (each day) {<br />
   output<br />
   if (day is last in week) {<br />
      output<br />
   }</p>
<p>   if (we have more days in month) ¨<br />
      output<br />
   }<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nacho</title>
		<link>http://www.nikibrown.com/designoblog/2009/05/31/coding-calendars-lists-and-sprites/comment-page-1/#comment-4859</link>
		<dc:creator>Nacho</dc:creator>
		<pubDate>Tue, 09 Jun 2009 22:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikibrown.com/designoblog/?p=3187#comment-4859</guid>
		<description>(Corrected)

First of all, I would like to say that this is mega-easy, bearing in mind how many articles we read about css sprites.
Moreover, is really a calendar an UL? I don’t think so.
In any case it should be an OL if you are doing this to avoid the tag TABLE. Dates have an order.</description>
		<content:encoded><![CDATA[<p>(Corrected)</p>
<p>First of all, I would like to say that this is mega-easy, bearing in mind how many articles we read about css sprites.<br />
Moreover, is really a calendar an UL? I don’t think so.<br />
In any case it should be an OL if you are doing this to avoid the tag TABLE. Dates have an order.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nacho</title>
		<link>http://www.nikibrown.com/designoblog/2009/05/31/coding-calendars-lists-and-sprites/comment-page-1/#comment-4858</link>
		<dc:creator>Nacho</dc:creator>
		<pubDate>Tue, 09 Jun 2009 22:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikibrown.com/designoblog/?p=3187#comment-4858</guid>
		<description>First of all, I would like to say that this is mega-easy, bearing in mind how many articles we read about css sprites.
Moreover, is really a calendar an ? I don&#039;t think so.
In any case it should be an OL if you are doing this to avoid the  tag. Dates have an order.</description>
		<content:encoded><![CDATA[<p>First of all, I would like to say that this is mega-easy, bearing in mind how many articles we read about css sprites.<br />
Moreover, is really a calendar an ? I don&#8217;t think so.<br />
In any case it should be an OL if you are doing this to avoid the  tag. Dates have an order.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.nikibrown.com/designoblog/2009/05/31/coding-calendars-lists-and-sprites/comment-page-1/#comment-4832</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 09 Jun 2009 18:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikibrown.com/designoblog/?p=3187#comment-4832</guid>
		<description>FYI, if you click on a day and drag off the box, when you release your mouse, the box goes gray and never gets the clicked style or the original.

Firefox 3.0.6/Linux 2.6.26-2.</description>
		<content:encoded><![CDATA[<p>FYI, if you click on a day and drag off the box, when you release your mouse, the box goes gray and never gets the clicked style or the original.</p>
<p>Firefox 3.0.6/Linux 2.6.26-2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon R. Humphrey</title>
		<link>http://www.nikibrown.com/designoblog/2009/05/31/coding-calendars-lists-and-sprites/comment-page-1/#comment-4827</link>
		<dc:creator>Jon R. Humphrey</dc:creator>
		<pubDate>Tue, 09 Jun 2009 16:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikibrown.com/designoblog/?p=3187#comment-4827</guid>
		<description>Love this! Thanks for the interesting take on it!

One thing... you could reduce your css anchor states to only the attributes that change for each; you don&#039;t need to repeat the url, repeat, or block as they will inherit from the a tag.

Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Love this! Thanks for the interesting take on it!</p>
<p>One thing&#8230; you could reduce your css anchor states to only the attributes that change for each; you don&#8217;t need to repeat the url, repeat, or block as they will inherit from the a tag.</p>
<p>Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.nikibrown.com/designoblog/2009/05/31/coding-calendars-lists-and-sprites/comment-page-1/#comment-4825</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikibrown.com/designoblog/?p=3187#comment-4825</guid>
		<description>Should this not be an ordered list as opposed to the unordered list you have used? The elements are there in a particular order (days 1 through to 31 etc.), and I can&#039;t think of a much more suitable situation for an ol.</description>
		<content:encoded><![CDATA[<p>Should this not be an ordered list as opposed to the unordered list you have used? The elements are there in a particular order (days 1 through to 31 etc.), and I can&#8217;t think of a much more suitable situation for an ol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wynter</title>
		<link>http://www.nikibrown.com/designoblog/2009/05/31/coding-calendars-lists-and-sprites/comment-page-1/#comment-4824</link>
		<dc:creator>Wynter</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikibrown.com/designoblog/?p=3187#comment-4824</guid>
		<description>a:visted ! duh, I forgot that CSS state and right away when I seen your Calender I was like damn, that&#039;s cool (when I clicked and it went gray and checked)

Great little tutorial :)</description>
		<content:encoded><![CDATA[<p>a:visted ! duh, I forgot that CSS state and right away when I seen your Calender I was like damn, that&#8217;s cool (when I clicked and it went gray and checked)</p>
<p>Great little tutorial <img src='http://www.nikibrown.com/designoblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Downie</title>
		<link>http://www.nikibrown.com/designoblog/2009/05/31/coding-calendars-lists-and-sprites/comment-page-1/#comment-4821</link>
		<dc:creator>Ryan Downie</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikibrown.com/designoblog/?p=3187#comment-4821</guid>
		<description>Good work Niki,

Glad you took my advice and went with lists instead of divs.</description>
		<content:encoded><![CDATA[<p>Good work Niki,</p>
<p>Glad you took my advice and went with lists instead of divs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Cray</title>
		<link>http://www.nikibrown.com/designoblog/2009/05/31/coding-calendars-lists-and-sprites/comment-page-1/#comment-4820</link>
		<dc:creator>Brian Cray</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.nikibrown.com/designoblog/?p=3187#comment-4820</guid>
		<description>Beautiful work, thanks for contributing it to the community!</description>
		<content:encoded><![CDATA[<p>Beautiful work, thanks for contributing it to the community!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

