<?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>Jes.Gs v2.0 &#187; WordPress</title>
	<atom:link href="http://www.jes.gs/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jes.gs</link>
	<description>The Portfolio and Blog of Minneapolis Web Designer Jessica C. Green</description>
	<lastBuildDate>Sat, 21 Jan 2012 19:56:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Image Editor: Featured Image field in Quick Editor</title>
		<link>http://www.jes.gs/php/image-editor-featured-image-field-in-quick-editor/</link>
		<comments>http://www.jes.gs/php/image-editor-featured-image-field-in-quick-editor/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 19:56:25 +0000</pubDate>
		<dc:creator>Jess G.</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jes.gs/?p=750</guid>
		<description><![CDATA[On that note, why not add a Featured Image field to the Quick Editor? I bet there&#8217;s a plugin for that.]]></description>
			<content:encoded><![CDATA[<p>On that note, why not add a Featured Image field to the Quick Editor?</p>
<p>I bet there&#8217;s a plugin for that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jes.gs/php/image-editor-featured-image-field-in-quick-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Feature Request: Extend the Image Editor</title>
		<link>http://www.jes.gs/php/wordpress-feature-request-extend-the-image-editor/</link>
		<comments>http://www.jes.gs/php/wordpress-feature-request-extend-the-image-editor/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 19:37:09 +0000</pubDate>
		<dc:creator>Jess G.</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jes.gs/?p=745</guid>
		<description><![CDATA[Let's extend the Image Editor!]]></description>
			<content:encoded><![CDATA[<p>One feature I would like to see in either 3.4 or 3.5: additional hooks that allow a developer to extend the Image Editor.</p>
<p>The Image Editor was introduced in WordPress 2.9, and was a pretty awesome feature. It still is, but I have one complaint: it&#8217;s not extendable. At least not in any way that I&#8217;ve been able to find from reviewing the source code. It&#8217;s actually a shame, really. It&#8217;s like the Image Editor was just dropped in and forgotten. A part of that complaint, is that unlike the Scissors plugin (which — from I remember reading at the time — the Image Editor was based on) which allows you to edit <em>any</em> of the available thumbnail sizes, the Image Editor gives you an all-or-nothing option.</p>
<p>Being able to tweak each thumbnail individually is an important feature and it&#8217;s too bad that it was left out. Sure, I could use Scissors but I really don&#8217;t like Scissors&#8217; interface. There is already a <a title="External link: Extend media editor cropping and image size availability" href="http://wordpress.org/extend/ideas/topic/extend-media-editor-cropping-and-image-size-availability" target="_blank">post on WordPress.org&#8217;s Extend/Ideas forum on this very subject</a>, though it was last updated about 4 months ago.</p>
<p>That being said, with development on 3.4 currently starting, it might be worthwhile to see if modifications to the Image Editor can be made to allow it to be extended. The next question would be what parts can be extended, and what can&#8217;t be extended. Hey, all it takes are a few well-placed hooks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jes.gs/php/wordpress-feature-request-extend-the-image-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Plugin: Thumbnail Updater</title>
		<link>http://www.jes.gs/recommended/wp-plugin-thumbnail-updater/</link>
		<comments>http://www.jes.gs/recommended/wp-plugin-thumbnail-updater/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 02:48:38 +0000</pubDate>
		<dc:creator>Jess G.</dc:creator>
				<category><![CDATA[Recommended]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dumpster-fairy.com/?p=604</guid>
		<description><![CDATA[A plugin that updates your thumbnail sizes whenever a size is added with add_image_size()]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.9 came with a number of nice new features, specifically the ability to assign thumbnails to posts, and to specify the size of those thumbnails by using functions like <code>add_image_size()</code> in your theme&#8217;s <code>functions.php</code> file. Unfortunately, <code>add_image_size()</code> isn&#8217;t backwards compatible, meaning that any images that were uploaded before the new sizes were created will not have a corresponding thumbnail. Instead, WordPress will grab the size that most closely matches the post thumbnail size, which is not always ideal.</p>
<p>I created a plugin called Thumbnail Updater to address this problem. Thumbnail Updater adds a button to the Edit Media page for each image that says &#8220;Update Image Sizes.&#8221; Just click the button to update your thumbnails—it can take a while depending on the size of the images and the server speed.</p>
<p><strong><span style="color: #00ff00;">*new*</span></strong> Download: <a href="http://www.jes.gs/wp-content/uploads/2010/08/thumbnail-update1.zip">Thumbnail Updater 1.0</a></p>
<p>Download: <a href="http://www.jes.gs/wp-content/uploads/2010/05/thumbnail-update.zip">Thumbnail Updater 0.1-beta</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jes.gs/recommended/wp-plugin-thumbnail-updater/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

