<?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>A Bloy and his Blog &#187; WordPress</title>
	<atom:link href="http://bloy.net/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloy.net</link>
	<description>the website of Jonathan Bloy</description>
	<lastBuildDate>Sat, 13 Mar 2010 16:05:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tagging with WordPress 2.3</title>
		<link>http://bloy.net/2007/10/12/tagging-with-wordpress-23/</link>
		<comments>http://bloy.net/2007/10/12/tagging-with-wordpress-23/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 23:32:21 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[All posts]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bloy.net/archive/2007/10/12/tagging-with-wordpress-23/</guid>
		<description><![CDATA[Earlier this week I upgraded this website to version 2.3 of WordPress.
A great new feature that comes with the new version is native support for tagging (a very flexible system that lets me assign &#8220;tags&#8221; to each entry).  I spent the last couple of days assigning tags to each and every one of my [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this week I upgraded this website to <a href="http://codex.wordpress.org/Version_2.3">version 2.3 of WordPress</a>.</p>
<p>A great new feature that comes with the new version is native support for tagging (a very flexible system that lets me assign &#8220;tags&#8221; to each entry).  I spent the last couple of days assigning tags to each and every one of my posts.  To work with and manage the tags, I&#8217;m using the very nice <a href="http://www.poplarware.com/tagplugin.html">Advanced Tag Entry Plugin</a>.  I also set up a <a href="http://en.wikipedia.org/wiki/Tag_cloud">tag cloud</a> on the <a href="http://bloy.net/archive/">archive page</a>.</p>
<p>As long as I was updating that archive page, another addition I made was a link that will let you browse chronologically through all of the posts.  Something that wasn&#8217;t available before.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloy.net/2007/10/12/tagging-with-wordpress-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress upgrade display problems</title>
		<link>http://bloy.net/2007/06/24/wordpress-upgrade-display-problems/</link>
		<comments>http://bloy.net/2007/06/24/wordpress-upgrade-display-problems/#comments</comments>
		<pubDate>Sun, 24 Jun 2007 16:40:35 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[All posts]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bloy.net/archive/2007/06/24/wordpress-upgrade-display-problems/</guid>
		<description><![CDATA[I just upgraded to version 2.2 of WordPress (actually 2.2.1), and there are a few display problems going on with some of the pages.  Hopefully I&#8217;ll have it fixed soon.
Update: Problem solved.  For those of you interested in the geeky details&#8230;
The new version of WordPress didn&#8217;t like the spacing in between the object [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgraded to version 2.2 of WordPress (actually 2.2.1), and there are a few display problems going on with some of the pages.  Hopefully I&#8217;ll have it fixed soon.</p>
<p><strong>Update:</strong> Problem solved.  For those of you interested in the geeky details&#8230;</p>
<p>The new version of WordPress didn&#8217;t like the spacing in between the <a href="http://htmlhelp.com/reference/html40/special/object.html">object elements</a> I&#8217;m using to insert Flash files.  I had carriage returns after the opening object tag, and the param tags.  For some reason, WordPress inserts paragraph tags after those single carriage returns.  That in turn would take those elements out of their containing DIVs, and mess up the layout.  Once I eliminated those carriage returns, things were fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloy.net/2007/06/24/wordpress-upgrade-display-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing&#8230; Color Bar</title>
		<link>http://bloy.net/2007/02/18/introducing-color-bar/</link>
		<comments>http://bloy.net/2007/02/18/introducing-color-bar/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 04:48:48 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[All posts]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bloy.net/archive/2007/02/18/introducing-color-bar/</guid>
		<description><![CDATA[This website has had basically the same design since I bought the domain name (way back in 2000).  It is definitely time for a fresh look.  I&#8217;ve named the new design &#8220;Color Bar&#8221; and I plan on changing the photograph in the heading occasionally (and perhaps some of the site colors too).
With the [...]]]></description>
			<content:encoded><![CDATA[<p>This website has had basically the same design since I bought the domain name (way back in 2000).  It is definitely time for a fresh look.  I&#8217;ve named the new design &#8220;Color Bar&#8221; and I plan on changing the photograph in the heading occasionally (and perhaps some of the site colors too).</p>
<p>With the new design, the list of my current musical recommendations has been moved from its own page to the home page.  Any web geeks out there may be interested to know that the entire site is now managed through <a href="http://wordpress.org/">WordPress</a> (not just the blog entries).  Those static html pages are so twentieth century&#8230;</p>
<p>So the previous design isn&#8217;t lost to the ages, I have archived a sample of it on a separate page.  If you get nostalgic for the old <a href="http://bloy.net/designs/shield-swoop/">Shield Swoop Design</a>, feel free to go there and reminisce.</p>
<p><strong>Update:</strong><br />
I discovered a few minor issues with how the Internet Explorer 6 was displaying the new design, which have been fixed.  See any other problems?  Just let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloy.net/2007/02/18/introducing-color-bar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Comment spam update</title>
		<link>http://bloy.net/2006/12/22/comment-spam-update/</link>
		<comments>http://bloy.net/2006/12/22/comment-spam-update/#comments</comments>
		<pubDate>Fri, 22 Dec 2006 22:36:14 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[All posts]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bloy.net/archive/2006/12/22/comment-spam-update/</guid>
		<description><![CDATA[For those of you interested in this stuff&#8230;
The raging river of comment spam has slowed to a trickle for me.  I have started banning I.P. ranges of the largest offenders, which has helped a LOT.  A majority of these are from Asian countries.  Not surprising when it&#8217;s been reported that a great [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you interested in this stuff&#8230;</p>
<p>The raging river of comment spam has slowed to a trickle for me.  I have started banning <a href="http://en.wikipedia.org/wiki/IP_address">I.P. ranges</a> of the largest offenders, which has helped a LOT.  A majority of these are from Asian countries.  Not surprising when it&#8217;s been reported that a great deal of spam (email and otherwise) comes from internet service providers in that area.  Looking at my logs, it&#8217;s also interesting that a few are coming from scattered ISPs here in the States.  No doubt these are <a href="http://en.wikipedia.org/wiki/Zombie_computers">zombie computers</a>, infected with software that is sending out comment and email spams.  Is your anti-virus software up-to-date?</p>
<p><span id="more-283"></span></p>
<p>Another change I&#8217;ve made since I <a href="http://bloy.net/2006/12/17/fighting-comment-spam/">first posted about this issue </a> was to remove the comment policy plugin.  Because that method relied on javascript, it wasn&#8217;t the most accessible solution.  Anyone visiting the site with javascript turned off would not be able to post a comment, and when it comes to the web I feel pretty strongly about the whole accessibility thing.</p>
<p>I&#8217;ve had the <a href="http://www.homelandstupidity.us/software/bad-behavior/">Bad Behavior</a> plugin installed for a week now.  According to the statistics log, it has blocked 3239 access attempts in the past seven days.  I highly recommend it for website owners facing the same problem.</p>
<p><strong>Update: December 31, 2006</strong></p>
<p>I thought I should mention that I am no longer banning by I.P. addresses.  That was okay as a temporary measure, but it does have an aspect of throwing the proverbial baby out with the bathwater.  It prevents good users as well as bad ones from accessing the site.</p>
<p>What I have done instead is implement some .htaccess rules that (so far) have been very successful.  I&#8217;m using a variation of rules I found on the WordPress site, <a href="http://codex.wordpress.org/Combating_Comment_Spam/Denying_Access">combating comment spam</a>.  Those rules, the <a href="http://www.homelandstupidity.us/software/bad-behavior/">Bad Behavior plugin</a>, and <a href="http://akismet.com/">Akismet plugin</a> have been a very good combination for fighting the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloy.net/2006/12/22/comment-spam-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fighting comment spam</title>
		<link>http://bloy.net/2006/12/17/fighting-comment-spam/</link>
		<comments>http://bloy.net/2006/12/17/fighting-comment-spam/#comments</comments>
		<pubDate>Sun, 17 Dec 2006 17:20:25 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[All posts]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bloy.net/archive/2006/12/17/fighting-comment-spam/</guid>
		<description><![CDATA[Starting about a week ago, I&#8217;ve been getting over 1000 spam comments on this web site per day.  Yes, that is not a typo, I said over one-thousand.  The spambots are certainly busy during the holidays, aren&#8217;t they?
While the vast majority of these comments have been caught by the anti-spam plugin that comes [...]]]></description>
			<content:encoded><![CDATA[<p>Starting about a week ago, I&#8217;ve been getting over 1000 <a href="http://en.wikipedia.org/wiki/Comment_spam">spam comments</a> on this web site per day.  Yes, that is not a typo, I said over one-thousand.  The spambots are certainly busy during the holidays, aren&#8217;t they?</p>
<p>While the vast majority of these comments have been caught by the anti-spam plugin that comes with <a href="http://wordpress.org/">WordPress</a>, I&#8217;d like to stop them before they are submitted.  So, I&#8217;m trying a couple of other plugins: <a href="http://www.homelandstupidity.us/software/bad-behavior/">Bad Behavior</a> and <a href="http://www.g-loaded.eu/2006/04/02/comment-policy-wordpress-plugin/">Comment Policy</a>.  The first one blocks spambots by analyzing their requests and comparing them to known offenders, and the second forces you to agree to this site&#8217;s comment policy before your comment can be posted (which because of the way it is set up, spambots should not be smart enough to check the box properly).</p>
<p>As always, let me know if you have any problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloy.net/2006/12/17/fighting-comment-spam/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Now using WordPress</title>
		<link>http://bloy.net/2005/06/24/now-using-wordpress/</link>
		<comments>http://bloy.net/2005/06/24/now-using-wordpress/#comments</comments>
		<pubDate>Fri, 24 Jun 2005 17:01:30 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[All posts]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.bloy.net/archive/2005/06/24/now-using-wordpress/</guid>
		<description><![CDATA[I&#8217;ve just completed a major overhaul of this website and am now running WordPress as my blogging software.  While the design of the site may not look a whole lot different, the change to WordPress brings a lot more flexibility for me and more features for you.

What features?  Better searching in the archive, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just completed a major overhaul of this website and am now running <a href="http://www.wordpress.org/">WordPress</a> as my blogging software.  While the design of the site may not look a whole lot different, the change to WordPress brings a lot more flexibility for me and more features for you.</p>
<p><span id="more-191"></span></p>
<p>What features?  Better searching in <a href="http://bloy.net/archive/">the archive</a>, listings of posts by subject, an <a href="http://en.wikipedia.org/wiki/Rss_feed">RSS feed</a> (for those of you who like to read blogs through a feed aggregator), and I am also enabling comments.  For now, to avoid <a href="http://en.wikipedia.org/wiki/Comment_spam">comment spam</a>, they won&#8217;t be posted until approved by me.  We&#8217;ll see how that goes&#8230;</p>
<p>I&#8217;ve also given the site a more consistent navigation scheme throughout all of the pages &#8212; something should have been done when I first came up with this design.</p>
<p>I think I gave everything a thorough check and things are working properly.  But but if you do see any weirdness going on, don&#8217;t hesitate to <a href="/2005/06/24/now-using-wordpress/#respond">leave a comment</a> and let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://bloy.net/2005/06/24/now-using-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
