<?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>John Lamansky, Technology Expert &#187; WordPress</title>
	<atom:link href="http://johnlamansky.com/tech/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnlamansky.com/tech</link>
	<description></description>
	<lastBuildDate>Mon, 21 May 2012 15:42:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Browse WordPress 2.2 Source Code</title>
		<link>http://johnlamansky.com/tech/browse-wordpress-22-source-code/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=browse-wordpress-22-source-code</link>
		<comments>http://johnlamansky.com/tech/browse-wordpress-22-source-code/#comments</comments>
		<pubDate>Fri, 06 Jul 2007 16:46:10 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.johnlamansky.com/2007/07/06/browse-wordpress-22-source-code/</guid>
		<description><![CDATA[A very useful resource for WordPress plugin developers: Browse the WordPress 2.2 source code at PHPXref.com.]]></description>
			<content:encoded><![CDATA[<p>A very useful resource for WordPress plugin developers: <a href="http://phpxref.com/xref/wordpress/nav.html.gz?index.html.gz">Browse the WordPress 2.2 source code at PHPXref.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://johnlamansky.com/tech/browse-wordpress-22-source-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code is Poetry. Poetry is Code?</title>
		<link>http://johnlamansky.com/tech/code-is-poetry-poetry-is-code/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-is-poetry-poetry-is-code</link>
		<comments>http://johnlamansky.com/tech/code-is-poetry-poetry-is-code/#comments</comments>
		<pubDate>Sun, 30 Jul 2006 17:50:27 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Kubrick]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.johnlamansky.com/2006/07/30/code-is-poetry-poetry-is-code/</guid>
		<description><![CDATA[As those familiar with WordPress probably know, WordPress&#8217;s &#8220;slogan&#8221; is &#8220;Code is Poetry.&#8221; Personally, I think it&#8217;s a great slogan. And I agree: well-written computer code is like a work of art. Good code creates something that runs beautifully and can even look beautiful too. So yes, code is poetry; however, I find it kind [...]]]></description>
			<content:encoded><![CDATA[<p>As those familiar with WordPress probably know, WordPress&#8217;s &#8220;slogan&#8221; is &#8220;Code is Poetry.&#8221;</p>
<p>Personally, I think it&#8217;s a great slogan. And I agree: well-written computer code is like a work of art. Good code creates something that runs beautifully and can even look beautiful too.</p>
<p>So yes, code is poetry; however, I find it kind of annoying to discover poetry in code, or more specifically, I find it kind of annoying when I find <a href="http://en.wikipedia.org/wiki/Daisy_Bell">Daisy Bell</a> lycrics hiding in my WordPress CSS:<br />
</p>
<pre>.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags &amp; Classes*/

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */</pre>
<p>I do feel kind of annoyed, but the lightheartedness of it also almost makes me want to laugh. And that&#8217;s probably why it&#8217;s <span class="nobr">there. <img src='http://johnlamansky.com/tech/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://johnlamansky.com/tech/code-is-poetry-poetry-is-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Importance of Feed Redirection</title>
		<link>http://johnlamansky.com/tech/the-importance-of-feed-redirection/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-importance-of-feed-redirection</link>
		<comments>http://johnlamansky.com/tech/the-importance-of-feed-redirection/#comments</comments>
		<pubDate>Sun, 23 Jul 2006 02:58:10 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[Feeds]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.johnlamansky.com/2006/07/22/the-importance-of-feed-redirection/</guid>
		<description><![CDATA[Sure, I had set up basic feed redirection. I had set it so that the feed/ and feed/atom/ WordPress feed URLs would redirect to my FeedBurner feed. But when I saw that the Best of the Web blog directory had listed my RSS feed as being http://www.johnlamansky.com/?feed=rss2, I knew I had to implement more extensive [...]]]></description>
			<content:encoded><![CDATA[<p>Sure, I had set up basic feed redirection. I had set it so that the <code>feed/</code> and <code>feed/atom/</code> WordPress feed URLs would redirect to <a href="http://feeds.feedburner.com/JohnLamansky">my FeedBurner feed</a>.</p>
<p>But when I saw that the Best of the Web blog directory had <a href="http://blogs.botw.org/Society/Personal_Weblogs/L/">listed</a> my RSS feed as being http://www.johnlamansky.com/?feed=rss2, I knew I had to implement more extensive redirection.</p>
<p>I had heard of this <a href="http://orderedlist.com/articles/wordpress-feedburner-plugin/">&#8220;WordPress Feedburner Plugin&#8221;</a> before, and decided to give it a try. After a little bit of trouble at first, I got it to work and &#8211; lo and behold! &#8211; the next day my Feedburner subscriber count had almost &#8211; not quite, but almost &#8211; doubled.</p>
<p>It just goes to show how important it is to make sure <em>all</em> of your feed traffic is directed to the right place.</p>
<p>I would highly recommend <a href="http://orderedlist.com/articles/wordpress-feedburner-plugin/">the aforementioned plugin</a> to WordPress bloggers who are using Feedburner; and if you haven&#8217;t already, be sure to check out Feedburner&#8217;s <a href="http://forums.feedburner.com/viewtopic.php?t=14">feed redirection tips</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://johnlamansky.com/tech/the-importance-of-feed-redirection/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using WordPress Categories as Tags</title>
		<link>http://johnlamansky.com/tech/using-wordpress-categories-as-tags/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-wordpress-categories-as-tags</link>
		<comments>http://johnlamansky.com/tech/using-wordpress-categories-as-tags/#comments</comments>
		<pubDate>Sun, 02 Jul 2006 17:38:20 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tagging]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.johnlamansky.com/2006/07/02/using-wordpress-categories-as-tags/</guid>
		<description><![CDATA[You may have noticed that for about two weeks or so now, across this blog the word &#8220;tag&#8221; has been used in place of the word &#8220;category.&#8221; You might also have noticed the list of the 20 most popular tags (on the sidebar on the homepage) in replacement of the giant category list. And last [...]]]></description>
			<content:encoded><![CDATA[<p>You may have noticed that for about two weeks or so now, across this blog the word &#8220;tag&#8221; has been used in place of the word &#8220;category.&#8221; You might also have noticed the list of the 20 most popular tags (on the sidebar on the homepage) in replacement of the giant category list. And last but not least, another new addition to the site is the cool-looking <a href="http://www.johnlamansky.com/tags/">tag cloud</a>.</p>
<p>The reason I made this change was because, in short, I had a <em>lot</em> of categories. Dozens and dozens of them. The list on the sidebar was huge.</p>
<p>The problem was, I wanted to have <em>more</em>. Even if I talked about, say, DMOZ, just once, I wanted to have a category for it so that my post would show up in Technorati searches for that topic.</p>
<p>With the default WordPress system, that just wasn&#8217;t feasible.</p>
<p>I had known for quite some time that I wanted to make the change to the more flexible tagging system. So once day I decided to do some plugin searching, and I found the perfect plugin: <a href="http://sw-guide.de/wordpress/category-tagging-plugin/">Category Tagging</a>. From the plugin website:</p>
<blockquote><p>WordPress has a categorization system that lets users categorize posts. However, using categories is no longer state of the art: In the word wide web, tagging is established â€” and categorizing is obsolete. Tagging is quite different to categorizing since it is based on keywords.</p>
<p>[...]</p>
<p>[The] Category Tagging Plugin provides the following features:</p>
<ol>
<li>Tag cloud<br />
It displays all tags (categories) as tag cloud.</li>
<li>Related posts<br />
When visitors find your website via search engines or other websites, they are often there for a reason and want to find out about a particular topic of interest. Presenting a list of related posts to a given post makes life easier for your visitors by showing them other posts you have written on the subject. This increases the chance that a visitor will stick around browsing your blog, and is perfect for existing visitors to find out your past thoughts on a particular subject.</li>
</ol>
</blockquote>
<p>Very cool.</p>
<p>I would highly recommend the Category Tagging plugin, although be forewarned that it&#8217;s not easy to set up.</p>
<p>While I was at it, I also fixed that annoying WordPress &#8220;bug&#8221; that causes categories to be arranged by ID when the categories for a post are listed. All I had to do was install the <a href="http://bloop.org/joey/wordpress-plugins/">Simple Category Sort</a> extension (link not working as of this writing; hopefully it&#8217;ll soon be fixed), click Enable, and tada! sorted categories&#8230; er, I mean tags. <img src='http://johnlamansky.com/tech/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://johnlamansky.com/tech/using-wordpress-categories-as-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Finally Running WordPress 2.0!</title>
		<link>http://johnlamansky.com/tech/im-finally-running-wordpress-20/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=im-finally-running-wordpress-20</link>
		<comments>http://johnlamansky.com/tech/im-finally-running-wordpress-20/#comments</comments>
		<pubDate>Sun, 07 May 2006 22:29:08 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[This Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.johnlamansky.com/2006/05/07/im-finally-running-wordpress-20/</guid>
		<description><![CDATA[Yea! Fantastico&#8217;s WordPress bug is fixed and I finally have a WordPress installation that is 100% WordPress 2.0!]]></description>
			<content:encoded><![CDATA[<p>Yea! <a href="http://www.johnlamansky.com/2006/01/14/goodbye-wordpress-15/">Fantastico&#8217;s WordPress bug</a> is fixed and I finally have a WordPress installation that is <a href="http://www.johnlamansky.com/2006/01/31/my-wordpress-is-mutated/">100% WordPress 2.0</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://johnlamansky.com/tech/im-finally-running-wordpress-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My WordPress is Mutated</title>
		<link>http://johnlamansky.com/tech/my-wordpress-is-mutated/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-wordpress-is-mutated</link>
		<comments>http://johnlamansky.com/tech/my-wordpress-is-mutated/#comments</comments>
		<pubDate>Tue, 31 Jan 2006 13:53:32 +0000</pubDate>
		<dc:creator>John Lamansky</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Whoops!]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.johnlamansky.com/?p=148</guid>
		<description><![CDATA[I am convinced that my WordPress installation is half WordPress 1.5 and half WordPress 2.0. As detailed previously, I had a bit of trouble upgrading to WordPress 2.0. Besides the fact that my theme has a functions.php file now, the main thing I have noticed is that my Quicktags toolbar has changed. That&#8217;s the post [...]]]></description>
			<content:encoded><![CDATA[<p>I am convinced that my WordPress installation is half WordPress 1.5 and half WordPress 2.0. As <a href="http://www.johnlamansky.com/2006/01/14/goodbye-wordpress-15/">detailed previously</a>, I had a bit of trouble upgrading to WordPress 2.0. Besides the fact that my theme has a functions.php file now, the main thing I have noticed is that <a href="http://www.johnlamansky.com/images/wordpress/15slash20quicktags.JPG">my Quicktags toolbar</a> has changed. That&#8217;s the post composition toolbar that has links to common HTML tags.</p>
<p>First of all, the &#8220;b&#8221; button used to be called &#8220;strong,&#8221; and the &#8220;i&#8221; button used to be called &#8220;em.&#8221; In addition, I don&#8217;t remember the &#8220;del,&#8221; the &#8220;ins,&#8221; the &#8220;more,&#8221; or the &#8220;lookup&#8221; buttons being there. But I&#8217;m glad those new buttons are there. Cool stuff.</p>
<p>I have to give credit to WordPress. Even though it&#8217;s a half-upgraded installation, it still works. <img src='http://johnlamansky.com/tech/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://johnlamansky.com/tech/my-wordpress-is-mutated/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: johnlamansky.com @ 2012-05-22 04:33:57 -->
