<?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>BarelyBlogging &#187; WordPress</title>
	<atom:link href="http://www.barelyfitz.com/blog/archives/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barelyfitz.com/blog</link>
	<description>Patrick Fitzgerald of BarelyFitz Designs</description>
	<lastBuildDate>Thu, 13 Oct 2011 01:55:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>idea for a wordpress plugin: copy linked images to server</title>
		<link>http://www.barelyfitz.com/blog/archives/2006/09/05/426/</link>
		<comments>http://www.barelyfitz.com/blog/archives/2006/09/05/426/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 15:13:49 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.barelyfitz.com/blog/archives/2006/09/05/426/</guid>
		<description><![CDATA[
It&#8217;s nice to have services such as Flickr where I can upload an image, then click a button to create an entry on my blog displaying and linking to the image. Unfortunately, there may come a time with I close my Flickr account or Flickr closes up shop. In that case my blog archives will [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/barelyfitz/1823996/" title="Photo Sharing"><img src="http://static.flickr.com/2/1823996_6cbdd7e355_m.jpg" width="240" height="160" alt="Colorful kid" /></a></p>
<p>It&#8217;s nice to have services such as Flickr where I can upload an image, then click a button to create an entry on my blog displaying and linking to the image. Unfortunately, there may come a time with I close my Flickr account or Flickr closes up shop. In that case my blog archives will have a bunch of broken images.</p>
<p>I&#8217;d like to have a Wordpress plugin that, nightly, copies all linked images to my server, and updates the blog entry so it displays the local image. That would ensure that even if I switched services my previous blog entries would remain intact. Perhaps the plugin should allow you to specify a whitelist of domains from which images should be copied, and it should probably write the original image URL in a comment.</p>
<p>Unfortunately I probably don&#8217;t have time to create this plugin, so here&#8217;s hoping someone will take up the gauntlet.</p>
<p><strong>Update</strong><br />
Thanks to <a href="http://blog.garrettvonk.com/">Garrett</a> for pointing me toward this plugin: <a href="http://www.blogforward.com/money/wordpress-plugins/wordpress-post-filter-plugin/">Post Filter</a>, which is close to what I want.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.barelyfitz.com/blog/archives/2006/09/05/426/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hiding my del.ici.ous links</title>
		<link>http://www.barelyfitz.com/blog/archives/2006/03/19/265/</link>
		<comments>http://www.barelyfitz.com/blog/archives/2006/03/19/265/#comments</comments>
		<pubDate>Mon, 20 Mar 2006 04:19:44 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Google juice]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[del.icio.us]]></category>

		<guid isPermaLink="false">http://www.barelyfitz.com/blog/archives/2006/03/19/265/</guid>
		<description><![CDATA[
I decided I didn&#8217;t want my del.ici.ous links fouling up my blog stream, so I hacked WordPress so it wouldn&#8217;t show posts tagged with mybookmarks unless you display the category page for that tag.
I still want to have del.icio.us post my daily bookmarks, because then I have an archive, plus it gives a little Google-juice [...]]]></description>
			<content:encoded><![CDATA[<div class="shadow"><img alt="Licking lips" id="image266" src="http://www.barelyfitz.com/blog/upload/lick-lips.jpg" /></div>
<p>I decided I didn&#8217;t want my del.ici.ous links fouling up my blog stream, so I hacked WordPress so it wouldn&#8217;t show posts tagged with <a href="http://www.barelyfitz.com/blog/archives/category/mybookmarks/">mybookmarks</a> unless you display the category page for that tag.</p>
<p>I still want to have del.icio.us post my daily bookmarks, because then I have an archive, plus it gives a little Google-juice to the bookmarked sites (and in the end that makes the web a better place, search-spammers notwithstanding).</p>
<p>After determining the Id of that category, here&#8217;s the code I added to skip it:</p>
<p style="clear: both"><code>&lt;?php if (in_category('57')) { continue; } ?&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.barelyfitz.com/blog/archives/2006/03/19/265/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three things to change about the default Wordpress template</title>
		<link>http://www.barelyfitz.com/blog/archives/2006/03/15/247/</link>
		<comments>http://www.barelyfitz.com/blog/archives/2006/03/15/247/#comments</comments>
		<pubDate>Wed, 15 Mar 2006 16:27:28 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[information architecture]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.barelyfitz.com/blog/archives/2006/03/15/247/</guid>
		<description><![CDATA[
links in article text are not underlined
text-align:justify
article archive pages lose the sidebar. every page of your blog is an entry point, so why eliminate the sidebar when someone enters via an individual article archive page.

]]></description>
			<content:encoded><![CDATA[<ul>
<li>links in article text are not underlined</li>
<li>text-align:justify</li>
<li>article archive pages lose the sidebar. every page of your blog is an entry point, so why eliminate the sidebar when someone enters via an individual article archive page.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.barelyfitz.com/blog/archives/2006/03/15/247/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Zee comments, zey are beck</title>
		<link>http://www.barelyfitz.com/blog/archives/2006/03/13/243/</link>
		<comments>http://www.barelyfitz.com/blog/archives/2006/03/13/243/#comments</comments>
		<pubDate>Tue, 14 Mar 2006 04:22:25 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[comment spam]]></category>

		<guid isPermaLink="false">http://www.barelyfitz.com/blog/archives/2006/03/13/243/</guid>
		<description><![CDATA[I finally upgrated WordPress, and since it handles comment spam so much better I activated comments again on this blog.
Unfortunately, I also had to ditch my old template, so until I get a chance to redesign the site you&#8217;ll be stuck looking at the default WordPress template.
To make up for this disgrace, here&#8217;s a funny [...]]]></description>
			<content:encoded><![CDATA[<p>I finally upgrated WordPress, and since it handles comment spam so much better I activated comments again on this blog.</p>
<p>Unfortunately, I also had to ditch my old template, so until I get a chance to redesign the site you&#8217;ll be stuck looking at the default WordPress template.</p>
<p>To make up for this disgrace, here&#8217;s a funny graphic.</p>
<p><img alt="No more spam please" id="image242" src="http://www.barelyfitz.com/blog/upload/no-more-spam.jpg" /></p>
<p>p.s. I love the new AJAX category/tag selector in WordPress 2!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.barelyfitz.com/blog/archives/2006/03/13/243/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>He cupped her university of phoenix online universities</title>
		<link>http://www.barelyfitz.com/blog/archives/2006/03/12/239/</link>
		<comments>http://www.barelyfitz.com/blog/archives/2006/03/12/239/#comments</comments>
		<pubDate>Sun, 12 Mar 2006 17:43:59 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Message Boards]]></category>
		<category><![CDATA[PHPBB]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[comment spam]]></category>

		<guid isPermaLink="false">http://www.barelyfitz.com/blog/archives/2006/03/12/239/</guid>
		<description><![CDATA[Within a few hours of re-activating the discussion boards here on BarelyFitz, I started getting spammers.
Spammers have determined that if they register for a message board account, they can leave a link to their webpage, and the link shows up on the message board user list. I&#8217;ll have to hack PHPBB to remove this back [...]]]></description>
			<content:encoded><![CDATA[<p>Within a few hours of re-activating the <a href="http://www.barelyfitz.com/phpBB2/">discussion boards</a> here on BarelyFitz, I started getting spammers.</p>
<p>Spammers have determined that if they register for a message board account, they can leave a link to their webpage, and the link shows up on the message board user list. I&#8217;ll have to hack PHPBB to remove this back door for spammers.</p>
<p>I noticed the following interesting attempt: instead of leaving an obvious link to a spammer site, the link was something like the following:</p>
<pre>studentloan.example.com/religious/</pre>
<p>This URL looks relatively innocent &#8211; after all it has the word &#8220;religious&#8221; in it! But if you follow the link, you get a page that uses JavaScript to immediately redirect you to the spammer&#8217;s site.</p>
<p>After a bit more digging into the redirect page I found a JavaScript program that does the redirecting (heavily obfuscated to prevent Google from discovering the true purpose of the script), plus a bunch of computer-generated text to geared to increase their search results, a sample of which follows:</p>
<blockquote><p>I let some weight off her so I &#8220;How did it feel to have you dept of education student loans in your tea In about thirty best online university service canceable education loan had begun to caress her pussy kentucky higher education student loans The smoke from nearby. Stretched out sideways to a July So you can still cheer, quart in size dose You take it soaked panties slapping her dental continuing education on-line. &#8220;Shall we undress you or can over and told me she wanted to us dept education student loan tipped up invitingly at the nipples, forward to what was to come She. Online university courses canada, lot of tires in my days as a a little gulp He cupped her university of phoenix online universities, overcomes any resistance you.</p></blockquote>
<p>Update 2006-03-14: This morning there were three message board spam posts, which I quickly eliminated when I saw them in my RSS feed. They wouldn&#8217;t have helped the spammer since the links were all marked as rel=&#8221;nofollow&#8221; after some changes I made to PHPBB. But I just don&#8217;t want to deal with it, so I changed the discussion boards to require registration before posting. Sigh&#8230; why do spammers have to ruin it for all of us.</p>
<p>It would be nice if PHPBB had the same &#8220;moderate once&#8221; system that WordPress uses.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.barelyfitz.com/blog/archives/2006/03/12/239/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

