<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Death of a Gremmie &#187; css</title>
	<atom:link href="http://deathofagremmie.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://deathofagremmie.com</link>
	<description>by Brian Neal</description>
	<lastBuildDate>Wed, 14 Jul 2010 02:31:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Blueprint CSS Framework</title>
		<link>http://deathofagremmie.com/2009/01/28/blueprint-css-framework/</link>
		<comments>http://deathofagremmie.com/2009/01/28/blueprint-css-framework/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 00:20:53 +0000</pubDate>
		<dc:creator>gremmie</dc:creator>
				<category><![CDATA[SG101 2.0]]></category>
		<category><![CDATA[blueprints]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://deathofagremmie.com/?p=151</guid>
		<description><![CDATA[I downloaded the Blueprint CSS framework and checked out the docs and read the source files. Wow, this was easier than I thought. My concerns and confusion about getting some decent initial CSS for the site just evaporated. After about 15 minutes of reading and playing around I had something that was better than I [...]]]></description>
			<content:encoded><![CDATA[<p>I downloaded the <a href="http://www.blueprintcss.org/">Blueprint CSS framework</a> and checked out the docs and read the source files. Wow, this was easier than I thought. My concerns and confusion about getting some decent initial CSS for the site just evaporated. After about 15 minutes of reading and playing around I had something that was better than I had ever come up with before. And since CSS &#8220;cascades&#8221;, it will be very easy to customize the default styles and typography. I highly recommend using a CSS framework if CSS isn&#8217;t your strength and/or you need to do quick prototyping. Thanks Blueprints CSS, this is exactly what I needed!</p>
]]></content:encoded>
			<wfw:commentRss>http://deathofagremmie.com/2009/01/28/blueprint-css-framework/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS problems at bay for now&#8230;</title>
		<link>http://deathofagremmie.com/2009/01/16/css-problems-at-bay-for-now/</link>
		<comments>http://deathofagremmie.com/2009/01/16/css-problems-at-bay-for-now/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 00:33:26 +0000</pubDate>
		<dc:creator>gremmie</dc:creator>
				<category><![CDATA[SG101 2.0]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[sg101]]></category>

		<guid isPermaLink="false">http://deathofagremmie.com/?p=134</guid>
		<description><![CDATA[I reworked the CSS on the test site by following this Jina Bolton tutorial at Sitepoint. My crazy div problem disappeared, which was my main goal. I consider this an interim step. I need something that looks like a semi-realistic website while I am developing. It helps me visualize what I am doing. I decided [...]]]></description>
			<content:encoded><![CDATA[<p>I reworked the CSS on the test site by following <a href="http://www.sitepoint.com/article/breaking-out-of-the-box/">this Jina Bolton tutorial at Sitepoint</a>. My crazy div problem disappeared, which was my main goal. I consider this an interim step. I need something that looks like a semi-realistic website while I am developing. It helps me visualize what I am doing. I decided to leave the colors in the tutorial as-is rather than spend a lot of time tweaking them. Again, this is just a framework to get me going further. Hopefully I can enlist some of the folks on SG101 to assist with the final CSS and design.</p>
<p>The tutorial was very good. Since I&#8217;m not a designer, it was interesting to read how a good one works. And I learned a few things about CSS that should really help me in the future.</p>
<p>Speaking of cool CSS tricks, I found<a href="http://24ways.org/2006/css-production-notes"> this tuturial</a> on the web over lunch today. It is making me re-think how to markup the comments on my site. Semantically, perhaps I should display them as a list of blockquotes. Very interesting stuff!</p>
<p>Here is a screenshot of the test site with the borrowed CSS design.</p>
<p><a href="http://deathofagremmie.com/wp-content/uploads/2009/01/new_css.png"><img class="alignnone size-medium wp-image-135" title="Site with borrowed CSS" src="http://deathofagremmie.com/wp-content/uploads/2009/01/new_css-300x187.png" alt="Site with borrowed CSS" width="300" height="187" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://deathofagremmie.com/2009/01/16/css-problems-at-bay-for-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update on Comments and CSS Woes</title>
		<link>http://deathofagremmie.com/2009/01/14/update-on-comments-and-css-woes/</link>
		<comments>http://deathofagremmie.com/2009/01/14/update-on-comments-and-css-woes/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 00:55:46 +0000</pubDate>
		<dc:creator>gremmie</dc:creator>
				<category><![CDATA[SG101 2.0]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[markitup]]></category>
		<category><![CDATA[sg101]]></category>

		<guid isPermaLink="false">http://deathofagremmie.com/?p=131</guid>
		<description><![CDATA[I&#8217;ve made good progress on the comments system, and I&#8217;m glad I took the time to roll my own. I have a nice AJAX style commenting system integrated with the markItUp! editor. I&#8217;m allowing comments to be marked up with Markdown, and I&#8217;m very happy with it. Having the ability for users to easily post [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made good progress on the comments system, and I&#8217;m glad I took the time to roll my own. I have a nice AJAX style commenting system integrated with the <a href="http://markitup.jaysalvat.com/home/">markItUp! editor</a>. I&#8217;m allowing comments to be marked up with <a href="http://daringfireball.net/projects/markdown/">Markdown</a>, and I&#8217;m very happy with it. Having the ability for users to easily post links and images will be a big improvement from the existing site&#8217;s commenting systems.  I need to cut the private messages application over to markItUp instead of <a href="http://tinymce.moxiecode.com/">TinyMCE</a>. I think TinyMCE is a bit overkill for anything except news stories. I also added the ability for users to &#8220;flag&#8221; comments for spam or abuse.</p>
<p>The markItUp editor is very nice, and I was even able to add a drop-down menu for my smiley system. Now one can click on a smiley from the editor and get it added to the comment! The markItUp editor has a slick preview system, which can use AJAX to post what the user has typed so far and get an HTML response. The only drawback is I can&#8217;t easily clear or hide the preview pane once the comment has been posted by AJAX. So you are left with a blank editor ready for the next comment, but the preview pane is still showing whatever you previewed last. This is minor, I think, and I&#8217;ve already made the author aware of this issue. He told me he will look into it for the next release. I highly recommend markItUp.</p>
<p>And finally I took a cue from <a href="http://www.pointy-stick.com/blog/">Malcom Tredinnick&#8217;s blog</a> (the Django source is available for study &#8211; Thanks Malcom!). I added a field to the comments table to store the rendered HTML for each comment. This field is updated on each comment object&#8217;s save. This will save processing time to convert the Markdown markup to HTML. Since comments are viewed many, many times compared to how often they are edited, this seemed like a sensible optimization at the expense of some disk space.</p>
<p>I need to add comments to the other parts of the system I have developed already (news, polls, etc.). However I&#8217;m being distracted at the moment by a problem I am having with CSS. This has been bugging me for months now. I don&#8217;t know why it happens, but I&#8217;m seeing &lt;div&gt; tags in a left floating &lt;div&gt; affect &lt;div&gt; tags in my main content area. Large gaps get created. It seems that I may be trying too hard to duplicate the PHP-Nuke blocks, and nesting lots of divs seems to be very fragile. I think I might have to investigate a different CSS layout and redo my base template. I&#8217;m googling various CSS layout tutorials in my spare time. I don&#8217;t want to become an expert in this, but I need something simple that looks decent. I wish I had a web designer to help me out with this part.</p>
]]></content:encoded>
			<wfw:commentRss>http://deathofagremmie.com/2009/01/14/update-on-comments-and-css-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
