<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<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/"
	>

<channel>
	<title>alexking.org &#187; WordPress | alexking.org</title>
	<link>http://alexking.org</link>
	<description>Alex King's blog - software, photography, sports, etc.</description>
	<pubDate>Wed, 02 Jul 2008 19:51:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>PhoneFactor 1.0</title>
		<link>http://alexking.org/blog/2008/06/27/phonefactor-10</link>
		<comments>http://alexking.org/blog/2008/06/27/phonefactor-10#comments</comments>
		<pubDate>Fri, 27 Jun 2008 23:13:22 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[Crowd Favorite]]></category>

		<category><![CDATA[Case Studies]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/06/27/phonefactor-10</guid>
		<description><![CDATA[PhoneFactor is a WordPress plugin that provides an additional layer of security when logging in to your WordPress site.

It&#8217;s a pretty cool system. When you log in to your WordPress blog with PhoneFactor enabled, you receive a phone call asking you to press # to authorize. When you do so, you are logged in. If [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "PhoneFactor 1.0", url: "http://alexking.org/blog/2008/06/27/phonefactor-10" });</script>]]></description>
			<content:encoded><![CDATA[<p>PhoneFactor is a <a href="http://wordpress.org/" rel="external">WordPress</a> plugin that provides an additional layer of security when logging in to your WordPress site.</p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/sets/72157605848461623/"><img src="http://farm4.static.flickr.com/3149/2616262594_5cf244979b_m.jpg" width="240" height="177" alt="Login" /></a></p>
<p>It&#8217;s a pretty cool system. When you log in to your WordPress blog with PhoneFactor enabled, you receive a phone call asking you to press # to authorize. When you do so, you are logged in. If you do not, then the login attempt fails.</p>
<p>Basically, this means someone needs to get your username, password <em>and</em> phone in order to log in to your WordPress site as you.</p>
<p><a href="http://crowdfavorite.com">Crowd Favorite</a> worked with the <a href="http://phonefactor.com/" rel="external">PhoneFactor</a> team to build this integration on their API layer. This was a fun project for us - it&#8217;s always nice to enhance WordPress by integrating features from another service.</p>
<p>Besides building the integration with the API to authenticate via phone, we also built the PhoneFactor registration step right into the WordPress admin so that the user wouldn&#8217;t have to leave the WordPress admin when activating the plugin and getting it set up. I think it&#8217;s a much better user experience.</p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/2615434383/" title="Registration by alexkingorg, on Flickr"><img src="http://farm4.static.flickr.com/3119/2615434383_9647b143f0_m.jpg" width="240" height="178" alt="Registration" /></a></p>
<p>We integrated some instructional banners into the WordPress admin pages to let people know the next steps to getting things set up after activating the plugin. We also built in some more advanced user features like whitelisting IP addresses so that you don&#8217;t have to use PhoneFactor authentication if you&#8217;re logging in from your home machine.</p>
<p>The download and more information are available at the <a href="http://wordpress.org/extend/plugins/phonefactor/">WordPress Plugin repository</a> on wordpress.org.</p>
<p>Enjoy!</p>
<p><a href="http://sharethis.com/item?&wp=2.2.3&amp;publisher=06654962-d77d-102a-861d-00161729a8a2&amp;title=PhoneFactor+1.0&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2008%2F06%2F27%2Fphonefactor-10">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/06/27/phonefactor-10/feed</wfw:commentRss>
		</item>
		<item>
		<title>Theme Browser &#8220;Fixed&#8221;</title>
		<link>http://alexking.org/blog/2008/04/29/theme-browser-fixed</link>
		<comments>http://alexking.org/blog/2008/04/29/theme-browser-fixed#comments</comments>
		<pubDate>Tue, 29 Apr 2008 18:32:01 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[alexking.org]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/04/29/theme-browser-fixed</guid>
		<description><![CDATA[I got a couple of reports that my WordPress Theme Browser was not working. I checked it out, and sure enough - not working.
This was a bit of a surprise as that code hadn&#8217;t changed in years. Turns out, it was the browsers that had changed.
I had moved the theme browser from my site (to [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Theme Browser \"Fixed\"", url: "http://alexking.org/blog/2008/04/29/theme-browser-fixed" });</script>]]></description>
			<content:encoded><![CDATA[<p>I got a couple of reports that my <a href="http://alexking.org/projects/wordpress/themes">WordPress Theme Browser</a> was not working. I checked it out, and sure enough - not working.</p>
<p>This was a bit of a surprise as that code hadn&#8217;t changed in years. Turns out, it was the browsers that had changed.</p>
<p>I had moved the theme browser from my site (to reduce server load) to my hosting account at Joyent a long time ago, and set it up on the domain managedtasks.com. The frameset page and the top frame were hosted on alexking.org, while the bottom frame - the theme viewer - was on managedtasks.com.</p>
<p>This combination stopped working because the browsers changed their cookie security settings. If you have your cookies set to &#8220;only accept cookies from sites I visit&#8221;, then your browser was rejecting the cookie from managedtasks.com (because the URL in your browser was alexking.org).</p>
<p>If this cookie wasn&#8217;t set, the proper theme was not displayed; hence the theme browser being <nobr> <img src='http://alexking.org/images/smilies/ak_scare1.gif' alt=':scare:' class='wp-smiley' /> broken <img src='http://alexking.org/images/smilies/ak_scare2.gif' alt=':/scare:' class='wp-smiley' /> </nobr>.</p>
<p>I&#8217;ve moved it all onto managedtasks.com now, and everything appears to work again.</p>
<p><a href="http://sharethis.com/item?&wp=2.2.3&amp;publisher=06654962-d77d-102a-861d-00161729a8a2&amp;title=Theme+Browser+%22Fixed%22&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2008%2F04%2F29%2Ftheme-browser-fixed">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/04/29/theme-browser-fixed/feed</wfw:commentRss>
		</item>
		<item>
		<title>Tag Uncomplete 1.0</title>
		<link>http://alexking.org/blog/2008/04/23/tag-uncomplete-10</link>
		<comments>http://alexking.org/blog/2008/04/23/tag-uncomplete-10#comments</comments>
		<pubDate>Wed, 23 Apr 2008 20:21:43 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/04/23/tag-uncomplete-10</guid>
		<description><![CDATA[This is a really simple WordPress plugin that only does one thing: disable the tag auto-complete feature in WordPress 2.5.
The tag auto-complete feature is very nice, and I personally like it quite a bit. However, some of our clients have thousands of tags and were experiencing unacceptable slowdowns with this feature enabled. If you are [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Tag Uncomplete 1.0", url: "http://alexking.org/blog/2008/04/23/tag-uncomplete-10" });</script>]]></description>
			<content:encoded><![CDATA[<p>This is a <em>really</em> simple <a href="http://wordpress.org/" rel="external">WordPress</a> plugin that only does one thing: disable the tag auto-complete feature in WordPress 2.5.</p>
<p>The tag auto-complete feature is very nice, and I personally like it quite a bit. However, some of <a href="http://crowdfavorite.com">our</a> clients have thousands of tags and were experiencing unacceptable slowdowns with this feature enabled. If you are experiencing problems like this, Tag Uncomplete may help.</p>
<p>The download and more information are available on my <a href="http://alexking.org/projects/wordpress">WordPress Plugins page</a>.</p>
<p>If you have any trouble with this, please open a thread in the <a href="http://wordpress.org/support/" rel="external">WP Support Forums</a> and send me the link.</p>
<p><strong>We&#8217;re hiring!</strong> Want to build WordPress plugins, create WordPress powered web sites and build fun web based products and services? <a href="http://crowdfavorite.com/jobs/">Join the team at Crowd Favorite</a>.</p>
<p><a href="http://sharethis.com/item?&wp=2.2.3&amp;publisher=06654962-d77d-102a-861d-00161729a8a2&amp;title=Tag+Uncomplete+1.0&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2008%2F04%2F23%2Ftag-uncomplete-10">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/04/23/tag-uncomplete-10/feed</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Tools 1.2b1</title>
		<link>http://alexking.org/blog/2008/04/13/twitter-tools-12b1</link>
		<comments>http://alexking.org/blog/2008/04/13/twitter-tools-12b1#comments</comments>
		<pubDate>Sun, 13 Apr 2008 19:12:29 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/04/13/twitter-tools-12b1</guid>
		<description><![CDATA[I&#8217;ve got a new version of Twitter Tools ready (I think) for testing. This version adds a number of often requested features and other enhancements:

Show a link to the tweet being replied to for @replies.
Option to exclude @replies from the sidebar tweets list.
Make all @usernames clickable.
Check that the tweets downloaded are indeed the user&#8217;s tweets [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Twitter Tools 1.2b1", url: "http://alexking.org/blog/2008/04/13/twitter-tools-12b1" });</script>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got a new version of Twitter Tools ready (I think) for testing. This version adds a number of often requested features and other enhancements:</p>
<ul>
<li>Show a link to the tweet being replied to for @replies.</li>
<li>Option to exclude @replies from the sidebar tweets list.</li>
<li>Make all @usernames clickable.</li>
<li>Check that the tweets downloaded are indeed the user&#8217;s tweets - sometimes Twitter has hiccups.</li>
<li>Don&#8217;t broadcast edits to old posts. Note: Twitter Tools always included code to only broadcast a post once. However edits to posts created before Twitter Tools was installed would be sent to Twitter because there is no &#8220;only when a post is first published&#8221; hook (that I&#8217;m aware of) in WordPress. Now a timestamp is saved upon installation to try to work around this.</li>
<li>Ability to send blog posts to Twitter on a per-post basis (checkbox added to post authoring screen).</li>
<li>Option to use jQuery instead of Prototype - useful if you like to tweet from your sidebar. The jQuery library is a smaller download than Prototype.</li>
<li>Added post author setting.</li>
<li>Added post tags setting.</li>
<li>Added an option to make digest posts display tweets in either chronological or reverse-chronological order.</li>
<li>Make URLs clickable in blog posts created from tweets and digest posts.</li>
</ul>
<p>Note: after you install this version of Twitter Tools, you&#8217;ll need to go in and update your settings to take advantage of these new features - until you do, things will not work properly.</p>
<p>As you can see, there are <em>many</em> changes in this version, so I&#8217;m releasing this as a beta instead of a stable version. I&#8217;ve done about 5-6 hours of testing on it and I&#8217;m using it here, so I obviously think it&#8217;s probably safe for production, but it has not been widely tested&#8230; if I had to bet, I&#8217;d say there are still a few things still to be discovered. You&#8217;ve been warned. <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The download and more information are available on my <a href="http://alexking.org/projects/wordpress">WordPress Plugins page</a>.</p>
<p>If you have any trouble with this, please open a thread in the <a href="http://wordpress.org/support/" rel="external">WP Support Forums</a> and send me the link.</p>
<p><a href="http://sharethis.com/item?&wp=2.2.3&amp;publisher=06654962-d77d-102a-861d-00161729a8a2&amp;title=Twitter+Tools+1.2b1&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2008%2F04%2F13%2Ftwitter-tools-12b1">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/04/13/twitter-tools-12b1/feed</wfw:commentRss>
		</item>
		<item>
		<title>WP Mobile Edition 2.1</title>
		<link>http://alexking.org/blog/2008/03/30/wp-mobile-edition-21</link>
		<comments>http://alexking.org/blog/2008/03/30/wp-mobile-edition-21#comments</comments>
		<pubDate>Mon, 31 Mar 2008 05:27:27 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/03/30/wp-mobile-edition-21</guid>
		<description><![CDATA[I&#8217;ve updated my WordPress Mobile Edition plugin. I&#8217;ve made a couple of changes:

Since many people don&#8217;t RTFM, I&#8217;ve added some code that (hopefully) only tries to show the mobile theme if everything is installed correctly.
If it&#8217;s not installed correctly, it will show an error message accordingly in WP 2.5+.
Experimental: a link to explicitly enter the [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "WP Mobile Edition 2.1", url: "http://alexking.org/blog/2008/03/30/wp-mobile-edition-21" });</script>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated my WordPress Mobile Edition plugin. I&#8217;ve made a couple of changes:</p>
<ul>
<li>Since many people don&#8217;t RTFM, I&#8217;ve added some code that (hopefully) only tries to show the mobile theme if everything is installed correctly.</li>
<li>If it&#8217;s not installed correctly, it will show an error message accordingly in WP 2.5+.</li>
<li>Experimental: a link to explicitly enter the mobile interface - requires cookies.</li>
</ul>
<p>This plugin creates a PDA friendly interface for your blog. You can see it in action by visiting this site in a mobile browser. If your mobile browser is not automatically detected, get your browser details <a href="/who.php">here</a> and <a href="/contact">let me know</a>.</p>
<p>This plugin could use some CSS now that mobile browsers are supporting them better. Send me your submissions if you&#8217;d like to contribute.</p>
<p>The download and more information are available on my <a href="http://alexking.org/projects/wordpress">WordPress Plugins page</a>.</p>
<p>If you have any trouble with this, please open a thread in the <a href="http://wordpress.org/support/" rel="external">WP Support Forums</a> and send me the link.</p>
<p>UPDATE: Version 2.1.1 is now available and should work better than version 2.1. <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<p><a href="http://sharethis.com/item?&wp=2.2.3&amp;publisher=06654962-d77d-102a-861d-00161729a8a2&amp;title=WP+Mobile+Edition+2.1&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2008%2F03%2F30%2Fwp-mobile-edition-21">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/03/30/wp-mobile-edition-21/feed</wfw:commentRss>
		</item>
		<item>
		<title>Shortcut Macros 1.2</title>
		<link>http://alexking.org/blog/2008/03/30/shortcut-macros-12</link>
		<comments>http://alexking.org/blog/2008/03/30/shortcut-macros-12#comments</comments>
		<pubDate>Mon, 31 Mar 2008 04:34:03 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/03/30/shortcut-macros-12</guid>
		<description><![CDATA[I&#8217;ve updated my Shortcut Macros plugin to make it WordPress 2.5 compatible.
This plugin allows you to set up shortcuts that expand into longer text when you save a post/page. For example, if you link to my site often, you might create a macro of ak. You type ##ak into a post/page and when you save [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Shortcut Macros 1.2", url: "http://alexking.org/blog/2008/03/30/shortcut-macros-12" });</script>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated my Shortcut Macros plugin to make it <a href="http://wordpress.org/" rel="external">WordPress</a> 2.5 compatible.</p>
<p>This plugin allows you to set up shortcuts that expand into longer text when you save a post/page. For example, if you link to my site often, you might create a macro of <code>ak</code>. You type <code>##ak</code> into a post/page and when you save it will expand to <code>&lt;a href="http://alexking.org/"&gt;Alex King&lt;/a&gt;</code>.</p>
<p>The download and more information are available on my <a href="http://alexking.org/projects/wordpress">WordPress Plugins page</a>.</p>
<p>If you have any trouble with this, please open a thread in the <a href="http://wordpress.org/support/" rel="external">WP Support Forums</a> and send me the link.</p>
<p><a href="http://sharethis.com/item?&wp=2.2.3&amp;publisher=06654962-d77d-102a-861d-00161729a8a2&amp;title=Shortcut+Macros+1.2&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2008%2F03%2F30%2Fshortcut-macros-12">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/03/30/shortcut-macros-12/feed</wfw:commentRss>
		</item>
		<item>
		<title>Delink Comment Author 1.2</title>
		<link>http://alexking.org/blog/2008/03/30/delink-comment-author-12</link>
		<comments>http://alexking.org/blog/2008/03/30/delink-comment-author-12#comments</comments>
		<pubDate>Mon, 31 Mar 2008 04:17:18 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/03/30/delink-comment-author-12</guid>
		<description><![CDATA[I&#8217;ve updated Delink Comment Author to make it compatible with WordPress 2.5. It should also still be compatible with versions prior to 2.5.
This plugin gives you the ability to remove the link a commenter left as their URL without removing the entire comment. A link to do this is added to your new comment e-mail [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Delink Comment Author 1.2", url: "http://alexking.org/blog/2008/03/30/delink-comment-author-12" });</script>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated Delink Comment Author to make it compatible with <a href="http://wordpress.org/" rel="external">WordPress</a> 2.5. It should also still be compatible with versions prior to 2.5.</p>
<p>This plugin gives you the ability to remove the link a commenter left as their URL without removing the entire comment. A link to do this is added to your new comment e-mail notifications and to the comments list in your admin area.</p>
<p>The download and more information are available on my <a href="http://alexking.org/projects/wordpress">WordPress Plugins page</a>.</p>
<p>If you have any trouble with this, please open a thread in the <a href="http://wordpress.org/support/" rel="external">WP Support Forums</a> and send me the link.</p>
<p><a href="http://sharethis.com/item?&wp=2.2.3&amp;publisher=06654962-d77d-102a-861d-00161729a8a2&amp;title=Delink+Comment+Author+1.2&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2008%2F03%2F30%2Fdelink-comment-author-12">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/03/30/delink-comment-author-12/feed</wfw:commentRss>
		</item>
		<item>
		<title>Comment License 1.2</title>
		<link>http://alexking.org/blog/2008/03/30/comment-license-12</link>
		<comments>http://alexking.org/blog/2008/03/30/comment-license-12#comments</comments>
		<pubDate>Mon, 31 Mar 2008 03:49:49 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/03/30/comment-license-12</guid>
		<description><![CDATA[I&#8217;ve updated my Comment License plugin to make it look nicer in WordPress 2.5.
This plugin shows a license with terms of your choosing in your comments form. You can edit the terms of your license in the options page. You can see it in use on my site wherever there are comment forms.
The download and [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Comment License 1.2", url: "http://alexking.org/blog/2008/03/30/comment-license-12" });</script>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated my Comment License plugin to make it look nicer in WordPress 2.5.</p>
<p>This plugin shows a license with terms of your choosing in your comments form. You can edit the terms of your license in the options page. You can see it in use on my site wherever there are comment forms.</p>
<p>The download and more information are available on my <a href="http://alexking.org/projects/wordpress">WordPress Plugins page</a>.</p>
<p>If you have any trouble with this, please open a thread in the <a href="http://wordpress.org/support/" rel="external">WP Support Forums</a> and send me the link.</p>
<p><a href="http://sharethis.com/item?&wp=2.2.3&amp;publisher=06654962-d77d-102a-861d-00161729a8a2&amp;title=Comment+License+1.2&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2008%2F03%2F30%2Fcomment-license-12">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/03/30/comment-license-12/feed</wfw:commentRss>
		</item>
		<item>
		<title>404 Notifier 1.2</title>
		<link>http://alexking.org/blog/2008/03/30/404-notifier-12</link>
		<comments>http://alexking.org/blog/2008/03/30/404-notifier-12#comments</comments>
		<pubDate>Mon, 31 Mar 2008 03:37:10 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/03/30/404-notifier-12</guid>
		<description><![CDATA[I&#8217;ve updated my 404 Notifier plugin to make it look nicer in WordPress 2.5 (seems like old admin CSS classes were removed).
This plugin logs 404 hits on your WordPress powered site and will notify you of them via e-mail or in an RSS feed.
The download and more information are available on my WordPress Plugins page.
If [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "404 Notifier 1.2", url: "http://alexking.org/blog/2008/03/30/404-notifier-12" });</script>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated my 404 Notifier plugin to make it look nicer in WordPress 2.5 (seems like old admin CSS classes were removed).</p>
<p>This plugin logs 404 hits on your WordPress powered site and will notify you of them via e-mail or in an RSS feed.</p>
<p>The download and more information are available on my <a href="http://alexking.org/projects/wordpress">WordPress Plugins page</a>.</p>
<p>If you have any trouble with this, please open a thread in the <a href="http://wordpress.org/support/" rel="external">WP Support Forums</a> and send me the link.</p>
<p>UPDATE: The RSS feed was broken in version 1.2, version 1.2a is now available to fix this.</p>
<p><a href="http://sharethis.com/item?&wp=2.2.3&amp;publisher=06654962-d77d-102a-861d-00161729a8a2&amp;title=404+Notifier+1.2&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2008%2F03%2F30%2F404-notifier-12">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/03/30/404-notifier-12/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 2.5 Plugin Compatibility</title>
		<link>http://alexking.org/blog/2008/03/30/wordpress-25-plugin-compatibility</link>
		<comments>http://alexking.org/blog/2008/03/30/wordpress-25-plugin-compatibility#comments</comments>
		<pubDate>Mon, 31 Mar 2008 01:46:28 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/03/30/wordpress-25-plugin-compatibility</guid>
		<description><![CDATA[I haven&#8217;t officially released WordPress 2.3 compatible versions of all of my plugins yet, but WordPress 2.5 is out nonetheless and brings some more plugin compatibility issues along with it.
I&#8217;ll try to get updated versions out soon - I&#8217;ll update this post with status as the plugins are updated.

404 Notifier - tested, version 1.2 is [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "WordPress 2.5 Plugin Compatibility", url: "http://alexking.org/blog/2008/03/30/wordpress-25-plugin-compatibility" });</script>]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t officially released <a href="http://wordpress.org/" rel="external">WordPress</a> 2.3 compatible versions of all of my plugins yet, but WordPress 2.5 is out nonetheless and brings some more plugin compatibility issues along with it.</p>
<p>I&#8217;ll try to get updated versions out soon - I&#8217;ll update this post with status as the plugins are updated.</p>
<ul>
<li>404 Notifier - <strong>tested</strong>, version 1.2 is WP 2.5 compatible</li>
<li>Articles - untested</li>
<li>Category Overload - untested</li>
<li>Comment License - <strong>tested</strong>, version 1.2 is WP 2.5 compatible</li>
<li>Delink Comment Author - <strong>tested</strong>, version 1.2 is WP 2.5 compatible</li>
<li>Link Harvest - untested</li>
<li>Old Post Alert - <strong>tested</strong>, version 1.0 is WP 2.5 compatible</li>
<li>Popularity Contest - <strong>broken in 2.5</strong>, fix found</li>
<li>Share This - <strong>tested</strong>, all tested versions are WP 2.5 compatible</li>
<li>Shortcut Macros - <strong>tested</strong>, version 1.2 is WP 2.5 compatible</li>
<li>Twitter Tools - <strong>tested</strong>, versions 1.1 and up are WP 2.5 compatible.</li>
<li>WP Mobile Edition - <strong>tested</strong>, versions 2.x are WP 2.5 compatible</li>
<li>WP Grins - untested, reportedly broken in 2.5</li>
<li>WP Since Last Visit - untested, needs updating in general</li>
<li>WP Unformatted - <strong>tested</strong>, version 1.1 is WP 2.5 compatible</li>
</ul>
<p><a href="http://sharethis.com/item?&wp=2.2.3&amp;publisher=06654962-d77d-102a-861d-00161729a8a2&amp;title=WordPress+2.5+Plugin+Compatibility&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2008%2F03%2F30%2Fwordpress-25-plugin-compatibility">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/03/30/wordpress-25-plugin-compatibility/feed</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Tools and Best Practices</title>
		<link>http://alexking.org/blog/2008/03/28/twitter-tools-and-best-practices</link>
		<comments>http://alexking.org/blog/2008/03/28/twitter-tools-and-best-practices#comments</comments>
		<pubDate>Fri, 28 Mar 2008 22:22:31 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/03/28/twitter-tools-and-best-practices</guid>
		<description><![CDATA[I&#8217;ve seen a number of recent complaints about my Twitter Tools plugin&#8217;s capability to post to Twitter when you put a post on your blog. I&#8217;m somewhat sympathetic, it&#8217;s not a feature I use myself because I have similar thoughts on the topic.
I use Twitter Tools as an archiver - I want a copy of [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Twitter Tools and Best Practices", url: "http://alexking.org/blog/2008/03/28/twitter-tools-and-best-practices" });</script>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen a number of recent complaints about my Twitter Tools plugin&#8217;s capability to post to Twitter when you put a post on your blog. I&#8217;m somewhat sympathetic, it&#8217;s not a feature I use myself because I have similar thoughts on the topic.</p>
<p>I use Twitter Tools as an archiver - I want a copy of my Twitter content that I can work with locally, and that&#8217;s about all I really use it for. The additional features were added for the sake of completeness, as an exercise in working with the Twitter API, and due to requests from other users.</p>
<p>I&#8217;ve got a number of changes<sup><a href="#fn1206742909927n" id="fn1206742909927" class="footnote">1</a></sup> and new features I&#8217;m prepping for an update to Twitter Tools, should I include some editorializing on how people should use the broadcasting features <nobr> <img src='http://alexking.org/images/smilies/ak_scare1.gif' alt=':scare:' class='wp-smiley' /> responsibly <img src='http://alexking.org/images/smilies/ak_scare2.gif' alt=':/scare:' class='wp-smiley' /> </nobr> in the next update? I&#8217;ve never really seen that as my place - preferring to let people use their own judgment.</p>
<p>Comments?</p>
<ol class="footnotes">
<li id="fn1206742909927n">Option to include @replies in the sidebar, make all @usernames clickable, make URLs in digests clickable, selective broadcasting of blog posts to Twitter, and a few more things I can&#8217;t recall at the moment. [<a href="#fn1206742909927">back</a>]</li>
</ol>
<p><a href="http://sharethis.com/item?&wp=2.2.3&amp;publisher=06654962-d77d-102a-861d-00161729a8a2&amp;title=Twitter+Tools+and+Best+Practices&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2008%2F03%2F28%2Ftwitter-tools-and-best-practices">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/03/28/twitter-tools-and-best-practices/feed</wfw:commentRss>
		</item>
		<item>
		<title>ShareThis Classic 1.5.2</title>
		<link>http://alexking.org/blog/2008/03/25/sharethis-classic-152</link>
		<comments>http://alexking.org/blog/2008/03/25/sharethis-classic-152#comments</comments>
		<pubDate>Tue, 25 Mar 2008 20:30:38 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/03/25/sharethis-classic-152</guid>
		<description><![CDATA[We&#8217;ve released a new version of ShareThis Classic. This release has two changes:

Better examples and instructions for localization1 and customization of Social Web services.
The ability to turn off all sharethis.com tracking information if you want to. Note you may need to deactivate and reactivate the plugin to get the option to appear on the Options [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "ShareThis Classic 1.5.2", url: "http://alexking.org/blog/2008/03/25/sharethis-classic-152" });</script>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve released a new version of ShareThis Classic. This release has two changes:</p>
<ol>
<li>Better examples and instructions for localization<sup><a href="#fn1206476575261n" id="fn1206476575261" class="footnote">1</a></sup> and customization of Social Web services.</li>
<li>The ability to <a href="http://support.sharethis.com/publishers/publishers-faq/wordpress/91" rel="external">turn off all sharethis.com tracking information</a> if you want to. Note you may need to deactivate and reactivate the plugin to get the option to appear on the Options page.</li>
</ol>
<p>I&#8217;d recommend the widget version (2.x) for most people since it provides tracking and will support a variety of new features that are in the works, however if you need the control of hosting it locally for whatever reason, ShareThis Classic is your huckleberry.</p>
<p>You can download the Classic version from my <a href="http://alexking.org/projects/share-this">ShareThis page</a>.</p>
<ol class="footnotes">
<li id="fn1206476575261n">Internationalization is not yet supported in the 2.x versions. [<a href="#fn1206476575261">back</a>]</li>
</ol>
<p><a href="http://sharethis.com/item?&wp=2.2.3&amp;publisher=06654962-d77d-102a-861d-00161729a8a2&amp;title=ShareThis+Classic+1.5.2&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2008%2F03%2F25%2Fsharethis-classic-152">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/03/25/sharethis-classic-152/feed</wfw:commentRss>
		</item>
		<item>
		<title>Fixing a MySQL Character Encoding Mismatch</title>
		<link>http://alexking.org/blog/2008/03/06/mysql-latin1-utf8-conversion</link>
		<comments>http://alexking.org/blog/2008/03/06/mysql-latin1-utf8-conversion#comments</comments>
		<pubDate>Thu, 06 Mar 2008 07:13:55 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/03/06/mysql-latin1-utf8-conversion</guid>
		<description><![CDATA[We ran into an interesting MySQL character encoding issue at Crowd Favorite today while working to upgrade and launch a new client site.
Here is what we were trying to do: copy the production database to the staging database so we could properly configure and test everything before pushing the new site live. Pretty simple right? [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Fixing a MySQL Character Encoding Mismatch", url: "http://alexking.org/blog/2008/03/06/mysql-latin1-utf8-conversion" });</script>]]></description>
			<content:encoded><![CDATA[<p>We ran into an interesting MySQL character encoding issue at <a href="http://crowdfavorite.com">Crowd Favorite</a> today while working to upgrade and launch a new client site.</p>
<p>Here is what we were trying to do: copy the production database to the staging database so we could properly configure and test everything before pushing the new site live. Pretty simple right? It was, until we noticed a bunch of weird character encoding issues on the staging site.</p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/2312995897/" title="Character Encoding Issue by alexkingorg, on Flickr"><img src="http://farm3.static.flickr.com/2012/2312995897_db067fa495_m.jpg" width="240" height="50" alt="Character Encoding Issue" /></a></p>
<p>It turned out that while the database tables were set to a Latin-1 (latin1), the content that populated those tables was encoded as UTF-8 (utf8). A variety of attempts to fix this failed, but what succeeded was as follows:</p>
<ol>
<li><strong>Export the data as Latin-1.</strong> Because MySQL knows that the table is already using a Latin-1 encoding, it will do a straight export of the data without trying to convert the data to another character set. If you try to export as UTF-8, MySQL appears to attempt to convert the (supposedly) Latin-1 data to UTF-8 - resulting in double encoded characters (since the data was actually already UTF-8).</li>
<li><strong>Change the character set in the exported data file from &#8216;latin1&#8242; to &#8216;utf8&#8242;.</strong> Since the dumped data was not converted during the export process, it&#8217;s actually UTF-8 encoded data.</li>
<li><strong>Create your new table as UTF-8</strong> If your <code>CREATE TABLE</code> command is in your SQL dump file, change the character set from &#8216;latin1&#8242; to &#8216;utf8&#8242;.</li>
<li><strong>Import your data normally.</strong> Since you&#8217;ve got UTF-8 encoded data in your dump file, the declared character set in the dump file is now UTF-8, and the table you&#8217;re importing into is UTF-8, everything will go smoothly.</li>
</ol>
<p>I can confirm that a half-dozen or so variations on the above do <em>not</em> work. This includes <code>INSERT INTO newdb.newtable SELECT * FROM olddb.oldtable;</code>.</p>
<p>Also, if you&#8217;re doing this for a <a href="http://wordpress.org/" rel="external">WordPress</a><sup><a href="#fn1204773785315n" id="fn1204773785315" class="footnote">1</a></sup> site (like we were), keep in mind that copying over the production database will generally mean that WP-Cache is enabled. You&#8217;ll want to remember to turn that off. Yeah. <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<ol class="footnotes">
<li id="fn1204773785315n">This is a fairly common issue in older WordPress installs because the MySQL database default is commonly Latin-1, and older versions of WordPress did not specify the character set when creating the database tables (so they would default to Latin-1) and the default encoding in the WordPress settings is UTF-8. [<a href="#fn1204773785315">back</a>]</li>
</ol>
<p><a href="http://sharethis.com/item?&wp=2.2.3&amp;publisher=06654962-d77d-102a-861d-00161729a8a2&amp;title=Fixing+a+MySQL+Character+Encoding+Mismatch&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2008%2F03%2F06%2Fmysql-latin1-utf8-conversion">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/03/06/mysql-latin1-utf8-conversion/feed</wfw:commentRss>
		</item>
		<item>
		<title>Squadcast Interview</title>
		<link>http://alexking.org/blog/2008/02/13/squadcast-interview</link>
		<comments>http://alexking.org/blog/2008/02/13/squadcast-interview#comments</comments>
		<pubDate>Wed, 13 Feb 2008 16:52:18 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[Interviews]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/02/13/squadcast-interview</guid>
		<description><![CDATA[I took part in a brief Squadcast interview that was published yesterday. We talked about WordPress, particularly plugins. The podcast is mercifully short, hopefully it is also interesting.  



Thanks to the Squadcast team for having me on.
<script type="text/javascript">SHARETHIS.addEntry({ title: "Squadcast Interview", url: "http://alexking.org/blog/2008/02/13/squadcast-interview" });</script>]]></description>
			<content:encoded><![CDATA[<p>I took part in a brief <a href="http://www.downloadsquad.com/2008/02/12/squadcast-11-pimp-your-wordpress/" rel="external">Squadcast interview</a> that was published yesterday. We talked about <a href="http://wordpress.org/" rel="external">WordPress</a>, particularly plugins. The podcast is mercifully short, hopefully it is also interesting. <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="center"><object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/eqLasAS99xc&#038;rel=1&#038;border=1"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/eqLasAS99xc&#038;rel=1&#038;border=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="373"></embed></object></p>
<p>Thanks to the Squadcast team for having me on.</p>
<p><a href="http://sharethis.com/item?&wp=2.2.3&amp;publisher=06654962-d77d-102a-861d-00161729a8a2&amp;title=Squadcast+Interview&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2008%2F02%2F13%2Fsquadcast-interview">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/02/13/squadcast-interview/feed</wfw:commentRss>
		</item>
		<item>
		<title>ShareThis: Reporting, TypePad and Blogger</title>
		<link>http://alexking.org/blog/2008/02/12/sharethis-reporting</link>
		<comments>http://alexking.org/blog/2008/02/12/sharethis-reporting#comments</comments>
		<pubDate>Tue, 12 Feb 2008 22:34:17 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2008/02/12/sharethis-reporting</guid>
		<description><![CDATA[The ShareThis team has been hard at work on a number of things lately, and three of them are now available.
Reporting
This is a big one that lots of people have been waiting for, myself included. When the ShareThis team and I first spoke about working together, this was an item we talked about quite a [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "ShareThis: Reporting, TypePad and Blogger", url: "http://alexking.org/blog/2008/02/12/sharethis-reporting" });</script>]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://sharethis.com" rel="external">ShareThis</a> team has been hard at work on a number of things lately, and three of them are now available.</p>
<h3>Reporting</h3>
<p>This is a big one that lots of people have been waiting for, myself included. When the ShareThis team and I first spoke about working together, this was an item we talked about quite a bit. Having a centralized service makes providing interesting reporting possible. The current reports are quite nice and are more than I&#8217;d have ever been able to offer: </p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/2260806157/" title="Reporting Dashboard by alexkingorg, on Flickr"><img src="http://farm3.static.flickr.com/2376/2260806157_f4e66682ef_m.jpg" width="236" height="240" alt="Reporting Dashboard" /></a></p>
<p>There are snazzy little effects for the charts - good fun stuff that isn&#8217;t annoying.</p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/2261600884/" title="Graphs by alexkingorg, on Flickr"><img src="http://farm3.static.flickr.com/2234/2261600884_cfb50ecc26_m.jpg" width="240" height="153" alt="Graphs" /></a></p>
<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/2260806185/" title="Charts by alexkingorg, on Flickr"><img src="http://farm3.static.flickr.com/2297/2260806185_11d7f9b0c4_m.jpg" width="240" height="151" alt="Charts" /></a></p>
<p>I&#8217;m surprised that e-mail is as far down on the list for my site as it is. I wonder what would happen if I swapped the active tab to be the E-mail tab instead of the Social Web tab.</p>
<p>I&#8217;m also excited about what can still be done in this area, and some of the ideas I&#8217;ve heard are pretty interesting.</p>
<p>All of you WordPress folks that have registered and have been using the 2.x version of ShareThis now have a nice set of reports available to you when you log in to sharethis.com. I look forward to hearing about which of the stats you find most interesting.</p>
<h3>TypePad Support</h3>
<p>A <a href="http://sharethis.com/typepad" rel="external">ShareThis TypePad plugin</a> is now available. A warm welcome to our TypePad friends, I know many of you have asked me for this and I&#8217;m thrilled it&#8217;s available now.</p>
<h3>Blogger Support</h3>
<p>A <a href="http://sharethis.com/blogger" rel="external">ShareThis Blogger plugin</a> is now available. Same as above - many of you have asked me for this and I&#8217;m very pleased it&#8217;s available now for you.</p>
<p>It&#8217;s great to see ShareThis growing and thriving as it is, and a lot of fun to be a part of it.</p>
<p><a href="http://sharethis.com/item?&wp=2.2.3&amp;publisher=06654962-d77d-102a-861d-00161729a8a2&amp;title=ShareThis%3A+Reporting%2C+TypePad+and+Blogger&amp;url=http%3A%2F%2Falexking.org%2Fblog%2F2008%2F02%2F12%2Fsharethis-reporting">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2008/02/12/sharethis-reporting/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
