<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Site Development (new threads)</title>
		<link>http://css.wikidot.com/forum/c-97126/site-development</link>
		<description>Threads in the forum category &quot;Site Development&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 08 Jun 2026 01:41:24 +0000</lastBuildDate>
		
					<item>
				<guid>http://css.wikidot.com/forum/t-248553</guid>
				<title>Guide Pages</title>
				<link>http://css.wikidot.com/forum/t-248553/guide-pages</link>
				<description></description>
				<pubDate>Thu, 17 Jun 2010 23:55:11 +0000</pubDate>
				<wikidot:authorName>Timothy Foster</wikidot:authorName>				<wikidot:authorUserId>197988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm trying to compile a list of all possible topics that can be covered in the Guide section of the site. I want to categorize them into the three categories you see on <a href="http://css.wikidot.com/guide:_home">this page</a> later, but it would be better if we knew what categories we wanted first.</p> <p>I've got the following so far:</p> <ul> <li>Primer (just an intro with syntax)</li> <li>Selectors (Type, Class, and ID)</li> <li>Selectors (Descendant, Child, Universal, Adjacent Sibling)</li> <li>Attribute Selectors</li> <li>Pseudo-classes/elements</li> <li>Declarations</li> <li>Making a Theme in Wikidot</li> <li>Font</li> <li>Background</li> <li>Lists and Tables</li> <li>Element Blocks</li> <li>Positioning</li> <li>Wikidot's page structure</li> <li>Theme Engineering</li> <li>Header</li> <li>Side bar</li> <li>Top bar</li> <li>Wikidot Tags</li> <li>Forum</li> <li>Content Blocks</li> <li>Multiple Wikidot Themes</li> <li>Media Types</li> <li>Browser Compatibility</li> <li>@import</li> <li>Colors</li> </ul> <p>Are there any others, or are some of these redundant?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-247889</guid>
				<title>Public Thanks</title>
				<link>http://css.wikidot.com/forum/t-247889/public-thanks</link>
				<description></description>
				<pubDate>Mon, 14 Jun 2010 18:46:18 +0000</pubDate>
								<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'd like to publicly thank <span class="printuser"><a href="http://www.wikidot.com/user:info/timothy-foster" >Timothy Foster</a></span> for grabbing this site by the horns and making all of the recent contributions.</p> <p>I'm watching the site, and the volume and quality of changes are outstanding.</p> <p>Thanks, Timothy!</p> <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-224324</guid>
				<title>What&#039;s your favorite quotes?</title>
				<link>http://css.wikidot.com/forum/t-224324/what-s-your-favorite-quotes</link>
				<description></description>
				<pubDate>Thu, 04 Mar 2010 19:47:52 +0000</pubDate>
				<wikidot:authorName>hartnell</wikidot:authorName>				<wikidot:authorUserId>10978</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>What's your favorite quotes?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-197803</guid>
				<title>Color page</title>
				<link>http://css.wikidot.com/forum/t-197803/color-page</link>
				<description></description>
				<pubDate>Tue, 17 Nov 2009 19:24:22 +0000</pubDate>
				<wikidot:authorName>rhombus p</wikidot:authorName>				<wikidot:authorUserId>240559</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>i just wanted to say <em><strong>Really Nice Job!</strong></em> on the Color Code page timothy!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-195879</guid>
				<title>using-themes</title>
				<link>http://css.wikidot.com/forum/t-195879/using-themes</link>
				<description></description>
				<pubDate>Wed, 11 Nov 2009 15:58:16 +0000</pubDate>
				<wikidot:authorName>Steven Heynderickx</wikidot:authorName>				<wikidot:authorUserId>55440</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Timothy,</p> <p>don't forget that there is also the possibility to edit your theme via the admin in the top:nav for iron giant themes&#8230; And in my optinion is it likely that that will become the way to change your theme in the future&#8230;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-192944</guid>
				<title>HTML valid?</title>
				<link>http://css.wikidot.com/forum/t-192944/html-valid</link>
				<description>I notice some strange abnormalities in the css</description>
				<pubDate>Sat, 31 Oct 2009 11:46:05 +0000</pubDate>
				<wikidot:authorName>Steven Heynderickx</wikidot:authorName>				<wikidot:authorUserId>55440</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Context:<br /> Let's say a person wanted to change the look of <strong>bold text</strong>&#8230; He/she needs to know how wikidot will parse the <span style="white-space: pre-wrap;">**</span> to HTML so that he/she can change the according selector.</p> <p>It would be simple if wikidot replaced the <span style="white-space: pre-wrap;">**</span> with &lt;b&gt; but it doesn't. It's beeing changed to &lt;strong&gt;. Wich is also good according to W3C HTML5 standard. They could also have chozen &lt;em&gt; or &lt;b&gt;.</p> <p>So I thought lets make a list where this conversion is explained. In doing so I came across some strange things like <span style="text-decoration: underline;">underlined text</span>. This is beeing parsed as &lt;span style=&quot;text-decoration: underline;&quot;&gt;</p> <p>So there are two things I am concerned about:</p> <ol> <li>this is not HTML5 compliant</li> <li>how can someone adress this selector to change the look? There is no class name.</li> </ol> <p>I know this is CSS in detail but&#8230; It causes illogical ways of working, and that's not what wikidot is about I think.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-191699</guid>
				<title>#navi-bar .action-buttons</title>
				<link>http://css.wikidot.com/forum/t-191699/navi-bar-action-buttons</link>
				<description></description>
				<pubDate>Mon, 26 Oct 2009 03:54:38 +0000</pubDate>
				<wikidot:authorName>hartnell-2-guru</wikidot:authorName>				<wikidot:authorUserId>393692</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Some fun. You have to try this on a non-forum page to see the &quot;action buttons.&quot;</p> <div class="code"> <div class="hl-main"> <pre><span class="hl-identifier">#navi-bar</span><span class="hl-code"> </span><span class="hl-identifier">.action-buttons</span><span class="hl-code"> </span><span class="hl-identifier">a</span><span class="hl-brackets">{</span><span class="hl-reserved">color:</span><span class="hl-var">#000</span><span class="hl-code">;</span><span class="hl-reserved">border:</span><span class="hl-number">1</span><span class="hl-string">px</span><span class="hl-code"> </span><span class="hl-string">solid</span><span class="hl-code"> </span><span class="hl-var">#666</span><span class="hl-code">;</span><span class="hl-reserved">background:</span><span class="hl-var">#aaa</span><span class="hl-code">;</span><span class="hl-brackets">}</span></pre></div> </div> <p>If you want to have fun with the div around the buttons :</p> <div class="code"> <div class="hl-main"> <pre><span class="hl-identifier">#navi-bar</span><span class="hl-code"> </span><span class="hl-identifier">.action-buttions</span><span class="hl-brackets">{</span><span class="hl-reserved">background:</span><span class="hl-code">#ff0ff</span><span class="hl-code">;</span><span class="hl-brackets">}</span></pre></div> </div> <p>&#8212;hartnell</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-191691</guid>
				<title>#nav-bar-shadow</title>
				<link>http://css.wikidot.com/forum/t-191691/nav-bar-shadow</link>
				<description></description>
				<pubDate>Mon, 26 Oct 2009 02:43:18 +0000</pubDate>
				<wikidot:authorName>hartnell-2-guru</wikidot:authorName>				<wikidot:authorUserId>393692</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Don't ask me why anyone would want to do this, but hey, it's there. :)</p> <div class="code"> <div class="hl-main"> <pre><span class="hl-identifier">#navi-bar-shadow</span><span class="hl-brackets">{</span><span class="hl-reserved">background:</span><span class="hl-var">#777</span><span class="hl-code">;</span><span class="hl-reserved">height:</span><span class="hl-number">100</span><span class="hl-string">px</span><span class="hl-code">;</span><span class="hl-reserved">border:</span><span class="hl-number">2</span><span class="hl-string">px</span><span class="hl-code"> </span><span class="hl-string">solid</span><span class="hl-code"> </span><span class="hl-var">#000</span><span class="hl-code">;</span><span class="hl-brackets">}</span></pre></div> </div> <p>&#8212; hartnell</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-191608</guid>
				<title>Documenting base.css</title>
				<link>http://css.wikidot.com/forum/t-191608/documenting-base-css</link>
				<description></description>
				<pubDate>Sun, 25 Oct 2009 16:39:45 +0000</pubDate>
								<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have started (and stopped) twice on doing this and I know Hartnell has taken a shot at it as well. My most recent effort is <a href="http://cssreference.wikidot.com/">cssreference.wikidot.com</a> and I put the brakes on it when this project was started. I'd like to start porting over some of the work I've done, but am interested in some input from this group before I dive in.</p> <p>I'm wrestling with the best way to present the information.</p> <p>My first thought (which is the approach I started at <a href="http://cssreference.wikidot.com/">cssreference.wikidot.com</a>) was to list each selector in the base.css file and show how it's used in base.css, then include some sample custom css to demonstrate how you might tweak the styles and show a screen shot of the result.</p> <p>But then I was thinking that if you're documenting something like <strong>h1</strong> that appears in various selector blocks like:</p> <div class="code"> <div class="hl-main"> <pre><span class="hl-identifier">h1</span><span class="hl-code">,</span><span class="hl-identifier">h2</span><span class="hl-code">,</span><span class="hl-identifier">h3</span><span class="hl-code">,</span><span class="hl-identifier">h4</span><span class="hl-code">,</span><span class="hl-identifier">h5</span><span class="hl-code">,</span><span class="hl-identifier">h6</span><span class="hl-brackets">{</span><span class="hl-code"> ... </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-identifier">h1</span><span class="hl-brackets">{</span><span class="hl-code"> ... </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-identifier">h1</span><span class="hl-code"> </span><span class="hl-identifier">a</span><span class="hl-brackets">{</span><span class="hl-code"> ... </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-identifier">#header</span><span class="hl-code"> </span><span class="hl-identifier">h1</span><span class="hl-brackets">{</span><span class="hl-code"> ... </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-identifier">a.weditor-h1</span><span class="hl-brackets">{</span><span class="hl-code"> ... </span><span class="hl-brackets">}</span></pre></div> </div> <br /> then maybe it's better to keep all references to <strong>h1</strong> on a single page and make it easy to track down through page tags. <p>My final thought would be to break down the entire file from top to bottom, listing each selector block as it's own page and documenting it. The problem there is that there are a couple of things like <strong>#top-bar li ul</strong> that are listed twice as selector blocks (in this example they are 40 lines apart). Obviously, we wouldn't want two different pages for that. Then there's the issue of multiple selectors listed in one block like <strong>h1,h2,h3,h4,h5,h6 { &#8230; }</strong>.</p> <p>My final, final thought would be to do something like Hartnell is doing with <a href="http://css.wikidot.com/class:body">class:body</a> and show where the selector is used in base.css. I really like this approach, especially if we can incorporate some specific examples and screenshots (or links to working examples).</p> <p>Thoughts?</p> <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-191538</guid>
				<title>http://cssprojectchat.wikidot.com/</title>
				<link>http://css.wikidot.com/forum/t-191538/http:cssprojectchat-wikidot-com</link>
				<description>Chatbox so we can vitualy meet</description>
				<pubDate>Sun, 25 Oct 2009 09:44:38 +0000</pubDate>
				<wikidot:authorName>Steven Heynderickx</wikidot:authorName>				<wikidot:authorUserId>55440</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi, I made a chatbox in an other site&#8230; was the quickest way&#8230;<br /> We can meet there</p> <p><a href="http://cssprojectchat.wikidot.com/">http://cssprojectchat.wikidot.com/</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-191439</guid>
				<title>Body</title>
				<link>http://css.wikidot.com/forum/t-191439/body</link>
				<description></description>
				<pubDate>Sat, 24 Oct 2009 20:10:12 +0000</pubDate>
				<wikidot:authorName>hartnell-2-guru</wikidot:authorName>				<wikidot:authorUserId>393692</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I copied over my page on the body element.</p> <p><a href="http://css.wikidot.com/class:body">http://css.wikidot.com/class:body</a></p> <p>As you can see, it completely breaks the site format.</p> <p>How do we squeeze it in?</p> <p>&#8212; hartnell</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-190909</guid>
				<title>The CSS Zone&#039;s Mission</title>
				<link>http://css.wikidot.com/forum/t-190909/the-css-zone-s-mission</link>
				<description></description>
				<pubDate>Thu, 22 Oct 2009 10:42:24 +0000</pubDate>
				<wikidot:authorName>hartnell</wikidot:authorName>				<wikidot:authorUserId>10978</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Before doing anything else, I'm going to sit in this thread until <em>The CSS Zone</em> has discovered it's mission in life.</p> <p>It's mission is simple and can be described in one statement.</p> <p>That single statement is like the Sword in the Stone.</p> <ul> <li>Many people tried to pull the gleaming Excalibur from the stone, but only one did. From the second it was free, it became a guiding light for the Knights of the Round Table.</li> </ul> <ul> <li>Each of us will take many tries at trying to speak the statement that defines the mission of <em>The CSS Zone</em>, but only one of us will get it right. When one of us does get it right, it will be a guide to keep us on course.</li> </ul> <p>Sorry, no King Arthur. :)</p> <p>Excalibur changed the world. Without Excalibur, the world would have been a different place.</p> <p>So too, The CSS Zone will change the world.</p> <p>How will The CSS Zone change the world for the better?</p> <p>How will the world be worse off it never existed?</p> <p>Answering these questions will give us the true mission of <em>The CSS Zone</em>. Do not respond to each other's post, except to say &quot;I like that one.&quot; You can post as many statements as you want in this thread.</p> <p>How will The CSS Zone change the world for the better?</p> <p>How will the world be worse off it never existed?</p> <p><strong>Start Posting Your Answers Now!</strong></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-190900</guid>
				<title>CSS Questions</title>
				<link>http://css.wikidot.com/forum/t-190900/css-questions</link>
				<description></description>
				<pubDate>Thu, 22 Oct 2009 10:08:48 +0000</pubDate>
				<wikidot:authorName>hartnell</wikidot:authorName>				<wikidot:authorUserId>10978</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I looked in my magic crystal ball and created some questions for you by putting my finger right on the throbbing pulse of the deepest darkest desires of the wikidot user known only as bob.</p> <h1><span>Das Questions</span></h1> <ul> <li>How do I format text in a table? (read, probably means create headers, adjust padding / margins / etc.)</li> <li>How do I make invisible tags? (or anything 'invisible'? answer <tt>display:none;</tt></li> <li>How do I align text (center, left, four corners of the earth) in a div or table?</li> <li>How do I make an image smaller? (not necessarily need be a theme issue, but why not. :) )</li> <li>(challenging one) How to style a tooltip? (i can't nail that freek down in firebug!)</li> <li>How to create an infobox? (very common question)</li> <li>How do I float a table? (either with a div, or using a custom table and inline styles, or a class and custom table</li> </ul> <p>That's enough for now. :)</p> <p>&#8212; hartnell</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-190899</guid>
				<title>Comments, Please</title>
				<link>http://css.wikidot.com/forum/t-190899/comments-please</link>
				<description></description>
				<pubDate>Thu, 22 Oct 2009 10:06:40 +0000</pubDate>
				<wikidot:authorName>hartnell</wikidot:authorName>				<wikidot:authorUserId>10978</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The links in the CSS Guide menu need a comments box too, always improving, you know. :)</p> <p>&#8212; hartnell</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-190740</guid>
				<title>Layout issues</title>
				<link>http://css.wikidot.com/forum/t-190740/layout-issues</link>
				<description>What will the look of the page be? what contentblocks?</description>
				<pubDate>Wed, 21 Oct 2009 22:09:10 +0000</pubDate>
				<wikidot:authorName>Steven Heynderickx</wikidot:authorName>				<wikidot:authorUserId>55440</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I like TOC at the top&#8230; especially for long pages<br /> according to the Hammer principle we should also have comments per page&#8230;</p> <p>IMO we should have clear, as short as possible titles. Beeing creative is one, but finding info fast and easy is another. So I don't think CSS primer is a good title&#8230; but hey that's only my opinion&#8230;. I find it very creative, but not clear&#8230; sorry</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-190596</guid>
				<title>Hammer 5</title>
				<link>http://css.wikidot.com/forum/t-190596/hammer-5</link>
				<description>Suggestions for Tag names concerning functionality</description>
				<pubDate>Wed, 21 Oct 2009 13:23:07 +0000</pubDate>
				<wikidot:authorName>Steven Heynderickx</wikidot:authorName>				<wikidot:authorUserId>55440</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Suggestions for Tag names concerning functionality</p> Brief summery Tags up till now<br /> <table class="wiki-content-table"> <tr> <th>Tag</th> <th>Contra</th> <th>Pro</th> </tr> <tr> <td><strong>_inprogress</strong></td> <td>1</td> <td>0</td> </tr> <tr> <td><strong>how-do-i</strong></td> <td>1</td> <td>1</td> </tr> <tr> <td><strong>_how-do-i</strong></td> <td>1</td> <td>1</td> </tr> </table> <p>Already in good use:</p> <ul> <li>_solved &#8212;&gt; Answered How-Do-I Question</li> <li>_unsolved &#8212;&gt; Posted not adressed How-Do-I Question</li> </ul> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-190593</guid>
				<title>Hammer 1</title>
				<link>http://css.wikidot.com/forum/t-190593/hammer-1</link>
				<description>What is our content and how can we catagories it?</description>
				<pubDate>Wed, 21 Oct 2009 13:19:31 +0000</pubDate>
				<wikidot:authorName>Steven Heynderickx</wikidot:authorName>				<wikidot:authorUserId>55440</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>As Hartnell is trying to do in his thread on CSS Zone's Mission but with the effect of producing selling slogans, I would like to formulate a list of contentitems that will reflect the mission of this site. Please feel free to suggest new ones or comment.</p> <p>What css.wikidot.com is trying to do is:</p> <h2><span>Inform people</span></h2> <table class="wiki-content-table"> <tr> <th>ContentItem</th> <th>Category</th> </tr> <tr> <td>How can you do this or that in wikidot and with wikidot-syntax</td> <td>how-do-i:</td> </tr> <tr> <td>Where can you find info on css in general (css on wikidot is here of course)</td> <td>linklibrary:</td> </tr> <tr> <td>What can you modify in wikidot</td> <td>class:</td> </tr> </table> <h2><span>Service to people</span></h2> <table class="wiki-content-table"> <tr> <th>ContentItem</th> <th>Category</th> </tr> <tr> <td>Here you are sir&#8230; download this nice theme-sniplet</td> <td>sniplets:</td> </tr> <tr> <td>You have a pesonal question&#8230;we 'll answer it here or redirect you</td> <td>question:</td> </tr> </table> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-190549</guid>
				<title>I am a little bit confused...</title>
				<link>http://css.wikidot.com/forum/t-190549/i-am-a-little-bit-confused</link>
				<description></description>
				<pubDate>Wed, 21 Oct 2009 06:31:49 +0000</pubDate>
				<wikidot:authorName>Brunhilda</wikidot:authorName>				<wikidot:authorUserId>91730</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have already put this question somewhere, but I can't remember where.</p> <p>What am I doing as admin in a site about CSS? I doubt I can cotribute the 50th part of what each can, everyone knows that I discovered what CSS is only some months ago. So, my question is: what is expected from me in a site like this?</p> <p>Thank you!<br /> B.</p> <p>PS:Not even Phil and Helmuti are here, and I am&#8230; I really don't get this, guys&#8230;. :P</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-190533</guid>
				<title>Let&#039;s try to organize a plan of attack</title>
				<link>http://css.wikidot.com/forum/t-190533/let-s-try-to-organize-a-plan-of-attack</link>
				<description></description>
				<pubDate>Wed, 21 Oct 2009 02:38:13 +0000</pubDate>
								<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for setting up this forum. I been feeling like we're all running in different directions trying to create our own vision of what this site should ultimately become. Is there any interest in hitting the pause button on this project so we can try to get more organized?</p> <p>For example, my &quot;pet&quot; project that I have been wanting to do for a long time is to fully document the base.css file that Wikidot uses. What's the best way to incorporate that into this site?</p> <p>Timothy, your work on the IDs and Classes section is great, but a lot of what you're listing so far is clashing with my idea.</p> <p>rhombus P and Steven have laid out a nice Q/A section, but there is a different category used for the included pages. I think we should all try to use the same set of tools where we can.</p> <p>I guess what I'm trying to say is that I'd like to see us slow down and try to outline this project now to save a lot of re-working of pages and reorganizing content later. Maybe we could create our own version of the <a href="http://blog.wikidot.com/blog:the-hammer-pattern" target="_blank">Hammer Pattern</a> Pieter talked about in his blog.</p> <p>Does this make sense or am I way off base? Maybe we could try to arrange a meeting in the chatroom and start laying things out on a design strategy page.</p> <p>-Ed</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://css.wikidot.com/forum/t-190508</guid>
				<title>FAQ</title>
				<link>http://css.wikidot.com/forum/t-190508/faq</link>
				<description></description>
				<pubDate>Wed, 21 Oct 2009 00:10:01 +0000</pubDate>
				<wikidot:authorName>rhombus p</wikidot:authorName>				<wikidot:authorUserId>240559</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Do you think we should add a fact and question part to the site?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>