<?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>Ryan&#039;s Notepad</title>
	<atom:link href="http://ryans-notepad.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryans-notepad.com</link>
	<description></description>
	<lastBuildDate>Sun, 07 Mar 2010 05:17:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
		<item>
		<title>YOURLS, Part 2</title>
		<link>http://ryans-notepad.com/2010/03/yourls-part-2/</link>
		<comments>http://ryans-notepad.com/2010/03/yourls-part-2/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 05:17:53 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Fuzzy Thought]]></category>

		<guid isPermaLink="false">http://ryans-notepad.com/?p=50</guid>
		<description><![CDATA[OK, so it&#8217;s been a little longer than I thought it would be, but at least I&#8217;m getting around to finishing up the post about YOURLS. Half the time in the past, I&#8217;d say I&#8217;d write more about something, and then never do. If you haven&#8217;t read my intro blurb about it, you might want [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so it&#8217;s been a little longer than I thought it would be, but at least I&#8217;m getting around to finishing up the post about <a href="http://yourls.org">YOURLS</a>. Half the time in the past, I&#8217;d say I&#8217;d write more about something, and then never do. If you haven&#8217;t read my <a href="http://ryans-notepad.com/2010/02/yourls-part-1/">intro blurb</a> about it, you might want to, although it doesn&#8217;t really matter if you do or not.</p>
<p>The install process was easy, just download and unzip the zipped file, and upload it to the server. Create the database, and edit &amp; rename the config file with the correct information.  Run the install script, and that was it. Using it to create a shortened URL was easy too, just fill in the url, hit OK, and out came a short url.</p>
<p>The only place I ran into trouble was viewing the stats, and having the shortened url bring me to the site. After working on it for a bit, I figured something must have been wrong, so I deleted everything and started again. It still didn&#8217;t work, so I had to figure out where the issue was. Eventually I narrowed it down to a specific item, but couldn&#8217;t figure out why I was having an issue. After doing a few other things to see if it worked, I chatted with my host for a bit, and he was able to figure out the issue:  some GeoIP methods were already compiled into the PHP set up, so it was trying to redeclare them in YOURLS. <span style="text-decoration: line-through;">Since error reporting is apparently suppressed in YOURLS,</span> I wasn&#8217;t being shown the errors. (Aside: it looks like they reworked something in the latest version, because an PHP parse error did show up when I updated today.)</p>
<p>However, my host knows what he is doing, and knew how to get around that. And I learned something new that day: while ssh&#8217;d in, just do <code>php filename.php</code>, and watch it spit out the errors. So after that, he just wrapped the functions with a check to ignore if they were already defined, and everything worked fine.</p>
<p>One of the main reasons I chose YOURLS is that there is also a WordPress plugin that when you create a new post (and/or page, if you so desire) will automagically shorten the post&#8217;s url, and post it to your twitter account. Now, sometimes I&#8217;m not a fan of those things, especially when people do a lot of posts a day, or in a short time span. That&#8217;s not me though, and I&#8217;m lucky if I write one post a week; I figure the people following me on twitter can survive the one extra tweet per week, especially since I don&#8217;t tweet all that often.</p>
<p>If people are looking for a url shortener that they wish to use themselves, I would recommend YOURLS, especially if the person uses a self-hosted installation of WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryans-notepad.com/2010/03/yourls-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YOURLS, Part 1</title>
		<link>http://ryans-notepad.com/2010/02/yourls-part-1/</link>
		<comments>http://ryans-notepad.com/2010/02/yourls-part-1/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 07:25:05 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Fuzzy Thought]]></category>

		<guid isPermaLink="false">http://ryans-notepad.com/?p=46</guid>
		<description><![CDATA[Last week I was bored, and usually that leads to me doing things I don&#8217;t really need to do. However, in this case it was something productive. I bought a six letter domain (tld included), and made it into a url shortening service. However, since my PHP skills are lacking (i.e. close to nothing, mostly [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I was bored, and usually that leads to me doing things I don&#8217;t really need to do. However, in this case it was something productive. I bought a six letter domain (tld included), and made it into a url shortening service. However, since my PHP skills are lacking (i.e. close to nothing, mostly borrowing from my experience with Java [which I am not as comfortable in as I should be]), I looked to the web for an answer. And on the first search result I clicked on, I found <a href="http://yourls.org/">YOURLS</a>. Perhaps the thing I liked most about this was that it was written by two WordPress plugin developers whose plugins I have used in the past. I also liked that there was a WordPress plugin for it as well (wasn&#8217;t really surprised to see that), which automatically gets a shortened url when you create a new page and/or post, and can post it on twitter for you.</p>
<p>I do plan on talking about how easy and simple it is to use, but it&#8217;s currently 02:22, and I&#8217;m ready for bed. However, if I didn&#8217;t take the 10 minutes to post this little blurb, I probably would not get around to doing a proper post on it. Part 2 of this will probably be posted tomorrow (today really), but maybe the day after.</p>
]]></content:encoded>
			<wfw:commentRss>http://ryans-notepad.com/2010/02/yourls-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please Ignore Me</title>
		<link>http://ryans-notepad.com/2010/02/please-ignore-me/</link>
		<comments>http://ryans-notepad.com/2010/02/please-ignore-me/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 07:08:51 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Fuzzy Thought]]></category>

		<guid isPermaLink="false">http://ryans-notepad.com/?p=44</guid>
		<description><![CDATA[I have no problems writing posts to test things, and not deleting them. I hope this posts to the test twitter account&#8230;
]]></description>
			<content:encoded><![CDATA[<p>I have no problems writing posts to test things, and not deleting them. I hope this posts to the test twitter account&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ryans-notepad.com/2010/02/please-ignore-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World! Out of The Ashes</title>
		<link>http://ryans-notepad.com/2010/02/hello-world-out-of-the-ashes/</link>
		<comments>http://ryans-notepad.com/2010/02/hello-world-out-of-the-ashes/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 06:32:28 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Fuzzy Thought]]></category>

		<guid isPermaLink="false">http://ryans-notepad.com/?p=20</guid>
		<description><![CDATA[Yes, I&#8217;m using the default post title for an actual post. Not because I can&#8217;t think of one on my own, but because&#8230; yeah, it&#8217;s because it&#8217;s 00:53 here, I&#8217;m tired, and I can&#8217;t think of a title. Hey, look at that. Only half of the post title is the default first post title now. [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: line-through;">Yes, I&#8217;m using the default post title for an actual post. Not because I can&#8217;t think of one on my own, but because&#8230; yeah, it&#8217;s because it&#8217;s 00:53 here, I&#8217;m tired, and I can&#8217;t think of a title.</span> Hey, look at that. Only half of the post title is the default first post title now. As I was writing the rest of the post and looking for an image to use, I thought of the <a href="http://en.wikipedia.org/wiki/Phoenix_(mythology)">phoenix</a>, and got the idea for the title (and the theme of the post) from that.</p>
<p><a href="http://ryans-notepad.com/wp-content/uploads/2010/02/654px-Phoenix-Fabelwesen.jpg"><img class="alignleft size-thumbnail wp-image-22" title="the phoenix" src="http://ryans-notepad.com/wp-content/uploads/2010/02/654px-Phoenix-Fabelwesen-150x137.jpg" alt="" width="150" height="137" /></a>This isn&#8217;t my first blog, and I doubt it will be my last.  After about 4.5  years, my other site had gotten to the point where I no longer knew what was on it. I knew that there were some things that I no longer wanted public on it, but I didn&#8217;t want to go through and take out the old posts (besides, the amount of spam I was getting on that domain had made the primary email address next to useless). So I reduced the site to metaphoric ashes, and am now rebuilding from them. I will be going through the posts from the old site, seeing which ones can/should be republished; I know there are some. But the majority of them will probably remain offline, known only to myself.</p>
<p>Although this transition has been in the works for over a month, I haven&#8217;t really done anything until now. Life has been busy, and that&#8217;s prevented me from doing things such as working on sites. I have a few plugins that I&#8217;d like to install on here, and other that I still need to find where they are so I can download them again.  I also have another site in the works, and that might take a little time to get how I want it as well. But since none of the sites I own are run to get me money, I&#8217;m just fine with taking my time on them.</p>
<p>Image Source : <a href="http://commons.wikimedia.org/wiki/File:Phoenix-Fabelwesen.jpg">Wikimedia Commons</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ryans-notepad.com/2010/02/hello-world-out-of-the-ashes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
