<?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>Johnny Peck</title>
	<atom:link href="http://johnnypeck.com/feed" rel="self" type="application/rss+xml" />
	<link>http://johnnypeck.com</link>
	<description></description>
	<lastBuildDate>Wed, 21 Mar 2012 05:40:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Node Package Manager &#8211; Installing Packages Per Project</title>
		<link>http://johnnypeck.com/node-package-manager-installing-package-per-project</link>
		<comments>http://johnnypeck.com/node-package-manager-installing-package-per-project#comments</comments>
		<pubDate>Wed, 21 Mar 2012 05:40:39 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://johnnypeck.com/?p=89</guid>
		<description><![CDATA[Just a quick note. I&#8217;m using Ubuntu on my development machine. I have been using the less css ( lessc ) package provided via npm ( node package manager ) and installed in my local user ( you know ~/ or perhaps /home/USER ) directory but wanted to install it on a per project basis. [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note. I&#8217;m using Ubuntu on my development machine. I have been using the less css ( lessc ) package provided via npm ( node package manager ) and installed in my local user ( you know ~/ or perhaps /home/USER ) directory but wanted to install it on a per project basis. Initially when I tried the npm install for less in the project I was rather confused as the package manager is supposed to install to the current working directory yet it kept installing to the currently installed location which was not within my project but within my user directory. That was not what I wanted.</p>
<p>Eventually I discovered the little gem that if there is no node_modules directory in your current directory it will search recursively looking for said directory. The solution was to simply create a node_modules directory within my project and run the npm install command from it&#8217;s parent directory. A bit awkward but I like it. It would be nice if this was better documented but I certainly see the reasoning for such behavior.</p>
<p>Anyhow, it&#8217;s smart to keep your npm packages local to the project in most instances so you don&#8217;t get the random WTF when you update for your current project and an older project decides to crap the bed. Like I said, quick note. I hope it helps you, if anything my writing about it will keep the thought well branded on my brain.</p>
<p>Cheers!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://johnnypeck.com/node-package-manager-installing-package-per-project/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Node+Package+Manager+-+Installing+Packages+Per+Project&amp;link=http://johnnypeck.com/node-package-manager-installing-package-per-project&amp;notes=Just%20a%20quick%20note.%20I%27m%20using%20Ubuntu%20on%20my%20development%20machine.%20I%20have%20been%20using%20the%20less%20css%20%28%20lessc%20%29%20package%20provided%20via%20npm%20%28%20node%20package%20manager%20%29%20and%20installed%20in%20my%20local%20user%20%28%20you%20know%20%7E%2F%20or%20perhaps%20%2Fhome%2FUSER%20%29%20directory%20but%20wanted%20to%20install%20it%20on%20a%20per%20project%20basis.%20Initially%20when%20I%20t&amp;short_link=http://bit.ly/GH6PwG&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Node+Package+Manager+-+Installing+Packages+Per+Project&amp;link=http://johnnypeck.com/node-package-manager-installing-package-per-project&amp;notes=Just%20a%20quick%20note.%20I%27m%20using%20Ubuntu%20on%20my%20development%20machine.%20I%20have%20been%20using%20the%20less%20css%20%28%20lessc%20%29%20package%20provided%20via%20npm%20%28%20node%20package%20manager%20%29%20and%20installed%20in%20my%20local%20user%20%28%20you%20know%20%7E%2F%20or%20perhaps%20%2Fhome%2FUSER%20%29%20directory%20but%20wanted%20to%20install%20it%20on%20a%20per%20project%20basis.%20Initially%20when%20I%20t&amp;short_link=http://bit.ly/GH6PwG&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Node+Package+Manager+-+Installing+Packages+Per+Project&amp;link=http://johnnypeck.com/node-package-manager-installing-package-per-project&amp;notes=Just%20a%20quick%20note.%20I%27m%20using%20Ubuntu%20on%20my%20development%20machine.%20I%20have%20been%20using%20the%20less%20css%20%28%20lessc%20%29%20package%20provided%20via%20npm%20%28%20node%20package%20manager%20%29%20and%20installed%20in%20my%20local%20user%20%28%20you%20know%20%7E%2F%20or%20perhaps%20%2Fhome%2FUSER%20%29%20directory%20but%20wanted%20to%20install%20it%20on%20a%20per%20project%20basis.%20Initially%20when%20I%20t&amp;short_link=http://bit.ly/GH6PwG&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Node+Package+Manager+-+Installing+Packages+Per+Project&amp;link=http://johnnypeck.com/node-package-manager-installing-package-per-project&amp;notes=Just%20a%20quick%20note.%20I%27m%20using%20Ubuntu%20on%20my%20development%20machine.%20I%20have%20been%20using%20the%20less%20css%20%28%20lessc%20%29%20package%20provided%20via%20npm%20%28%20node%20package%20manager%20%29%20and%20installed%20in%20my%20local%20user%20%28%20you%20know%20%7E%2F%20or%20perhaps%20%2Fhome%2FUSER%20%29%20directory%20but%20wanted%20to%20install%20it%20on%20a%20per%20project%20basis.%20Initially%20when%20I%20t&amp;short_link=http://bit.ly/GH6PwG&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Node+Package+Manager+-+Installing+Packages+Per+Project&amp;link=http://johnnypeck.com/node-package-manager-installing-package-per-project&amp;notes=Just%20a%20quick%20note.%20I%27m%20using%20Ubuntu%20on%20my%20development%20machine.%20I%20have%20been%20using%20the%20less%20css%20%28%20lessc%20%29%20package%20provided%20via%20npm%20%28%20node%20package%20manager%20%29%20and%20installed%20in%20my%20local%20user%20%28%20you%20know%20%7E%2F%20or%20perhaps%20%2Fhome%2FUSER%20%29%20directory%20but%20wanted%20to%20install%20it%20on%20a%20per%20project%20basis.%20Initially%20when%20I%20t&amp;short_link=http://bit.ly/GH6PwG&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Node+Package+Manager+-+Installing+Packages+Per+Project&amp;link=http://johnnypeck.com/node-package-manager-installing-package-per-project&amp;notes=Just%20a%20quick%20note.%20I%27m%20using%20Ubuntu%20on%20my%20development%20machine.%20I%20have%20been%20using%20the%20less%20css%20%28%20lessc%20%29%20package%20provided%20via%20npm%20%28%20node%20package%20manager%20%29%20and%20installed%20in%20my%20local%20user%20%28%20you%20know%20%7E%2F%20or%20perhaps%20%2Fhome%2FUSER%20%29%20directory%20but%20wanted%20to%20install%20it%20on%20a%20per%20project%20basis.%20Initially%20when%20I%20t&amp;short_link=http://bit.ly/GH6PwG&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Node+Package+Manager+-+Installing+Packages+Per+Project&amp;link=http://johnnypeck.com/node-package-manager-installing-package-per-project&amp;notes=Just%20a%20quick%20note.%20I%27m%20using%20Ubuntu%20on%20my%20development%20machine.%20I%20have%20been%20using%20the%20less%20css%20%28%20lessc%20%29%20package%20provided%20via%20npm%20%28%20node%20package%20manager%20%29%20and%20installed%20in%20my%20local%20user%20%28%20you%20know%20%7E%2F%20or%20perhaps%20%2Fhome%2FUSER%20%29%20directory%20but%20wanted%20to%20install%20it%20on%20a%20per%20project%20basis.%20Initially%20when%20I%20t&amp;short_link=http://bit.ly/GH6PwG&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Node+Package+Manager+-+Installing+Packages+Per+Project&amp;link=http://johnnypeck.com/node-package-manager-installing-package-per-project&amp;notes=Just%20a%20quick%20note.%20I%27m%20using%20Ubuntu%20on%20my%20development%20machine.%20I%20have%20been%20using%20the%20less%20css%20%28%20lessc%20%29%20package%20provided%20via%20npm%20%28%20node%20package%20manager%20%29%20and%20installed%20in%20my%20local%20user%20%28%20you%20know%20%7E%2F%20or%20perhaps%20%2Fhome%2FUSER%20%29%20directory%20but%20wanted%20to%20install%20it%20on%20a%20per%20project%20basis.%20Initially%20when%20I%20t&amp;short_link=http://bit.ly/GH6PwG&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Node+Package+Manager+-+Installing+Packages+Per+Project&amp;link=http://johnnypeck.com/node-package-manager-installing-package-per-project&amp;notes=Just%20a%20quick%20note.%20I%27m%20using%20Ubuntu%20on%20my%20development%20machine.%20I%20have%20been%20using%20the%20less%20css%20%28%20lessc%20%29%20package%20provided%20via%20npm%20%28%20node%20package%20manager%20%29%20and%20installed%20in%20my%20local%20user%20%28%20you%20know%20%7E%2F%20or%20perhaps%20%2Fhome%2FUSER%20%29%20directory%20but%20wanted%20to%20install%20it%20on%20a%20per%20project%20basis.%20Initially%20when%20I%20t&amp;short_link=http://bit.ly/GH6PwG&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
</ul><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://johnnypeck.com/node-package-manager-installing-package-per-project/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans, Plugins and Git &#8211; Too Slow</title>
		<link>http://johnnypeck.com/netbeans-plugins-and-git</link>
		<comments>http://johnnypeck.com/netbeans-plugins-and-git#comments</comments>
		<pubDate>Thu, 10 Nov 2011 23:02:15 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://johnnypeck.com/?p=87</guid>
		<description><![CDATA[Just a quick note about NetBeans. I use NetBeans IDE 7.0.1 at the moment and not too long ago I installed the Git plugin from the Plugin Portal in the hopes that it would speed up my workflow a bit. In all honesty, I&#8217;m a big fan of Git on the command line and never [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note about NetBeans. I use NetBeans IDE 7.0.1 at the moment and not too long ago I installed the Git plugin from the Plugin Portal in the hopes that it would speed up my workflow a bit. In all honesty, I&#8217;m a big fan of Git on the command line and never really even used the Git plugin aside from briefly. It was slightly useful to see in the file tree what was and was not under version control but even that was not so interesting.</p>
<p>Anyhow, some time after this NetBeans started taking forever, and I mean FOREVER! to create a new file. It was getting painful. Sometimes as long as a minute to create any kind of file. Anyhow, I opened up Tools-&gt;Plugins and started poking around only to find a plethora of plugins I certainly don&#8217;t use and make no sense to have installed. CVS! Really!?</p>
<p>In order to actually find that these plugins are activated you have to go to the Installed tab and check the Show Details box, which seems a little strange but okay. There you will find and, for sanity&#8217;s sake, deactivate CVS along with any others you don&#8217;t use. I also deactivated Mercurial and Subversion, which I haven&#8217;t used for years since falling head over heals for Git.</p>
<p>Finally, I deactivated the Git plugin, which at the moment was at version ﻿﻿0.2.12.42.1 (holy version number Batman!). After this NetBeans was back to creating files in a reasonable amount of time.</p>
<p>Cheers</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://johnnypeck.com/netbeans-plugins-and-git/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=NetBeans%2C+Plugins+and+Git+-+Too+Slow+&amp;link=http://johnnypeck.com/netbeans-plugins-and-git&amp;notes=Just%20a%20quick%20note%20about%20NetBeans.%20I%20use%20NetBeans%20IDE%207.0.1%20at%20the%20moment%20and%20not%20too%20long%20ago%20I%20installed%20the%20Git%20plugin%20from%20the%20Plugin%20Portal%20in%20the%20hopes%20that%20it%20would%20speed%20up%20my%20workflow%20a%20bit.%20In%20all%20honesty%2C%20I%27m%20a%20big%20fan%20of%20Git%20on%20the%20command%20line%20and%20never%20really%20even%20used%20the%20Git%20plugin%20as&amp;short_link=http://bit.ly/tVlYnq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=NetBeans%2C+Plugins+and+Git+-+Too+Slow+&amp;link=http://johnnypeck.com/netbeans-plugins-and-git&amp;notes=Just%20a%20quick%20note%20about%20NetBeans.%20I%20use%20NetBeans%20IDE%207.0.1%20at%20the%20moment%20and%20not%20too%20long%20ago%20I%20installed%20the%20Git%20plugin%20from%20the%20Plugin%20Portal%20in%20the%20hopes%20that%20it%20would%20speed%20up%20my%20workflow%20a%20bit.%20In%20all%20honesty%2C%20I%27m%20a%20big%20fan%20of%20Git%20on%20the%20command%20line%20and%20never%20really%20even%20used%20the%20Git%20plugin%20as&amp;short_link=http://bit.ly/tVlYnq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=NetBeans%2C+Plugins+and+Git+-+Too+Slow+&amp;link=http://johnnypeck.com/netbeans-plugins-and-git&amp;notes=Just%20a%20quick%20note%20about%20NetBeans.%20I%20use%20NetBeans%20IDE%207.0.1%20at%20the%20moment%20and%20not%20too%20long%20ago%20I%20installed%20the%20Git%20plugin%20from%20the%20Plugin%20Portal%20in%20the%20hopes%20that%20it%20would%20speed%20up%20my%20workflow%20a%20bit.%20In%20all%20honesty%2C%20I%27m%20a%20big%20fan%20of%20Git%20on%20the%20command%20line%20and%20never%20really%20even%20used%20the%20Git%20plugin%20as&amp;short_link=http://bit.ly/tVlYnq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=NetBeans%2C+Plugins+and+Git+-+Too+Slow+&amp;link=http://johnnypeck.com/netbeans-plugins-and-git&amp;notes=Just%20a%20quick%20note%20about%20NetBeans.%20I%20use%20NetBeans%20IDE%207.0.1%20at%20the%20moment%20and%20not%20too%20long%20ago%20I%20installed%20the%20Git%20plugin%20from%20the%20Plugin%20Portal%20in%20the%20hopes%20that%20it%20would%20speed%20up%20my%20workflow%20a%20bit.%20In%20all%20honesty%2C%20I%27m%20a%20big%20fan%20of%20Git%20on%20the%20command%20line%20and%20never%20really%20even%20used%20the%20Git%20plugin%20as&amp;short_link=http://bit.ly/tVlYnq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=NetBeans%2C+Plugins+and+Git+-+Too+Slow+&amp;link=http://johnnypeck.com/netbeans-plugins-and-git&amp;notes=Just%20a%20quick%20note%20about%20NetBeans.%20I%20use%20NetBeans%20IDE%207.0.1%20at%20the%20moment%20and%20not%20too%20long%20ago%20I%20installed%20the%20Git%20plugin%20from%20the%20Plugin%20Portal%20in%20the%20hopes%20that%20it%20would%20speed%20up%20my%20workflow%20a%20bit.%20In%20all%20honesty%2C%20I%27m%20a%20big%20fan%20of%20Git%20on%20the%20command%20line%20and%20never%20really%20even%20used%20the%20Git%20plugin%20as&amp;short_link=http://bit.ly/tVlYnq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=NetBeans%2C+Plugins+and+Git+-+Too+Slow+&amp;link=http://johnnypeck.com/netbeans-plugins-and-git&amp;notes=Just%20a%20quick%20note%20about%20NetBeans.%20I%20use%20NetBeans%20IDE%207.0.1%20at%20the%20moment%20and%20not%20too%20long%20ago%20I%20installed%20the%20Git%20plugin%20from%20the%20Plugin%20Portal%20in%20the%20hopes%20that%20it%20would%20speed%20up%20my%20workflow%20a%20bit.%20In%20all%20honesty%2C%20I%27m%20a%20big%20fan%20of%20Git%20on%20the%20command%20line%20and%20never%20really%20even%20used%20the%20Git%20plugin%20as&amp;short_link=http://bit.ly/tVlYnq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=NetBeans%2C+Plugins+and+Git+-+Too+Slow+&amp;link=http://johnnypeck.com/netbeans-plugins-and-git&amp;notes=Just%20a%20quick%20note%20about%20NetBeans.%20I%20use%20NetBeans%20IDE%207.0.1%20at%20the%20moment%20and%20not%20too%20long%20ago%20I%20installed%20the%20Git%20plugin%20from%20the%20Plugin%20Portal%20in%20the%20hopes%20that%20it%20would%20speed%20up%20my%20workflow%20a%20bit.%20In%20all%20honesty%2C%20I%27m%20a%20big%20fan%20of%20Git%20on%20the%20command%20line%20and%20never%20really%20even%20used%20the%20Git%20plugin%20as&amp;short_link=http://bit.ly/tVlYnq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=NetBeans%2C+Plugins+and+Git+-+Too+Slow+&amp;link=http://johnnypeck.com/netbeans-plugins-and-git&amp;notes=Just%20a%20quick%20note%20about%20NetBeans.%20I%20use%20NetBeans%20IDE%207.0.1%20at%20the%20moment%20and%20not%20too%20long%20ago%20I%20installed%20the%20Git%20plugin%20from%20the%20Plugin%20Portal%20in%20the%20hopes%20that%20it%20would%20speed%20up%20my%20workflow%20a%20bit.%20In%20all%20honesty%2C%20I%27m%20a%20big%20fan%20of%20Git%20on%20the%20command%20line%20and%20never%20really%20even%20used%20the%20Git%20plugin%20as&amp;short_link=http://bit.ly/tVlYnq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=NetBeans%2C+Plugins+and+Git+-+Too+Slow+&amp;link=http://johnnypeck.com/netbeans-plugins-and-git&amp;notes=Just%20a%20quick%20note%20about%20NetBeans.%20I%20use%20NetBeans%20IDE%207.0.1%20at%20the%20moment%20and%20not%20too%20long%20ago%20I%20installed%20the%20Git%20plugin%20from%20the%20Plugin%20Portal%20in%20the%20hopes%20that%20it%20would%20speed%20up%20my%20workflow%20a%20bit.%20In%20all%20honesty%2C%20I%27m%20a%20big%20fan%20of%20Git%20on%20the%20command%20line%20and%20never%20really%20even%20used%20the%20Git%20plugin%20as&amp;short_link=http://bit.ly/tVlYnq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
</ul><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://johnnypeck.com/netbeans-plugins-and-git/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag Gallery Update and TimThumb</title>
		<link>http://johnnypeck.com/tag-gallery-update-and-timthumb</link>
		<comments>http://johnnypeck.com/tag-gallery-update-and-timthumb#comments</comments>
		<pubDate>Sun, 02 Oct 2011 17:27:41 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://johnnypeck.com/?p=85</guid>
		<description><![CDATA[Update: The fix is in the repository at WordPress.org and should show up in your plugins shortly. Hopefully this fixes the path issues. The version number is 0.2.0. I was notified recently by the WordPress team that the version of TimThumb that was bundled with Tag Gallery contained a possible security vulnerability. In order to [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Update: The fix is in the repository at WordPress.org and should show up in your plugins shortly. Hopefully this fixes the path issues. The version number is 0.2.0.</p></blockquote>
<p>I was notified recently by the WordPress team that the version of TimThumb that was bundled with Tag Gallery contained a possible security vulnerability. In order to fix the issue I updated to the latest version of TimThumb for the current Tag Gallery. Unfortunately, there is a path issue occurring for many people including myself involving the way TimThumb calculates the document root for local files. I&#8217;ll be releasing a fix for this at some point today. Stay tuned.</p>
<p>Also, to clear up any confusion on the version and features, this will<em> only</em> be a security update without the new features I&#8217;ve been working on. The new version of Tag Gallery with new features will be 0.5 and as I find time to work on it I do although I&#8217;ve not be able to for months. I&#8217;ll keep everyone informed as time allows.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://johnnypeck.com/tag-gallery-update-and-timthumb/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery+Update+and+TimThumb&amp;link=http://johnnypeck.com/tag-gallery-update-and-timthumb&amp;notes=Update%3A%20The%20fix%20is%20in%20the%20repository%20at%20Wordpress.org%20and%20should%20show%20up%20in%20your%20plugins%20shortly.%20Hopefully%20this%20fixes%20the%20path%20issues.%20The%20version%20number%20is%200.2.0.%0D%0AI%20was%20notified%20recently%20by%20the%20WordPress%20team%20that%20the%20version%20of%20TimThumb%20that%20was%20bundled%20with%20Tag%20Gallery%20contained%20a%20possible%20secu&amp;short_link=http://bit.ly/njtYWz&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery+Update+and+TimThumb&amp;link=http://johnnypeck.com/tag-gallery-update-and-timthumb&amp;notes=Update%3A%20The%20fix%20is%20in%20the%20repository%20at%20Wordpress.org%20and%20should%20show%20up%20in%20your%20plugins%20shortly.%20Hopefully%20this%20fixes%20the%20path%20issues.%20The%20version%20number%20is%200.2.0.%0D%0AI%20was%20notified%20recently%20by%20the%20WordPress%20team%20that%20the%20version%20of%20TimThumb%20that%20was%20bundled%20with%20Tag%20Gallery%20contained%20a%20possible%20secu&amp;short_link=http://bit.ly/njtYWz&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery+Update+and+TimThumb&amp;link=http://johnnypeck.com/tag-gallery-update-and-timthumb&amp;notes=Update%3A%20The%20fix%20is%20in%20the%20repository%20at%20Wordpress.org%20and%20should%20show%20up%20in%20your%20plugins%20shortly.%20Hopefully%20this%20fixes%20the%20path%20issues.%20The%20version%20number%20is%200.2.0.%0D%0AI%20was%20notified%20recently%20by%20the%20WordPress%20team%20that%20the%20version%20of%20TimThumb%20that%20was%20bundled%20with%20Tag%20Gallery%20contained%20a%20possible%20secu&amp;short_link=http://bit.ly/njtYWz&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery+Update+and+TimThumb&amp;link=http://johnnypeck.com/tag-gallery-update-and-timthumb&amp;notes=Update%3A%20The%20fix%20is%20in%20the%20repository%20at%20Wordpress.org%20and%20should%20show%20up%20in%20your%20plugins%20shortly.%20Hopefully%20this%20fixes%20the%20path%20issues.%20The%20version%20number%20is%200.2.0.%0D%0AI%20was%20notified%20recently%20by%20the%20WordPress%20team%20that%20the%20version%20of%20TimThumb%20that%20was%20bundled%20with%20Tag%20Gallery%20contained%20a%20possible%20secu&amp;short_link=http://bit.ly/njtYWz&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery+Update+and+TimThumb&amp;link=http://johnnypeck.com/tag-gallery-update-and-timthumb&amp;notes=Update%3A%20The%20fix%20is%20in%20the%20repository%20at%20Wordpress.org%20and%20should%20show%20up%20in%20your%20plugins%20shortly.%20Hopefully%20this%20fixes%20the%20path%20issues.%20The%20version%20number%20is%200.2.0.%0D%0AI%20was%20notified%20recently%20by%20the%20WordPress%20team%20that%20the%20version%20of%20TimThumb%20that%20was%20bundled%20with%20Tag%20Gallery%20contained%20a%20possible%20secu&amp;short_link=http://bit.ly/njtYWz&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery+Update+and+TimThumb&amp;link=http://johnnypeck.com/tag-gallery-update-and-timthumb&amp;notes=Update%3A%20The%20fix%20is%20in%20the%20repository%20at%20Wordpress.org%20and%20should%20show%20up%20in%20your%20plugins%20shortly.%20Hopefully%20this%20fixes%20the%20path%20issues.%20The%20version%20number%20is%200.2.0.%0D%0AI%20was%20notified%20recently%20by%20the%20WordPress%20team%20that%20the%20version%20of%20TimThumb%20that%20was%20bundled%20with%20Tag%20Gallery%20contained%20a%20possible%20secu&amp;short_link=http://bit.ly/njtYWz&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery+Update+and+TimThumb&amp;link=http://johnnypeck.com/tag-gallery-update-and-timthumb&amp;notes=Update%3A%20The%20fix%20is%20in%20the%20repository%20at%20Wordpress.org%20and%20should%20show%20up%20in%20your%20plugins%20shortly.%20Hopefully%20this%20fixes%20the%20path%20issues.%20The%20version%20number%20is%200.2.0.%0D%0AI%20was%20notified%20recently%20by%20the%20WordPress%20team%20that%20the%20version%20of%20TimThumb%20that%20was%20bundled%20with%20Tag%20Gallery%20contained%20a%20possible%20secu&amp;short_link=http://bit.ly/njtYWz&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery+Update+and+TimThumb&amp;link=http://johnnypeck.com/tag-gallery-update-and-timthumb&amp;notes=Update%3A%20The%20fix%20is%20in%20the%20repository%20at%20Wordpress.org%20and%20should%20show%20up%20in%20your%20plugins%20shortly.%20Hopefully%20this%20fixes%20the%20path%20issues.%20The%20version%20number%20is%200.2.0.%0D%0AI%20was%20notified%20recently%20by%20the%20WordPress%20team%20that%20the%20version%20of%20TimThumb%20that%20was%20bundled%20with%20Tag%20Gallery%20contained%20a%20possible%20secu&amp;short_link=http://bit.ly/njtYWz&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery+Update+and+TimThumb&amp;link=http://johnnypeck.com/tag-gallery-update-and-timthumb&amp;notes=Update%3A%20The%20fix%20is%20in%20the%20repository%20at%20Wordpress.org%20and%20should%20show%20up%20in%20your%20plugins%20shortly.%20Hopefully%20this%20fixes%20the%20path%20issues.%20The%20version%20number%20is%200.2.0.%0D%0AI%20was%20notified%20recently%20by%20the%20WordPress%20team%20that%20the%20version%20of%20TimThumb%20that%20was%20bundled%20with%20Tag%20Gallery%20contained%20a%20possible%20secu&amp;short_link=http://bit.ly/njtYWz&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
</ul><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://johnnypeck.com/tag-gallery-update-and-timthumb/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>StackPress and Tag Gallery Update</title>
		<link>http://johnnypeck.com/stackpress-and-tag-gallery-update</link>
		<comments>http://johnnypeck.com/stackpress-and-tag-gallery-update#comments</comments>
		<pubDate>Fri, 04 Feb 2011 07:08:40 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://johnnypeck.com/?p=70</guid>
		<description><![CDATA[I&#8217;ve recently been using Stack Overflow quite a bit and find the discussions have helped me out often. I&#8217;ve decided to use the recently published API to allow a WordPress blog to retrieve and display information from the Stack Overflow family of sites via a widget or shortcode, whichever suits the given situation. I&#8217;ve only [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently been using Stack Overflow quite a bit and find the  discussions have helped me out often. I&#8217;ve decided to use the recently  published API to allow a WordPress blog to retrieve and display  information from the Stack Overflow family of sites via a widget or  shortcode, whichever suits the given situation.</p>
<p>I&#8217;ve only recently  begun work on the plugin but plan to release it publicly in the next  few weeks. The plugin is called StackPress and I hope you all enjoy it.</p>
<p><span id="more-70"></span></p>
<p>More  importantly, Tag Gallery 0.8 with all the super goodies is very close  to being finished. Widgets, Shortcode UI, new caching mechanism and Admin page with cache manager and setting defaults. It no longer relies on TimThumb so we can hide the thumbnail generation mechanism and get rid of the exposure it may cause. You can choose to use the old Tag Gallery version from the Admin page if you like but you will not get any goodies, just a few bug fixes. It also has a template system so you can make your own templates. Many effects have been added including grayscale, sepia, mirroring, water-marking and many more to come.</p>
<p>Most interesting, this release will mark the beginning Tag Gallery being able to handle more than just images. The architecture has changed drastically so we could, potentially, generate thumbnail previews of any file type including Video, PDF, ODT and many more. If the particular file type does not yet have a generator it can use an icon from the Media Library representing that file type. This feature is in the very early stages of development but it should be full steam rolling by the release of 1.0, which should be sometime in the late summer.</p>
<p>Anyhow, I had hoped to release an update to Tag Gallery by mid January but it doesn&#8217;t pay the bills. I am devoting much of my free time to it&#8217;s development though so I&#8217;m hoping to release it any day now. When you see Tag Gallery instances in the sidebar of this site you will know I&#8217;m within a week of it&#8217;s release.</p>
<p>Aloha!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://johnnypeck.com/stackpress-and-tag-gallery-update/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=StackPress+and+Tag+Gallery+Update&amp;link=http://johnnypeck.com/stackpress-and-tag-gallery-update&amp;notes=I%27ve%20recently%20been%20using%20Stack%20Overflow%20quite%20a%20bit%20and%20find%20the%20%20discussions%20have%20helped%20me%20out%20often.%20I%27ve%20decided%20to%20use%20the%20recently%20%20published%20API%20to%20allow%20a%20Wordpress%20blog%20to%20retrieve%20and%20display%20%20information%20from%20the%20Stack%20Overflow%20family%20of%20sites%20via%20a%20widget%20or%20%20shortcode%2C%20whichever%20suits%20t&amp;short_link=http://bit.ly/gtJh6m&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=StackPress+and+Tag+Gallery+Update&amp;link=http://johnnypeck.com/stackpress-and-tag-gallery-update&amp;notes=I%27ve%20recently%20been%20using%20Stack%20Overflow%20quite%20a%20bit%20and%20find%20the%20%20discussions%20have%20helped%20me%20out%20often.%20I%27ve%20decided%20to%20use%20the%20recently%20%20published%20API%20to%20allow%20a%20Wordpress%20blog%20to%20retrieve%20and%20display%20%20information%20from%20the%20Stack%20Overflow%20family%20of%20sites%20via%20a%20widget%20or%20%20shortcode%2C%20whichever%20suits%20t&amp;short_link=http://bit.ly/gtJh6m&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=StackPress+and+Tag+Gallery+Update&amp;link=http://johnnypeck.com/stackpress-and-tag-gallery-update&amp;notes=I%27ve%20recently%20been%20using%20Stack%20Overflow%20quite%20a%20bit%20and%20find%20the%20%20discussions%20have%20helped%20me%20out%20often.%20I%27ve%20decided%20to%20use%20the%20recently%20%20published%20API%20to%20allow%20a%20Wordpress%20blog%20to%20retrieve%20and%20display%20%20information%20from%20the%20Stack%20Overflow%20family%20of%20sites%20via%20a%20widget%20or%20%20shortcode%2C%20whichever%20suits%20t&amp;short_link=http://bit.ly/gtJh6m&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=StackPress+and+Tag+Gallery+Update&amp;link=http://johnnypeck.com/stackpress-and-tag-gallery-update&amp;notes=I%27ve%20recently%20been%20using%20Stack%20Overflow%20quite%20a%20bit%20and%20find%20the%20%20discussions%20have%20helped%20me%20out%20often.%20I%27ve%20decided%20to%20use%20the%20recently%20%20published%20API%20to%20allow%20a%20Wordpress%20blog%20to%20retrieve%20and%20display%20%20information%20from%20the%20Stack%20Overflow%20family%20of%20sites%20via%20a%20widget%20or%20%20shortcode%2C%20whichever%20suits%20t&amp;short_link=http://bit.ly/gtJh6m&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=StackPress+and+Tag+Gallery+Update&amp;link=http://johnnypeck.com/stackpress-and-tag-gallery-update&amp;notes=I%27ve%20recently%20been%20using%20Stack%20Overflow%20quite%20a%20bit%20and%20find%20the%20%20discussions%20have%20helped%20me%20out%20often.%20I%27ve%20decided%20to%20use%20the%20recently%20%20published%20API%20to%20allow%20a%20Wordpress%20blog%20to%20retrieve%20and%20display%20%20information%20from%20the%20Stack%20Overflow%20family%20of%20sites%20via%20a%20widget%20or%20%20shortcode%2C%20whichever%20suits%20t&amp;short_link=http://bit.ly/gtJh6m&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=StackPress+and+Tag+Gallery+Update&amp;link=http://johnnypeck.com/stackpress-and-tag-gallery-update&amp;notes=I%27ve%20recently%20been%20using%20Stack%20Overflow%20quite%20a%20bit%20and%20find%20the%20%20discussions%20have%20helped%20me%20out%20often.%20I%27ve%20decided%20to%20use%20the%20recently%20%20published%20API%20to%20allow%20a%20Wordpress%20blog%20to%20retrieve%20and%20display%20%20information%20from%20the%20Stack%20Overflow%20family%20of%20sites%20via%20a%20widget%20or%20%20shortcode%2C%20whichever%20suits%20t&amp;short_link=http://bit.ly/gtJh6m&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=StackPress+and+Tag+Gallery+Update&amp;link=http://johnnypeck.com/stackpress-and-tag-gallery-update&amp;notes=I%27ve%20recently%20been%20using%20Stack%20Overflow%20quite%20a%20bit%20and%20find%20the%20%20discussions%20have%20helped%20me%20out%20often.%20I%27ve%20decided%20to%20use%20the%20recently%20%20published%20API%20to%20allow%20a%20Wordpress%20blog%20to%20retrieve%20and%20display%20%20information%20from%20the%20Stack%20Overflow%20family%20of%20sites%20via%20a%20widget%20or%20%20shortcode%2C%20whichever%20suits%20t&amp;short_link=http://bit.ly/gtJh6m&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=StackPress+and+Tag+Gallery+Update&amp;link=http://johnnypeck.com/stackpress-and-tag-gallery-update&amp;notes=I%27ve%20recently%20been%20using%20Stack%20Overflow%20quite%20a%20bit%20and%20find%20the%20%20discussions%20have%20helped%20me%20out%20often.%20I%27ve%20decided%20to%20use%20the%20recently%20%20published%20API%20to%20allow%20a%20Wordpress%20blog%20to%20retrieve%20and%20display%20%20information%20from%20the%20Stack%20Overflow%20family%20of%20sites%20via%20a%20widget%20or%20%20shortcode%2C%20whichever%20suits%20t&amp;short_link=http://bit.ly/gtJh6m&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=StackPress+and+Tag+Gallery+Update&amp;link=http://johnnypeck.com/stackpress-and-tag-gallery-update&amp;notes=I%27ve%20recently%20been%20using%20Stack%20Overflow%20quite%20a%20bit%20and%20find%20the%20%20discussions%20have%20helped%20me%20out%20often.%20I%27ve%20decided%20to%20use%20the%20recently%20%20published%20API%20to%20allow%20a%20Wordpress%20blog%20to%20retrieve%20and%20display%20%20information%20from%20the%20Stack%20Overflow%20family%20of%20sites%20via%20a%20widget%20or%20%20shortcode%2C%20whichever%20suits%20t&amp;short_link=http://bit.ly/gtJh6m&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
</ul><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://johnnypeck.com/stackpress-and-tag-gallery-update/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tag Gallery</title>
		<link>http://johnnypeck.com/tag-gallery</link>
		<comments>http://johnnypeck.com/tag-gallery#comments</comments>
		<pubDate>Mon, 29 Mar 2010 03:03:19 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[tag-gallery]]></category>

		<guid isPermaLink="false">http://johnnypeck.com/?p=56</guid>
		<description><![CDATA[A few days ago I was looking for a better way to manage galleries in WordPress for a friends new site.  We found it rather awkward to deal with the built in gallery short-code when it came to removing images from a gallery or even adding them.  It seems ridiculous that media must be uploaded [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago I was looking for a better way to manage galleries in WordPress for a friends new site.  We found it rather awkward to deal with the built in gallery short-code when it came to removing images from a gallery or even adding them.  It seems ridiculous that media must be uploaded through a post or page to add it to a gallery.  Even more annoying is that you must delete an image from the Media Library as a whole just to remove it from a gallery on any given page.  This is rather unintuitive.  I think media should be managed completely by the Media Library and attached/unattached from pages or posts at will.  The post should simply be a vehicle to display media, not a part of the management of such.</p>
<p>I went searching for a better gallery implementation and of the 300 or so image plugins available none of them seem to do what we wanted.  I don&#8217;t want to install a whole new media management system such as NextGen gallery as WordPress already provides a Media Library.  I don&#8217;t want to host my media with an external provider as I would much rather keep control of my assets in one place: my blog.  I want to manage media in a more intuitive manner and very much like the gallery short-code without the shortcomings.</p>
<p>I found Justin Tadlock&#8217;s Cleaner Gallery which cleans up the built in gallery and allows for very easy inclusion of java-script lightbox effects such as the Thickbox which is included with WordPress.  Cleaner Gallery is a step in the right direction but still does not overcome the cumbersome management of the galleries, and it was never meant to!  Shortly after I found Paul Menard&#8217;s Media Tags plugin which is absolutely great.  So why not mash up the two into a Cleaner Gallery managed by Media Tags!</p>
<p>Introducing Tag Gallery.  It&#8217;s a quick piece of work and solves the issues of managing galleries, at least for me.  Your mileage may vary.  It is a short-code implementation and you can include as many of them as you wish on any given post or page.  You can set the thumbnail width and height and whether or not to show captions.  If you have Cleaner Gallery installed it will use your java-script settings from that plugin for the display of your tag-gallery. In fact, Tag Gallery generates the same markup as Cleaner Gallery and even includes the CSS from that plugin.  Why reinvent the wheel when you can maintain compatibility?</p>
			<div id="gallery-56" class="gallery gallery-56">
				<div class='gallery-row clear'>
					<dl class='gallery-item col-6'>
						<dt class='gallery-icon'><a href="http://johnnypeck.com/wp-content/uploads/2010/03/shortCodePage.jpg" title="Tag-Gallery Short Code" class="thickbox" rel="clean-gallery-56"><img src="http://johnnypeck.com/wp-content/plugins/tag-gallery/timthumb/timthumb.php?src=http://johnnypeck.com/wp-content/uploads/2010/03/shortCodePage.jpg&h=50&w=50" alt="Tag-Gallery Short Code" title="Tag-Gallery Short Code" /></a></dt>
					</dl>
					<dl class='gallery-item col-6'>
						<dt class='gallery-icon'><a href="http://johnnypeck.com/wp-content/uploads/2010/03/tagGalleryDisplayed.jpg" title="Two Tag Galleries Displayed" class="thickbox" rel="clean-gallery-56"><img src="http://johnnypeck.com/wp-content/plugins/tag-gallery/timthumb/timthumb.php?src=http://johnnypeck.com/wp-content/uploads/2010/03/tagGalleryDisplayed.jpg&h=50&w=50" alt="Two Tag Galleries Displayed" title="Two Tag Galleries Displayed" /></a></dt>
					</dl>
					<dl class='gallery-item col-6'>
						<dt class='gallery-icon'><a href="http://johnnypeck.com/wp-content/uploads/2010/03/withCleanerGalleryJSThickbox.jpg" title="Tag-Gallery with Thickbox" class="thickbox" rel="clean-gallery-56"><img src="http://johnnypeck.com/wp-content/plugins/tag-gallery/timthumb/timthumb.php?src=http://johnnypeck.com/wp-content/uploads/2010/03/withCleanerGalleryJSThickbox.jpg&h=50&w=50" alt="Tag-Gallery with Thickbox" title="Tag-Gallery with Thickbox" /></a></dt>
					</dl>
					<dl class='gallery-item col-6'>
						<dt class='gallery-icon'><a href="http://johnnypeck.com/wp-content/uploads/2010/03/profile-pic-one.jpg" title="Profile Pic One" class="thickbox" rel="clean-gallery-56"><img src="http://johnnypeck.com/wp-content/plugins/tag-gallery/timthumb/timthumb.php?src=http://johnnypeck.com/wp-content/uploads/2010/03/profile-pic-one.jpg&h=50&w=50" alt="Profile Pic One" title="Profile Pic One" /></a></dt>
					</dl>
					<dl class='gallery-item col-6'>
						<dt class='gallery-icon'><a href="http://johnnypeck.com/wp-content/uploads/2010/03/profile-pic-two.jpg" title="Profile Pic Two" class="thickbox" rel="clean-gallery-56"><img src="http://johnnypeck.com/wp-content/plugins/tag-gallery/timthumb/timthumb.php?src=http://johnnypeck.com/wp-content/uploads/2010/03/profile-pic-two.jpg&h=50&w=50" alt="Profile Pic Two" title="Profile Pic Two" /></a></dt>
					</dl>
					<dl class='gallery-item col-6'>
						<dt class='gallery-icon'><a href="http://johnnypeck.com/wp-content/uploads/2010/03/profile-pic-three.jpg" title="My nephew and I." class="thickbox" rel="clean-gallery-56"><img src="http://johnnypeck.com/wp-content/plugins/tag-gallery/timthumb/timthumb.php?src=http://johnnypeck.com/wp-content/uploads/2010/03/profile-pic-three.jpg&h=50&w=50" alt="My nephew and I." title="My nephew and I." /></a></dt>
					</dl>
				</div>
			</div>

<p><span id="more-56"></span></p>
<p>To use Tag Gallery simple add tags to your images in the Media Library (as long as Media Tags is installed!) and insert a short code similar to the following into your post or page:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:600px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">[tag-gallery tag=mytag columns=3 captionson=false theight=150 twidth=150]</div></div>
<p>What this tells Tag Gallery is to get all the images from the Media Library with the tag &#8216;mytag&#8217; and create a gallery three columns wide, without captions, and make the thumbnails 15opx square.  Of course, you need to wrap your short code in square brackets. <span style="text-decoration: line-through;"> At the moment, I don&#8217;t know how to show a short tag example with brackets without it being processed by WordPress.  Any clues to do so would be greatly appreciated. </span>Installed <a href="http://kpumuk.info/projects/wordpress-plugins/codecolorer/" target="_blank">Code Colorer</a>.  Seems to be working well enough.</p>
<p>So with the previous short-code we would end up with something like the following:</p>
			<div id="gallery-56-1" class="gallery gallery-56">
				<div class='gallery-row clear'>
					<dl class='gallery-item col-3'>
						<dt class='gallery-icon'><a href="http://johnnypeck.com/wp-content/uploads/2010/03/shortCodePage.jpg" title="Tag-Gallery Short Code" class="thickbox" rel="clean-gallery-56-1"><img src="http://johnnypeck.com/wp-content/plugins/tag-gallery/timthumb/timthumb.php?src=http://johnnypeck.com/wp-content/uploads/2010/03/shortCodePage.jpg&h=150&w=150" alt="Tag-Gallery Short Code" title="Tag-Gallery Short Code" /></a></dt>
					</dl>
					<dl class='gallery-item col-3'>
						<dt class='gallery-icon'><a href="http://johnnypeck.com/wp-content/uploads/2010/03/tagGalleryDisplayed.jpg" title="Two Tag Galleries Displayed" class="thickbox" rel="clean-gallery-56-1"><img src="http://johnnypeck.com/wp-content/plugins/tag-gallery/timthumb/timthumb.php?src=http://johnnypeck.com/wp-content/uploads/2010/03/tagGalleryDisplayed.jpg&h=150&w=150" alt="Two Tag Galleries Displayed" title="Two Tag Galleries Displayed" /></a></dt>
					</dl>
					<dl class='gallery-item col-3'>
						<dt class='gallery-icon'><a href="http://johnnypeck.com/wp-content/uploads/2010/03/withCleanerGalleryJSThickbox.jpg" title="Tag-Gallery with Thickbox" class="thickbox" rel="clean-gallery-56-1"><img src="http://johnnypeck.com/wp-content/plugins/tag-gallery/timthumb/timthumb.php?src=http://johnnypeck.com/wp-content/uploads/2010/03/withCleanerGalleryJSThickbox.jpg&h=150&w=150" alt="Tag-Gallery with Thickbox" title="Tag-Gallery with Thickbox" /></a></dt>
					</dl>
				</div>
			</div>

<p>By default, captions are set to false and thumbnails are set to 150px width and height.  Columns default to three and tag is set to &#8216;tag.&#8217;  If Tag Gallery can&#8217;t find your tag in the Media Library it will not display anything.  The following Tag Gallery has our thumbnail size set differently than the previous example.  Specifically, I set the &#8216;theight&#8217; property to 100.</p>
			<div id="gallery-56-2" class="gallery gallery-56">
				<div class='gallery-row clear'>
					<dl class='gallery-item col-3'>
						<dt class='gallery-icon'><a href="http://johnnypeck.com/wp-content/uploads/2010/03/shortCodePage.jpg" title="Tag-Gallery Short Code" class="thickbox" rel="clean-gallery-56-2"><img src="http://johnnypeck.com/wp-content/plugins/tag-gallery/timthumb/timthumb.php?src=http://johnnypeck.com/wp-content/uploads/2010/03/shortCodePage.jpg&h=100&w=150" alt="Tag-Gallery Short Code" title="Tag-Gallery Short Code" /></a></dt>
					</dl>
					<dl class='gallery-item col-3'>
						<dt class='gallery-icon'><a href="http://johnnypeck.com/wp-content/uploads/2010/03/tagGalleryDisplayed.jpg" title="Two Tag Galleries Displayed" class="thickbox" rel="clean-gallery-56-2"><img src="http://johnnypeck.com/wp-content/plugins/tag-gallery/timthumb/timthumb.php?src=http://johnnypeck.com/wp-content/uploads/2010/03/tagGalleryDisplayed.jpg&h=100&w=150" alt="Two Tag Galleries Displayed" title="Two Tag Galleries Displayed" /></a></dt>
					</dl>
					<dl class='gallery-item col-3'>
						<dt class='gallery-icon'><a href="http://johnnypeck.com/wp-content/uploads/2010/03/withCleanerGalleryJSThickbox.jpg" title="Tag-Gallery with Thickbox" class="thickbox" rel="clean-gallery-56-2"><img src="http://johnnypeck.com/wp-content/plugins/tag-gallery/timthumb/timthumb.php?src=http://johnnypeck.com/wp-content/uploads/2010/03/withCleanerGalleryJSThickbox.jpg&h=100&w=150" alt="Tag-Gallery with Thickbox" title="Tag-Gallery with Thickbox" /></a></dt>
					</dl>
				</div>
			</div>

<p>The plugin does not have any test cases and has only been used with WordPress 2.9+ so I can&#8217;t say whether it works with any previous versions.  Let me know if you find it works with them or not.  Honestly, your WordPress should be kept up to date but I understand some people have their reasons to keep with an older installation.  I don&#8217;t recommend it though.  If the plugin finds itself useful for people I will add features and fix any bugs that arise as I am made aware of them.  Check the readme.txt in the plugin for a list of options and what not.  Let me know if you find a bug and I hope you enjoy this simple but effective plugin.  Finally, I would like to thank Paul Menard and Justin Tadlock for their great plugins, without which, Tag Gallery would have been much more work.  Cheers and Aloha.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://johnnypeck.com/tag-gallery/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery&amp;link=http://johnnypeck.com/tag-gallery&amp;notes=A%20few%20days%20ago%20I%20was%20looking%20for%20a%20better%20way%20to%20manage%20galleries%20in%20Wordpress%20for%20a%20friends%20new%20site.%C2%A0%20We%20found%20it%20rather%20awkward%20to%20deal%20with%20the%20built%20in%20gallery%20short-code%20when%20it%20came%20to%20removing%20images%20from%20a%20gallery%20or%20even%20adding%20them.%C2%A0%20It%20seems%20ridiculous%20that%20media%20must%20be%20uploaded%20throu&amp;short_link=http://b2l.me/amjtj2&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery&amp;link=http://johnnypeck.com/tag-gallery&amp;notes=A%20few%20days%20ago%20I%20was%20looking%20for%20a%20better%20way%20to%20manage%20galleries%20in%20Wordpress%20for%20a%20friends%20new%20site.%C2%A0%20We%20found%20it%20rather%20awkward%20to%20deal%20with%20the%20built%20in%20gallery%20short-code%20when%20it%20came%20to%20removing%20images%20from%20a%20gallery%20or%20even%20adding%20them.%C2%A0%20It%20seems%20ridiculous%20that%20media%20must%20be%20uploaded%20throu&amp;short_link=http://b2l.me/amjtj2&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery&amp;link=http://johnnypeck.com/tag-gallery&amp;notes=A%20few%20days%20ago%20I%20was%20looking%20for%20a%20better%20way%20to%20manage%20galleries%20in%20Wordpress%20for%20a%20friends%20new%20site.%C2%A0%20We%20found%20it%20rather%20awkward%20to%20deal%20with%20the%20built%20in%20gallery%20short-code%20when%20it%20came%20to%20removing%20images%20from%20a%20gallery%20or%20even%20adding%20them.%C2%A0%20It%20seems%20ridiculous%20that%20media%20must%20be%20uploaded%20throu&amp;short_link=http://b2l.me/amjtj2&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery&amp;link=http://johnnypeck.com/tag-gallery&amp;notes=A%20few%20days%20ago%20I%20was%20looking%20for%20a%20better%20way%20to%20manage%20galleries%20in%20Wordpress%20for%20a%20friends%20new%20site.%C2%A0%20We%20found%20it%20rather%20awkward%20to%20deal%20with%20the%20built%20in%20gallery%20short-code%20when%20it%20came%20to%20removing%20images%20from%20a%20gallery%20or%20even%20adding%20them.%C2%A0%20It%20seems%20ridiculous%20that%20media%20must%20be%20uploaded%20throu&amp;short_link=http://b2l.me/amjtj2&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery&amp;link=http://johnnypeck.com/tag-gallery&amp;notes=A%20few%20days%20ago%20I%20was%20looking%20for%20a%20better%20way%20to%20manage%20galleries%20in%20Wordpress%20for%20a%20friends%20new%20site.%C2%A0%20We%20found%20it%20rather%20awkward%20to%20deal%20with%20the%20built%20in%20gallery%20short-code%20when%20it%20came%20to%20removing%20images%20from%20a%20gallery%20or%20even%20adding%20them.%C2%A0%20It%20seems%20ridiculous%20that%20media%20must%20be%20uploaded%20throu&amp;short_link=http://b2l.me/amjtj2&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery&amp;link=http://johnnypeck.com/tag-gallery&amp;notes=A%20few%20days%20ago%20I%20was%20looking%20for%20a%20better%20way%20to%20manage%20galleries%20in%20Wordpress%20for%20a%20friends%20new%20site.%C2%A0%20We%20found%20it%20rather%20awkward%20to%20deal%20with%20the%20built%20in%20gallery%20short-code%20when%20it%20came%20to%20removing%20images%20from%20a%20gallery%20or%20even%20adding%20them.%C2%A0%20It%20seems%20ridiculous%20that%20media%20must%20be%20uploaded%20throu&amp;short_link=http://b2l.me/amjtj2&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery&amp;link=http://johnnypeck.com/tag-gallery&amp;notes=A%20few%20days%20ago%20I%20was%20looking%20for%20a%20better%20way%20to%20manage%20galleries%20in%20Wordpress%20for%20a%20friends%20new%20site.%C2%A0%20We%20found%20it%20rather%20awkward%20to%20deal%20with%20the%20built%20in%20gallery%20short-code%20when%20it%20came%20to%20removing%20images%20from%20a%20gallery%20or%20even%20adding%20them.%C2%A0%20It%20seems%20ridiculous%20that%20media%20must%20be%20uploaded%20throu&amp;short_link=http://b2l.me/amjtj2&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery&amp;link=http://johnnypeck.com/tag-gallery&amp;notes=A%20few%20days%20ago%20I%20was%20looking%20for%20a%20better%20way%20to%20manage%20galleries%20in%20Wordpress%20for%20a%20friends%20new%20site.%C2%A0%20We%20found%20it%20rather%20awkward%20to%20deal%20with%20the%20built%20in%20gallery%20short-code%20when%20it%20came%20to%20removing%20images%20from%20a%20gallery%20or%20even%20adding%20them.%C2%A0%20It%20seems%20ridiculous%20that%20media%20must%20be%20uploaded%20throu&amp;short_link=http://b2l.me/amjtj2&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Tag+Gallery&amp;link=http://johnnypeck.com/tag-gallery&amp;notes=A%20few%20days%20ago%20I%20was%20looking%20for%20a%20better%20way%20to%20manage%20galleries%20in%20Wordpress%20for%20a%20friends%20new%20site.%C2%A0%20We%20found%20it%20rather%20awkward%20to%20deal%20with%20the%20built%20in%20gallery%20short-code%20when%20it%20came%20to%20removing%20images%20from%20a%20gallery%20or%20even%20adding%20them.%C2%A0%20It%20seems%20ridiculous%20that%20media%20must%20be%20uploaded%20throu&amp;short_link=http://b2l.me/amjtj2&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
</ul><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://johnnypeck.com/tag-gallery/feed</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>Migration</title>
		<link>http://johnnypeck.com/migration</link>
		<comments>http://johnnypeck.com/migration#comments</comments>
		<pubDate>Mon, 29 Mar 2010 00:09:14 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://johnnypeck.com/?p=53</guid>
		<description><![CDATA[Initially, I had installed this blog day before yesterday into a sub-directory on my domain.  About ten minutes ago I&#8217;ve decided to migrate the site into the root so some things may not be working properly for a bit as I clean up. Update: As I was migrating the website I lost the post about [...]]]></description>
			<content:encoded><![CDATA[<p>Initially, I had installed this blog day before yesterday into a sub-directory on my domain.  About ten minutes ago I&#8217;ve decided to migrate the site into the root so some things may not be working properly for a bit as I clean up.</p>
<p><strong>Update</strong>: As I was migrating the website I lost the post about tag-gallery.  Why did I lose it?  Because I edited the db by hand deleting post revisions and accidentally selected that post.  I always make backups before doing anything like this but considering the site is only two days old and there were only a few records I decided against it just to get the site up and moving.  Shame on me.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://johnnypeck.com/migration/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Migration&amp;link=http://johnnypeck.com/migration&amp;notes=Initially%2C%20I%20had%20installed%20this%20blog%20day%20before%20yesterday%20into%20a%20sub-directory%20on%20my%20domain.%C2%A0%20About%20ten%20minutes%20ago%20I%27ve%20decided%20to%20migrate%20the%20site%20into%20the%20root%20so%20some%20things%20may%20not%20be%20working%20properly%20for%20a%20bit%20as%20I%20clean%20up.%0D%0A%0D%0AUpdate%3A%20As%20I%20was%20migrating%20the%20website%20I%20lost%20the%20post%20about%20tag-&amp;short_link=http://b2l.me/amj6q3&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Migration&amp;link=http://johnnypeck.com/migration&amp;notes=Initially%2C%20I%20had%20installed%20this%20blog%20day%20before%20yesterday%20into%20a%20sub-directory%20on%20my%20domain.%C2%A0%20About%20ten%20minutes%20ago%20I%27ve%20decided%20to%20migrate%20the%20site%20into%20the%20root%20so%20some%20things%20may%20not%20be%20working%20properly%20for%20a%20bit%20as%20I%20clean%20up.%0D%0A%0D%0AUpdate%3A%20As%20I%20was%20migrating%20the%20website%20I%20lost%20the%20post%20about%20tag-&amp;short_link=http://b2l.me/amj6q3&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Migration&amp;link=http://johnnypeck.com/migration&amp;notes=Initially%2C%20I%20had%20installed%20this%20blog%20day%20before%20yesterday%20into%20a%20sub-directory%20on%20my%20domain.%C2%A0%20About%20ten%20minutes%20ago%20I%27ve%20decided%20to%20migrate%20the%20site%20into%20the%20root%20so%20some%20things%20may%20not%20be%20working%20properly%20for%20a%20bit%20as%20I%20clean%20up.%0D%0A%0D%0AUpdate%3A%20As%20I%20was%20migrating%20the%20website%20I%20lost%20the%20post%20about%20tag-&amp;short_link=http://b2l.me/amj6q3&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Migration&amp;link=http://johnnypeck.com/migration&amp;notes=Initially%2C%20I%20had%20installed%20this%20blog%20day%20before%20yesterday%20into%20a%20sub-directory%20on%20my%20domain.%C2%A0%20About%20ten%20minutes%20ago%20I%27ve%20decided%20to%20migrate%20the%20site%20into%20the%20root%20so%20some%20things%20may%20not%20be%20working%20properly%20for%20a%20bit%20as%20I%20clean%20up.%0D%0A%0D%0AUpdate%3A%20As%20I%20was%20migrating%20the%20website%20I%20lost%20the%20post%20about%20tag-&amp;short_link=http://b2l.me/amj6q3&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Migration&amp;link=http://johnnypeck.com/migration&amp;notes=Initially%2C%20I%20had%20installed%20this%20blog%20day%20before%20yesterday%20into%20a%20sub-directory%20on%20my%20domain.%C2%A0%20About%20ten%20minutes%20ago%20I%27ve%20decided%20to%20migrate%20the%20site%20into%20the%20root%20so%20some%20things%20may%20not%20be%20working%20properly%20for%20a%20bit%20as%20I%20clean%20up.%0D%0A%0D%0AUpdate%3A%20As%20I%20was%20migrating%20the%20website%20I%20lost%20the%20post%20about%20tag-&amp;short_link=http://b2l.me/amj6q3&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Migration&amp;link=http://johnnypeck.com/migration&amp;notes=Initially%2C%20I%20had%20installed%20this%20blog%20day%20before%20yesterday%20into%20a%20sub-directory%20on%20my%20domain.%C2%A0%20About%20ten%20minutes%20ago%20I%27ve%20decided%20to%20migrate%20the%20site%20into%20the%20root%20so%20some%20things%20may%20not%20be%20working%20properly%20for%20a%20bit%20as%20I%20clean%20up.%0D%0A%0D%0AUpdate%3A%20As%20I%20was%20migrating%20the%20website%20I%20lost%20the%20post%20about%20tag-&amp;short_link=http://b2l.me/amj6q3&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Migration&amp;link=http://johnnypeck.com/migration&amp;notes=Initially%2C%20I%20had%20installed%20this%20blog%20day%20before%20yesterday%20into%20a%20sub-directory%20on%20my%20domain.%C2%A0%20About%20ten%20minutes%20ago%20I%27ve%20decided%20to%20migrate%20the%20site%20into%20the%20root%20so%20some%20things%20may%20not%20be%20working%20properly%20for%20a%20bit%20as%20I%20clean%20up.%0D%0A%0D%0AUpdate%3A%20As%20I%20was%20migrating%20the%20website%20I%20lost%20the%20post%20about%20tag-&amp;short_link=http://b2l.me/amj6q3&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Migration&amp;link=http://johnnypeck.com/migration&amp;notes=Initially%2C%20I%20had%20installed%20this%20blog%20day%20before%20yesterday%20into%20a%20sub-directory%20on%20my%20domain.%C2%A0%20About%20ten%20minutes%20ago%20I%27ve%20decided%20to%20migrate%20the%20site%20into%20the%20root%20so%20some%20things%20may%20not%20be%20working%20properly%20for%20a%20bit%20as%20I%20clean%20up.%0D%0A%0D%0AUpdate%3A%20As%20I%20was%20migrating%20the%20website%20I%20lost%20the%20post%20about%20tag-&amp;short_link=http://b2l.me/amj6q3&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Migration&amp;link=http://johnnypeck.com/migration&amp;notes=Initially%2C%20I%20had%20installed%20this%20blog%20day%20before%20yesterday%20into%20a%20sub-directory%20on%20my%20domain.%C2%A0%20About%20ten%20minutes%20ago%20I%27ve%20decided%20to%20migrate%20the%20site%20into%20the%20root%20so%20some%20things%20may%20not%20be%20working%20properly%20for%20a%20bit%20as%20I%20clean%20up.%0D%0A%0D%0AUpdate%3A%20As%20I%20was%20migrating%20the%20website%20I%20lost%20the%20post%20about%20tag-&amp;short_link=http://b2l.me/amj6q3&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
</ul><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://johnnypeck.com/migration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World</title>
		<link>http://johnnypeck.com/hello-world-2</link>
		<comments>http://johnnypeck.com/hello-world-2#comments</comments>
		<pubDate>Fri, 26 Mar 2010 06:56:20 +0000</pubDate>
		<dc:creator>johnny</dc:creator>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://johnnypeck.com/?p=25</guid>
		<description><![CDATA[Aloha and welcome to my new website.   I&#8217;ve hastened the creation of this site (installed it two hours ago) as I need  a place to organize all the things I&#8217;ve been working on and rather than waiting until I have the time to create the site I would prefer and chasing text files all over [...]]]></description>
			<content:encoded><![CDATA[<p>Aloha and welcome to my new website.   I&#8217;ve hastened the creation of this site (installed it two hours ago) as I need  a place to organize all the things I&#8217;ve been working on and rather than waiting until I have the time to create the site I would prefer and chasing text files all over the place, I figured I might as well just start putting up the content and let it evolve as it may.</p>
<p>I&#8217;ve built some <a href="http://www.collegiatetimes.com/stories/5508/former-student-creates-online-art-gallery" target="_blank">wild web experiences before</a> but I think the time for lightning bugs crawling around on your screen, 3D dandelion menus, and the like are taking a back seat for a bit.  In fact, I haven&#8217;t built crazy interfaces of the like in quite some time.  Content should be more interesting than the interface and the interface should strive to make that content <a href="http://www.w3.org/WAI/" target="_blank">accessible</a>, <a href="http://www.usability.gov/" target="_blank">easy</a>, and <a href="http://microformats.org/" target="_blank">portable</a>, to name and link a few basics.  At least for now&#8230; <img src='http://johnnypeck.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>The site you are viewing is running on WordPress 2.9.2 at the moment.  It is being served by the beautiful <a title="Nginx" href="http://nginx.org/" target="_blank">Nginx</a> web server and <a title="PHP 5.2.10" href="http://php.net" target="_blank">PHP 5.2.10</a>.  It&#8217;s caching content using <a title="WP Super Cache" href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache</a> and a few rather interesting rewrite rules in the Nginx configuration.  I&#8217;ve recently been moving all my websites from Media Temple, whom served me well for nearly eight years, to a few virtual private and cloud based hosting services.  I&#8217;m sure I will blog about my reasons for said migration soon enough.  I hope this site evolves to provide some interesting and useful  content.</p>
<p><span id="more-25"></span></p>
<p>I have been working on building a new company over the past nine months called <a href="http://shiftus.com" target="_blank">Shiftus</a>.  It deals with the tedious and mundane tasks of managing schedules across timezones, locations, roles, and other automagical hooplah.  I hope it will prove helpful to some and I think the word automagical should be in the dictionary.  Aside from building Shiftus I also do consulting work of various types from building websites and mobile applications to software auditing and artwork.  If your stuff is broken I might be able to fix it; no promises but I&#8217;ve made a few things work here and there over the years so if you have an interesting project drop me a line.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://johnnypeck.com/hello-world-2/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Hello+World&amp;link=http://johnnypeck.com/hello-world-2&amp;notes=Aloha%20and%20welcome%20to%20my%20new%20website.%C2%A0%C2%A0%20I%27ve%20hastened%20the%20creation%20of%20this%20site%20%28installed%20it%20two%20hours%20ago%29%20as%20I%20need%C2%A0%20a%20place%20to%20organize%20all%20the%20things%20I%27ve%20been%20working%20on%20and%20rather%20than%20waiting%20until%20I%20have%20the%20time%20to%20create%20the%20site%20I%20would%20prefer%20and%20chasing%20text%20files%20all%20over%20the%20place%2C&amp;short_link=http://b2l.me/amk7eq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Hello+World&amp;link=http://johnnypeck.com/hello-world-2&amp;notes=Aloha%20and%20welcome%20to%20my%20new%20website.%C2%A0%C2%A0%20I%27ve%20hastened%20the%20creation%20of%20this%20site%20%28installed%20it%20two%20hours%20ago%29%20as%20I%20need%C2%A0%20a%20place%20to%20organize%20all%20the%20things%20I%27ve%20been%20working%20on%20and%20rather%20than%20waiting%20until%20I%20have%20the%20time%20to%20create%20the%20site%20I%20would%20prefer%20and%20chasing%20text%20files%20all%20over%20the%20place%2C&amp;short_link=http://b2l.me/amk7eq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Hello+World&amp;link=http://johnnypeck.com/hello-world-2&amp;notes=Aloha%20and%20welcome%20to%20my%20new%20website.%C2%A0%C2%A0%20I%27ve%20hastened%20the%20creation%20of%20this%20site%20%28installed%20it%20two%20hours%20ago%29%20as%20I%20need%C2%A0%20a%20place%20to%20organize%20all%20the%20things%20I%27ve%20been%20working%20on%20and%20rather%20than%20waiting%20until%20I%20have%20the%20time%20to%20create%20the%20site%20I%20would%20prefer%20and%20chasing%20text%20files%20all%20over%20the%20place%2C&amp;short_link=http://b2l.me/amk7eq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Hello+World&amp;link=http://johnnypeck.com/hello-world-2&amp;notes=Aloha%20and%20welcome%20to%20my%20new%20website.%C2%A0%C2%A0%20I%27ve%20hastened%20the%20creation%20of%20this%20site%20%28installed%20it%20two%20hours%20ago%29%20as%20I%20need%C2%A0%20a%20place%20to%20organize%20all%20the%20things%20I%27ve%20been%20working%20on%20and%20rather%20than%20waiting%20until%20I%20have%20the%20time%20to%20create%20the%20site%20I%20would%20prefer%20and%20chasing%20text%20files%20all%20over%20the%20place%2C&amp;short_link=http://b2l.me/amk7eq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Hello+World&amp;link=http://johnnypeck.com/hello-world-2&amp;notes=Aloha%20and%20welcome%20to%20my%20new%20website.%C2%A0%C2%A0%20I%27ve%20hastened%20the%20creation%20of%20this%20site%20%28installed%20it%20two%20hours%20ago%29%20as%20I%20need%C2%A0%20a%20place%20to%20organize%20all%20the%20things%20I%27ve%20been%20working%20on%20and%20rather%20than%20waiting%20until%20I%20have%20the%20time%20to%20create%20the%20site%20I%20would%20prefer%20and%20chasing%20text%20files%20all%20over%20the%20place%2C&amp;short_link=http://b2l.me/amk7eq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Hello+World&amp;link=http://johnnypeck.com/hello-world-2&amp;notes=Aloha%20and%20welcome%20to%20my%20new%20website.%C2%A0%C2%A0%20I%27ve%20hastened%20the%20creation%20of%20this%20site%20%28installed%20it%20two%20hours%20ago%29%20as%20I%20need%C2%A0%20a%20place%20to%20organize%20all%20the%20things%20I%27ve%20been%20working%20on%20and%20rather%20than%20waiting%20until%20I%20have%20the%20time%20to%20create%20the%20site%20I%20would%20prefer%20and%20chasing%20text%20files%20all%20over%20the%20place%2C&amp;short_link=http://b2l.me/amk7eq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Hello+World&amp;link=http://johnnypeck.com/hello-world-2&amp;notes=Aloha%20and%20welcome%20to%20my%20new%20website.%C2%A0%C2%A0%20I%27ve%20hastened%20the%20creation%20of%20this%20site%20%28installed%20it%20two%20hours%20ago%29%20as%20I%20need%C2%A0%20a%20place%20to%20organize%20all%20the%20things%20I%27ve%20been%20working%20on%20and%20rather%20than%20waiting%20until%20I%20have%20the%20time%20to%20create%20the%20site%20I%20would%20prefer%20and%20chasing%20text%20files%20all%20over%20the%20place%2C&amp;short_link=http://b2l.me/amk7eq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Hello+World&amp;link=http://johnnypeck.com/hello-world-2&amp;notes=Aloha%20and%20welcome%20to%20my%20new%20website.%C2%A0%C2%A0%20I%27ve%20hastened%20the%20creation%20of%20this%20site%20%28installed%20it%20two%20hours%20ago%29%20as%20I%20need%C2%A0%20a%20place%20to%20organize%20all%20the%20things%20I%27ve%20been%20working%20on%20and%20rather%20than%20waiting%20until%20I%20have%20the%20time%20to%20create%20the%20site%20I%20would%20prefer%20and%20chasing%20text%20files%20all%20over%20the%20place%2C&amp;short_link=http://b2l.me/amk7eq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Hello+World&amp;link=http://johnnypeck.com/hello-world-2&amp;notes=Aloha%20and%20welcome%20to%20my%20new%20website.%C2%A0%C2%A0%20I%27ve%20hastened%20the%20creation%20of%20this%20site%20%28installed%20it%20two%20hours%20ago%29%20as%20I%20need%C2%A0%20a%20place%20to%20organize%20all%20the%20things%20I%27ve%20been%20working%20on%20and%20rather%20than%20waiting%20until%20I%20have%20the%20time%20to%20create%20the%20site%20I%20would%20prefer%20and%20chasing%20text%20files%20all%20over%20the%20place%2C&amp;short_link=http://b2l.me/amk7eq&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
</ul><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://johnnypeck.com/hello-world-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

