<?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: A Semantic List-Based CSS Calendar</title> <atom:link href="http://www.cssnewbie.com/list-based-css-calendar/feed/" rel="self" type="application/rss+xml" /><link>http://www.cssnewbie.com/list-based-css-calendar/</link> <description>Web Development Tutorials, Tips &#38; Techniques</description> <lastBuildDate>Tue, 07 Feb 2012 11:23:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>By: Some Cool Web Design Solutions &#124; I Love Innovation</title><link>http://www.cssnewbie.com/list-based-css-calendar/comment-page-2/#comment-13568</link> <dc:creator>Some Cool Web Design Solutions &#124; I Love Innovation</dc:creator> <pubDate>Fri, 26 Aug 2011 10:35:41 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=150#comment-13568</guid> <description>[...] So, in light of that, here’s a great article about styling CSS lists as calendars. [...]</description> <content:encoded><![CDATA[<p>[...] So, in light of that, here’s a great article about styling CSS lists as calendars. [...]</p> ]]></content:encoded> </item> <item><title>By: Dutchy</title><link>http://www.cssnewbie.com/list-based-css-calendar/comment-page-1/#comment-12983</link> <dc:creator>Dutchy</dc:creator> <pubDate>Wed, 22 Sep 2010 20:44:21 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=150#comment-12983</guid> <description>Great article! To remove the surplus div at the end that clear the floats just add overflow to the #calendar class. I used overflow:hidden; and removed the div succesfully in IE and FF.Learned this technique from the Clearing Floats article by Russell Heimlich at http://www.russellheimlich.com/frontend-tips/clearing-floats.htmRegards,
Rob</description> <content:encoded><![CDATA[<p>Great article! To remove the surplus div at the end that clear the floats just add overflow to the #calendar class. I used overflow:hidden; and removed the div succesfully in IE and FF.</p><p>Learned this technique from the Clearing Floats article by Russell Heimlich at <a
href="http://www.russellheimlich.com/frontend-tips/clearing-floats.htm" rel="nofollow">http://www.russellheimlich.com/frontend-tips/clearing-floats.htm</a></p><p>Regards,<br
/> Rob</p> ]]></content:encoded> </item> <item><title>By: seo tutorial</title><link>http://www.cssnewbie.com/list-based-css-calendar/comment-page-1/#comment-12912</link> <dc:creator>seo tutorial</dc:creator> <pubDate>Thu, 12 Aug 2010 09:06:44 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=150#comment-12912</guid> <description>I visited those sites and saw the demo and downloaded some of them. they are really good and mind blowing. thanks for sharing with us.</description> <content:encoded><![CDATA[<p>I visited those sites and saw the demo and downloaded some of them. they are really good and mind blowing. thanks for sharing with us.</p> ]]></content:encoded> </item> <item><title>By: blackdog</title><link>http://www.cssnewbie.com/list-based-css-calendar/comment-page-1/#comment-12088</link> <dc:creator>blackdog</dc:creator> <pubDate>Mon, 29 Mar 2010 21:03:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=150#comment-12088</guid> <description>@Charlie: list-style-position: inside ?</description> <content:encoded><![CDATA[<p>@Charlie: list-style-position: inside ?</p> ]]></content:encoded> </item> <item><title>By: Charlie</title><link>http://www.cssnewbie.com/list-based-css-calendar/comment-page-1/#comment-12078</link> <dc:creator>Charlie</dc:creator> <pubDate>Mon, 29 Mar 2010 18:50:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=150#comment-12078</guid> <description>overflow: hidden; seems to make the #&#039;s disappear in Firefox.  Any tips on how to make the numbers show up automatically?</description> <content:encoded><![CDATA[<p>overflow: hidden; seems to make the #&#8217;s disappear in Firefox.  Any tips on how to make the numbers show up automatically?</p> ]]></content:encoded> </item> <item><title>By: Charlies</title><link>http://www.cssnewbie.com/list-based-css-calendar/comment-page-1/#comment-12040</link> <dc:creator>Charlies</dc:creator> <pubDate>Sat, 27 Mar 2010 18:16:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=150#comment-12040</guid> <description>My Firefox 3.6 on OSX doesn&#039;t show the dates while Safari does.  Any ideas why?</description> <content:encoded><![CDATA[<p>My Firefox 3.6 on OSX doesn&#8217;t show the dates while Safari does.  Any ideas why?</p> ]]></content:encoded> </item> <item><title>By: Flavio</title><link>http://www.cssnewbie.com/list-based-css-calendar/comment-page-1/#comment-10069</link> <dc:creator>Flavio</dc:creator> <pubDate>Wed, 04 Nov 2009 19:41:41 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=150#comment-10069</guid> <description>...well actually i&#039;m not able to improve on this.
It&#039;s a nice implementation, but it is impossible to enrich the style without adding html. Adding collapsing-borders is impossible since :first/last-child won&#039;t be able to target the right LIs :(that&#039;s why i started with a more complex layout the other day, but grouping weeks in other lists breaks the &quot;semantic&quot;./sigh</description> <content:encoded><![CDATA[<p>&#8230;well actually i&#8217;m not able to improve on this.<br
/> It&#8217;s a nice implementation, but it is impossible to enrich the style without adding html. Adding collapsing-borders is impossible since :first/last-child won&#8217;t be able to target the right LIs :(</p><p>that&#8217;s why i started with a more complex layout the other day, but grouping weeks in other lists breaks the &#8220;semantic&#8221;.</p><p>/sigh</p> ]]></content:encoded> </item> <item><title>By: Flavio</title><link>http://www.cssnewbie.com/list-based-css-calendar/comment-page-1/#comment-10067</link> <dc:creator>Flavio</dc:creator> <pubDate>Wed, 04 Nov 2009 18:26:51 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=150#comment-10067</guid> <description>great tutorial.
i had the same idea a couple of days ago but my implementation was complicated and inefficent so i roamed to find a better one.
I have to add that the list approach can also be much more flexible in sense that with correct styling you can display a different layout, instead of the only calendar view, you can have a list-view (like iCal).
I&#039;m trying just to implement this :)</description> <content:encoded><![CDATA[<p>great tutorial.<br
/> i had the same idea a couple of days ago but my implementation was complicated and inefficent so i roamed to find a better one.<br
/> I have to add that the list approach can also be much more flexible in sense that with correct styling you can display a different layout, instead of the only calendar view, you can have a list-view (like iCal).<br
/> I&#8217;m trying just to implement this :)</p> ]]></content:encoded> </item> <item><title>By: Jestep</title><link>http://www.cssnewbie.com/list-based-css-calendar/comment-page-1/#comment-9545</link> <dc:creator>Jestep</dc:creator> <pubDate>Mon, 30 Mar 2009 20:59:27 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=150#comment-9545</guid> <description>Not a bad start at all. I managed to convert this to a completely fluid layout with about 30 minutes of changes and testing. I also have it working perfectly in a year style layout with 12 mini calendars on the same page.I looked for several hours at various css based calendar styles, and this is the most versatile that I&#039;ve found. The most difficult part in moving to a fluid width is keeping the top row even with the rows below. In this case, I used an increasing border-left width. Anyway, great resource, highly recommended.</description> <content:encoded><![CDATA[<p>Not a bad start at all. I managed to convert this to a completely fluid layout with about 30 minutes of changes and testing. I also have it working perfectly in a year style layout with 12 mini calendars on the same page.</p><p>I looked for several hours at various css based calendar styles, and this is the most versatile that I&#8217;ve found. The most difficult part in moving to a fluid width is keeping the top row even with the rows below. In this case, I used an increasing border-left width. Anyway, great resource, highly recommended.</p> ]]></content:encoded> </item> <item><title>By: Neuromancer</title><link>http://www.cssnewbie.com/list-based-css-calendar/comment-page-1/#comment-9438</link> <dc:creator>Neuromancer</dc:creator> <pubDate>Sat, 28 Feb 2009 22:09:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=150#comment-9438</guid> <description>It doesn&#039;t work at all. I think I will use the good old table.</description> <content:encoded><![CDATA[<p>It doesn&#8217;t work at all. I think I will use the good old table.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)

Served from: www.cssnewbie.com @ 2012-02-08 02:55:13 -->
