<?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>noble giant</title>
	<atom:link href="http://noblegiant.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://noblegiant.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 30 Mar 2012 14:54:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iTunes Preview Widget</title>
		<link>http://noblegiant.com/blog/itunes-preview-widget/</link>
		<comments>http://noblegiant.com/blog/itunes-preview-widget/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 16:00:27 +0000</pubDate>
		<dc:creator>Jordan Andree</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Quotes]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://noblegiant.com/blog/?p=689</guid>
		<description><![CDATA[This plugin is no longer supported, but feel free to download and use at your own discretion :) Recently, Twitter announced on a post from their blog that you can now preview itunes music from tweets containing itunes urls. Pretty sweet &#8230; <a href="http://noblegiant.com/blog/itunes-preview-widget/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>This plugin is no longer supported, but feel free to download and use at your own discretion :)</strong></p>
<p>Recently, Twitter announced on <a href="http://blog.twitter.com/2010/11/twitter-ping-discovering-more-music.html" target="_blank">a post from their blog</a> that you can now preview itunes music from tweets containing itunes urls.<br />
Pretty sweet and i was almost immediately intrigued by the new service. So I decided to figure it out.</p>
<p>Its really interesting how behind this new feature is some-what of hidden API for producing iTunes Preview urls made for an iframe (I would assume tailored specifically for Twitter).<br />
With a tool like Firebug and network monitoring on, the requests and API parameters are pretty easy to spot&#8230;making it not so hidden.</p>
<p>Also interesting  is the <a href="http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html" target="_blank">iTunes Search API</a>, that seems to be hiding itself in secrecy as well (or maybe I have been living under a rock).</p>
<p>Anywho, for those interested in generating embeddable Itunes Preview Widgets for their website or blog, by all means: <a href="http://noblegiant.com/itunes/" target="_blank">http://noblegiant.com/itunes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://noblegiant.com/blog/itunes-preview-widget/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress Self-Installer</title>
		<link>http://noblegiant.com/blog/wordpress-self-installer/</link>
		<comments>http://noblegiant.com/blog/wordpress-self-installer/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 04:56:46 +0000</pubDate>
		<dc:creator>Jordan Andree</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Quotes]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[self-installer]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://noblegiant.com/blog/?p=207</guid>
		<description><![CDATA[I love WordPress. I use it almost everyday and for almost every web project that I am involved in. Whether designed, developing, or extending, WordPress has become so close to a default for me its not even funny. With all &#8230; <a href="http://noblegiant.com/blog/wordpress-self-installer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I love <a href="http://wordpress.org" target="_blank">WordPress</a>. I use it almost everyday and for almost every web project that I am involved in. Whether designed, developing, or extending, WordPress has become so close to a default for me its not even funny.</p>
<p>With all these WordPress sites being rolled out, my local development server has become trodden with folders and folders of WordPress installs. I always begin a site locally in development and then migrate to a test server later on for previewing, so sometimes it gets rather time consuming to do manual WordPress installs once, or twice, or sometimes three times a day. That&#8217;s basically what spawned this idea.</p>
<p>Okay, I know this might not be a super break through script, judging by the fact that most shared hosts come pre-installed with <a href="http://cpanel-host.com/fantastico/" target="_blank">Fantastico</a> or have their own &#8220;1-Click&#8221; WordPress installers (a la <a href="http://kb.mediatemple.net/questions/913/Installing+WordPress+using+the+1-Click+Application+Tool" target="_blank">MediaTemple</a>), but that doesn&#8217;t help us developers who enjoy the speed and control of developing  locally. In addition, there aren&#8217;t any free development versions of Fantastico or anything of the like. lame.</p>
<p><em>As a disclaimer, this script is a work-in-progress. It currently runs great for me on my Mac running Snow Leopard 10.6.4. If your on a different OS, than be careful when running this, since it is writing and renaming files.</em></p>
<p><strong>Requirements </strong></p>
<ul>
<li>PHP and MySQL (duh)</li>
<li><a href="http://php.net/manual/en/book.curl.php" target="_blank">cURL</a> PHP Extension</li>
<li><a href="http://www.gnu.org/software/tar/" target="_blank">Tar</a> command-line capabilities &#8211; comes pre-installed on Unix based systems (Windows users &gt; try installing <a href="http://gnuwin32.sourceforge.net/packages/gtar.htm" target="_blank">this</a>)</li>
</ul>
<p><strong>What exactly this script does</strong></p>
<ol>
<li>Uses MySQL connection to create new database for WordPress</li>
<li>cURL then grabs latest wordpress tar.gz archive</li>
<li>PHP then asks server to extract the Tar to a directory following the same name as the database</li>
<li>Setups up core wp-config.php file with already-in-place MySQL connection info</li>
<li>Redirects to WordPress settings setup page for you to add your blog name, initial user account, etc</li>
</ol>
<p><strong>Setup and Execution<br />
</strong></p>
<ul>
<li>Download ZIP and copy wordpress.php to local servers root directory</li>
<li>Configure the <code>config</code> class with your MySQL information (host, user, pass)</li>
<li>Run the wordpress.php file through your web browser (for me thats <code>http://localhost/wordpress.php</code>)</li>
<li>You&#8217;ll then see a list of active WordPress installations on the left, and a place to create your new WordPress Install on the right.</li>
<li>Enter your new desired installation name, and click submit</li>
</ul>
<p><strong>Source Code</strong></p>
<ul>
<li><a href="http://noblegiant.com/blog/wp-content/uploads/2010/10/wordpress-self-installer.zip">Download ZIP</a> (4kb)</li>
</ul>
<p>Any comments, suggestions, or bug reports welcome :)</p>
<p>ALSO: posted the code up on <a href="http://github.com/jordanandree/wp-self-installer" target="_blank">gitHub</a> for those who are interested :)</p>
]]></content:encoded>
			<wfw:commentRss>http://noblegiant.com/blog/wordpress-self-installer/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

