<?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>Xavisys&#187; WordPress 2.9</title>
	<atom:link href="http://xavisys.com/tag/wordpress-2-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://xavisys.com</link>
	<description>WordPress Plugins and Custom WordPress Development</description>
	<lastBuildDate>Wed, 16 Nov 2011 20:45:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel='hub' href='http://xavisys.com/?pushpress=hub'/>
		<item>
		<title>Looking forward to WordPress 2.9</title>
		<link>http://xavisys.com/wordpress-29/</link>
		<comments>http://xavisys.com/wordpress-29/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 21:11:56 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[WordPress News]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[Upcoming WordPress Release]]></category>
		<category><![CDATA[WordPress 2.9]]></category>

		<guid isPermaLink="false">http://xavisys.com/?p=485</guid>
		<description><![CDATA[The release of WordPress 2.9 is still a little way off. However, there&#8217;s already enough to get excited about. I&#8217;ve seen some of the media stuff, which allows you to crop and rotate images when you upload them, and it&#8217;s brilliant. It&#8217;s still a little rough around the edges, but it&#8217;s not finished yet so [...]]]></description>
			<content:encoded><![CDATA[<p>The release of WordPress 2.9 is still a little way off.  However, there&#8217;s already enough to get excited about.  I&#8217;ve seen some of the media stuff, which allows you to crop and rotate images when you upload them, and it&#8217;s brilliant.  It&#8217;s still a little rough around the edges, but it&#8217;s not finished yet so that&#8217;s to be expected.  They&#8217;ve also updated TinyMCE to the latest version.  Since the visual editor continues to be the bane of my existence, I&#8217;m always happy to see improvements to it.  However, I&#8217;m a plugin author and programmer, so these front end changes aren&#8217;t what I&#8217;m most excited about.</p>
<p>They have changed how contact methods in a user&#8217;s profile are handled.  Now, thanks to <a href="http://yoast.com">Joost</a> they are completely filterable.  You can add and remove contact fields as you please, making your user info exactly what you want it to be.  For example, if you don&#8217;t use Yahoo Messenger but you do use Twitter, you can simply do this:</p>
<pre class="brush: php; title: ; notranslate">
function twitterNotYim( $contactmethods ) {
	// Add Twitter
	$contactmethods['twitter'] = 'Twitter';

	// Remove Yahoo IM
	unset($contactmethods['yim']);

	return $contactmethods;
}

add_filter('user_contactmethods','twitterNotYim');
</pre>
<p>They&#8217;ve also added PUT support to the WP_Http class.  Ever since the class was added in 2.7, I&#8217;ve been enjoying the ease and reliability it offers for making HTTP requests.  It&#8217;s finally fleshing out to be a full featured API, and I use it in everything from <a href="http://xavisys.com/2008/04/wordpress-twitter-widget/">Twitter Widget Pro</a> to my <a href="http://xavisys.com/2009/09/wordpress-paypal-framework/">PayPal Framework</a>.</p>
<p>Lastly, and the most exciting thing in my opinion, is the new JSON class.  JSON, short for JavaScript Object Notation, is a lightweight computer data interchange format. It is a text-based, human-readable format for representing simple data structures and associative arrays (called objects).  It has quickly become a standard for both AJAX calls as well as transferring data between sites.  Popular sites like Twitter, Flickr, and del.icio.us all offer JSON versions of their APIs which allow for faster applications due to the reduced transfer.  <a href="http://xavisys.com/2008/04/wordpress-twitter-widget/">Twitter Widget Pro</a> now uses this class (I packaged it with the plugin for those not using 2.9 yet).<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://xavisys.com/news-wordpress-29/' title='News About WordPress 2.9'>News About WordPress 2.9</a></li>
<li><a href='http://xavisys.com/wordpress-2-8-release-date/' title='WordPress 2.8 Release Date'>WordPress 2.8 Release Date</a></li>
<li><a href='http://xavisys.com/drag-drop-widgets-wordpress-2-8/' title='WordPress 2.8 Brings Back Drag and Drop Widget Management'>WordPress 2.8 Brings Back Drag and Drop Widget Management</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xavisys.com/wordpress-29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News About WordPress 2.9</title>
		<link>http://xavisys.com/news-wordpress-29/</link>
		<comments>http://xavisys.com/news-wordpress-29/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 15:16:28 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[wordpress development]]></category>
		<category><![CDATA[Upcoming WordPress Release]]></category>
		<category><![CDATA[WordPress 2.9]]></category>
		<category><![CDATA[WordPress News]]></category>
		<category><![CDATA[WordPress Performance]]></category>

		<guid isPermaLink="false">http://wpinformer.com/?p=81</guid>
		<description><![CDATA[There was a meeting in IRC for WordPress developers yesterday. A release date for WordPress 2.8 was chosen, and they made some great decisions regarding WordPress 2.9 as well. Here&#8217;s a quick summary of the things I found important. For WordPress 2.9, they&#8217;ve decided to raise the version of MySQL supported from 4.0 to 4.1.2! [...]]]></description>
			<content:encoded><![CDATA[<p>There was a <a href="http://wordpress.org/development/2009/06/summary-of-wordpress-dev-irc-meetup-for-20090603/">meeting in IRC for WordPress developers</a> yesterday.  A <a href="http://wpinformer.com/wordpress-2-8-release-date/">release date for WordPress 2.8</a> was chosen, and they made some great decisions regarding WordPress 2.9 as well.  Here&#8217;s a quick summary of the things I found important.</p>
<p>For WordPress 2.9, they&#8217;ve decided to raise the version of MySQL supported from 4.0 to 4.1.2!  That may not seem like much to those of us out there using the latest versions of everything, since version 5.1 is out, 5.4 is in beta, and even 6.0 is under development (and because 4.1.2 was released in May of 2004).  However, the big thing that sticks out to me is that 4.1 support subqueries and unicode.  Unicode should help for people that are using WordPress in non-English languages, and subqueries should help to greatly simplify queries.  Also in 4.1 MySQL added support for the &#8216;INSERT &#8230; ON DUPLICATE KEY UPDATE&#8217; syntax which will insert a new row unless that would cause a duplicate primary or unique key, in which case it updates the existing row.</p>
<p><span id="more-81"></span></p>
<p>I&#8217;m looking forward to the next few versions of WordPress, which I predict will get considerably faster (and the codebase will probably lean out a little too) simply because of the additional MySQL functionality.  Just remember that there&#8217;s a lot to do and not every query will be updated in 2.9 to take advantage of the new versions.  Also, for those that are worried, they plan to add a check to the automatic upgrader to keep people from upgrading to 2.9 if they don&#8217;t have a new enough version of MySQL.</p>
<p>Which brings me to the next big decision.  While WordPress is <strong>not</strong> going to require PHP 5, they <strong>are</strong> going to suggest it.  If someone is still running PHP 4, the WordPress upgrader will suggest that they switch to PHP 5, and will even link to a Codex page describing how to do it for various hosts!  As someone who&#8217;s been a huge proponent of moving the PHP requirements up to PHP 5, this is a big step in the right direction.  According to Matt Mullenweg at WordCamp San Francisco 2009, over 80% of WordPress.org users are already on PHP 5+.  If a notice like this could raise that percentage enough to make it reasonable to require PHP 5+, the codebase will see some huge improvements.</p>
<p>Overall, the meeting (which I unfortunately missed) took some great steps toward serious improvements of WordPress both in 2.9 and the versions to follow.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://xavisys.com/wordpress-29/' title='Looking forward to WordPress 2.9'>Looking forward to WordPress 2.9</a></li>
<li><a href='http://xavisys.com/wordpress-2-8-release-date/' title='WordPress 2.8 Release Date'>WordPress 2.8 Release Date</a></li>
<li><a href='http://xavisys.com/wordpress-weekly-podcast/' title='WordPress Weekly Podcast'>WordPress Weekly Podcast</a></li>
<li><a href='http://xavisys.com/improve-performance-of-your-wordpress-theme-in-5-minutes/' title='Improve Performance of Your WordPress Theme in 5 Minutes'>Improve Performance of Your WordPress Theme in 5 Minutes</a></li>
<li><a href='http://xavisys.com/drag-drop-widgets-wordpress-2-8/' title='WordPress 2.8 Brings Back Drag and Drop Widget Management'>WordPress 2.8 Brings Back Drag and Drop Widget Management</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xavisys.com/news-wordpress-29/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

