<?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>Nerdaphernalia &#187; CSS</title>
	<atom:link href="http://striderweb.com/nerdaphernalia/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://striderweb.com/nerdaphernalia</link>
	<description>"It's All Geek To Me"</description>
	<lastBuildDate>Wed, 21 Dec 2011 18:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JavaScript Pull-Quotes 2.0</title>
		<link>http://striderweb.com/nerdaphernalia/2008/06/javascript-pull-quotes-20/</link>
		<comments>http://striderweb.com/nerdaphernalia/2008/06/javascript-pull-quotes-20/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 03:08:57 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DOM Scripting]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=69</guid>
		<description><![CDATA[The pull-quotes plugin has undergone some major rewriting in recent weeks. I released much of that as version 1.7 a few days ago. Over the weekend I added a few features, revamped the Settings interface for WordPress 2.5, gave it a quick rinse and polish, and here it is! New in v2.0: Rewrote Settings page [...]]]></description>
			<content:encoded><![CDATA[<p>The pull-quotes plugin has undergone some major rewriting in recent weeks.  I released much of that as version 1.7 a few days ago.  Over the weekend I added a few features, revamped the Settings interface for WordPress 2.5, gave it a quick rinse and polish, and here it is!</p>
<p>New in v2.0:</p>
<ul>
<li>Rewrote Settings page to WP 2.5 standard</li>
<li>New Setting to strip internal links (href=&#8221;#id&#8221;) from pull-quotes</li>
<li>Added &#8220;Settings&#8221; link to Actions on Plugins screen</li>
<li>Strips &#8220;a&#8221; tags that lack an &#8220;href&#8221; attribute from pull-quotes</li>
<li>Strips &#8220;id&#8221; and &#8220;name&#8221; attributes from tags in pull-quotes</li>
<li>Improved error correction if Style files go missing (not finished though)</li>
<li>BUGFIX: Files starting with &#8220;.&#8221; should not appear in styles list in Admin</li>
<li>Misc. code cleanup</li>
</ul>
<p>New in v 1.7:</p>
<ul>
<li>BUGFIX: &#8220;preview&#8221; script is now only added to Pull-Quotes page &#8212; used to add to ever admin page (was causing problems when editing posts)</li>
<li>Improved security via <a href="http://markjaquith.wordpress.com/2006/06/02/wordpress-203-nonces/">nonces</a></li>
<li>Changed name of preview script in Admin to avoid potential conflicts</li>
<li>Removed &#8220;edit CSS&#8221; link from Admin.  Doesn&#8217;t work in WP 2.5</li>
<li>Simplified HTML comments on page headers.  Blog pages no longer have plugin URL and Admin page no longer has version.</li>
<li>Extensive code cleanup and abstraction</li>
</ul>
<p>I&#8217;m very happy with some of the things I figured out along the way to 1.7 and 2.0.  I anticipate they will result in one or more tutorials for plugin authors, not to mention one or two submissions to WordPress core software.</p>
<p>In the meantime, for Geeks and Norms alike, the plugin is good to go.  <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="/nerdaphernalia/features/wp-javascript-pull-quotes/">Go get it!</a></p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2008
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2008/06/javascript-pull-quotes-20/">Permalink to JavaScript Pull-Quotes 2.0</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2008/06/javascript-pull-quotes-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Pull-Quotes plugin &#8212; bugfix version</title>
		<link>http://striderweb.com/nerdaphernalia/2008/06/javascript-pullquotes-plugin-bugfix-version/</link>
		<comments>http://striderweb.com/nerdaphernalia/2008/06/javascript-pullquotes-plugin-bugfix-version/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 16:28:08 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=68</guid>
		<description><![CDATA[Several users of my JavaScript Pull-Quotes plugin for WordPress have been having strange issues recently &#8212; header errors when publishing posts, for example. There have been a number of reports, but I have been unable to reproduce any of these occurrences. I have, however, been doing a lot of code cleanup recently in anticipation of [...]]]></description>
			<content:encoded><![CDATA[<p>Several users of my <a href="/nerdaphernalia/features/wp-javascript-pull-quotes/">JavaScript Pull-Quotes plugin</a> for WordPress have been having strange issues recently &#8212; header errors when publishing posts, for example. There have been a number of reports, but I have been unable to reproduce any of these occurrences.</p>
<p>I have, however, been doing a lot of code cleanup recently in anticipation of a new version release.  I&#8217;m releasing the plugin as it stands now in the hopes that some of the cleanup and normalization I&#8217;ve done will fix some of these issues.</p>
<p>There are <em>no new features</em> in this release, which is why I&#8217;m calling it a &#8220;beta&#8221;.  Don&#8217;t let that tag scare you off though &#8212; the code is a lot more tight than in the previous release, I just wanted to add in a couple things before the &#8220;final&#8221; version 1.7.  That will probably come out this weekend or soon after.</p>
<p>So, if things are working great, no worries (though the upgrade certainly won&#8217;t <em>hurt</em> anything).  If you&#8217;ve had issues with this plugin, download the latest and greatest and give it a try.</p>
<p><a href="/nerdaphernalia/features/wp-javascript-pull-quotes/">Go get it!</a></p>
<p>Enjoy.</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2008
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2008/06/javascript-pullquotes-plugin-bugfix-version/">Permalink to JavaScript Pull-Quotes plugin &#8212; bugfix version</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2008/06/javascript-pullquotes-plugin-bugfix-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Tip: Cross-browser &lt;sup&gt; tags</title>
		<link>http://striderweb.com/nerdaphernalia/2008/01/html-tip-cross-browser-sup-tags/</link>
		<comments>http://striderweb.com/nerdaphernalia/2008/01/html-tip-cross-browser-sup-tags/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 16:37:24 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2008/01/html-tip-cross-browser-sup-tags/</guid>
		<description><![CDATA[If you&#8217;ve ever used the HTML &#60;sup&#62; tag on a web page, you&#8217;ve probably noticed that it has a tendency to do strange things in various browsers. The most common effect is that the line height of that one line of text is pushed up, leaving a small but noticeable gap in the text. This [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever used the HTML <code>&lt;sup&gt;</code> tag on a web page, you&#8217;ve probably noticed that  it has a tendency to do strange things in various browsers.  The most common effect is that the line height of that one line of text is pushed up, leaving a small but noticeable gap in the text.</p>
<p>This has always irritated me, as <code>&lt;sup&gt;</code> is a prefectly useful tag, and should be usable without messing up the appearance of a page.</p>
<p>After a bit of experimenting, I think I&#8217;ve found a solid, simple, cross-browser solution.  All you need to do is put the following in your CSS file:</p>
<pre>sup {
position: relative;
top: -3px;
vertical-align: top;
font-size: 90%;
}
</pre>
<p>This appears to standardize the various ways that different browsers render <code>&lt;sup&gt;</code>erscripted text, and it also eliminates that pesky line-height gap!</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2008
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2008/01/html-tip-cross-browser-sup-tags/">Permalink to HTML Tip: Cross-browser &lt;sup&gt; tags</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2008/01/html-tip-cross-browser-sup-tags/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>JavaScript Pull-Quotes 1.6.6</title>
		<link>http://striderweb.com/nerdaphernalia/2007/11/javascript-pull-quotes-166/</link>
		<comments>http://striderweb.com/nerdaphernalia/2007/11/javascript-pull-quotes-166/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 23:13:17 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2007/11/javascript-pull-quotes-165/</guid>
		<description><![CDATA[A new version of the JavaScript Pull-Quotes plugin for WordPress is up. A user requested that i allow for an option to turn off the CSS links, so he could reduce HTTP requests by manually putting the CSS in his own stylesheets. So here it is. I live the serve. Some minor under-the-hood changes, also. [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of the JavaScript Pull-Quotes plugin for WordPress is up.</p>
<p>A user requested that i allow for an option to turn off the CSS links, so he could reduce HTTP requests by manually putting the CSS in his own stylesheets.  So here it is.  I live the serve.  <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Some minor under-the-hood changes, also.</p>
<p><a href="http://striderweb.com/nerdaphernalia/features/wp-javascript-pull-quotes/"><br />
Go get it!</a></p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2007
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2007/11/javascript-pull-quotes-166/">Permalink to JavaScript Pull-Quotes 1.6.6</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2007/11/javascript-pull-quotes-166/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dunce!</title>
		<link>http://striderweb.com/nerdaphernalia/2007/10/dunce/</link>
		<comments>http://striderweb.com/nerdaphernalia/2007/10/dunce/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 17:03:40 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Amusing]]></category>
		<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2007/10/dunce/</guid>
		<description><![CDATA[Been working on a few things lately, including the arduous process of moving into a new house. In the meantime, however, I&#8217;ve managed to knock out a new WordPress plugin I&#8217;ve (tentatively) decided to call &#8220;Dunce Cap&#8221;. Dunce Cap was inspired by this plugin by Travis Hines. It allows you to &#8220;tag&#8221; your commenters with [...]]]></description>
			<content:encoded><![CDATA[<p>Been working on a few things lately, including the arduous process of moving into a new house.  In the meantime, however, I&#8217;ve managed to knock out a new WordPress plugin I&#8217;ve (tentatively) decided to call &#8220;Dunce Cap&#8221;.</p>
<p>Dunce Cap was inspired by <a href="http://www.younggogetter.com/2007/08/28/douche-bag-our-first-official-wordpress-plugin/">this plugin</a> by Travis Hines.  It allows you to &#8220;tag&#8221; your commenters with an image.</p>
<p>Currently there is only one image/tag built-in, though you can easily add you own using the Options screen.  See the comments to this post  for a demonstration, and if you install it, <strong>Read the &#8220;readme.txt&#8221;</strong> &#8212; it has some important info.  As this is a beta, it currently requires one extra step before it will actually do anything.</p>
<p>I fully intent to add more built-in tags, and to rename this to something more generalized (and less negative).  Suggestions are welcome.</p>
<p>Download: <del>dunce.zip</del></p>
<p class="update">[Update:  The full plugin is out under a new name: <a href="/nerdaphernalia/features/wp-comment-spotlight/">Comment Spotlight</a>.]</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2007
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2007/10/dunce/">Permalink to Dunce!</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2007/10/dunce/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Playground</title>
		<link>http://striderweb.com/nerdaphernalia/2007/06/playground/</link>
		<comments>http://striderweb.com/nerdaphernalia/2007/06/playground/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 18:13:32 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2007/06/playground/</guid>
		<description><![CDATA[You might have noticed that the new theme is a bit boring. I&#8217;ve been wanting to make a customized theme for this blog for a while. One of the problems was finding a good starting point, as starting from the default theme provided with WordPress means having to go through and strip out all the [...]]]></description>
			<content:encoded><![CDATA[<p>You might have noticed that the new theme is a bit boring.</p>
<p>I&#8217;ve been wanting to make a customized theme for this blog for a while.  One of the problems was finding a good starting point, as starting from the default theme provided with WordPress means having to go through and strip out all the stuff particular to that theme first.  I was looking for a good &#8220;blank slate&#8221; from which to base my designs.</p>
<p>As I looked at various themes out there, I found a few I liked, but many were, simply put, poorly coded &#8212; and led to much more frustration than they were worth.  Finally, just <span class="pullquote"><!-- today I struck gold -->today, I struck gold</span>.</p>
<p>I&#8217;ve found a new WordPress theme that was deliberately designed to be extremely basic, because its <span class="foreign" lang="fr">raison d&#8217;etre</span> is to be customized.  The author has also been very careful in designing it with stable, solid code and markup that makes it easy to customize using just CSS and not having to much with PHP.  So in the next couple weeks as I have time I fully intend to be making some changes around here.  This place needs a new coat of paint!</p>
<p>The theme is called &#8220;Sandbox&#8221;, and you can get it at <a href="http://www.plaintxt.org/themes/sandbox/">http://www.plaintxt.org/themes/sandbox/</a></p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2007
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2007/06/playground/">Permalink to Playground</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2007/06/playground/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Pull-Quotes 1.5 &#8212; Coolness</title>
		<link>http://striderweb.com/nerdaphernalia/2007/03/javascript-pull-quotes-15-coolness/</link>
		<comments>http://striderweb.com/nerdaphernalia/2007/03/javascript-pull-quotes-15-coolness/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 04:58:30 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[GUI Goodness]]></category>
		<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2007/03/javascript-pull-quotes-15-coolness/</guid>
		<description><![CDATA[I&#8217;m very excited about this new update, as I&#8217;ve just implemented a very cool new feature. The plugin now supports styles, similar to WordPress themes. The thing is now wide open for third parties to create CSS files &#8212; you just drop one in the &#8220;styles&#8221; directory inside the plugin folder, and activate it in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very excited about this new update, as I&#8217;ve just implemented a very cool new feature.  The plugin now supports styles, similar to WordPress themes.  The thing is now wide open for third parties to create CSS files &#8212; you just drop one in the &#8220;styles&#8221; directory inside the plugin folder, and activate it in the Options panel.</p>
<p>I&#8217;ve even included a new &#8220;Modern&#8221; style to get y&#8217;all started.  If you&#8217;d like to submit a style, I would love to have some more interesting ones, so feel free to <a href="http://striderweb.com/feedback/">send them along</a>. <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="/nerdaphernalia/features/wp-javascript-pull-quotes/">Check it out!</a></p>
<div class="update">
Update:<br />
IMPORTANT UPGRADE NOTE: If you are upgrading from a previous version of the plugin, go into your Options panel and change the setting called &#8220;CSS class selector for alt-side pull-quote&#8221;.  The previous default read:</p>
<p>pullquote pqAlt</p>
<p>Change it to:</p>
<p>pullquote pqRight
</p></div>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2007
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2007/03/javascript-pull-quotes-15-coolness/">Permalink to JavaScript Pull-Quotes 1.5 &#8212; Coolness</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2007/03/javascript-pull-quotes-15-coolness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS in Perspective</title>
		<link>http://striderweb.com/nerdaphernalia/2007/03/css-in-perspective/</link>
		<comments>http://striderweb.com/nerdaphernalia/2007/03/css-in-perspective/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 03:40:22 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Amusing]]></category>
		<category><![CDATA[GUI Goodness]]></category>
		<category><![CDATA[Tha Interweb]]></category>
		<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2007/03/css-in-perspective/</guid>
		<description><![CDATA[Someone has figured out a 3-D perspective dungeon using nothing but JavaScript and Cascading Style Sheets.]]></description>
			<content:encoded><![CDATA[<p>This is interesting.</p>
<p>If you&#8217;re anywhere near my age, you probably spent a good part of the 80&#8242;s playing computer games such as the early Ultimas.  One of the common elements of these games is the first-person perspective dungeon.</p>
<p>Someone has figured out a 3-D perspective dungeon using nothing but JavaScript and Cascading Style Sheets.</p>
<p><a href="http://brothercake.com/site/resources/reference/3d/">Check it out!</a></p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2007
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2007/03/css-in-perspective/">Permalink to CSS in Perspective</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2007/03/css-in-perspective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

