<?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>Gary Boone, PhD &#187; Internet</title>
	<atom:link href="http://garyboone.com/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://garyboone.com</link>
	<description>Clippings, code snippets, and other searchable web notes</description>
	<lastBuildDate>Mon, 21 Jun 2010 20:42:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Blog/facebook Integration Fail</title>
		<link>http://garyboone.com/2009/06/blogfacebook-integration-fail/</link>
		<comments>http://garyboone.com/2009/06/blogfacebook-integration-fail/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 02:42:06 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://garyboone.com/2009/06/blogfacebook-integration-fail/</guid>
		<description><![CDATA[Facebook&#8217;s Notes application can import blogs, but the links shown in wall updates link to the Notes instead of your blog. Lame.

]]></description>
			<content:encoded><![CDATA[<p style="clear: both">Facebook&#8217;s Notes application can import blogs, but the links shown in wall updates link to the Notes instead of your blog. Lame.</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://garyboone.com/2009/06/blogfacebook-integration-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing wordpress/facebook/twitter integration.</title>
		<link>http://garyboone.com/2009/06/testing-wordpressfacebooktwitter-integration/</link>
		<comments>http://garyboone.com/2009/06/testing-wordpressfacebooktwitter-integration/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 23:43:09 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://garyboone.com/2009/06/testing-wordpressfacebooktwitter-integration/</guid>
		<description><![CDATA[When you have to make an effort to unify this many moving parts, that should smell like a business opportunity. For example, walk around a Web 2.0 type conference and count how many companies are building &#8216;turn-key&#8217; &#8217;solutions&#8217; on top of cloud computing infrastructure. 

]]></description>
			<content:encoded><![CDATA[<p style="clear: both">When you have to make an effort to unify this many moving parts, that should smell like a business opportunity. For example, walk around a Web 2.0 type conference and count how many companies are building &#8216;turn-key&#8217; &#8217;solutions&#8217; on top of cloud computing infrastructure. </p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://garyboone.com/2009/06/testing-wordpressfacebooktwitter-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Installation Notes</title>
		<link>http://garyboone.com/2009/06/wordpress-installation-notes/</link>
		<comments>http://garyboone.com/2009/06/wordpress-installation-notes/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 06:51:34 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://garyboone.com/2009/06/wordpress-installation-notes/</guid>
		<description><![CDATA[It&#8217;s been a few years since I last updated WordPress on this blog. I was surprised to find that the process hasn&#8217;t become much more user-friendly. Some problems I encountered, with solutions:
1. Problems with the email-to-post tool: the email-to-post tool requires creating a cron job to periodically check the Pop3 account. Instead, install Postie, which [...]]]></description>
			<content:encoded><![CDATA[<p style="clear: both"><img src="http://garyboone.com/wp-content/uploads/2009/06/image1-thumb.png" height="43" align="left" width="176" style=" display: inline; float: left; margin: 0 10px 10px 0;" /><br style="clear: both" />It&#8217;s been a few years since I last updated WordPress on this blog. I was surprised to find that the process hasn&#8217;t become much more user-friendly. Some problems I encountered, with solutions:</p>
<p>1. Problems with the email-to-post tool: the email-to-post tool requires creating a cron job to periodically check the Pop3 account. Instead, install Postie, which doesn&#8217;t require cron and is more powerful. For example, it whitelists allowed-posters for security, can strip signatures from the email, and includes macros, video embedding, and other features. </p>
<p style="clear: both">2. Problems with image uploads: when using the admin image upload tool, images would fail to complete their upload and would not appear in the gallery. Solution: add these lines to the .htaccess file:</p>
<blockquote style="clear: both"><p>AddType x-mapp-php5 .php<br />AddHandler x-mapp-php5 .php</p>
</blockquote>
<p style="clear: both">By default, you don&#8217;t have an .htaccess file. So use your WordPress Settings | Permalinks page to change your permalinks style. That will create an .htaccess file. Then add the above lines at the end of that file. </p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://garyboone.com/2009/06/wordpress-installation-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>initial commit</title>
		<link>http://garyboone.com/2009/06/3/</link>
		<comments>http://garyboone.com/2009/06/3/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 09:47:35 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://garyboone.com/?p=3</guid>
		<description><![CDATA[New version of blog.

]]></description>
			<content:encoded><![CDATA[<p style="clear: both">New version of blog.</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://garyboone.com/2009/06/3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

