<?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>JonnyReeves.co.uk &#187; sendmail</title>
	<atom:link href="http://www.jonnyreeves.co.uk/tag/sendmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonnyreeves.co.uk</link>
	<description>Actionscript, Flash, PHP and stuff</description>
	<lastBuildDate>Mon, 19 Jul 2010 15:36:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Development Environment.</title>
		<link>http://www.jonnyreeves.co.uk/2008/11/my-development-environment/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/11/my-development-environment/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 20:49:00 +0000</pubDate>
		<dc:creator>Jonny</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[pdt]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=63</guid>
		<description><![CDATA[I spend most of my development time sat in Eclipse, I find it funny (or maybe slightly alarming) that only four moths ago I had never ventured near an Integrated Development Environment and spent a lot of time toiling away with a Crimson Editor.  All I can say is that if you haven&#8217;t tried getting [...]]]></description>
			<content:encoded><![CDATA[<p>I spend most of my development time sat in Eclipse, I find it funny (or maybe slightly alarming) that only four moths ago I had never ventured near an Integrated Development Environment and spent a lot of time toiling away with a Crimson Editor.  All I can say is that if you haven&#8217;t tried getting to grips with Eclipse, then now is the time.</p>
<p>As my work is split between programming in PHP and ActionScript, I use Flex Builder as the base for my Eclipse Setup (Flex Builder 3 is built ontop of the Eclipse 3.3 platform).  Flex Builder comes with an ActionScript parser and debugger.  The parser is not as good as <a href="http://fdt.powerflasher.com/">FDT</a> (which I use at work), but is a damn sight cheaper which is always welcome.   Eclipse is incredibly modular and allows you to enhance it&#8217;s basic functionality buy installing components which provide additional perspective and functionality.   I make use of the following:</p>
<ul>
<li><a href="http://wiki.eclipse.org/PDT/Installation#Eclipse_3.3_.2F_Europa_.2F_PDT_1.0">PDT</a> 1.x &#8211; PHP Development Tool, includes code completion and syntax highlighting.</li>
<li><a href="http://subclipse.tigris.org/">Subclipse</a> 1.4 &#8211; SVN Integration for eclipse, essentail for checking in my own code and 3rd party code which I make sure of (Such as the CakePHP Core).  Again, if you&#8217;re not using SVN then you really should!</li>
</ul>
<p>I keep my PHP and ActionScript development seperate by using two Workspaces and swtiching between the two (I do a similar thing at work by having two workspaces for our ActionScript 2 and ActionScript 3 projects at <a href="http://mindcandy.com/">Mindcandy</a>).  To avoid any potential UAC problems in Vista, I make sure that my Workspace is located in my User folder &#8211; this also helps with backups keeping everything in one place.</p>
<p>To back this up, I run a straight forward Apache 2.2, MySQL 5 and PHP 5.2 stack ontop of Windows Vista x64 (Even with UAC turned on!).  I had no problems installing the stack, I just made sure that everything was installed inside my User folder.  (ie: C:\Users\Jonny\Webroot\Apache2-2, etc).  I configure individual vhosts for the projects I work on and point the webroot at my Eclipse Workspace (ie: C:\Users\Jonny\Projects\PHP\Project_Name). This allows me to simulate a webdeploy environment which makes deploying sites to a web server easier.  To complete my local dev setup I setup <a href="http://bfish.xaedalus.net/?p=163">fake sendmail</a> which allows the mail() funcitons inside PHP 5 to be relayed to a remote mail server (very handy! &#8212; again, I was suprised that this worked without a hitch on Vista x64).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/11/my-development-environment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
