<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Sandbox Development and Consulting Inc. » WordPress</title>
	
	<link>http://www.sandboxdev.com</link>
	<description>Building Solutions for Your Business Needs.</description>
	<pubDate>Tue, 15 Jul 2008 16:22:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/SDACINC" type="application/rss+xml" /><feedburner:emailServiceId>1019723</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>WordPress 2.6 is Released</title>
		<link>http://feeds.feedburner.com/~r/SDACINC/~3/336218559/212</link>
		<comments>http://www.sandboxdev.com/blog/wordpress/2008/212#comments</comments>
		<pubDate>Tue, 15 Jul 2008 16:22:30 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress Updates]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=212</guid>
		<description><![CDATA[WordPress 2.6 has officially been released. The new version includes almost 200 bugfixes (see full list) and now includes some of new features as well like post versioning, drag and drop sorting for galleries, word count, image captions, separation of active and inactive plugins, and more. For more information on WordPress version 2.6, read the [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.6 has officially been released. The new version includes almost 200 bugfixes (see <a href="http://trac.wordpress.org/query?status=closed&#038;milestone=2.6">full list</a>) and now includes some of new features as well like post versioning, drag and drop sorting for galleries, word count, image captions, separation of active and inactive plugins, and more. For more information on WordPress version 2.6, read the <a href="http://wordpress.org/development/2008/07/wordpress-26-tyner/">official WordPress version 2.6 documentation</a>.<br />
Download the latest versions of WordPress: WordPress <a href="http://wordpress.org/wordpress-2.6.zip">2.6</a></p>
<p class="akst_link"><a href="http://www.sandboxdev.com/?p=212&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_212" class="akst_share_link" rel="nofollow">Share This</a>
</p><img src="http://feeds.feedburner.com/~r/SDACINC/~4/336218559" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/wordpress/2008/212/feed</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=SDACINC&amp;itemurl=http%3A%2F%2Fwww.sandboxdev.com%2Fblog%2Fwordpress%2F2008%2F212</feedburner:awareness><feedburner:origLink>http://www.sandboxdev.com/blog/wordpress/2008/212</feedburner:origLink></item>
		<item>
		<title>Show Only Category (Not Subcategory) Content</title>
		<link>http://feeds.feedburner.com/~r/SDACINC/~3/313786266/210</link>
		<comments>http://www.sandboxdev.com/blog/wordpress/2008/210#comments</comments>
		<pubDate>Tue, 17 Jun 2008 13:12:24 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress Logic]]></category>

		<category><![CDATA[category]]></category>

		<category><![CDATA[conditional]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=210</guid>
		<description><![CDATA[If you ever wanted to only show the content of the category you were on in the category view of WordPress (instead of the category you are on plus all  of it's subcategories - you can easily do so by adding the code below to the template that is used to show your category [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever wanted to only show the content of the category you were on in the category view of WordPress (instead of the category you are on plus all  of it's subcategories - you can easily do so by adding the code below to <a href="http://codex.wordpress.org/Template_Hierarchy">the template that is used to show your category content</a></p>
<p>You would start your loop with this:</p>
<div class="igBar"><span id="lphp-4"><a href="#" onclick="javascript:showPlainTxt('php-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-4">
<div class="php"><span style="color:#000000; font-weight:bold;">&lt;?php</span> <span style="color:#0000FF;">$cat</span> = <a href="http://www.php.net/intval"><span style="color:#000066;">intval</span></a><span style="color:#006600; font-weight:bold;">&#40;</span> get_query_var<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'cat'</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#616100;">while</span> <span style="color:#006600; font-weight:bold;">&#40;</span>have_posts<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span> : the_post<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span>in_category<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$cat</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#41;</span> : <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</div>
</div>
<p></p>
<p>Put your title, content functions here</p>
<p>and where you normally see the
<div class="igBar"><span id="lphp-5"><a href="#" onclick="javascript:showPlainTxt('php-5'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-5">
<div class="php"><span style="color:#000000; font-weight:bold;">&lt;?php</span> <span style="color:#616100;">endwhile</span>;?&gt;</div>
</div>
</div>
<p> call, put
<div class="igBar"><span id="lphp-6"><a href="#" onclick="javascript:showPlainTxt('php-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-6">
<div class="php"><span style="color:#000000; font-weight:bold;">&lt;?php</span> <span style="color:#616100;">endif</span>;endwhile; <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</div>
</div>
<p> to close the additional (in_category) if statement.  </p>
<p>This code gets the current category and then only displays categories that are in that category (not sub category)</p>
<p class="akst_link"><a href="http://www.sandboxdev.com/?p=210&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_210" class="akst_share_link" rel="nofollow">Share This</a>
</p><img src="http://feeds.feedburner.com/~r/SDACINC/~4/313786266" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/wordpress/2008/210/feed</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=SDACINC&amp;itemurl=http%3A%2F%2Fwww.sandboxdev.com%2Fblog%2Fwordpress%2F2008%2F210</feedburner:awareness><feedburner:origLink>http://www.sandboxdev.com/blog/wordpress/2008/210</feedburner:origLink></item>
		<item>
		<title>WordPress Import/Export Option</title>
		<link>http://feeds.feedburner.com/~r/SDACINC/~3/296227005/203</link>
		<comments>http://www.sandboxdev.com/blog/web-hosting/2008/203#comments</comments>
		<pubDate>Fri, 23 May 2008 01:45:55 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
		
		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[migration]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=203</guid>
		<description><![CDATA[Not too long ago whenever I had to move clients from one server to another, I would make a backup of the files and the database and then use SSH or FTP to move the files and then import the SQL file into MySQL.  Over the past few months - I have switched to [...]]]></description>
			<content:encoded><![CDATA[<p>Not too long ago whenever I had to move clients from one server to another, I would make a backup of the files and the database and then use SSH or FTP to move the files and then import the SQL file into MySQL.  Over the past few months - I have switched to using the Import/Export option(Manage > Import/Export) to move simple sites.  If you are moving your site to/from WordPress.com or from another server, take a look at the Import/Export option in WordPress to easily move all your data and attachments.</p>
<p><strong>The Import/Export Process</strong></p>
<div class="flow"><a href='http://www.sandboxdev.com/wordpress/wp-content/uploads/2008/05/picture-2.png'><img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/2008/05/picture-2-120x107.png" alt="" title="picture-2" width="120" height="107" class="alignnone size-thumbnail wp-image-206" /></a></div>
<p>You first need to log into your current WordPress installation and export your existing site data so you can import it on your new host. To do this, go to the WordPress Admin > Manage > Export.  WordPress will create an XML file that you will then use to import.  This is a really quick and easy way to move from one host to another if you are not comfortable with MySQL or phpMyAdmin (or any other database tool).</p>
<div class="clear"></div>
<div class="flowRight"><a href='http://www.sandboxdev.com/wordpress/wp-content/uploads/2008/05/picture-1.png'><img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/2008/05/picture-1-120x53.png" alt="" title="picture-1" width="120" height="53" class="alignnone size-thumbnail wp-image-207" /></a></div>
<p>Import all your data (Import posts, comments, custom fields, pages, and categories from a WordPress export file) into your new WordPress installation.  You can even import all your attachments which makes this even easier to migrate from one host to another.</p>
<p>You will also need to move your plugins, theme files, and any other files you might have - but this is a really easy way for most to move their data from one site to another - and it works great!</p>
<p class="akst_link"><a href="http://www.sandboxdev.com/?p=203&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_203" class="akst_share_link" rel="nofollow">Share This</a>
</p><img src="http://feeds.feedburner.com/~r/SDACINC/~4/296227005" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/web-hosting/2008/203/feed</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=SDACINC&amp;itemurl=http%3A%2F%2Fwww.sandboxdev.com%2Fblog%2Fweb-hosting%2F2008%2F203</feedburner:awareness><feedburner:origLink>http://www.sandboxdev.com/blog/web-hosting/2008/203</feedburner:origLink></item>
		<item>
		<title>SDAC Recommends: WP Plugin: NextGen Gallery</title>
		<link>http://feeds.feedburner.com/~r/SDACINC/~3/282165406/201</link>
		<comments>http://www.sandboxdev.com/blog/wordpress/2008/201#comments</comments>
		<pubDate>Fri, 02 May 2008 15:18:47 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress Plugins]]></category>

		<category><![CDATA[NextGen Gallery]]></category>

		<category><![CDATA[SDAC-Recommends]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=201</guid>
		<description><![CDATA[I get a lot of client requests for some sort of gallery plugin and it is clear to me now that the best gallery plugin for WordPress is: NextGen Gallery.  The user interface is easy to use, the plugin is actively being developed, there are lots of options for the users, and it is [...]]]></description>
			<content:encoded><![CDATA[<p>I get a lot of client requests for some sort of gallery plugin and it is clear to me now that the best gallery plugin for WordPress is: <a href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/">NextGen Gallery</a>.  The user interface is easy to use, the plugin is actively being developed, there are lots of options for the users, and it is a joy to work with. Out of the box it comes with a widget to load in recent or random images in your sidebar (or page) as well as an easy way to display single galleries or multiple galleries (albums).  This is a must have for anyone who is looking for an elegant solution to display images.</p>
<p class="akst_link"><a href="http://www.sandboxdev.com/?p=201&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_201" class="akst_share_link" rel="nofollow">Share This</a>
</p><img src="http://feeds.feedburner.com/~r/SDACINC/~4/282165406" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/wordpress/2008/201/feed</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=SDACINC&amp;itemurl=http%3A%2F%2Fwww.sandboxdev.com%2Fblog%2Fwordpress%2F2008%2F201</feedburner:awareness><feedburner:origLink>http://www.sandboxdev.com/blog/wordpress/2008/201</feedburner:origLink></item>
		<item>
		<title>WordPress Update: 2.5.1</title>
		<link>http://feeds.feedburner.com/~r/SDACINC/~3/279407452/200</link>
		<comments>http://www.sandboxdev.com/blog/wordpress/2008/200#comments</comments>
		<pubDate>Mon, 28 Apr 2008 14:01:21 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress Updates]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=200</guid>
		<description><![CDATA[WordPress 2.5.1 has officially been released. The new version includes over 70 bug fixes, performance enhancements, and an important security fix. For more information on WordPress version 2.5.1, read the official WordPress version 2.5.1 documentation.
Download the latest versions of WordPress: 2.5.1
Share This
]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.5.1 has officially been released. The new version includes over 70 bug fixes, performance enhancements, and an important security fix. For more information on WordPress version 2.5.1, read <a href="http://wordpress.org/development/2008/04/wordpress-251/">the official WordPress version 2.5.1</a> documentation.<br />
Download the latest versions of WordPress: <a href="http://wordpress.org/wordpress-2.5.1.zip">2.5.1</a></p>
<p class="akst_link"><a href="http://www.sandboxdev.com/?p=200&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_200" class="akst_share_link" rel="nofollow">Share This</a>
</p><img src="http://feeds.feedburner.com/~r/SDACINC/~4/279407452" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/wordpress/2008/200/feed</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=SDACINC&amp;itemurl=http%3A%2F%2Fwww.sandboxdev.com%2Fblog%2Fwordpress%2F2008%2F200</feedburner:awareness><feedburner:origLink>http://www.sandboxdev.com/blog/wordpress/2008/200</feedburner:origLink></item>
		<item>
		<title>WordPress 2.5 Common Questions and Answers</title>
		<link>http://feeds.feedburner.com/~r/SDACINC/~3/274841670/198</link>
		<comments>http://www.sandboxdev.com/blog/2008/198#comments</comments>
		<pubDate>Mon, 21 Apr 2008 17:38:27 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
		
		<category><![CDATA[SDAC Blog]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress Troubleshooting]]></category>

		<category><![CDATA[FAQs]]></category>

		<category><![CDATA[WordPress 2.5]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=198</guid>
		<description><![CDATA[After upgrading a number of sites to WordPress 2.5 - the questions are pouring in over the new user interface and the new functionality.  I have compiled a list of the top questions I have received so far.

I am getting weird PHP errors on my pages, what is going on? I have been busy [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading a number of sites to WordPress 2.5 - the questions are pouring in over the new user interface and the new functionality.  I have compiled a list of the top questions I have received so far.</p>
<ol>
<li><strong>I am getting weird PHP errors on my pages, what is going on?</strong> I have been busy with a lot of these issues and mostly from people who have updated to WordPress 2.5 but did not update any of their plugins at the same time.  During the installation process - do not forget to grab the latest version of your plugins as well.</li>
<li><strong>My thumbnails are squished - how do I make them look better?</strong> WordPress 2.5 allows you to set the size of your thumbnails as well as gives you a "medium" size image option.  By default, WordPress uses this option: Crop thumbnail to exact dimensions (normally thumbnails are proportional). If you upload images that are not square - this will really make your thumbnails look squished.  I would recommend un-checking this option. (Settings > Miscellaneous)</li>
<li><strong>How do I turn on/off Gravatar support?</strong> This setting is located at the bottom of the discussion setting page (Settings > Discussion)</li>
<li><strong>How can I link my images to a page (attachment) like I did in 2.3?</strong> If you want to link your images to a page with a bigger version of the image within your page template, you can do so by selecting "Post URL" in the "Link URL" field when uploading an image with the new media uploader.  There is also a new template for this page - image.php.  You can find an example template in the default theme. </li>
<li><strong>My comments are not visible in the WordPress admin - what can I do to fix this?</strong> I have found this to be an issue on some sites with really outdated versions of WordPress.  By executing: create index comment_date_gmt on wp_comments(comment_date_gmt); on the WP database - I have found that that usually clears it up. (Thanks to the <a href="http://wordpress.org/support/topic/164838#post-727466">WordPress forum thread</a> on this)</li>
<li><strong>What all changed?</strong> If you want a great overview (with a video) check out the <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">WordPress blog post on WordPress 2.5</a></li>
</ol>
<p>Hopefully these answers will help you with getting more comfortable with WordPress 2.5.  There are a lot of big and small changes to this new version of WordPress and every day I use it - I like it more (and hope you do too).</p>
<p class="akst_link"><a href="http://www.sandboxdev.com/?p=198&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_198" class="akst_share_link" rel="nofollow">Share This</a>
</p><img src="http://feeds.feedburner.com/~r/SDACINC/~4/274841670" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/2008/198/feed</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=SDACINC&amp;itemurl=http%3A%2F%2Fwww.sandboxdev.com%2Fblog%2F2008%2F198</feedburner:awareness><feedburner:origLink>http://www.sandboxdev.com/blog/2008/198</feedburner:origLink></item>
		<item>
		<title>WordPress 2.5 is Released</title>
		<link>http://feeds.feedburner.com/~r/SDACINC/~3/260872522/195</link>
		<comments>http://www.sandboxdev.com/blog/wordpress/2008/195#comments</comments>
		<pubDate>Sun, 30 Mar 2008 20:10:53 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress Updates]]></category>

		<category><![CDATA[WordPress 2.5]]></category>

		<category><![CDATA[WordPress Releases]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=195</guid>
		<description><![CDATA[WordPress 2.5 has officially been released. The new version includes over 1300 changes (see full changelog) and a variety of new features. For more information on WordPress version 2.5, read the official WordPress version 2.5 documentation.
Download the latest versions of WordPress: WordPress 2.5
In addition to the new WordPress release, the wordpress.org web site has a [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.5 has officially been released. The new version includes over 1300 changes (see <a href="http://blog.ftwr.co.uk/wp-content/dropbox/wordpress-2.5-changelog.txt">full changelog</a>) and a variety of new features. For more information on WordPress version 2.5, read the <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">official WordPress version 2.5 documentation</a>.<br />
Download the latest versions of WordPress: WordPress <a href="http://wordpress.org/wordpress-2.5.zip">2.5</a></p>
<p>In addition to the new WordPress release, the <a href="http://www.wordpress.org">wordpress.org</a> web site has a fresh new look.  Great work!</p>
<p class="akst_link"><a href="http://www.sandboxdev.com/?p=195&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_195" class="akst_share_link" rel="nofollow">Share This</a>
</p><img src="http://feeds.feedburner.com/~r/SDACINC/~4/260872522" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/wordpress/2008/195/feed</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=SDACINC&amp;itemurl=http%3A%2F%2Fwww.sandboxdev.com%2Fblog%2Fwordpress%2F2008%2F195</feedburner:awareness><feedburner:origLink>http://www.sandboxdev.com/blog/wordpress/2008/195</feedburner:origLink></item>
		<item>
		<title>Things to Note with WordPress 2.5</title>
		<link>http://feeds.feedburner.com/~r/SDACINC/~3/259353023/194</link>
		<comments>http://www.sandboxdev.com/blog/2008/194#comments</comments>
		<pubDate>Fri, 28 Mar 2008 01:49:39 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
		
		<category><![CDATA[SDAC Blog]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[new features]]></category>

		<category><![CDATA[WordPress 2.5]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=194</guid>
		<description><![CDATA[After working with WordPress 2.5 on a few sites for the last few weeks, there are a few things I wanted to point out for people that will be soon making the jump to WordPress 2.5.

The dashboard is now customizable. You are now able to choose what feeds show up!  If you would rather [...]]]></description>
			<content:encoded><![CDATA[<p>After working with WordPress 2.5 on a few sites for the last few weeks, there are a few things I wanted to point out for people that will be soon making the jump to WordPress 2.5.</p>
<ul>
<li><strong>The dashboard is now customizable.</strong> You are now able to choose what feeds show up!  If you would rather other news sources - you can easily change the feeds by entering a new feed URL.</li>
<li><strong>The number of widgets you use is now unlimited.</strong>A lot of people wanted more than 9 RSS feed widgets, more than 9 text widgets, etc and now you can have as many as you would like.</li>
<li><strong>Managing media just got easier.</strong> There is now great built in support for a "media library".  No more using multiple plugins for uploads - you now have all that functionality built in.</li>
<li><strong>Updating your plugins just got easier.</strong> You can now update your plugins with a click of the button - but this means you will need to save your FTP user name and password and then trust that the updated plugin code is safe.  While this is very handy and will save a lot of time for people not comfortable with FTP - the cost is security to some degree.  I doubt I will use this personally - but I will also see how it plays out.</li>
<li><strong>Choose your own thumbnail sizes.</strong>You can now set the size of your thumbnails (small and medium size options).  This setting is under "Miscellaneous".</li>
<li><strong><a href="http://www.prototypejs.org/">Prototype</a> library has been updated to version 1.6.</strong>  If you are using any custom plugins that use Prototype or any custom template code that rely on Prototype - you might experience some issues if you are using an older version.  Make sure everything you use is up to date. (I ran into this issue personally)</li>
<li><strong><a href="http://en.gravatar.com/">Gravatar</a> functionality is now part of WordPress - no more plugins needed.</strong> Here is a quick way to implelement gravatar support in WordPress 2.5+ comments: In your comments.php file you can add in gravatar functionality by simply adding:
<div class="igBar"><span id="lphp-9"><a href="#" onclick="javascript:showPlainTxt('php-9'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-9">
<div class="php"><span style="color:#000000; font-weight:bold;">&lt;?php</span> <span style="color:#616100;">if</span><span style="color:#006600; font-weight:bold;">&#40;</span><a href="http://www.php.net/function_exists"><span style="color:#000066;">function_exists</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'get_avatar'</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#123;</span> <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> get_avatar<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$comment</span>, <span style="color:#FF0000;">'40'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;<span style="color:#006600; font-weight:bold;">&#125;</span> <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</div>
</div>
<p>
before :
<div class="igBar"><span id="lphp-10"><a href="#" onclick="javascript:showPlainTxt('php-10'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-10">
<div class="php"><span style="color:#000000; font-weight:bold;">&lt;?php</span> comment_text<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</div>
</div>
<p>  That is it! You could also add gravatars to posts by putting the same code into the post loop to have the gravatar show per post author. (The number - in this example 40 - is the size of the gravatar)</li>
</ul>
<p>Make sure you check out the <a href="http://wordpress.org/development/2008/03/wordpress-25-rc2/">screencast that Matt created</a> which highlights the new 2.5 features.</p>
<p class="akst_link"><a href="http://www.sandboxdev.com/?p=194&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_194" class="akst_share_link" rel="nofollow">Share This</a>
</p><img src="http://feeds.feedburner.com/~r/SDACINC/~4/259353023" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/2008/194/feed</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=SDACINC&amp;itemurl=http%3A%2F%2Fwww.sandboxdev.com%2Fblog%2F2008%2F194</feedburner:awareness><feedburner:origLink>http://www.sandboxdev.com/blog/2008/194</feedburner:origLink></item>
		<item>
		<title>WordPress 2.5 RC 1 Available</title>
		<link>http://feeds.feedburner.com/~r/SDACINC/~3/253676903/192</link>
		<comments>http://www.sandboxdev.com/blog/wordpress/2008/192#comments</comments>
		<pubDate>Tue, 18 Mar 2008 14:57:19 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress Updates]]></category>

		<category><![CDATA[WordPress 2.5]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=192</guid>
		<description><![CDATA[WordPress 2.5 Release Candidate 1 is now available.  If you are interested to see an overview of changes from WordPress 2.3.x to WordPres 2.5 - check out the WordPress blog article: 2.5 Sneek Peak.
Share This
]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.5 Release Candidate 1 is now available.  If you are interested to see an overview of changes from WordPress 2.3.x to WordPres 2.5 - check out the WordPress blog article: <a href="http://wordpress.org/development/2008/03/25-sneak-peek/">2.5 Sneek Peak</a>.</p>
<p class="akst_link"><a href="http://www.sandboxdev.com/?p=192&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_192" class="akst_share_link" rel="nofollow">Share This</a>
</p><img src="http://feeds.feedburner.com/~r/SDACINC/~4/253676903" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/wordpress/2008/192/feed</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=SDACINC&amp;itemurl=http%3A%2F%2Fwww.sandboxdev.com%2Fblog%2Fwordpress%2F2008%2F192</feedburner:awareness><feedburner:origLink>http://www.sandboxdev.com/blog/wordpress/2008/192</feedburner:origLink></item>
		<item>
		<title>SDAC Recommends: WordPress Plugin: WP Codeshield</title>
		<link>http://feeds.feedburner.com/~r/SDACINC/~3/249580637/191</link>
		<comments>http://www.sandboxdev.com/blog/wordpress/2008/191#comments</comments>
		<pubDate>Tue, 11 Mar 2008 16:06:42 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress Plugins]]></category>

		<category><![CDATA[Rich Text Editor]]></category>

		<category><![CDATA[SDAC-Recommends]]></category>

		<category><![CDATA[WordPRress Plugins]]></category>

		<category><![CDATA[WP Codeshield]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=191</guid>
		<description><![CDATA[So many of my clients love WordPress but hate the WYSIWYG editor.
The problem:
When users try to add content with HTML within the content - then go back to edit it, save it, and their custom HTML becomes a mess.  For most - simply disabling the rich text editor (Users > User > uncheck "Use [...]]]></description>
			<content:encoded><![CDATA[<p>So many of my clients love WordPress but hate the WYSIWYG editor.<br />
<strong>The problem:</strong><br />
When users try to add content with HTML within the content - then go back to edit it, save it, and their custom HTML becomes a mess.  For most - simply disabling the rich text editor (Users > User > uncheck "Use the visual editor when writing") is good, but others like to use the editor except for a handful of posts or pages.</p>
<p><strong>The solution:</strong><br />
Download and install <a href="http://wordpress.org/extend/plugins/wp-codeshield/">WP Codeshield</a>.  This plugin will make sure that the rich text editor does not touch any custom HTML code within <code></code>.  All you need to do is wrap <code></code> around your custom code and you can forget about any more issues with the rich text editor and any HTML you put in/edit. </p>
<p>*Note - if you put this in place and your outputted HTML text looks different than everything else (it is using a monospace font by default) - add : code {font-family:inherit} to your style sheet and the text will not look out of place.</p>
<p class="akst_link"><a href="http://www.sandboxdev.com/?p=191&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_191" class="akst_share_link" rel="nofollow">Share This</a>
</p><img src="http://feeds.feedburner.com/~r/SDACINC/~4/249580637" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/wordpress/2008/191/feed</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=SDACINC&amp;itemurl=http%3A%2F%2Fwww.sandboxdev.com%2Fblog%2Fwordpress%2F2008%2F191</feedburner:awareness><feedburner:origLink>http://www.sandboxdev.com/blog/wordpress/2008/191</feedburner:origLink></item>
	<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=SDACINC</feedburner:awareness></channel>
</rss>
