<?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>Simplish Demo &#187; styles</title>
	<atom:link href="http://simplish-demo.pomfolio.com/tag/styles/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplish-demo.pomfolio.com</link>
	<description>v.2.4</description>
	<lastBuildDate>Mon, 19 Oct 2009 04:25:13 +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>Stylish Tables</title>
		<link>http://simplish-demo.pomfolio.com/2008/09/18/table/</link>
		<comments>http://simplish-demo.pomfolio.com/2008/09/18/table/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 07:15:52 +0000</pubDate>
		<dc:creator>brianna</dc:creator>
				<category><![CDATA[table]]></category>
		<category><![CDATA[blueprint]]></category>
		<category><![CDATA[styles]]></category>

		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish-demo/?p=44</guid>
		<description><![CDATA[Table goodness in 2.1.1+, borrowed from the <a href="http://www.blueprintcss.org/">Blueprint CSS</a> framework, then later (2.1.5) from Gesso/Boilerplate.]]></description>
			<content:encoded><![CDATA[<p>Table goodness in 2.1.1+, <del datetime="2009-02-06T12:22:43+00:00">borrowed from the <a href="http://www.blueprintcss.org/">Blueprint CSS</a> framework</del>. Table styles in Simplish 2.1.5+ are derived from Gesso/Boilerplate frameworks, instead.</p>
<h3>Some Software</h3>
<table border="0" cellpadding="0" cellspacing="0">
<tr valign="top" align="left">
<th>Program</th>
<th>Version</th>
<th>Use</th>
</tr>
<tr>
<td><a href="http://www.apache.org/httpd/">Apache httpd</a></td>
<td>2.2.<i>x</i></td>
<td>Web Services</td>
</tr>
<tr>
<td><a href="http://www.isc.org/products/BIND/">BIND</a></td>
<td>9.<i>x</i></td>
<td>Web Services</td>
</tr>
<tr>
<td><a href="http://plan9.bell-labs.com">Plan 9</a></td>
<td>4th Edition</td>
<td>Research and Development</td>
</tr>
<tr>
<td><a href="http://labs.utopian.net/blogs/simplish/">Simplish</a></td>
<td>2.<i>x</i></td>
<td>Web Services</td>
</tr>
<tr>
<td><a href="http://asg.web.cmu.edu/cyrus/imapd/">Cyrus IMAP Server</a></td>
<td>2.2.<i>x</i></td>
<td>&hellip;</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://simplish-demo.pomfolio.com/2008/09/18/table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preformatted &amp; Code</title>
		<link>http://simplish-demo.pomfolio.com/2008/06/20/pre/</link>
		<comments>http://simplish-demo.pomfolio.com/2008/06/20/pre/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:14:46 +0000</pubDate>
		<dc:creator>brianna</dc:creator>
				<category><![CDATA[pre]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[preformatted]]></category>
		<category><![CDATA[styles]]></category>

		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=27</guid>
		<description><![CDATA[Code/pre elements don't follow the ‘greenscreen’ style in Hardy's <a href="http://quotedprintable.com/pages/scribbish">Scribbish</a>.]]></description>
			<content:encoded><![CDATA[<p>These don&#8217;t follow the ‘greenscreen’ style in Hardy&#8217;s <a href="http://quotedprintable.com/pages/scribbish">Scribbish</a>. Instead, they look like this:</p>
<p>Code tags usually style references to things like files names inline: <code>comments.php</code>, or things you should type exactly:<br />
<code><br />
for file in *.html ; do mv $file `echo $file | sed 's/\(.*\.\)html/\1php/'` ; done<br />
</code></p>
<p>While pre tags make preformatted text in a block, like:</p>
<pre>/*
 * Switch to stack of the new process and set up
 * his segmentation registers.
 */
retu(rp-&gt;p_addr);
sureg();
/*
 * If the new process paused because it was
 * swapped out, set the stack level to the last call
 * to savu(u_ssav).  This means that the return
 * which is executed immediately after the call to aretu
 * actually returns from the last routine which did
 * the savu.
 *
 * You are not expected to understand this.
 */
if(rp-&gt;p_flag&amp;SSWAP) {
	rp-&gt;p_flag =&amp; ~SSWAP;
	aretu(u.u_ssav);
}
/*
 * The value returned here has many subtle implications.
 * See the newproc comments.
 */
return(1);</pre>
<p><a href="http://cm.bell-labs.com/who/dmr/odd.html">that</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplish-demo.pomfolio.com/2008/06/20/pre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lists</title>
		<link>http://simplish-demo.pomfolio.com/2008/06/20/lists/</link>
		<comments>http://simplish-demo.pomfolio.com/2008/06/20/lists/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:12:06 +0000</pubDate>
		<dc:creator>brianna</dc:creator>
				<category><![CDATA[list]]></category>
		<category><![CDATA[definition list]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[ordered list]]></category>
		<category><![CDATA[styles]]></category>
		<category><![CDATA[unordered list]]></category>

		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=6</guid>
		<description><![CDATA[Lists]]></description>
			<content:encoded><![CDATA[<p>Simplish attempts to have good basic element style coverage, including your varieties of HTML lists:</p>
<h3>Ordered lists</h3>
<ol>
<li>contain lists</li>
<li>of numbered things</li>
<li>Can contain sub-lists
<ul>
<li>of other stuff,</li>
<li>even in a sub-unordered list</li>
</ul>
</li>
<li>Sublist, ordered
<ol>
<li>First sub-thing</li>
<li>Second sub-thing</li>
</ol>
</li>
<li>The End</li>
</ol>
<h3>Unordered lists</h3>
<ul>
<li>don&#8217;t</li>
<li>have</li>
<li>numbers</li>
<li>Sublists might be ordered
<ol>
<li>which might themselves be lists, in order</li>
<li>whether or not it&#8217;s groceries</li>
</ol>
</li>
<li>Or not
<ul>
<li>Positive</li>
<li>Negative</li>
</ul>
</li>
<li>The End, Part the Second</li>
</ul>
<h3>Definition Lists</h3>
<dl>
<dt>Definition List</dt>
<dd>An [X]HTML element that&#8217;s handy for word and acronym expansions, descriptions, and, yes, definitions.</dd>
<dt>UNIX</dt>
<dd>Isn&#8217;t an acronym.</dd>
<dt>GNU</dt>
<dd>Is. It stands for <strong>G</strong>NU&#8217;s <strong>N</strong>ot <strong>U</strong>NIX.</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://simplish-demo.pomfolio.com/2008/06/20/lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blockquoting</title>
		<link>http://simplish-demo.pomfolio.com/2008/06/20/blockquoting/</link>
		<comments>http://simplish-demo.pomfolio.com/2008/06/20/blockquoting/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 15:21:49 +0000</pubDate>
		<dc:creator>brianna</dc:creator>
				<category><![CDATA[blockquote]]></category>
		<category><![CDATA[styles]]></category>

		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=5</guid>
		<description><![CDATA[Blockquotes tested strenuously]]></description>
			<content:encoded><![CDATA[<p>With some blockquotes too of course…</p>
<blockquote><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros. Aliquam pharetra. Nulla in tellus eget odio sagittis blandit. Maecenas at nisl. Nullam lorem mi, eleifend a, fringilla vel, semper at, ligula. Mauris eu wisi. Ut ante dui, aliquet nec, congue non, accumsan sit amet, lectus. Mauris et mauris. Duis sed massa id mauris pretium venenatis. Suspendisse cursus velit vel ligula. Mauris elit. Donec neque. Phasellus nec sapien quis pede facilisis suscipit. Aenean quis risus sit amet eros volutpat ullamcorper. Ut a mi. Etiam nulla. Mauris interdum.</p></blockquote>
<p>and a suggestion by Steve Cooley for a blockquote within a blockquote:</p>
<blockquote><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros. Aliquam pharetra.</p>
<blockquote><p>This is a blockquote within a blockquote</p></blockquote>
<p>Nulla in tellus eget odio sagittis blandit. Maecenas at nisl. Nullam lorem mi, eleifend a, fringilla vel, semper at, ligula. Mauris eu wisi. Ut ante dui, aliquet nec, congue non, accumsan sit amet, lectus. Mauris et mauris. Duis sed massa id mauris pretium venenatis. Suspendisse cursus velit vel ligula. Mauris elit. Donec neque. Phasellus nec sapien quis pede facilisis suscipit. Aenean quis risus sit amet eros volutpat ullamcorper. Ut a mi. Etiam nulla. Mauris interdum.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://simplish-demo.pomfolio.com/2008/06/20/blockquoting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
