<?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>whump.com &#124; More Like This WebLog &#187; wordpress</title>
	<atom:link href="http://www.whump.com/moreLikeThis/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whump.com/moreLikeThis</link>
	<description>Where is their vote?</description>
	<lastBuildDate>Mon, 28 Dec 2009 04:55:51 +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>AtomPub Test</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2008%2F07%2F22%2Fatompub-test%2F&#038;seed_title=AtomPub+Test</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2008%2F07%2F22%2Fatompub-test%2F&#038;seed_title=AtomPub+Test#comments</comments>
		<pubDate>Wed, 23 Jul 2008 04:59:38 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[mars edit]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2008/07/22/atompub-test/</guid>
		<description><![CDATA[Trying APP support in the new version of MarsEdit. ETA: MarsEdit does not send the tags to WordPress when it POSTs an entry. ETA2: content is sent as escaped HTML: &#60;content mode="escaped" type="text/html" xml:space="preserve"&#62;&#60;![CDATA[&#60;p&#62;Trying APP support in the new version of MarsEdit.&#60;/p&#62; &#60;p&#62;&#60;strong&#62;ETA:&#60;/strong&#62; MarsEdit does not send the tags to WordPress when it POSTs an [...]]]></description>
			<content:encoded><![CDATA[<p>Trying APP support in the new version of MarsEdit.</p>
<p><strong>ETA:</strong> MarsEdit does not send the tags to WordPress when it POSTs an entry.</p>
<p><strong>ETA2:</strong> content is sent as escaped HTML:</p>
<blockquote><p><code>&lt;content mode="escaped" type="text/html" xml:space="preserve"&gt;&lt;![CDATA[&lt;p&gt;Trying APP support in the new version of MarsEdit.&lt;/p&gt;<br />
&lt;p&gt;&lt;strong&gt;ETA:&lt;/strong&gt; MarsEdit does not send the tags to WordPress when it POSTs an entry.&lt;/p&gt;]]&gt;&lt;/content&gt;</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2008%2F07%2F22%2Fatompub-test%2F&#038;seed_title=AtomPub+Test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Interface, Please</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2008%2F06%2F24%2Fone-interface-please%2F&#038;seed_title=One+Interface%2C+Please</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2008%2F06%2F24%2Fone-interface-please%2F&#038;seed_title=One+Interface%2C+Please#comments</comments>
		<pubDate>Wed, 25 Jun 2008 01:00:05 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[weblogs]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xmlrpc]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/?p=4130</guid>
		<description><![CDATA[To deal with the increasing number of compromised blogs, WordPress 2.6 will turn off XML-RPC and AtomPUB interfaces by default. MarsEdit developer Daniel Jalkut points out that the WordPress developers are ignoring the root cause: If your web service only provides one, first-class API through which all access flows, then you&#8217;ve only got one point [...]]]></description>
			<content:encoded><![CDATA[<p>To deal with the increasing number of compromised blogs, <a href="http://trac.wordpress.org/ticket/7157">WordPress 2.6 will turn off XML-RPC and AtomPUB interfaces by default</a>.</p>
<p>MarsEdit developer Daniel Jalkut points out that <a href="http://www.red-sweater.com/blog/512/wordpress-to-disable-remote-access">the WordPress developers are ignoring the root cause</a>:</p>
<blockquote src="http://www.red-sweater.com/blog/512/wordpress-to-disable-remote-access"><p>If your web service only provides one, first-class API through which all access flows, then you&#8217;ve only got one point to secure, you&#8217;re likely to have feature parity across interfaces, and the risk of marginalizing one interface is dramatically decreased.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2008%2F06%2F24%2Fone-interface-please%2F&#038;seed_title=One+Interface%2C+Please/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iphone-viewport-meta 0.8.1</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F11%2F08%2Fiphone-viewport-meta-0.8.1%2F&#038;seed_title=iphone-viewport-meta+0.8.1</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F11%2F08%2Fiphone-viewport-meta-0.8.1%2F&#038;seed_title=iphone-viewport-meta+0.8.1#comments</comments>
		<pubDate>Thu, 08 Nov 2007 08:26:43 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[linklist]]></category>
		<category><![CDATA[weblogs]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[blogware]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2007/11/08/iphone-viewport-meta-0.8.1/</guid>
		<description><![CDATA[Updated version of the WordPress plugin for optimizing the display of blogs on the iPhone and iPod Touch. Now scrolls the location bar out of the way after page load, but does not conflict with links to named anchors on the page. From a suggestion by Donny Cruce.]]></description>
			<content:encoded><![CDATA[<p>Updated version of <a href="http://wordpress.org/extend/plugins/iphone-viewport-meta/">the WordPress plugin</a> for optimizing the display of blogs on the iPhone and iPod Touch. Now scrolls the location bar out of the way after page load, but does not conflict with links to named anchors on the page. From a suggestion by <a href="http://yoshiki.tv">Donny Cruce</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F11%2F08%2Fiphone-viewport-meta-0.8.1%2F&#038;seed_title=iphone-viewport-meta+0.8.1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Viewport Meta now on wordpress.org</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F10%2F16%2Fiphone-viewport-meta-now-on-wordpress.org%2F&#038;seed_title=iPhone+Viewport+Meta+now+on+wordpress.org</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F10%2F16%2Fiphone-viewport-meta-now-on-wordpress.org%2F&#038;seed_title=iPhone+Viewport+Meta+now+on+wordpress.org#comments</comments>
		<pubDate>Wed, 17 Oct 2007 06:11:48 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[linklist]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[weblogs]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2007/10/16/iphone-viewport-meta-now-on-wordpress.org/</guid>
		<description><![CDATA[I&#8217;ve taken advantage of wordpress.org&#8217;s hosting and subversion repository. So the iPhone Viewport Meta plugin for WordPress is now hosted there.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve taken advantage of wordpress.org&#8217;s hosting and subversion repository. So the <a href="http://wordpress.org/extend/plugins/iphone-viewport-meta">iPhone Viewport Meta plugin for WordPress is now hosted there</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F10%2F16%2Fiphone-viewport-meta-now-on-wordpress.org%2F&#038;seed_title=iPhone+Viewport+Meta+now+on+wordpress.org/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iphone-viewport-meta plugin 0.7</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F10%2F10%2Fiphone-viewport-meta-plugin-0.7%2F&#038;seed_title=iphone-viewport-meta+plugin+0.7</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F10%2F10%2Fiphone-viewport-meta-plugin-0.7%2F&#038;seed_title=iphone-viewport-meta+plugin+0.7#comments</comments>
		<pubDate>Wed, 10 Oct 2007 07:33:36 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[weblogs]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2007/10/10/iphone-viewport-meta-plugin-0.7/</guid>
		<description><![CDATA[I&#8217;ve updated my iphone-viewport-meta plugin for WordPress. The changes include support for the iPod Touch: Now uses device-width constant instead of a value in pixels. Test for both iphone and ipod in user agent string. Switch from semi-colon to comma as separator, per ADC documentation. James Craig has been great with pointing out bugs and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated my <a href="http://www.whump.com/moreLikeThis/2007/07/11/iphone-viewport-meta-plugin-for-wordpress/">iphone-viewport-meta plugin for WordPress</a>. The changes include support for the iPod Touch:</p>
<ul>
<li>Now uses <a href="http://developer.apple.com/documentation/AppleApplications/Reference/SafariWebContent/UsingtheViewport/chapter_4_section_5.html"><code>device-width</code> constant</a> instead of a value in pixels.</li>
<li>Test for both <code>iphone</code> and <code>ipod</code> in <a href="http://developer.apple.com/documentation/AppleApplications/Reference/SafariWebContent/OptimizingforSafarioniPhone/chapter_3_section_3.html">user agent string</a>.</li>
<li>Switch from semi-colon to comma as separator, per ADC documentation.</li>
</ul>
<p><a href="http://cookiecrook.com/">James Craig</a> has been great with pointing out bugs and changes to the viewport format, so I&#8217;m now listing him as a co-author. Thanks, James.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F10%2F10%2Fiphone-viewport-meta-plugin-0.7%2F&#038;seed_title=iphone-viewport-meta+plugin+0.7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Viewport Meta Plugin for WordPress</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F11%2Fiphone-viewport-meta-plugin-for-wordpress%2F&#038;seed_title=iPhone+Viewport+Meta+Plugin+for+WordPress</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F11%2Fiphone-viewport-meta-plugin-for-wordpress%2F&#038;seed_title=iPhone+Viewport+Meta+Plugin+for+WordPress#comments</comments>
		<pubDate>Thu, 12 Jul 2007 06:12:45 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[weblogs]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2007/07/11/iphone-viewport-meta-plugin-for-wordpress/</guid>
		<description><![CDATA[Get the plugin from wordpress.org. Update 4: Plugin now hosted at wordpress.org. Update 3: New version with support for viewport constants, and iPod Touch. Update 2: James Craig points out that the ID attribute is not allowed in the META element, so I&#8217;ve updated the plugin. Update: I should add what my aim is. Rather [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/iphone-viewport-meta">Get the plugin</a> from wordpress.org.</p>
<p><strong>Update 4:</strong> Plugin now hosted at wordpress.org.</p>
<p><strong>Update 3:</strong> New version with support for viewport constants, and iPod Touch.</p>
<p><strong>Update 2:</strong> <a href="http://cookiecrook.com/">James Craig</a> points out that the ID attribute is not allowed in the META element, so I&#8217;ve updated the plugin.</p>
<p><strong>Update:</strong> I should add what my aim is. Rather than creating a separate template for mobile, I want to have a theme that &#8216;does the right thing&#8217; for iPhone and desktop browsers.</p>
<p>Some documentation:</p>
<ol>
<li>Plugin tests user agent string.
<ul>
<li>If it contains &#8216;iPhone&#8217; then it adds <code>&lt;meta content="width=480; maximum-scale=0.6667" name="viewport"/&gt;</code> to the document&#8217;s head.</li>
<li>It also adds iPhone specific CSS rules. For that reason, you should call wp_head() in your theme file <em>after</em> you declare your default CSS files.</li>
<li>These rules were written with <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a> in mind. You will want to edit the CSS rules to suit your theme.</li>
<li>You can force the viewport and CSS rules by adding <code>forceiphone=y</code> to the query string portion of a URL.</li>
</ul>
</li>
<li>Adds a boolean function: <code>weh_is_iPhone()</code>.
<ul>
<li>Returns true if user agent string contains &#8216;iPhone&#8217;.</li>
<li>You can call this function from your theme to add or turn off generation of markup.</li>
<li>Most likely you&#8217;ll use it to turn off generation of sidebars.</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F07%2F11%2Fiphone-viewport-meta-plugin-for-wordpress%2F&#038;seed_title=iPhone+Viewport+Meta+Plugin+for+WordPress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

