<?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>The True Tribe &#187; environment</title>
	<atom:link href="http://www.thetruetribe.com/tag/environment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetruetribe.com</link>
	<description>Vroom! That&#039;s us leaving IE in the dust.</description>
	<lastBuildDate>Fri, 22 Jan 2010 23:34:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting Up a Windows Vista Development Environment</title>
		<link>http://www.thetruetribe.com/2009/07/setting-up-a-windows-vista-development-environment/</link>
		<comments>http://www.thetruetribe.com/2009/07/setting-up-a-windows-vista-development-environment/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 05:37:06 +0000</pubDate>
		<dc:creator>jdempcy</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://wordpress.thetruetribe.com/?p=65</guid>
		<description><![CDATA[I recently purchased a new computer and was faced with the task of setting up a fresh installation of Windows Vista with all of the web development goodies I&#8217;ve come to know and love.
Here&#8217;s a walkthrough for what I did to get set up, starting from square one. This is literally everything I did and [...]]]></description>
			<content:encoded><![CDATA[<p>I recently purchased a new computer and was faced with the task of setting up a fresh installation of Windows Vista with all of the web development goodies I&#8217;ve come to know and love.</p>
<p>Here&#8217;s a walkthrough for what I did to get set up, starting from square one. This is literally everything I did and installed from when I was first able to access the desktop after a fresh install.</p>
<p><span id="more-65"></span></p>
<p><img src="http://www.thetruetribe.com/images/stories/1-1216221367ByEe.jpg" border="0" alt="" /></p>
<p><strong>Web Browsers</strong></p>
<ol>
<li><a href="http://www.getfirefox.com/">Install Firefox.</a> Seriously, do I even have to mention this?</li>
<li><a href="http://www.google.com/chrome">Install Chrome</a>. I use Chrome for using CMS&#8217;s since I feel it&#8217;s a bit faster than Firefox. Administrating Joomla sites, for instance.</li>
<li><a href="http://www.apple.com/safari/download/">Install Safari</a>. Safari Win has a somewhat different set of rendering bugs than it&#8217;s neighbor on the Mac, but there is enough of an overlap that I use it to spot-check.</li>
<li><a href="http://www.opera.com/download/">Install Opera</a>. It isn&#8217;t that widely used but I like to check out my sites in it.</li>
</ol>
<p><strong><span style="font-weight: normal"><img src="images/stories/tip_thumb.jpg" border="0" alt="" /></span>Development Tools and Useful Apps<br />
</strong></p>
<ol>
<li><a href="http://gisdeveloper.tripod.com/scite.html">Install SciTE with extensions.</a> It&#8217;s a kick-ass text editor with code coloring for a support for a multitude of languages.</li>
<li><a href="http://aptana.com/studio/download">Install Aptana Studio.</a> One of the best full-featured development environments around. Based on Eclipse so it can be a resource hog, and prone to some unusual behavior, but it&#8217;s still on a level beyond costly web dev IDEs like Dreamweaver.</li>
<li><a href="http://www.apachefriends.org/en/xampp-windows.html">Install XAMPP</a>. This is a bundle that includes the Apache web server, MySQL database and support for PHP and Perl. It comes with lots of goodies like a web interface with quick links to all of the administrative areas, e.g. pre-installed phpMyAdmin for administrating the MySQL database. Note: make sure you install this to a folder without spaces, e.g. <em>c:\xampp. </em>For more information, read our <a href="http://rticle%20on%20setting%20up%20xampp./">article on setting up XAMPP.</a></li>
<li><a href="http://tortoisesvn.net/downloads">Install TortoiseSVN</a>.</li>
<li><a href="http://www.7-zip.org/download.html">Install 7-Zip.</a></li>
<li><a href="http://www.softpedia.com/get/Office-tools/Text-editors/DAMN-NFO-Viewer.shtml">Install DAMN NFO Viewer</a>.</li>
<li><a href="http://www.magiciso.com/tutorials/miso-magicdisc-overview.htm">Install the MagicISO Virtual Drive.</a></li>
</ol>
<p><strong>Customizing Firefox</strong></p>
<p>I like the clean up Firefox and streamline it a bit. Here are some of the things I do after a fresh install.</p>
<ol>
<li>
<div>Delete the links in the bookmark toolbar (&#8220;Recent Headlines&#8221; and &#8220;Getting Started&#8221;) by right-clicking the bookmark and hitting &#8216;D&#8217; on the keyboard. You can keep &#8220;Most Visited&#8221; if you like since it is actually useful.</div>
</li>
<li>
<div>Right-click on the navigation buttons and choose &#8216;Customize&#8217; to streamline the icons. If you plan on using navigation icons, check the &#8216;Use small icons&#8217; box so they are at least small. Remove the &#8216;Home&#8217; link by dragging it away from the navbar.</div>
</li>
<li>
<div>Drag and the search box and the addressbar to the top area. Also, you can optionally drag the back/forward and stop/refresh buttons to the top, on the left of the addressbar. I personally remove the navigation in favor of keycommands. Instead of clicking back and forward buttons I just use the Alt+Left and Alt+Right keyboard shortcuts, respectively. I also remove the loading spinner on the top right of the page to save space. No need for a stop button when you can hit Esc, and why click the refresh button when you can hit CTRL+R? Obviously this is personal preference, but that&#8217;s how I roll!</div>
</li>
<li>
<div>Once you&#8217;re finished customizing it, hit &#8216;Done&#8217; and then right-click on the navigation again and click on &#8216;Navigation Toolbar&#8217; to hide it. We&#8217;ve just provided that much more screen real estate for what&#8217;s important, the web sites.</div>
</li>
</ol>
<p><strong><span style="font-weight: normal"><img title="Firebug" src="images/stories/firebug_logo-781750_thumb.png" border="0" alt="Firebug: Web Development Evolved" /></span>Firefox Extensions</strong></p>
<ol>
<li>
<div><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/184Firebug">Firebug</a></strong></div>
</li>
<li>
<div><a href="https://addons.mozilla.org/en-US/firefox/search?q=colorzilla&amp;cat=alColorZilla">ColorZilla</a></div>
</li>
<li>
<div><a href="https://measureit/">MeasureIt</a></div>
</li>
<li>
<div><a href="https://web%20developer/">Web Developer</a></div>
</li>
<li>
<div><a href="https://fireftp/">FireFTP</a></div>
</li>
<li>
<div><a href="https://delicious%20bookmarks/">Delicious Bookmarks</a></div>
</li>
<li>
<div><a href="https://scribefire/">ScribeFire</a></div>
</li>
<li><a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlasFlash%20Pluginh">Flash Plugin</a></li>
<li><a href="http://www.divx.com/divx/windows/download/index.php">DivX Plugin</a></li>
</ol>
<p>After installing the extensions and restarting, I add a few small icons to the top (on the left side of the addressbar). I add the icons for &#8220;Inspect Element&#8221; (Firebug), toggle the Web Developer Toolbar on and off, and tagging pages in Delicious.</p>
<p><strong>Firefox Search Engines</strong></p>
<p>You can install Firefox search engine plugins by visiting the <a href="http://mycroft.mozdev.org/">MyCroft Project</a> homepage. There are some nifty ones like Google Code Search. Also, you can install the MyCroft Project search plugin which actually searches available search plugins. How meta!</p>
<p>That&#8217;s it for now. I&#8217;m sure I left out a lot of great apps so I&#8217;ll have to write a follow-up. But, this is a pretty good start to getting up and running with a development environment.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.thetruetribe.com%2F2009%2F07%2Fsetting-up-a-windows-vista-development-environment%2F&amp;linkname=Setting%20Up%20a%20Windows%20Vista%20Development%20Environment"><img src="http://www.thetruetribe.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.thetruetribe.com/2009/07/setting-up-a-windows-vista-development-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
