<?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; windows</title>
	<atom:link href="http://www.thetruetribe.com/tag/windows/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>
		<item>
		<title>XAMPP All-in-one Web Development Stack</title>
		<link>http://www.thetruetribe.com/2008/06/xampp-all-in-one-web-development-stack/</link>
		<comments>http://www.thetruetribe.com/2008/06/xampp-all-in-one-web-development-stack/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 06:33:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://wordpress.thetruetribe.com/?p=36</guid>
		<description><![CDATA[
It&#8217;s time consuming setting up web development environments and any seasoned developer will have most likely spent countless hours debugging obscure configuration issues. Also, with the plethora of options available, some newer developers can have a hard time locating and choosing what to install.
It turns out that most dynamic websites use a fairly common setup [...]]]></description>
			<content:encoded><![CDATA[<p style="float: left; margin-right: 8px;"><img title="XAMPP" src="http://www.apachefriends.org/images/1240.jpg" border="0" alt="" /></p>
<p>It&#8217;s time consuming setting up web development environments and any seasoned developer will have most likely spent <span style="font-weight:bold;">countless hours debugging</span> obscure configuration issues. Also, with the plethora of options available, some newer developers can have a hard time locating and choosing what to install.<span id="more-36"></span></p>
<p>It turns out that most dynamic websites use a fairly common setup known as <a href="http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29">LAMP</a>, short for Linux, Apache, MySQL and PHP/Perl.</p>
<p>With this in mind, the developers at Apache Friends have released XAMPP, the X being an operating system of your choice. It comes with Apache, MySQL, PHP and Perl (along with a grab-bag of other goodies), and you can choose the package built for your OS.</p>
<p>Although I&#8217;m a sometime Ubuntu user, my current development environment is primarily on a Vista laptop. I grabbed the <a href="http://www.apachefriends.org/en/xampp-windows.html">Windows XAMPP package</a> and was amazed at how easy the &#8220;no-config&#8221; install was.</p>
<p><img title="WIZARD" src="http://www.apachefriends.org/images/1159.jpg" border="0" alt="" /></p>
<p>It includes:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Apache_%28web_server%29">Apache</a></li>
<li><a href="http://en.wikipedia.org/wiki/MySQL">MySQL</a></li>
<li><a href="http://en.wikipedia.org/wiki/PHP">PHP</a> + <a href="http://en.wikipedia.org/wiki/PEAR">PEAR</a></li>
<li><a href="http://en.wikipedia.org/wiki/Perl">Perl</a></li>
<li><a href="http://en.wikipedia.org/wiki/OpenSSL">OpenSSL</a></li>
<li><a href="http://en.wikipedia.org/wiki/PhpMyAdmin">phpMyAdmin</a></li>
<li><a href="http://en.wikipedia.org/wiki/Webalizer">Webalizer</a></li>
<li>Mercury Mail Transport System</li>
<li>Ming</li>
<li>JpGraph</li>
<li>FileZilla FTP Server</li>
<li>mcrypt</li>
<li>eAccelerator</li>
<li><a href="http://en.wikipedia.org/wiki/SQLite">SQLite</a>, and</li>
<li>WEB-DAV + mod_auth_mysql.</li>
</ul>
<p>Whew!  They threw in everything and the kitchen sink. But, luckily the <span style="font-weight:bold;">installation is painless </span>and you don&#8217;t have to worry about the stuff you might not use, plus it&#8217;s nice to know it&#8217;s there if you need it. phpMyAdmin makes managing the database a breeze and above all, everything <span style="font-style: italic;">just works</span>.</p>
<p>After downloading and installing the package to C:\xampp (they recommend against placing it in Program Files on Vista due to file permissions issues), I took it for a spin by visiting http://localhost in my browser. The user is presented with a handy control panel, with links pointing to all of the various parts of the XAMPP bundle.</p>
<p>Note: I chose to run Apache and MySQL as services, meaning they will always start when the computer boots up, but you may choose to run them as standalone programs if you don&#8217;t use them much. If you didn&#8217;t choose to install it as a service and are not getting a response from http://localhost, make sure you&#8217;re running Apache and MySQL.<br />
You can control which parts of XAMPP are running under Start / Programs / XAMPP. This is where you can start/stop servers as well as toggle them as services.</p>
<p><img title="CONTROLPANEL" src="http://www.apachefriends.org/images/1161.jpg" border="0" alt="" /></p>
<p><em>The XAMPP control panel for start/stop Apache, MySQL, FilaZilla &amp; Mercury</em></p>
<p>Assuming everything is working correctly, visiting http://localhost should result in the following screen:</p>
<p><img title="xamppbrowser" src="http://www.apachefriends.org/images/1213.jpg" border="0" alt="" /></p>
<p>If you need more options, such as Java/JSP support or Python, check out the add-ons available:</p>
<ul>
<li>Perl Addon with Mod_Perl and a selection important Perl Modules</li>
<li>Tomcat Addon (Requirement: SUN J2SE SDK must already be installed)</li>
<li>Cocoon for Tomcat Addon (Requirement: Tomcat Addon must already be installed)</li>
<li>Python Addon</li>
</ul>
<p><span style="font-style: italic;"> </span></p>
<p>A final note: This is for <span style="font-weight:bold;">development purposes only</span>, so it has absolutely no security. Don&#8217;t even think about using this set up in a live environment. You&#8217;ve been warned. Don&#8217;t believe me? Here&#8217;s the list of security holes:</p>
<p>Here a <a href="http://www.apachefriends.org/en/xampp-windows.html#644">list of missing security precautions</a> in XAMPP:</p>
<p>* The MySQL administrator (root) has no password.<br />
* The MySQL daemon is accessible via network.<br />
* PhpMyAdmin is accessible via network.<br />
* Examples are accessible via network.<br />
* The user of Mercury and FileZilla are known.</p>
<p>Even in development, it&#8217;s a good idea to <span style="font-weight:bold;">set passwords</span> and disable unused services. You can do so by changing the settings at http://localhost/security in a web browser.</p>
<p>For more info on XAMPP, visit the site the FAQ:</p>
<p><a href="http://www.apachefriends.org/en/faq-xampp-windows.html" target="_new"><img src="http://www.apachefriends.org/en/img/link.gif" border="0" alt="" /> http://www.apachefriends.org/en/faq-xampp-windows.html</a></p>
<p>Or the forum:</p>
<p><a href="http://www.apachefriends.org/f/" target="_new"><img src="http://www.apachefriends.org/en/img/link.gif" border="0" alt="" /> http://www.apachefriends.org/f/</a></p>
<p>Happy XAMPPin&#8217;!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.thetruetribe.com%2F2008%2F06%2Fxampp-all-in-one-web-development-stack%2F&amp;linkname=XAMPP%20All-in-one%20Web%20Development%20Stack"><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/2008/06/xampp-all-in-one-web-development-stack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
