<?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>I Am Blogie &#187; software enhancements</title>
	<atom:link href="http://blogie.me/category/software-enhancements/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogie.me</link>
	<description>The is my homesite. This site aggregates feeds from all my blogs, and will contain my most updated résumé.</description>
	<lastBuildDate>Mon, 02 Apr 2012 18:38:59 +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>WP2.9 to hit the Web soon</title>
		<link>http://rss.robillo.net/~r/wpevangelist/~3/6KFKkUAvfZY/</link>
		<comments>http://rss.robillo.net/~r/wpevangelist/~3/6KFKkUAvfZY/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 15:35:16 +0000</pubDate>
		<dc:creator>Blogie</dc:creator>
				<category><![CDATA[image handling]]></category>
		<category><![CDATA[software enhancements]]></category>
		<category><![CDATA[WordPress 2.9]]></category>
		<category><![CDATA[WordPress Watch]]></category>

		<guid isPermaLink="false">http://wp-evangelist.com/?p=27</guid>
		<description><![CDATA[WordPress 2.9 is now on RC-1 status, and it&#8217;s been announced that the brand-new version will most likely be released to the world by the end of the week. As expected, we&#8217;ll see major enhancements to the way WordPress handles media files. Beta-testing v2.9 RC-1, I&#8217;ve seen those cool new features, such as on-the-fly image [...]


Related posts:<ol><li><a href="http://wp-evangelist.com/2010/07/wordpress-shortlinks/" rel="bookmark" title="Permanent Link: Shortlinks for posts">Shortlinks for posts</a></li>
<li><a href="http://wp-evangelist.com/2010/05/permalinks-and-seo/" rel="bookmark" title="Permanent Link: Permalinks and SEO">Permalinks and SEO</a></li>
<li><a href="http://wp-evangelist.com/2010/04/zero-day-sql-injection-attacks/" rel="bookmark" title="Permanent Link: Zero-day SQL injection attacks">Zero-day SQL injection attacks</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>WordPress 2.9</strong> is now on <abbr title="Release Candidate 1">RC-1</abbr> status, and <a href="http://wordpress.org/development/2009/12/2-9-rc1/">it&#8217;s been announced</a> that the brand-new version will most likely be released to the world by the end of the week.</p>
<p>As expected, we&#8217;ll see major enhancements to the way WordPress handles media files. Beta-testing v2.9 RC-1, I&#8217;ve seen those cool new features, such as on-the-fly image editing (crop, rotate, flip, resize), and more meta data (separate <em>alt</em> caption texts), among others.</p>
<p>What I&#8217;ve been wanting for the longest time, which will now be available in v2.9, is a gallery option that lets you exclude images from being displayed when using the <code>&#91;gallery&#93;</code> shortcode. Sometimes it&#8217;s necessary to display a post&#8217;s gallery of images, but with one or a few images left out. For example, you have a restaurant review post with a number of <em><a href="http://foodnography.com">foodnographic</em> shots</a>, plus the logo of the restaurant. You might want to display the food photos as thumbnails (gallery-style), but without the resto logo, which you&#8217;ll probably place at the top of the post.</p>
<p>For this purpose, WP2.9 will let you use the <code>exclude</code> switch inside the shortcode. Problem is &#8212; and I hope they fix this &#8212; this is to be inserted manually into the <code>&#91;gallery&#93;</code> shortcode; no menu item for this yet in the gallery&#8217;s user interface. And, the usage is still rather cryptic. After a brief hit-and-miss session, I finally figured out that the value that the <code>exclude</code> option accepts is the <em>post ID</em> of the image (<em>not</em> the post&#8217;s ID where the image is attached). To wit:</p>
<p><code>&#91;gallery exclude="##"&#93;</code><br />
(For excluding multiple images: separate ## values with a comma.)</p>
<p>WordPress stores images&#8217; meta data in the <strong>wp_posts</strong> database table (assuming you didn&#8217;t change the WP prefix in <em>wp-config.php</em>), so that each uploaded image gets its own unique ID. There is as yet no way to see images&#8217; IDs within WordPress &#8212; I had to browse the database table via PHPMyAdmin to check for them.</p>
<p>(There is also an <code>include</code> switch, and I suppose this is for manually including images attached to other posts.)</p>
<p>What&#8217;s more, v2.9 will now have a recycle bin for posts, pages, attachments and comments. How many times have you deleted a post or a comment and regretted it? <img src='http://wp-evangelist.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>There are a host of enhancements and additions to this awesomest of content management systems, some major and some cosmetic (including a much-improved default first post upon installation). RC-1 is pretty stable already, so if you&#8217;re feeling adventurous, why don&#8217;t you <a href="http://wordpress.org/wordpress-2.9-RC1.zip" rel="nofollow">download</a> and play around with it now?</p>
<p><em>Kudos to Automattic for an exciting new version!</em></p>


<p>Related posts:<ol><li><a href='http://wp-evangelist.com/2010/07/wordpress-shortlinks/' rel='bookmark' title='Permanent Link: Shortlinks for posts'>Shortlinks for posts</a></li>
<li><a href='http://wp-evangelist.com/2010/05/permalinks-and-seo/' rel='bookmark' title='Permanent Link: Permalinks and SEO'>Permalinks and SEO</a></li>
<li><a href='http://wp-evangelist.com/2010/04/zero-day-sql-injection-attacks/' rel='bookmark' title='Permanent Link: Zero-day SQL injection attacks'>Zero-day SQL injection attacks</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/wpevangelist/~4/6KFKkUAvfZY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wp-evangelist.com/2009/12/wp29-to-hit-the-web-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

