<?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>Sandbox Development and Consulting Inc. &#187; Clients</title>
	<atom:link href="http://www.sandboxdev.com/category/blog/clients/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sandboxdev.com</link>
	<description>Building Solutions for Your Business Needs.</description>
	<lastBuildDate>Thu, 04 Mar 2010 16:44:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lucidity Catalog Theme for Topspin Artists</title>
		<link>http://www.sandboxdev.com/blog/wordpress/767/lucidity-catalog-theme-for-topspin-artists/</link>
		<comments>http://www.sandboxdev.com/blog/wordpress/767/lucidity-catalog-theme-for-topspin-artists/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 14:40:07 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
				<category><![CDATA[Clients]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Commercial Themes]]></category>
		<category><![CDATA[Lucidity Catalog]]></category>
		<category><![CDATA[Topspin]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=767</guid>
		<description><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/sdac-small.gif" width="30" height="25" alt="" title="Clients" /><br/>I have been working with Topspin for a few years now and recently worked with them to create our theme &#8220;Lucidity Catalog&#8221; &#8211; with their artists in mind.  Check out the recent Lucidity Catalog blog post I put together for them on their developers&#8217; blog.
]]></description>
			<content:encoded><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/sdac-small.gif" width="30" height="25" alt="" title="Clients" /><br/><p>I have been working with <a href="http://www.topspinmedia.com" target="_blank">Topspin</a> for a few years now and recently worked with them to create our theme &#8220;Lucidity Catalog&#8221; &#8211; with their artists in mind.  Check out the recent <a href="http://dev.topspinmedia.com/blog/2009/09/create-an-easy-to-manage-online-catalog-with-the-wordpress-lucidity-catalog-theme-topspin/" target="_blank">Lucidity Catalog blog post I put together for them</a> on their developers&#8217; blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/wordpress/767/lucidity-catalog-theme-for-topspin-artists/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get Top Parent Category (WordPress)</title>
		<link>http://www.sandboxdev.com/blog/518/get-top-parent-category-wordpress/</link>
		<comments>http://www.sandboxdev.com/blog/518/get-top-parent-category-wordpress/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 15:28:16 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
				<category><![CDATA[Clients]]></category>
		<category><![CDATA[HOWTOs]]></category>
		<category><![CDATA[SDAC Blog]]></category>
		<category><![CDATA[WordPress Logic]]></category>
		<category><![CDATA[get_cateogry_parents]]></category>
		<category><![CDATA[jappler.com]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=518</guid>
		<description><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/sdac-small.gif" width="30" height="25" alt="" title="Clients" /><br/>There are many times when you need to show or get the top most (root) parent category in WordPress - regardless of how many subcategories you might be deep.  I have used this logic for page navigation (highlight the top parent tab) - as well as within some custom loops/sidebar code.
They way to do [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/sdac-small.gif" width="30" height="25" alt="" title="Clients" /><br/><p>There are many times when you need to show or get the top most (root) parent category in WordPress - regardless of how many subcategories you might be deep.  I have used this logic for page navigation (highlight the top parent tab) - as well as within some custom loops/sidebar code.</p>
<p>They way to do this:</p>
<div class="igBar"><span id="lphp-2"><a href="#" onclick="javascript:showPlainTxt('php-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-2">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">&lt;?php</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$parentCatList</span> = get_category_parents<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$cat</span>,<span style="color:#000000; font-weight:bold;">false</span>,<span style="color:#FF0000;">','</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$parentCatListArray</span> = <a href="http://www.php.net/split"><span style="color:#000066;">split</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">","</span>,<span style="color:#0000FF;">$parentCatList</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$topParentName</span> = <span style="color:#0000FF;">$parentCatListArray</span><span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#CC66CC;color:#800000;">0</span><span style="color:#006600; font-weight:bold;">&#93;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$sdacReplace</span> = <a href="http://www.php.net/array"><span style="color:#000066;">array</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">" "</span> =&gt; <span style="color:#FF0000;">"-"</span>, <span style="color:#FF0000;">"("</span> =&gt; <span style="color:#FF0000;">""</span>, <span style="color:#FF0000;">")"</span> =&gt; <span style="color:#FF0000;">""</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$topParent</span> = <a href="http://www.php.net/strtolower"><span style="color:#000066;">strtolower</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><a href="http://www.php.net/strtr"><span style="color:#000066;">strtr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$topParentName</span>,<span style="color:#0000FF;">$sdacReplace</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>To test this you can simply put it in your header and echo out $topParent and you will see the "slug" of the category.<br />
If you want to see the category name and not necessarily the slug - you can simply echo $topParentName.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/518/get-top-parent-category-wordpress/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>HTML to PDF</title>
		<link>http://www.sandboxdev.com/blog/231/html-to-pdf/</link>
		<comments>http://www.sandboxdev.com/blog/231/html-to-pdf/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 15:31:58 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
				<category><![CDATA[Clients]]></category>
		<category><![CDATA[SDAC Blog]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://www.sandboxdev.com/?p=231</guid>
		<description><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/sdac-small.gif" width="30" height="25" alt="" title="Clients" /><br/>We recently finished a project where we had to create a PDF on the fly of the user's filled out application (~12 pages of data) so they could keep a copy.  To do this - I looked at a few libraries out there and then ended up using HTML_toPDF.  I had used another [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/sdac-small.gif" width="30" height="25" alt="" title="Clients" /><br/><p>We recently finished a project where we had to create a PDF on the fly of the user's filled out application (~12 pages of data) so they could keep a copy.  To do this - I looked at a few libraries out there and then ended up using <a href="http://www.rustyparts.com/pdf.php">HTML_toPDF</a>.  I had used another script from the same guy who put together HTML_toPDF and thus prompted me to use this one as well.  The script works great and our client is very happy.  If you ever need this capability - check out <a href="http://www.rustyparts.com/pdf.php">HTML_toPDF</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/231/html-to-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Site Portfolio Available</title>
		<link>http://www.sandboxdev.com/blog/news/60/web-site-portfolio-available/</link>
		<comments>http://www.sandboxdev.com/blog/news/60/web-site-portfolio-available/#comments</comments>
		<pubDate>Sat, 14 Oct 2006 17:05:21 +0000</pubDate>
		<dc:creator>jzelazny</dc:creator>
				<category><![CDATA[Clients]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[SDAC-Inc]]></category>
		<category><![CDATA[Web-Development]]></category>

		<guid isPermaLink="false">http://www.sdacinc.com/news/2006/10/14/web-site-portfolio-available.php</guid>
		<description><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/sdac-small.gif" width="30" height="25" alt="" title="Clients" /><br/>We have recently updated our portfolio and made it available.  All of our recent web development work is now available for visitors and potential customers to look at. 
]]></description>
			<content:encoded><![CDATA[<img src="http://www.sandboxdev.com/wordpress/wp-content/uploads/icons/sdac-small.gif" width="30" height="25" alt="" title="Clients" /><br/><p>We have <a href="http://www.sdacinc.com/web_solutions/portfolio">recently updated our portfolio</a> and made it available.  All of our recent web development work is now available for visitors and potential customers to look at. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sandboxdev.com/blog/news/60/web-site-portfolio-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
