<?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>Justin Carroll</title>
	
	<link>http://3circlestudio.com</link>
	<description>Interactive Art Director</description>
	<lastBuildDate>Tue, 10 Jan 2012 20:41:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/justincarroll" /><feedburner:info uri="justincarroll" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>WordPress Custom Post Type Front Page Pagination</title>
		<link>http://feedproxy.google.com/~r/justincarroll/~3/nk7p3pEozcU/</link>
		<comments>http://3circlestudio.com/development/wordpress-custom-post-type-front-page-pagination/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 18:17:48 +0000</pubDate>
		<dc:creator>Justin Carroll</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[custom post types]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[static front page]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://3circlestudio.com/?p=1487</guid>
		<description><![CDATA[I wrote a tutorial back in September called Custom Post Type Pagination Chaining Method for Wptuts. For Step 3, Page Templates, I wrote some code for maintaining custom post type pagination in a Page Template used for a Static Front Page. Here&#8217;s the code that does the trick (more compact than the tutorial). /* Template [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a tutorial back in September called <a href="http://wp.tutsplus.com/tutorials/custom-post-type-pagination-chaining-method/" title="Custom Post Type Pagination Chaining Method">Custom Post Type Pagination Chaining Method</a> for <a href="http://wp.tutsplus.com/" title="WP Tuts">Wptuts</a>. For Step 3, Page Templates, I wrote some code for maintaining custom post type pagination in a Page Template used for a Static Front Page. Here&#8217;s the code that does the trick (more compact than the tutorial).</p>
<pre>/* Template Name: Portfolio */

$paged = ( get_query_var( 'page' ) ) ? get_query_var( 'page' ) : 1;
query_posts( '&#038;post_type=portfolio&#038;paged=' . $paged );

require_once( 'archive-portfolio.php' );</pre>
<p>Understanding what page we&#8217;re on is crucial to the success of custom post type pagination in Page Templates being used as a Static Front Page (what a mouth-full). Custom post types have been a double-edged sword since their release in 3.0 because they don&#8217;t act like WordPress&#8217;s native post types (posts, pages, attachments, etc.) out of the box; a huge problem for developers leading to all sort of confusion. Don&#8217;t believe me? Google it. Personally I think it&#8217;s given a WordPress as a CMS the connotation of being unstable. I myself have been really tempted to step away from custom post types and revert to relying on the Category system. Not kidding.</p>
<img src="http://feeds.feedburner.com/~r/justincarroll/~4/nk7p3pEozcU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://3circlestudio.com/development/wordpress-custom-post-type-front-page-pagination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://3circlestudio.com/development/wordpress-custom-post-type-front-page-pagination/</feedburner:origLink></item>
		<item>
		<title>Dark Transparent Buttons</title>
		<link>http://feedproxy.google.com/~r/justincarroll/~3/rXMGvHTewsM/</link>
		<comments>http://3circlestudio.com/freebies/dark-transparent-buttons/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 23:47:41 +0000</pubDate>
		<dc:creator>Justin Carroll</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[free]]></category>

		<guid isPermaLink="false">http://3circlestudio.com/?p=1467</guid>
		<description><![CDATA[This week&#8217;s freebie are some dark, transparent buttons with a couple different lighting effects. Nuff said. Enjoy! Download &#8212; Dark Transparent Buttons (PSD)]]></description>
			<content:encoded><![CDATA[<p><img src="http://3circlestudio.com/wp-content/uploads/2011/10/dark-transparent-buttons.jpg" alt="Dark Transparent Buttons" title="Dark Transparent Buttons" /></p>
<p>This week&#8217;s freebie are some dark, transparent buttons with a couple different lighting effects. Nuff said. Enjoy!</p>
<p><strong>Download</strong> &mdash; <a href="/freebies/dark-transparent-buttons.psd.zip" title="Dark Transparent Buttons (PSD)">Dark Transparent Buttons (PSD)</a></p>
<img src="http://feeds.feedburner.com/~r/justincarroll/~4/rXMGvHTewsM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://3circlestudio.com/freebies/dark-transparent-buttons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://3circlestudio.com/freebies/dark-transparent-buttons/</feedburner:origLink></item>
		<item>
		<title>3D Game Buttons</title>
		<link>http://feedproxy.google.com/~r/justincarroll/~3/qrQW9iEFgTA/</link>
		<comments>http://3circlestudio.com/freebies/3d-game-buttons/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 16:45:42 +0000</pubDate>
		<dc:creator>Justin Carroll</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[blue]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[nintendo]]></category>

		<guid isPermaLink="false">http://3circlestudio.com/?p=1454</guid>
		<description><![CDATA[I&#8217;m sorry for not sticking to one freebie a week. So this is payback, with interest: Inspired by old Nintendo video games I give you 3D Game Buttons! Download &#8212; 3D Game Buttons (PSD)]]></description>
			<content:encoded><![CDATA[<p><img src="http://3circlestudio.com/wp-content/uploads/2011/10/3d-game-buttons.jpg" alt="3D Game Buttons" title="3D Game Buttons" /></p>
<p>I&#8217;m sorry for not sticking to one freebie a week. So this is payback, with interest: Inspired by old Nintendo video games I give you 3D Game Buttons!</p>
<p><strong>Download</strong> &mdash; <a href="/freebies/3d-game-buttons.psd.zip" title="3D Game Buttons (PSD)">3D Game Buttons (PSD)</a></p>
<img src="http://feeds.feedburner.com/~r/justincarroll/~4/qrQW9iEFgTA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://3circlestudio.com/freebies/3d-game-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://3circlestudio.com/freebies/3d-game-buttons/</feedburner:origLink></item>
		<item>
		<title>Mac OS X Dock Tooltip</title>
		<link>http://feedproxy.google.com/~r/justincarroll/~3/WRi-9r5RtOw/</link>
		<comments>http://3circlestudio.com/freebies/mac-os-x-dock-tooltip/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 20:07:05 +0000</pubDate>
		<dc:creator>Justin Carroll</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tooltip]]></category>

		<guid isPermaLink="false">http://3circlestudio.com/?p=1445</guid>
		<description><![CDATA[Today&#8217;s freebie comes from asking myself how the dock tooltip would look if I could have it my way. This also doubles as a nifty jQuery-type tooltip as well &#8211; simple and to the point. Hope you like it! Download &#8212; Mac OS X Dock Tooltip (PSD)]]></description>
			<content:encoded><![CDATA[<p><img src="http://3circlestudio.com/wp-content/uploads/2011/10/mac-os-x-dock-tooltip.jpg" alt="Mac OS X Dock Tooltip" title="Mac OS X Dock Tooltip" width="900" /></p>
<p>Today&#8217;s freebie comes from asking myself how the dock tooltip would look if I could have it my way. This also doubles as a nifty jQuery-type tooltip as well &#8211; simple and to the point. Hope you like it!</p>
<p><strong>Download</strong> &mdash; <a href="/freebies/mac-os-x-dock-tooltip.psd.zip">Mac OS X Dock Tooltip (PSD)</a></p>
<img src="http://feeds.feedburner.com/~r/justincarroll/~4/WRi-9r5RtOw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://3circlestudio.com/freebies/mac-os-x-dock-tooltip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://3circlestudio.com/freebies/mac-os-x-dock-tooltip/</feedburner:origLink></item>
		<item>
		<title>WordPress Unable to Load Disqus Fix</title>
		<link>http://feedproxy.google.com/~r/justincarroll/~3/PAZtCcgrEpc/</link>
		<comments>http://3circlestudio.com/development/wordpress-unable-to-load-disqus-fix/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 16:21:30 +0000</pubDate>
		<dc:creator>Justin Carroll</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[disqus]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[permalinks]]></category>

		<guid isPermaLink="false">http://3circlestudio.com/?p=864</guid>
		<description><![CDATA[I&#8217;ve been having a small issue with Disqus and WordPress lately. I should first say I&#8217;m using a custom permalink structure for my site, not default queries. Ok, basically what happens is when I publish a post I get this error where the comments are supposed to be: We were unable to load Disqus. For [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having a small issue with <a href="http://disqus.com/">Disqus</a> and <a href="http://wordpress.com/" title="WordPress">WordPress</a> lately. I should first say I&#8217;m using a custom permalink structure for my site, not default queries. Ok, basically what happens is when I publish a post I get this error where the comments are supposed to be:</p>
<blockquote><p>We were unable to load Disqus. For more information please see our documentation on <a href="http://docs.disqus.com/help/14/">identifier and urls</a>.</p></blockquote>
<p>I first contacted Disqus who told me that my HTTP headers for that page were returning a 404 Page Not Found. They said it was most likely a server issue. Then I called <a href="http://godaddy.com/">GoDaddy</a> and they pointed out that it was only happening on certain pages. This led me to believe I had a WordPress issue on my hands and indeed I do. Notice that&#8217;s present tense because I have yet to know exactly why it&#8217;s happening, but here&#8217;s my steps for how I&#8217;m correcting it:</p>
<h2>Step 1 &#8211; Default Permalinks</h2>
<p>Log in to WordPress and go to Settings > Permalinks. Click the radio button for &#8220;Default&#8221; and hit &#8220;Save Changes&#8221;.</p>
<h2><strike>Step 2 &#8211; Delete Your .htaccess File</strike></h2>
<p><strong>UPDATE: This step is unnecessary!</strong></p>
<p>Open an FTP client and navigate to the root of your WordPress install. You should see an .htaccess file sitting at the very top. Delete it. If you can&#8217;t see it you probably need to turn on the option for seeing hidden files in that window.</p>
<p>Go to whatever page on your site that had previously been giving the Disqus error and you should see the comments finally fill in. Now, let&#8217;s get those permalinks back &#8230;</p>
<h2>Step 3 &#8211; Reset Custom Permalinks</h2>
<p>Go back to the Permalinks page in the WordPress admin and choose the radio button for &#8220;Custom Structure&#8221;. There&#8217;s a few different <a href="http://codex.wordpress.org/Using_Permalinks" title="Using Permalinks">options</a> you could put in here, but I use &#8220;/%category%/%postname%/&#8221;. Click &#8220;Save Changes&#8221;.</p>
<p>Now go back and refresh that troublesome page on your site. You should still see the comments even though you&#8217;re using a custom permalink structure again. If not, I&#8217;m sorry, but I can&#8217;t help you.</p>
<h2>Conclusion</h2>
<p>I really wish I knew <em>why</em> this was happening because, as Disqus rightly pointed out, when a page returns a 404 in the headers it is ignored by most all search engines. Whoops! I&#8217;ll be staying on top of this as I post new articles, but I&#8217;m definitely dreading this process every time I do.</p>
<img src="http://feeds.feedburner.com/~r/justincarroll/~4/PAZtCcgrEpc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://3circlestudio.com/development/wordpress-unable-to-load-disqus-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://3circlestudio.com/development/wordpress-unable-to-load-disqus-fix/</feedburner:origLink></item>
		<item>
		<title>Sleek Video Player</title>
		<link>http://feedproxy.google.com/~r/justincarroll/~3/SysF6chsMJg/</link>
		<comments>http://3circlestudio.com/freebies/sleek-video-player/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 20:26:33 +0000</pubDate>
		<dc:creator>Justin Carroll</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[controls]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[pixel]]></category>
		<category><![CDATA[sleek]]></category>
		<category><![CDATA[video player]]></category>

		<guid isPermaLink="false">http://3circlestudio.com/?p=858</guid>
		<description><![CDATA[This week&#8217;s freebie is a streamlined, sleek video player. No big story behind this guy, just wanted to try my hand at some more pixel work. Enjoy! Download &#8212; Sleek Video Player (PSD)]]></description>
			<content:encoded><![CDATA[<p><img src="http://3circlestudio.com/wp-content/uploads/2011/09/sleek-video-player.jpg" alt="Sleek Video Player" /></p>
<p>This week&#8217;s freebie is a streamlined, sleek video player. No big story behind this guy, just wanted to try my hand at some more pixel work. Enjoy!</p>
<p><strong>Download</strong> &mdash; <a href="/freebies/sleek-video-player.psd">Sleek Video Player (PSD)</a></p>
<img src="http://feeds.feedburner.com/~r/justincarroll/~4/SysF6chsMJg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://3circlestudio.com/freebies/sleek-video-player/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://3circlestudio.com/freebies/sleek-video-player/</feedburner:origLink></item>
		<item>
		<title>Custom Post Type Pagination Chaining Method</title>
		<link>http://feedproxy.google.com/~r/justincarroll/~3/ABtj1SMo1J0/</link>
		<comments>http://3circlestudio.com/development/custom-post-type-pagination-chaining-method/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 14:20:44 +0000</pubDate>
		<dc:creator>Justin Carroll</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[custom post type]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[static front page]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://3circlestudio.com/?p=660</guid>
		<description />
			<content:encoded><![CDATA[<img src="http://feeds.feedburner.com/~r/justincarroll/~4/ABtj1SMo1J0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://3circlestudio.com/development/custom-post-type-pagination-chaining-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://3circlestudio.com/development/custom-post-type-pagination-chaining-method/</feedburner:origLink></item>
		<item>
		<title>3 Realistic Ribbons</title>
		<link>http://feedproxy.google.com/~r/justincarroll/~3/9w0bfF_aK_Q/</link>
		<comments>http://3circlestudio.com/freebies/3-realistic-ribbons/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 19:58:04 +0000</pubDate>
		<dc:creator>Justin Carroll</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[ribbons]]></category>

		<guid isPermaLink="false">http://3circlestudio.com/?p=840</guid>
		<description><![CDATA[Today&#8217;s freebie is 3 realistic ribbons. There&#8217;s a ribbon fad happening and for the most part I try to stay away, but I recently did one and got a little hooked. Therefore, here you go! Download &#8212; 3 Realistic Ribbons (PSD)]]></description>
			<content:encoded><![CDATA[<p><img src="http://3circlestudio.com/wp-content/uploads/2011/09/3-realistic-ribbons.jpg" alt="Download 3 Realistic Ribbons (PSD)" /></p>
<p>Today&#8217;s freebie is 3 realistic ribbons. There&#8217;s a ribbon fad happening and for the most part I try to stay away, but I recently did one and got a little hooked. Therefore, here you go!</p>
<p><strong>Download</strong> &mdash; <a href="/freebies/3-realistic-ribbons.psd.zip" title="3 Realistic Ribbons">3 Realistic Ribbons (PSD)</a></p>
<img src="http://feeds.feedburner.com/~r/justincarroll/~4/9w0bfF_aK_Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://3circlestudio.com/freebies/3-realistic-ribbons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://3circlestudio.com/freebies/3-realistic-ribbons/</feedburner:origLink></item>
		<item>
		<title>Minimalist Input Boxes</title>
		<link>http://feedproxy.google.com/~r/justincarroll/~3/UR7rqgXD4gE/</link>
		<comments>http://3circlestudio.com/freebies/minimalist-input-boxes/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 14:00:19 +0000</pubDate>
		<dc:creator>Justin Carroll</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[free]]></category>

		<guid isPermaLink="false">http://3circlestudio.com/?p=787</guid>
		<description><![CDATA[This week&#8217;s freebie is three minimalist input boxes. I create variations of these a lot, but this is the foundation I always use. Download it! Download &#8212; Minimalist Input Boxes (PSD)]]></description>
			<content:encoded><![CDATA[<p><img src="http://3circlestudio.com/wp-content/uploads/2011/08/3-minimalist-input-boxes.jpg" alt="Minimalist Input Boxes" /></p>
<p>This week&#8217;s freebie is three minimalist input boxes. I create variations of these a lot, but this is the foundation I always use. Download it!</p>
<p><strong>Download</strong> &mdash; <a href="/freebies/minimalist-input-boxes.psd.zip" title="Minimalist Input Boxes">Minimalist Input Boxes (PSD)</a></p>
<img src="http://feeds.feedburner.com/~r/justincarroll/~4/UR7rqgXD4gE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://3circlestudio.com/freebies/minimalist-input-boxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://3circlestudio.com/freebies/minimalist-input-boxes/</feedburner:origLink></item>
		<item>
		<title>18 Pixel Icons</title>
		<link>http://feedproxy.google.com/~r/justincarroll/~3/bwllrnPIdMQ/</link>
		<comments>http://3circlestudio.com/freebies/18-pixel-icons/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 15:18:09 +0000</pubDate>
		<dc:creator>Justin Carroll</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[pixel]]></category>

		<guid isPermaLink="false">http://3circlestudio.com/?p=740</guid>
		<description><![CDATA[This week&#8217;s freebie is a bunch of pixel icons that I constantly create from scratch. Since these freebies are just as much for me as they are for you, I for one will enjoy having this collection on hand to simply pull into my future projects. Download &#8212; 18 Pixel Icons (PSD)]]></description>
			<content:encoded><![CDATA[<p><img src="http://3circlestudio.com/wp-content/uploads/2011/08/18-pixel-icons.jpg" alt="18 Pixel Icons" /></p>
<p>This week&#8217;s freebie is a bunch of pixel icons that I constantly create from scratch. Since these freebies are just as much for me as they are for you, I for one will enjoy having this collection on hand to simply pull into my future projects.</p>
<p><strong>Download</strong> &mdash; <a href="/freebies/18-pixel-icons.psd.zip" title="18 Pixel Icons (PSD)">18 Pixel Icons (PSD)</a></p>
<img src="http://feeds.feedburner.com/~r/justincarroll/~4/bwllrnPIdMQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://3circlestudio.com/freebies/18-pixel-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://3circlestudio.com/freebies/18-pixel-icons/</feedburner:origLink></item>
	</channel>
</rss>

