<?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; JavaScript</title>
	<atom:link href="http://striderweb.com/nerdaphernalia/tag/javascript/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>A Brief History of JavaScript</title>
		<link>http://striderweb.com/nerdaphernalia/2009/05/a-brief-history-of-javascript/</link>
		<comments>http://striderweb.com/nerdaphernalia/2009/05/a-brief-history-of-javascript/#comments</comments>
		<pubDate>Mon, 11 May 2009 16:03:30 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Amusing]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[programming languages]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=249</guid>
		<description><![CDATA[1995 &#8211; Brendan Eich reads up on every mistake ever made in designing a programming language, invents a few more, and creates LiveScript. Later, in an effort to cash in on the popularity of Java the language is renamed JavaScript. Later still, in an effort to cash in on the popularity of skin diseases the [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<p>1995 &#8211; Brendan Eich reads up on every mistake ever made in designing a programming language, invents a few more, and creates LiveScript. Later, in an effort to cash in on the popularity of Java the language is renamed JavaScript. Later still, in an effort to cash in on the popularity of skin diseases the language is renamed ECMAScript.</p>
<p>	<cite><a href='http://james-iry.blogspot.com/2009/05/brief-incomplete-and-mostly-wrong.html'>One Div Zero: A Brief, Incomplete, and Mostly Wrong History of Programming Languages</a>.</cite>
</p></blockquote>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2009
<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/2009/05/a-brief-history-of-javascript/">Permalink to A Brief History of JavaScript</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/2009/05/a-brief-history-of-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>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>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>
		<item>
		<title>Duplicating a Clone</title>
		<link>http://striderweb.com/nerdaphernalia/2006/11/duplicating-a-clone/</link>
		<comments>http://striderweb.com/nerdaphernalia/2006/11/duplicating-a-clone/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 21:07:12 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.striderweb.com/nerdaphernalia/2006/11/duplicating-a-clone/</guid>
		<description><![CDATA[The author has duplicated in JavaScript the cloneNode method of the node object, so that he can, in effect, custom-modify cloneNode.]]></description>
			<content:encoded><![CDATA[<p>In the process of working on my Pull-quotes plugin for WordPress, I found myself in a position where in order to move further in certain directions, I had to modify the way a standard JavaScript function works &#8212; specifically the <code>cloneNode</code> method of the <code>node</code> object.</p>
<p>(Oh, and by the way, there&#8217;s a <a href="/nerdaphernalia/features/wp-javascript-pull-quotes/">new version of the Pull-quote plugin</a> available)</p>
<p>Ultimately I decided the best way to do this would be to duplicate it as a custom function, that I could them modify to my heart&#8217;s content.  As this proved to be more difficult than I first thought it would be, largely due to the difficulty of debugging recursive functions (that is, functions that can call themselves).</p>
<p><a href="/nerdaphernalia/features/js-dupenode-function/">Take a look</a> if you&#8217;re interested.</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2006
<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/2006/11/duplicating-a-clone/">Permalink to Duplicating a Clone</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/2006/11/duplicating-a-clone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pull-Quote Triple Play</title>
		<link>http://striderweb.com/nerdaphernalia/2006/10/pull-quote-triple-play/</link>
		<comments>http://striderweb.com/nerdaphernalia/2006/10/pull-quote-triple-play/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 17:57:38 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.striderweb.com/nerdaphernalia/2006/10/pull-quote-triple-play/</guid>
		<description><![CDATA[Wherein the author discovers that parallel conceptualization and an impromptu triple-partnership can lead to good things.  Also, a nice addition to an interesting new bit of Javascript is offered for download.]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve been learning <abbr title="Document Object Model">DOM</abbr> scripting with the help of an excellent book called&#8230; well&#8230; <a href="http://www.amazon.com/DOM-Scripting-Design-JavaScript-Document/dp/1590595335/">DOM Scripting</a>.  (Creative, these computer types, eh wot?)  As I went through the book, I had what I thought was a great idea for a script to auto-create <a href="http://dictionary.reference.com/search?q=pull%20quote&amp;db=*">pull-quotes</a>.</p>
<p>DOM Scripting is an extremely flexible and powerful set of techniques within Javascript that allows the scripter to manipulate HTML (that is, web pages) in various ways, including adding markup and text, changing CSS settings, and a lot of other things.  For this idea, I had it in my head that I could wrap the text to be quoted in a &lt;span&gt; tag with a class of &#8220;pullquote&#8221;, then use the DOM to take all such spans and turn their contents into pull-quotes.</p>
<p>Well darn it all if some guy named <a href="http://www.456bereastreet.com/">Roger Johansson</a> didn&#8217;t go and save me the trouble by <a href="http://www.456bereastreet.com/archive/200609/automatic_pullquotes_with_javascript_and_css/">beating me to the punch</a>.  I actually laughed when I saw his post, because he uses precisely the methodology I was planning, and he pulls it off well &#8212; though, even more coincidentally, his first iteration had a limitation that mine would have had, and for the same reason!  (I should note here that I&#8217;m not trying to take anything away from Roger &#8212; obviously I think it was a good idea, and <span class="pullquote">he did clearly beat me to it</span>.)</p>
<p>Almost immediately, a reader of his blog (going by the <span class="foreign" lang="fr">nom de web</span> &#8220;Viper007Bond&#8221;) took the script and very neatly turned it into <a href="http://www.viper007bond.com/wordpress-plugins/javascript-pullquotes/">a plugin for WordPress</a>.  Better and better.  It wouldn&#8217;t have been too terribly hard to incorporate it into a blog, but now it&#8217;s a total no-brainer.</p>
<p>Since I had been thinking directly along the same lines before seeing the script, I of course immediately had ideas of what might be done differently.  I have a number of concepts that I will work on soon, but one of them is already done.  I added code to Roger&#8217;s that excludes &lt;a&gt; tags from within &#8220;pullquote&#8221; &lt;span&gt;s &#8212; Not the content of the links, just the link itself.  It occurred to me that having a link inside pullquote would not look so good, and in some cases could actually damage navigation within a page (in the cases of &#8220;name&#8221; links or navigational links pointing to &#8220;name&#8221; links).  You can see it in action in <a href="/blog/2006/08/whats-in-a-name-pt-2/">this post from my other blog</a>.</p>
<p>The modified script can be downloaded <a href="/nerdaphernalia/features/wp-javascript-pull-quotes/">right here</a>.  This can <em>easily</em> be used with the WordPress plugin &#8212; just replace the &#8220;jspullquotes.js&#8221; file in the plugin folder with the modified copy.  (Actually, this is an excellent quality of the way Viper007Bond made the plugin, as it is so easily updated when improvements are made to the original script!)</p>
<p>Some of the ideas I have for down the road include:</p>
<ul>
<li>If a quote span doesn&#8217;t start with a capital letter, [C]apitalize it within brackets, as would be proper grammar for a quote</li>
<li>Allowing pullquotes that actually differ from the text in the span, such as excluding clauses within a long sentence.  I actually think this will be easier than it sounds.</li>
<li>Make successive pullquotes in a single post alternate sides</li>
<li>Figure out how to make a preference screen within WordPress so that these various improvements<sup><a href="#fnote4_1">1</a></sup> can be easily turned on or off by the blog owner</li>
</ul>
<p>That&#8217;s all I&#8217;ve got for now.  Those links again are:</p>
<ul>
<li><a href="http://www.456bereastreet.com/archive/200609/automatic_pullquotes_with_javascript_and_css/">Roger Johansson&#8217;s script</a></li>
<li><a href="http://www.viper007bond.com/wordpress-plugins/javascript-pullquotes/">Viper007Bond&#8217;s WordPress Plugin</a></li>
<li><a href="/nerdaphernalia/downloads/jspullquotes.js.zip">My &#8220;No Links&#8221; modified script</a></li>
<li><a href="/nerdaphernalia/features/wp-javascript-pull-quotes/">Update: My full-feature WordPress Plugin</a></li>
</ul>
<p>That&#8217;s it for now.  See you next time!</p>
<p class="fnote"> <a title="fnote4_1" name="fnote4_1"></a>1: This is important because, as experience tells us, &#8220;improvement&#8221; is often in the eye of the beholder.</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2006
<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/2006/10/pull-quote-triple-play/">Permalink to Pull-Quote Triple Play</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/2006/10/pull-quote-triple-play/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

