<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Yabfog &#187; wordpress</title>
	<atom:link href="http://yabfog.com/blog/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://yabfog.com/blog</link>
	<description>Yet another blog full of gas</description>
	<lastBuildDate>Tue, 13 Dec 2011 02:45:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<cloud domain='yabfog.com' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>WordPress Update Bash Script</title>
		<link>http://yabfog.com/blog/2011/12/12/wordpress-update-bash-script</link>
		<comments>http://yabfog.com/blog/2011/12/12/wordpress-update-bash-script#comments</comments>
		<pubDate>Tue, 13 Dec 2011 02:45:22 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://yabfog.com/blog/?p=91778603</guid>
		<description><![CDATA[I wrote this script some time ago. It's been working flawlessly for me, so I thought I'd share it here. It could use some progress messages, I suppose. #!/bin/bash DIR= # Put the file system path to your WordPress installation here. E.g., /var/www/html/blog TMPDIR=$HOME/tmp WPDIR=$TMPDIR/wordpress cd $TMPDIR rm -rf latest.zip ./wordpress # Clean up from [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote this script some time ago. It's been working flawlessly for me, so I thought I'd share it here. It could use some progress messages, I suppose.</p>
<p><code><br />
#!/bin/bash<br />
DIR= # Put the file system path to your WordPress installation here. E.g., /var/www/html/blog<br />
TMPDIR=$HOME/tmp<br />
WPDIR=$TMPDIR/wordpress<br />
cd $TMPDIR<br />
rm -rf latest.zip ./wordpress # Clean up from the last run<br />
wget -nd http://wordpress.org/latest.zip<br />
unzip latest.zip<br />
mv $DIR/wp-config.php $DIR/.config # Stash your configuration someplace safe<br />
rm $DIR/*.{txt,html,php} # Delete the old install<br />
rm -rf $DIR/{wp-admin,wp-includes} # Delete more. Don't delete plugins or themes.<br />
cp -aR $WPDIR/* $DIR/<br />
mv $DIR/.config $DIR/wp-config.php # Restore the configuration<br />
# You may not need the last two lines. I like to give my web server the ability to write files.<br />
chown -R .www-data $DIR/*.php $DIR/wp-admin $DIR/wp-includes<br />
chmod -R g+w $DIR/*.php $DIR/wp-includes<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2011/12/12/wordpress-update-bash-script/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
	</item>
		<item>
		<title>Missing blog posts recovered</title>
		<link>http://yabfog.com/blog/2007/12/27/missing-blog-posts-recovered</link>
		<comments>http://yabfog.com/blog/2007/12/27/missing-blog-posts-recovered#comments</comments>
		<pubDate>Thu, 27 Dec 2007 17:02:31 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://yabfog.com/wp/2007/12/27/missing-blog-posts-recovered</guid>
		<description><![CDATA[Part of the nightmare I went through while experimenting with WP-o-matic (no link) was that I accidentally deleted about 12 posts from my blog. Nothing earth-shattering, of course, but I just found an old database backup and recovered those posts. It was a real PITA, though, because the backup was from when I was running [...]]]></description>
			<content:encoded><![CDATA[<p>Part of the nightmare I went through while experimenting with WP-o-matic (no link) was that I accidentally deleted about 12 posts from my blog. Nothing earth-shattering, of course, but I just found an old database backup and recovered those posts. It was a real PITA, though, because the backup was from when I was running <a href="http://wordpress.org">WordPress</a> 2.2, and now under 2.3, the database has been changed. So, I had to actually install a dummy blog and "upgrade" it to 2.3. <img src='http://yabfog.com/blog/wp-includes/images/smilies/icon_rolleyes.gif' alt=':roll:' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2007/12/27/missing-blog-posts-recovered/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Weird Traffic</title>
		<link>http://yabfog.com/blog/2007/11/18/weird-traffic</link>
		<comments>http://yabfog.com/blog/2007/11/18/weird-traffic#comments</comments>
		<pubDate>Mon, 19 Nov 2007 03:19:19 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://yabfog.com/wp/2007/11/18/weird-traffic</guid>
		<description><![CDATA[I just saw some weird traffic on this blog. Last week, I was testing a plugin when it went a little haywire and automatically created a bunch of posts (based on my NewsGator clippings, including a lot of law related and gadget related topics -- things I read about but don't write about). And then [...]]]></description>
			<content:encoded><![CDATA[<p>I just saw some weird traffic on this blog. Last week, I was testing a plugin when it went a little haywire and automatically created a bunch of posts (based on my NewsGator clippings, including a lot of law related and gadget related topics -- things I read about but don't write about). And then because I have <a href="http://alexking.org/projects/wordpress">Alex King's twitter tools</a> installed, each of those new posts was propagated to <a href="http://twitter.com">twitter</a>, too.</p>
<p>Now, I thought that this little stunt probably would have pissed people off. Instead (maybe), I saw a huge spike in traffic to this blog -- more than three times the usual traffic.</p>
<p>I'm assuming that these &quot;visitors&quot; were just bots that were monitoring the twitter public timeline, but the referrer logs don't back that up (although that doesn't necessarily mean anything).</p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2007/11/18/weird-traffic/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>WordPress 2.3 Upgrade</title>
		<link>http://yabfog.com/blog/2007/10/01/wordpress-23-upgrade</link>
		<comments>http://yabfog.com/blog/2007/10/01/wordpress-23-upgrade#comments</comments>
		<pubDate>Mon, 01 Oct 2007 21:19:23 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://yabfog.com/wp/?p=123</guid>
		<description><![CDATA[Just finished upgrading to WordPress 2.3. Went off without a hitch -- even converted my categories to tags. I did have one issue with that, though. For some reason, certain posts were marked "Uncategorized" while other retained only my default "Miscellany" category. I couldn't detect the pattern. I had to "hand" edit the database to [...]]]></description>
			<content:encoded><![CDATA[<p>Just finished upgrading to <a href="http://wordpress.org/download/">WordPress 2.3</a>. Went off without a hitch -- even <a href="http://codex.wordpress.org/Version_2.3#Tagging">converted my categories to tags</a>. I did have one issue with that, though. For some reason, certain posts were marked "Uncategorized" while other retained only my default "Miscellany" category. I couldn't detect the pattern. I had to "hand" edit the database to finish cleaning that up.</p>
<p>Other issues so far: I'm getting blank pages after form submissions in the admin interface (<strong>UPDATE:</strong> caused by having no categories <img src='http://yabfog.com/blog/wp-includes/images/smilies/icon_confused.gif' alt=':-?' class='wp-smiley' />  ). Also, I notice that the <code>Blogroll &gt; Import Links</code> panel uses the wrong taxonomy category to obtain the list of blogroll categories.</p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2007/10/01/wordpress-23-upgrade/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Quick WordPress Upgrading</title>
		<link>http://yabfog.com/blog/2007/06/21/quick-wordpress-upgrading</link>
		<comments>http://yabfog.com/blog/2007/06/21/quick-wordpress-upgrading#comments</comments>
		<pubDate>Thu, 21 Jun 2007 18:13:51 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[miscellany]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://yabfog.com/wp/2007/06/21/quick-wordpress-upgrading/</guid>
		<description><![CDATA[Note to self: Grab a unified diff of the new version versus the old version: svn diff -r HEAD --old http://svn.automattic.com/wordpress/tags/&#60;old_version&#62; \ --new http://svn.automattic.com/wordpress/tags/&#60;new_version&#62; Apply the changes to the current installation: patch -d &#60;path_to_wp_install&#62; -u -i &#60;patchfile&#62;]]></description>
			<content:encoded><![CDATA[<p>Note to self:</p>
<p>Grab a unified diff of the new version versus the old version:<br />
<code>svn diff -r HEAD --old http://svn.automattic.com/wordpress/tags/&lt;old_version&gt; \<br />
  --new http://svn.automattic.com/wordpress/tags/&lt;new_version&gt;</code></p>
<p>Apply the changes to the current installation:<br />
<code>patch -d &lt;path_to_wp_install&gt; -u -i &lt;patchfile&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2007/06/21/quick-wordpress-upgrading/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>WordPress and JavaScript Hijacking</title>
		<link>http://yabfog.com/blog/2007/04/13/wordpress-and-javascript-hijacking</link>
		<comments>http://yabfog.com/blog/2007/04/13/wordpress-and-javascript-hijacking#comments</comments>
		<pubDate>Fri, 13 Apr 2007 15:56:25 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://yabfog.com/blog/2007/04/13/wordpress-and-javascript-hijacking/</guid>
		<description><![CDATA[I read this paper that Bruce Schneier linked to regarding JavaScript hijacking. Seems to me that WordPress plugin developers who piggyback on WordPress's builtin security features shouldn't have anything to worry about. Judging from what little buzz there was, I think that's probably true, but I'm interested in others' thoughts.]]></description>
			<content:encoded><![CDATA[<p>I read this <a href="http://www.fortifysoftware.com/servlet/downloads/public/JavaScript_Hijacking.pdf">paper</a> that Bruce Schneier linked to regarding <a href="http://www.schneier.com/blog/archives/2007/04/javascript_hija.html">JavaScript hijacking</a>. Seems to me that WordPress plugin developers who piggyback on WordPress's builtin <a href="http://codex.wordpress.org/Hardening_WordPress">security</a> <a href="http://codex.wordpress.org/Plugin_API/Action_Reference#Advanced_Actions">features</a> shouldn't have anything to worry about.</p>
<p>Judging from what <a href="http://technorati.com/search/www.schneier.com%2Fblog%2Farchives%2F2007%2F04%2Fjavascript_hija.html?sub=toolsearch">little</a> <a href="http://technorati.com/search/www.fortifysoftware.com%2Fnews-events%2Freleases%2F2007%2F2007-04-02.jsp?sub=toolsearch">buzz</a> there was, I think that's probably true, but I'm interested in <a href="http://yabfog.com/blog/2007/04/13/wordpress-and-javascript-hijacking/#respond" rel="nofollow">others' thoughts</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2007/04/13/wordpress-and-javascript-hijacking/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Yikes! WordPress Hacked!</title>
		<link>http://yabfog.com/blog/2007/03/02/yikes-wordpress-hacked</link>
		<comments>http://yabfog.com/blog/2007/03/02/yikes-wordpress-hacked#comments</comments>
		<pubDate>Fri, 02 Mar 2007 22:59:01 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://yabfog.com/wp/2007/03/02/yikes-wordpress-hacked/</guid>
		<description><![CDATA[The WordPress crew have announced that the WordPress 2.1.1 download got cracked by an unnamed attacker who injected some code that would allow remote code execution. I'm glad I haven't upgraded!]]></description>
			<content:encoded><![CDATA[<p>The WordPress crew have <a href="http://wordpress.org/development/2007/03/upgrade-212/#more-199">announced that the WordPress 2.1.1 download got cracked</a> by an unnamed attacker who injected some code that would allow remote code execution. I'm glad I haven't upgraded!</p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2007/03/02/yikes-wordpress-hacked/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Alex King on WordPress Theme Development</title>
		<link>http://yabfog.com/blog/2007/01/25/alex-king-on-wordpress-theme-development</link>
		<comments>http://yabfog.com/blog/2007/01/25/alex-king-on-wordpress-theme-development#comments</comments>
		<pubDate>Thu, 25 Jan 2007 14:39:27 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://yabfog.com/wp/2007/01/25/alex-king-on-wordpress-theme-development/</guid>
		<description><![CDATA[tecosystems Redesign &#124; alexking.org: Another good post by Alex King, this one about developing a new theme (and also about mixing business and friendship).]]></description>
			<content:encoded><![CDATA[<p><a href="http://alexking.org/blog/2007/01/19/tecosystems-redesign">tecosystems Redesign | alexking.org</a>: Another good post by Alex King, this one about developing a new theme (and also about mixing business and friendship). </p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2007/01/25/alex-king-on-wordpress-theme-development/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Alex King WordPress Plugin Roundup</title>
		<link>http://yabfog.com/blog/2006/12/14/alex-king-wordpress-plugin-roundup</link>
		<comments>http://yabfog.com/blog/2006/12/14/alex-king-wordpress-plugin-roundup#comments</comments>
		<pubDate>Thu, 14 Dec 2006 14:51:13 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://yabfog.com/wp/2006/12/14/alex-king-wordpress-plugin-roundup/</guid>
		<description><![CDATA[Alex King, a WordPress &#252;ber-hacker (and formerly a b2/b2evolution hacker), is writing a series of posts about his recent redesign of alexking.org. His latest post describes the numerous WordPress plugins he's using, many of which he wrote. I'm not using any of these right now, but I steal Alex's ideas and code all the time [...]]]></description>
			<content:encoded><![CDATA[<p>Alex King, a WordPress &uuml;ber-hacker (and formerly a b2/b2evolution hacker), is writing a series of posts about his recent redesign of <a href="http://alexking.org/">alexking.org</a>. His <a href="http://alexking.org/blog/2006/12/13/lots-of-plugins">latest post describes the numerous WordPress plugins he's using</a>, many of which he wrote.</p>
<p>I'm not using any of these right now, but I steal Alex's ideas and code all the time for my own hacking. <img src='http://yabfog.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>P.S. Oh yeah, I'm using WP Grins. Thanks, Jeff.</p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2006/12/14/alex-king-wordpress-plugin-roundup/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
	</item>
		<item>
		<title>Yomoblog is the first killer web app for mobile devices</title>
		<link>http://yabfog.com/blog/2006/08/25/yomoblog-is-the-first-killer-web-app-for-mobile-devices</link>
		<comments>http://yabfog.com/blog/2006/08/25/yomoblog-is-the-first-killer-web-app-for-mobile-devices#comments</comments>
		<pubDate>Sat, 26 Aug 2006 03:00:42 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[palm]]></category>
		<category><![CDATA[pda]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://yabfog.com/wp/2006/08/25/yomoblog-is-the-first-killer-web-app-for-mobile-devices/</guid>
		<description><![CDATA[I'm testing Dave Winer's new web application: Yomoblog. It is a dead simple tool for creating, editing and categorizing blog posts from your web-enabled PDA.]]></description>
			<content:encoded><![CDATA[<p>I'm testing <a href="http://www.scripting.com/">Dave Winer</a>'s new web application: <a href="http://www.scripting.com/2006/08/25.html#When:4:22:44PM">Yomoblog</a>. It is a dead simple tool for creating, editing and categorizing blog posts from your web-enabled PDA.</p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2006/08/25/yomoblog-is-the-first-killer-web-app-for-mobile-devices/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

