<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Sandbox Development and Consulting Inc. » SDAC Blog</title>
	
	<link>http://www.sandboxdev.com</link>
	<description>Building Solutions for Your Business Needs.</description>
	<lastBuildDate>Mon, 29 Jun 2009 16:49:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/SDACINC" type="application/rss+xml" /><feedburner:emailServiceId>SDACINC</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Get Category Name By ID (WordPress)</title>
		<link>http://feedproxy.google.com/~r/SDACINC/~3/zruNJw7802s/</link>
		<comments>http://www.sandboxdev.com/blog/733/get-category-name-by-id-wordpress/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 16:45:05 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
				<category><![CDATA[HOWTOs]]></category>
		<category><![CDATA[SDAC Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Codex]]></category>
		<category><![CDATA[get_cat_name]]></category>
		<category><![CDATA[SDAC theme]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/blog/733/get-category-name-by-id-wordpress/</guid>
		<description><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/sdac-small.gif" width="30" height="25" alt="" title="HOWTOs" /><br/>I have been working on a new WordPress theme (to be released this week) and in one of the admin screens &#8211; I needed to get the category name by using the category ID.  To do this (in or outside of the loop):
[php] [php]
Super simple &#8211; super helpful.
Reference: http://codex.wordpress.org/Function_Reference/get_cat_name
]]></description>
			<content:encoded><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/sdac-small.gif" width="30" height="25" alt="" title="HOWTOs" /><br/><p>I have been working on a new WordPress theme (to be released this week) and in one of the admin screens &#8211; I needed to get the category name by using the category ID.  To do this (in or outside of the loop):</p>
<p>[php] <?php get_cat_name( $cat_id ) ?>[php]</p>
<p>Super simple &#8211; super helpful.</p>
<p>Reference: <a href="http://codex.wordpress.org/Function_Reference/get_cat_name" target="_blank">http://codex.wordpress.org/Function_Reference/get_cat_name</a></p>
<img src="http://feeds.feedburner.com/~r/SDACINC/~4/zruNJw7802s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/733/get-category-name-by-id-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sandboxdev.com/blog/733/get-category-name-by-id-wordpress/</feedburner:origLink></item>
		<item>
		<title>WordPress 2.8/Plugins Issues</title>
		<link>http://feedproxy.google.com/~r/SDACINC/~3/br1qMo3Ace8/</link>
		<comments>http://www.sandboxdev.com/blog/724/wordpress-2-8plugins-issues/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 16:55:45 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
				<category><![CDATA[SDAC Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress Troubleshooting]]></category>
		<category><![CDATA[WordPress Updates]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[WordPress 2.8]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=724</guid>
		<description><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/wordpress-small.gif" width="25" height="25" alt="" title="WordPress" /><br/>I have updated over 25 sites so far and for the most part &#8211; everything has gone smoothly.  There were a handful of sites though that had issues with a few plugins (including this site) due to one common issue: jQuery.  If you are seeing any strange behavior &#8211; post upgrade, the first [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/wordpress-small.gif" width="25" height="25" alt="" title="WordPress" /><br/><p>I have updated over 25 sites so far and for the most part &#8211; everything has gone smoothly.  There were a handful of sites though that had issues with a few plugins (including this site) due to one common issue: jQuery.  If you are seeing any strange behavior &#8211; post upgrade, the first thing you will want to do is to make sure all your plugins are up to date.  After that &#8211; if you are still having problems &#8211; check to see if any of your plugins rely on jQuery.  If they do &#8211; next check the code (either look at the js files in the plugins, or look at your site&#8217;s source code to see if it is loading an old version of jQuery).  There is a good chance they are using an older version, or are relying on something that no longer works with the latest release of jQuery (1.3.2 as of today).</p>
<p>Some plugin developers are aware of the issues but have not released an updated plugin.  Because you are most likely not alone with your issues &#8211; check out their support forums, or post comments to see if someone came up with a quick fix so you can be back in business.</p>
<p>While most WordPress updates can be performed quickly and easily by almost any user &#8211; there are times when you run into unexpected problems that can cost you dearly.  When this happens &#8211; don&#8217;t hesitate to call us.  We have been working through WordPress updates for years and can help out!</p>
<img src="http://feeds.feedburner.com/~r/SDACINC/~4/br1qMo3Ace8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/724/wordpress-2-8plugins-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sandboxdev.com/blog/724/wordpress-2-8plugins-issues/</feedburner:origLink></item>
		<item>
		<title>WordPress 2.8 is Available</title>
		<link>http://feedproxy.google.com/~r/SDACINC/~3/4GO4KiHasHk/</link>
		<comments>http://www.sandboxdev.com/blog/722/wordpress-2-8-is-available/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 16:25:40 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
				<category><![CDATA[SDAC Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Updates]]></category>
		<category><![CDATA[WordPress 2.8]]></category>
		<category><![CDATA[WordPress Releases]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/blog/722/wordpress-2-8-is-available/</guid>
		<description><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/wordpress-small.gif" width="25" height="25" alt="" title="WordPress" /><br/>WordPress 2.8 has officially been released. The update contains a number of bug fixes (over790) and tweaks both on the front end and the back end.  The most noticeable change for most users will be the redesigned widget interface &#8211; which finally allows users a more intuitive interface when working with widgets.  You [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/wordpress-small.gif" width="25" height="25" alt="" title="WordPress" /><br/><p>WordPress 2.8 has officially been released. The update contains a number of bug fixes (over790) and tweaks both on the front end and the back end.  The most noticeable change for most users will be the redesigned widget interface &#8211; which finally allows users a more intuitive interface when working with widgets.  You can read more about <a href="http://codex.wordpress.org/Version_2.8">all the changes and updates that went into 2.8</a> if you are interested.  Overall &#8211; there are a lot of great updates, changes, and new functionality that make this release great for both users and administrators.</p>
<p>Download the latest versions of WordPress: <a href="http://wordpress.org/wordpress-2.8.zip">WordPress 2.8</a></p>
<img src="http://feeds.feedburner.com/~r/SDACINC/~4/4GO4KiHasHk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/722/wordpress-2-8-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sandboxdev.com/blog/722/wordpress-2-8-is-available/</feedburner:origLink></item>
		<item>
		<title>WordPress 2.8 Release Candidate 1</title>
		<link>http://feedproxy.google.com/~r/SDACINC/~3/v7WKjlAyZrs/</link>
		<comments>http://www.sandboxdev.com/blog/717/wordpress-2-8-release-candidate-1/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 17:58:06 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
				<category><![CDATA[SDAC Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Updates]]></category>
		<category><![CDATA[Release Candidate]]></category>
		<category><![CDATA[WordPress 2.8]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/blog/717/wordpress-2-8-release-candidate-1/</guid>
		<description><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/wordpress-small.gif" width="25" height="25" alt="" title="WordPress" /><br/> WordPress 2.8 is one step closer to being released. The first release candidate is now available: WordPress 2.8 Release Candidate 1.  I have been using WordPress 2.8 beta on a few sites now for a few weeks and have not experienced any major issues until now (I just tried to add in tags [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/wordpress-small.gif" width="25" height="25" alt="" title="WordPress" /><br/><p><a href="http://www.wordpress.org"><img src="/wordpress/wp-content/themes/SDACINC/images/logo-wordpress.png" class="alignleft" /></a> WordPress 2.8 is one step closer to being released. The first release candidate is now available: <a href="http://wordpress.org/development/2009/06/wordpress-2-8-release-candidate-1" target="_blank">WordPress 2.8 Release Candidate 1</a>.  I have been using WordPress 2.8 beta on a few sites now for a few weeks and have not experienced any major issues until now (I just tried to add in tags and nothing happened) &#8211; but if you want to take a look to see the changes in action or make sure your plugins/themes all function &#8211; download this version (not on production sites unless you are a risk taker).  </p>
<img src="http://feeds.feedburner.com/~r/SDACINC/~4/v7WKjlAyZrs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/717/wordpress-2-8-release-candidate-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sandboxdev.com/blog/717/wordpress-2-8-release-candidate-1/</feedburner:origLink></item>
		<item>
		<title>WordPress Theme Wishlist</title>
		<link>http://feedproxy.google.com/~r/SDACINC/~3/TRc9PU5ZVso/</link>
		<comments>http://www.sandboxdev.com/blog/wordpress/715/wordpress-theme-wishlist/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 01:59:01 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[custom theme]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=715</guid>
		<description><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/wordpress-small.gif" width="25" height="25" alt="" title="WordPress" /><br/>I have been working on releasing a WordPress theme for awhile now and I keep adding in new functionality instead of just releasing it into the wild.  Since I create a lot of custom themes for clients &#8211; I am often exposed to a lot of really cool functions, ideas, and designs.  Before [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/wordpress-small.gif" width="25" height="25" alt="" title="WordPress" /><br/><p>I have been working on releasing a WordPress theme for awhile now and I keep adding in new functionality instead of just releasing it into the wild.  Since I create a lot of custom themes for clients &#8211; I am often exposed to a lot of really cool functions, ideas, and designs.  Before releasing my initial theme &#8211; I wanted to ask for some general feedback.</p>
<ol>
<li>What is the number 1 thing you want from a theme? Ease of use (admin panels to manage your content), easily skin-able, simple, clean code?</li>
<li>How many people plan to have a mobile theme to handle their content on mobile devices?  Would you ideally like this as an option from the get go?
<li>Do you use &#8220;all&#8221; the theme template files (archive, links, etc?)</li>
<li>What would make you really happy with a theme?</li>
</ol>
<img src="http://feeds.feedburner.com/~r/SDACINC/~4/TRc9PU5ZVso" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/wordpress/715/wordpress-theme-wishlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sandboxdev.com/blog/wordpress/715/wordpress-theme-wishlist/</feedburner:origLink></item>
		<item>
		<title>SDAC WP Plugin Update: SDAC Related Content v 2.1</title>
		<link>http://feedproxy.google.com/~r/SDACINC/~3/2QPWwc_D-Hs/</link>
		<comments>http://www.sandboxdev.com/blog/695/sdac-wp-plugin-update-sdac-related-content-v-21/#comments</comments>
		<pubDate>Wed, 20 May 2009 16:13:14 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
				<category><![CDATA[SDAC Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[SDAC Plugin]]></category>
		<category><![CDATA[SDAC Related Content]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=695</guid>
		<description><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/wordpress-small.gif" width="25" height="25" alt="" title="WordPress" /><br/>We just updated our SDAC Related Content plugin to fix a few bugs and to also add in some additional functionality.  You can now choose to show related posts by tag or by category.  (No longer just category).  This is a great plugin for anyone looking for related functionality on WordPress, WordPress [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/wordpress-small.gif" width="25" height="25" alt="" title="WordPress" /><br/><p>We just updated our <a href="http://wordpress.org/extend/plugins/sdac-related-content/" target="_blank">SDAC Related Content</a> plugin to fix a few bugs and to also add in some additional functionality.  You can now choose to show related posts by tag or by category.  (No longer just category).  This is a great plugin for anyone looking for related functionality on WordPress, WordPress MU, or VIP hosting as it does not make any database changes and it uses caching.   </p>
<p><a href="http://www.sandboxdev.com/forums">Check out the forum</a> for any support issues or leave any feature requests and we will do our best to add them into future releases.</p>
<img src="http://feeds.feedburner.com/~r/SDACINC/~4/2QPWwc_D-Hs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/695/sdac-wp-plugin-update-sdac-related-content-v-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sandboxdev.com/blog/695/sdac-wp-plugin-update-sdac-related-content-v-21/</feedburner:origLink></item>
		<item>
		<title>WordPress 2.8 New Features</title>
		<link>http://feedproxy.google.com/~r/SDACINC/~3/Uyu6Ug_1ock/</link>
		<comments>http://www.sandboxdev.com/blog/wordpress/691/wordpress-28-new-features/#comments</comments>
		<pubDate>Tue, 19 May 2009 14:32:20 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Updates]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[WordPress 2.8]]></category>
		<category><![CDATA[WordPress Releases]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=691</guid>
		<description><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/wordpress-small.gif" width="25" height="25" alt="" title="WordPress" /><br/>With WordPress 2.8 beta 1 now available &#8211; there are some great new features that I wanted to highlight for the upcoming WordPress 2.8 release.
An exhaustive list of all the updates are available for review, but here are ten highlights for the end user.

Don&#8217;t ask for confirmation when marking a comment as spam
Don&#8217;t notify post [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/wordpress-small.gif" width="25" height="25" alt="" title="WordPress" /><br/><p>With <a href="http://wordpress.org/development/2009/05/wordpress-2-8-beta-1/" target="_blank">WordPress 2.8 beta 1</a> now available &#8211; there are some great new features that I wanted to highlight for the upcoming WordPress 2.8 release.</p>
<p>An exhaustive list of <a href="http://codex.wordpress.org/Version_2.8" target="_blank">all the updates</a> are available for review, but here are ten highlights for the end user.</p>
<ul>
<li>Don&#8217;t ask for confirmation when marking a comment as spam</li>
<li>Don&#8217;t notify post author of own comments</li>
<li>Allow the dashboard widgets to be arranged in up to four columns as set via the Screen Options tab</li>
<li>Improved Plugin search on Administration > Plugins > Add New</li>
<li>Autosave post/page when pressing Control/Command+S</li>
<li>Support more than one gallery on the same page</li>
<li>&#8220;Choose a city in the same timezone as you&#8221; for Timezone in Administration > Settings > General</li>
<li>Add &#8220;Send this password to the new user by email&#8221; option to Administration > Users > Add New</li>
<li>In upgrade process, provide better explanation for database upgrade message</li>
<li>Add password strength meter to Add User and Edit User</li>
</ul>
<p>Everything looks very promising and the developers are doing a great job with getting bug fixes in place, more options, and easier to user interfaces. Stay tuned for the release of WordPress 2.8 in the near future!</p>
<img src="http://feeds.feedburner.com/~r/SDACINC/~4/Uyu6Ug_1ock" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/wordpress/691/wordpress-28-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sandboxdev.com/blog/wordpress/691/wordpress-28-new-features/</feedburner:origLink></item>
		<item>
		<title>SDAC Forums Are Open</title>
		<link>http://feedproxy.google.com/~r/SDACINC/~3/4YQOO6uBbM4/</link>
		<comments>http://www.sandboxdev.com/blog/688/sdac-forums-are-open/#comments</comments>
		<pubDate>Thu, 07 May 2009 18:40:51 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[SDAC Blog]]></category>
		<category><![CDATA[bbPress]]></category>
		<category><![CDATA[SDAC Announcements]]></category>
		<category><![CDATA[SDAC Forums]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=688</guid>
		<description><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/sdac-small.gif" width="30" height="25" alt="" title="News" /><br/>Over the past few years &#8211; we have been creating custom bbPress solutions for our clients and have been loving every minute of it.  Since we wanted to showcase what is possible with bbPress (custom themes, bbPress/WordPress integration), as well as offer a support forum for our plugins and soon to be themes &#8211; [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/sdac-small.gif" width="30" height="25" alt="" title="News" /><br/><p>Over the past few years &#8211; we have been creating custom <a href="http://www.bbpress.org" target="_blank">bbPress</a> solutions for our clients and have been loving every minute of it.  Since we wanted to showcase what is possible with bbPress (custom themes, bbPress/WordPress integration), as well as offer a support forum for our plugins and soon to be themes &#8211; we decided to put up a bbPress forum. </p>
<p>If you are a registered user for this site &#8211; you can use your login/password for the forums as well.  </p>
<img src="http://feeds.feedburner.com/~r/SDACINC/~4/4YQOO6uBbM4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/688/sdac-forums-are-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sandboxdev.com/blog/688/sdac-forums-are-open/</feedburner:origLink></item>
		<item>
		<title>SDAC WP Plugin Release: SDAC Related Content</title>
		<link>http://feedproxy.google.com/~r/SDACINC/~3/wTeYmJyybq8/</link>
		<comments>http://www.sandboxdev.com/blog/644/sdac-wp-plugin-release-sdac-related-content/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 23:46:27 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
				<category><![CDATA[SDAC Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[SDAC Plugin]]></category>
		<category><![CDATA[SDAC Related Posts]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=644</guid>
		<description><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/wordpress-small.gif" width="25" height="25" alt="" title="WordPress" /><br/>I am pleased to announce our first official WordPress plugin release: SDAC Related Content.  This plugin was something I created as I had a need to have a related posts plugin for some VIP clients.  The plugin had to not modify any DB tables and it had to use caching.  
Version 1 [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/wordpress-small.gif" width="25" height="25" alt="" title="WordPress" /><br/><p>I am pleased to announce our first official WordPress plugin release: <a href="http://www.sandboxdev.com/blog-and-cms-development/wordpress/wordpress-plugins/">SDAC Related Content</a>.  This plugin was something I created as I had a need to have a related posts plugin for some VIP clients.  The plugin had to not modify any DB tables and it had to use caching.  </p>
<p>Version 1 of the plugin was a development version that I used for a few clients.  Version 2 added an admin panel under Settings in the WordPress admin.  This admin panel allows all kinds of customization.</p>
<p>Enjoy!</p>
<img src="http://feeds.feedburner.com/~r/SDACINC/~4/wTeYmJyybq8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/644/sdac-wp-plugin-release-sdac-related-content/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.sandboxdev.com/blog/644/sdac-wp-plugin-release-sdac-related-content/</feedburner:origLink></item>
		<item>
		<title>SDAC Inc. Is Hiring</title>
		<link>http://feedproxy.google.com/~r/SDACINC/~3/r-4gT1aF5kY/</link>
		<comments>http://www.sandboxdev.com/blog/578/sdac-inc-is-hiring/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 20:27:00 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[SDAC Blog]]></category>
		<category><![CDATA[Hiring]]></category>
		<category><![CDATA[SDAC-Inc]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=578</guid>
		<description><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/sdac-small.gif" width="30" height="25" alt="" title="News" /><br/>Over the past few months we have been growing and adding more and more new clients into our portfolio and need some additional help with our ongoing and new web development projects.  We are looking for someone who is is responsible, speaks english, is in the US (Chicagoland preferred):

excited about WordPress
has created WordPress themes
has [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/sdac-small.gif" width="30" height="25" alt="" title="News" /><br/><p>Over the past few months we have been growing and adding more and more new clients into our portfolio and need some additional help with our ongoing and new web development projects.  We are looking for someone who is is responsible, speaks english, is in the US (Chicagoland preferred):</p>
<ul>
<li>excited about WordPress</li>
<li>has created WordPress themes</li>
<li>has developed WordPress plugins</li>
<li>loves the power and simplicity of jQuery</li>
<li>uses subversion</li>
<li>is available for 5-10 hours a week initially (more if it works out)</li>
<li>has a portfolio to back up the items in this list</li>
<p>If you are interested in working with us, please send an email to jobs@sandboxdev.com with your location, your availability, and a link to your portfolio.</p>
<img src="http://feeds.feedburner.com/~r/SDACINC/~4/r-4gT1aF5kY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/578/sdac-inc-is-hiring/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.sandboxdev.com/blog/578/sdac-inc-is-hiring/</feedburner:origLink></item>
	</channel>
</rss>
