<?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>Korey Atterberry's Idle Chatter &#187; Website</title>
	<atom:link href="http://www.atterberry.net/categories/website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.atterberry.net</link>
	<description>Having nothing to say has never stopped me before...</description>
	<lastBuildDate>Thu, 29 Dec 2011 05:39:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Firebug is awesome</title>
		<link>http://www.atterberry.net/firebug-is-awesome/</link>
		<comments>http://www.atterberry.net/firebug-is-awesome/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 04:29:35 +0000</pubDate>
		<dc:creator>Korey</dc:creator>
				<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.atterberry.net/firebug-is-awesome/</guid>
		<description><![CDATA[I&#8217;ve been fooling around with web development for quite some time, but I&#8217;ve never been all that serious about it. I wrote a photo gallery plugin for WordPress in PHP, but I didn&#8217;t really know what I was doing. This evening I&#8217;ve been working on the AJAX portion of my plugin and I finally decided [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been fooling around with web development for quite some time, but I&#8217;ve never been all that serious about it.  I wrote a <a href="http://plugins.atterberry.net/">photo gallery plugin</a> for WordPress in PHP, but I didn&#8217;t really know what I was doing.  </p>
<p>This evening I&#8217;ve been working on the AJAX portion of my plugin and I finally decided to look for a tool to make debugging the Javascript easier than adding message boxes.  I quickly found <a href="http://www.getfirebug.com/">Firebug</a>, a plugin for Firefox.  It does everything I need.  Troubleshooting Javascript using an actual debugger is something I should have pursued long ago&#8230;</p>
<img src="http://www.atterberry.net/?ak_action=api_record_view&id=224&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.atterberry.net/firebug-is-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBB spam problem</title>
		<link>http://www.atterberry.net/phpbb-spam-problem/</link>
		<comments>http://www.atterberry.net/phpbb-spam-problem/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 13:10:10 +0000</pubDate>
		<dc:creator>Korey</dc:creator>
				<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.atterberry.net/phpbb-spam-problem/</guid>
		<description><![CDATA[For another project, I run a simple bulletin board using phpBB. Over the past several months it&#8217;s basically been unusable due to spam. I think the bots are able to defeat the standard captcha that phpBB provides. I tried a number of solutions (increased requirements for posting, hidden fields, reducing the reward for spamming, etc.), [...]]]></description>
			<content:encoded><![CDATA[<p>For another project, I run a simple bulletin board using <a href="http://www.phpbb.com/">phpBB</a>.  Over the past several months it&#8217;s basically been unusable due to spam.  I think the bots are able to defeat the standard captcha that phpBB provides.  I tried a number of solutions (increased requirements for posting, hidden fields, reducing the reward for spamming, etc.), but nothing seemed to work very well at reducing the spam volume.</p>
<p>Thankfully, I think I&#8217;ve got it licked now, at least for the time being.  <a href="http://www.lithiumstudios.org/phpBB3/viewforum.php?f=25">Anti-Spam ACP</a> seems to be doing the trick.  It&#8217;s showing in its logs around 150 spammer registrations per day that are being denied.  It&#8217;s nice not having to manually delete all that junk!</p>
<img src="http://www.atterberry.net/?ak_action=api_record_view&id=219&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.atterberry.net/phpbb-spam-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New web host</title>
		<link>http://www.atterberry.net/new-web-host/</link>
		<comments>http://www.atterberry.net/new-web-host/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 10:00:09 +0000</pubDate>
		<dc:creator>Korey</dc:creator>
				<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.atterberry.net/new-web-host/</guid>
		<description><![CDATA[Although things were going OK with GoDaddy as my web host, I decided to switch over to Dreamhost. The migration seems to have gone basically OK, though with the limited upload speed of my cable modem, the file upload will take over 20 hours. Transferring the databases and changing the name servers was easy to [...]]]></description>
			<content:encoded><![CDATA[<p>Although things were going OK with GoDaddy as my web host, I decided to switch over to <a href="http://www.dreamhost.com">Dreamhost</a>.  The migration seems to have gone basically OK, though with the limited upload speed of my cable modem, the file upload will take over 20 hours.  Transferring the databases and changing the name servers was easy to do as well.  </p>
<p>Dreamhost offers a lot of extra features over what I had before.  Here are a couple that were important to me:</p>
<ul>
<li>Ability to host multiple domains on one hosting account</li>
<li>Better (in my opinion) web control panel</li>
<li>Shell access</li>
<li>IMAP mail support</li>
<li>Cron jobs</li>
<li>Subversion repositories</li>
</ul>
<p>I agreed to a one year contract, at $10 a month.  By agreeing to a year you avoid the $50 setup fee.  Thankfully, I found a promo code (&#8220;MAX97&#8243;) that took $97 off my bill.  My first year of hosting is going to cost me $23!  </p>
<p>So far I&#8217;m really satisfied with Dreamhost!</p>
<p>If you notice anything not working on the site, let me know.  I&#8217;m writing this at 11pm and about to head to bed, but a bunch of non-critical files are still uploading.  I&#8217;m setting this post to not be published until the morning, so I&#8217;m keeping my fingers crossed!</p>
<img src="http://www.atterberry.net/?ak_action=api_record_view&id=204&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.atterberry.net/new-web-host/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Photo album now allows commenting on pictures</title>
		<link>http://www.atterberry.net/photo-album-now-allows-commenting-on-pictures/</link>
		<comments>http://www.atterberry.net/photo-album-now-allows-commenting-on-pictures/#comments</comments>
		<pubDate>Fri, 21 Apr 2006 03:53:36 +0000</pubDate>
		<dc:creator>Korey</dc:creator>
				<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.atterberry.net/photo-album-now-allows-commenting-on-pictures/</guid>
		<description><![CDATA[One of my projects is a WordPress plug-in called Lazy-K Gallery, which runs the photo album on this site. I just released a new version, and now you can comment on each photo in my gallery. Maybe one of these days I&#8217;ll get around to adding some more photos.]]></description>
			<content:encoded><![CDATA[<p>One of my projects is a WordPress plug-in called <a href="http://plugins.atterberry.net/lazy-k-gallery">Lazy-K Gallery</a>, which runs the <a href="http://www.atterberry.net/photos">photo album</a> on this site.  I just released a new version, and now you can comment on each photo in my gallery.  Maybe one of these days I&#8217;ll get around to adding some more photos.</p>
<img src="http://www.atterberry.net/?ak_action=api_record_view&id=93&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.atterberry.net/photo-album-now-allows-commenting-on-pictures/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>#1 on Google!</title>
		<link>http://www.atterberry.net/1-on-google/</link>
		<comments>http://www.atterberry.net/1-on-google/#comments</comments>
		<pubDate>Fri, 10 Mar 2006 23:30:33 +0000</pubDate>
		<dc:creator>Korey</dc:creator>
				<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.atterberry.net/1-on-google/</guid>
		<description><![CDATA[Alright, I finally got this site to the number 1 spot on Google- well, when you search for &#8220;Korey Atterberry&#8221;, that is. I had some old sites out there that were getting the top results, so I had to get rid of them. I also had to put in the meta-tag keywords on this site [...]]]></description>
			<content:encoded><![CDATA[<p>Alright, I finally got this site to the number 1 spot on Google- well, when you search for &#8220;Korey Atterberry&#8221;, that is.  I had some old sites out there that were getting the top results, so I had to get rid of them.  I also had to put in the meta-tag keywords on this site so that the search engines knew what this site was for.  This site really <strong>should </strong>be #1, as I&#8217;m the only Korey Atterberry in the world that I&#8217;m aware of, and this is my definitive site.  Yahoo, on the other hand, still puts this site on about the 4th page&#8230;</p>
<p>For what it&#8217;s worth, this site is the #2 hit for &#8220;atterberry&#8221; and the #30 hit for &#8220;Korey&#8221; (after all the pages about Korey Stringer).  I was kind of surprised those were so near the top&#8230;  It&#8217;s also interesting searching for my old jazz combo&#8217;s name: &#8220;four wild and jazzy guys&#8221; (with the quotes) and seeing how many matches there are.  </p>
<p>By the way, welcome to my new email subscribers.  Sorry for the mistaken notification the other day, and I hope I don&#8217;t bore you too much!  </p>
<img src="http://www.atterberry.net/?ak_action=api_record_view&id=87&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.atterberry.net/1-on-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Breadcrumb trail</title>
		<link>http://www.atterberry.net/breadcrumb-trail/</link>
		<comments>http://www.atterberry.net/breadcrumb-trail/#comments</comments>
		<pubDate>Fri, 24 Feb 2006 04:44:00 +0000</pubDate>
		<dc:creator>Korey</dc:creator>
				<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.atterberry.net/breadcrumb-trail/</guid>
		<description><![CDATA[Tonight I added a &#8220;Breadcrumb Trail&#8221; to most of my pages. If you&#8217;re not familiar with that term, it basically means a list of what pages you&#8217;ve visited. In this case, it shows the title of the page you&#8217;re on along with its parent page, its parent&#8217;s parent page, and so forth. The point is [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight I added a &#8220;Breadcrumb Trail&#8221; to most of my pages.  If you&#8217;re not familiar with that term, it basically means a list of what pages you&#8217;ve visited.  In this case, it shows the title of the page you&#8217;re on along with its parent page, its parent&#8217;s parent page, and so forth.  The point is to help you know where you are, how you got there, and how to get back.  </p>
<p>I&#8217;m using the <a href="http://www.sw-guide.de/projekte/wordpress-projekte/breadcrumb-nav-xt/">Breadcrumb Nav XT</a> plugin, after spending a good portion of the evening trying write my own.</p>
<p>Play around in the &#8220;Fun Stuff&#8221; area (for example) and you&#8217;ll see what the breadcrumb trail looks like.  I&#8217;d like your feedback for improvements, or if it&#8217;s worthless, I&#8217;ll get rid of it.  </p>
<img src="http://www.atterberry.net/?ak_action=api_record_view&id=65&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.atterberry.net/breadcrumb-trail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New subscription options</title>
		<link>http://www.atterberry.net/new-subscription-options/</link>
		<comments>http://www.atterberry.net/new-subscription-options/#comments</comments>
		<pubDate>Thu, 09 Feb 2006 03:25:22 +0000</pubDate>
		<dc:creator>Korey</dc:creator>
				<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.atterberry.net/wp/new-subscription-options/</guid>
		<description><![CDATA[Do you find my site so entertaining that you want to be notified immediately when something new has been added? I&#8217;ve got just the thing for you. If you visit the Subscribe tab above, you can sign up to be emailed whenever something new is posted. All you have to do is enter your email [...]]]></description>
			<content:encoded><![CDATA[<p>Do you find my site so entertaining that you want to be notified immediately when something new has been added?  I&#8217;ve got just the thing for you.  If you visit the <a href="/subscribe">Subscribe</a> tab above, you can sign up to be emailed whenever something new is posted.  All you have to do is enter your email address.  Now, if you have <a href="/wp-register.php">registered</a> on this site, you will have more subscription options that you can set on your <a href="/wp-admin/profile.php?page=subscribe2/subscribe2.php">profile page</a>.</p>
<img src="http://www.atterberry.net/?ak_action=api_record_view&id=33&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.atterberry.net/new-subscription-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joined LiveJournal</title>
		<link>http://www.atterberry.net/join-livejournal/</link>
		<comments>http://www.atterberry.net/join-livejournal/#comments</comments>
		<pubDate>Thu, 09 Feb 2006 02:33:44 +0000</pubDate>
		<dc:creator>Korey</dc:creator>
				<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.atterberry.net/wp/join-livejournal/</guid>
		<description><![CDATA[Well, I finally jumped on the bandwagon and started a LiveJournal account. I&#8217;m not going to blog there in any real way, but some of the social networking features are kind of neat. You can use it to find blogs of people who went to your high school, share an interest in camping, etc. Having [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I finally jumped on the bandwagon and started a LiveJournal account.  I&#8217;m not going to blog there in any real way, but some of the social networking features are kind of neat.  You can use it to find blogs of people who went to your high school, share an interest in camping, etc.  Having an account also allows me to comment on other member&#8217;s blogs as well and makes me easier for friends to find.</p>
<p>My url there is <a href="http://korey99.livejournal.com">http://korey99.livejournal.com</a></p>
<img src="http://www.atterberry.net/?ak_action=api_record_view&id=32&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.atterberry.net/join-livejournal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New links</title>
		<link>http://www.atterberry.net/new-links/</link>
		<comments>http://www.atterberry.net/new-links/#comments</comments>
		<pubDate>Sat, 04 Feb 2006 04:20:36 +0000</pubDate>
		<dc:creator>Korey</dc:creator>
				<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.atterberry.net/wp/new-links/</guid>
		<description><![CDATA[I&#8217;m doing some basic updates, so I added links to a few LiveJournal people (Tweets95, Dante8, Wyoming_1) who wouldn&#8217;t admit to knowing me if asked. I have empirical evidence that at least one of them has seen my website, and they post a lot more than I do, so visit them if you&#8217;re bored with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m doing some basic updates, so I added links to a few LiveJournal people (Tweets95, Dante8, Wyoming_1) who wouldn&#8217;t admit to knowing me if asked.  I have empirical evidence that at least one of them has seen my website, and they post a lot more than I do, so visit them if you&#8217;re bored with me.</p>
<img src="http://www.atterberry.net/?ak_action=api_record_view&id=27&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.atterberry.net/new-links/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WordPress 2.0.1 installed</title>
		<link>http://www.atterberry.net/wordpress-201/</link>
		<comments>http://www.atterberry.net/wordpress-201/#comments</comments>
		<pubDate>Sat, 04 Feb 2006 02:33:47 +0000</pubDate>
		<dc:creator>Korey</dc:creator>
				<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.atterberry.net/wp/wordpress-201/</guid>
		<description><![CDATA[Well, I took the leap and installed the new version 2.0.1 version of WordPress. It mostly went OK, but unfortunately it broke my photo album (i.e. the only thing worth looking at). Thankfully it&#8217;s my own album so I just have a little debugging to do. I hope to have it back online soon. Update: [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I took the leap and installed the new version 2.0.1 version of WordPress.  It mostly went OK, but unfortunately it broke my photo album (i.e. the only thing worth looking at).  Thankfully it&#8217;s my own album so I just have a little debugging to do.  I hope to have it back online soon.</p>
<p>Update:</p>
<p>I figured out the problem.  For some reason, $_SERVER['PHP_SELF'] was behaving differently than it did before the upgrade.  Before it would give the URL to the photos page, but after, it was always returning the URL to index.php.  Come to find out, I didn&#8217;t need to use it anyway, so I think it&#8217;s all fixed now.   </p>
<img src="http://www.atterberry.net/?ak_action=api_record_view&id=26&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.atterberry.net/wordpress-201/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

