<?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>Daniel Tome's blog &#187; FlashDevelop</title>
	<atom:link href="http://www.danieltome.com/blog/category/flashdevelop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danieltome.com/blog</link>
	<description>Flash, PHP, Open Source, Actionscript, Australia and Argentina stuff.</description>
	<lastBuildDate>Tue, 18 Nov 2008 00:48:06 +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>FlashDevelop and PHP</title>
		<link>http://www.danieltome.com/blog/2008/04/28/flashdevelop-and-php/</link>
		<comments>http://www.danieltome.com/blog/2008/04/28/flashdevelop-and-php/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 21:34:57 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[Development Environment]]></category>
		<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[hAxe]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[ide]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/?p=78</guid>
		<description><![CDATA[The future of coding PHP in FlashDevelop may be quite closer than expected, thanks to user: kuzya (flashdevelop member from russia)
http://www.flashdevelop.org/community/viewtopic.php?p=13082
He modified the HaXeContext plugin and now you can see your php class methods and variables in the outline pane. It was a bit buggy, and then Philippe managed to get to get a basic [...]]]></description>
			<content:encoded><![CDATA[<p>The future of coding PHP in FlashDevelop may be quite closer than expected, thanks to user: kuzya (flashdevelop member from russia)</p>
<p><a title="PHP Methods and variables in FlashDevelop" href="http://www.flashdevelop.org/community/viewtopic.php?p=13082" target="_blank">http://www.flashdevelop.org/community/viewtopic.php?p=13082</a></p>
<p>He modified the <span class="postbody">HaXeContext plugin and now you can see your php class methods and variables in the outline pane. It was a bit buggy, and then Philippe managed to get to get a basic PHP context working overnight!</span></p>
<p><span class="postbody">Philippe&#8217;s version is the Flashdevelop SVN. If you would like to know how to compile the source code and get started with FD development go here: <a title="Compile FlashDevelop source code" href="http://www.flashdevelop.org/community/viewtopic.php?t=8" target="_blank">Participation [Getting started with FD Development]</a><br />
</span></p>
<p><span class="postbody">If you want to try out the initial HAxe Context by kuzya, you can download the plugin: </span><a title="Kuzya initial HTML Context (for PHP)" href="http://spbgu.ru/upload/kuzya/HTMLContext.dll" target="_blank">http://spbgu.ru/upload/kuzya/HTMLContext.dll</a></p>
<p>Copy that dll in your Flashdevelop plugins folder:</p>
<p>Usually: C:\Program Files\FlashDevelop\Plugins<br />
Open a PHP file in FlashDevelop then select Haxe from the Syntax Menu.</p>
<p>Here&#8217;s a screenshot:</p>
<p><a href="http://www.flashdevelop.org/community/viewtopic.php?p=13082"><img class="alignnone size-full wp-image-79" title="FlashDevelop PHP Outline" src="http://www.danieltome.com/blog/wp-content/uploads/2008/04/flashdevelop_php01.gif" alt="" width="434" height="522" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/04/28/flashdevelop-and-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What&#8217;s your Flash/PHP Development Environment like?</title>
		<link>http://www.danieltome.com/blog/2007/08/29/whats-your-flashphp-development-environment-like/</link>
		<comments>http://www.danieltome.com/blog/2007/08/29/whats-your-flashphp-development-environment-like/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 21:23:56 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[Development Environment]]></category>
		<category><![CDATA[FDT]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2007/08/29/whats-your-flashphp-development-environment-like/</guid>
		<description><![CDATA[I started using Flash at version 4, when I was working at W3.com.ar  and I remember also having to fiddle with some Flash 3 banners. When Flash 5 came out and you could do some proper coding, it was all done inside the IDE. Then we discovered the include directive and were using Textpad [...]]]></description>
			<content:encoded><![CDATA[<p>I started using Flash at version 4, when I was working at <a href="http://w3.com.ar/eng_index.html" title="W3 Argentina" target="_blank">W3.com.ar</a>  and I remember also having to fiddle with some Flash 3 banners. When Flash 5 came out and you could do some proper coding, it was all done inside the IDE. Then we discovered the include directive and were using <a href="http://www.textpad.com" title="Textpad. Windows text editor" target="_blank">Textpad</a> with most of our code.</p>
<p>Then came <a href="http://www.sephiroth.it/python/sepy.php" title="Sepy - Actionscript editor" target="_blank">SEPY</a> and I got hooked straight-away. Just last year I transitioned to <a href="http://www.flashdevelop.org" title="Flash Develop." target="_blank">FlashDevelop</a> and have been using that since. I convinced my fellow workmates and now we are all using it.</p>
<p>I knew there were other tools put there, but one that I really wanted to try was <a href="http://fdt.powerflasher.com/flashsite/flash.htm" title="FDT Flash for Eclipse" target="_blank">FDT</a>. Check out there cool site and view the demos they have.<br />
A couple of months back I won a license at <a href="http://flashdev.org.au/" title="Sydney Flash User Group" target="_blank">Sydney&#8217;s Flash User Group</a> (thanks Chris!) and I have started using it for tests. I currently haven&#8217;t fully switched yet, because I find FlashDevelop quite fast and very easy to use compared to FDT. Though FDT has on the fly syntax checking. It means I don&#8217;t have to press F7 each time before compiling.</p>
<p>Then talking about my PHP development environment. It was trusty old Textpad through-out all these years. Adding different syntax libraries, macros and all kind of clip extensions. But it was never an IDE. It was missing syntax checking and the famous &#8220;<a href="http://en.wikipedia.org/wiki/IntelliSense" title="Auto Completion" target="_blank">intellisense</a>&#8221;</p>
<p>Now I have started to move towards Eclipse, and I&#8217;ve tried <a href="http://http://sourceforge.net/projects/phpeclipse" title="PHP Eclipse" target="_blank">PHPEclipse</a> and <a href="http://www.eclipse.org/pdt/" title="Eclipse PHP Development" target="_blank">PDT</a>. I had troubles with PDT but I didn&#8217;t have much time on my hands to see why it wasn&#8217;t working as expected. I will try to consolidate my both main languages (Flash and PHP) under one IDE.</p>
<p>My next step is to use them both on a production project. Then I will be able to assess if it&#8217;s worth switching from FlashDevelop.</p>
<p>It would be great to here what others are using for their own PHP and Flash development.<br />
Please add a comment below.</p>
<p>Some extra resources:<br />
<a href="http://www.blog.lessrain.com/?p=381" title="Flash Eclipse and FDT" target="_blank"> http://www.blog.lessrain.com/?p=381</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/08/29/whats-your-flashphp-development-environment-like/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Coding Fonts in FlashDevelop</title>
		<link>http://www.danieltome.com/blog/2006/12/30/coding-fonts-in-flashdevelop/</link>
		<comments>http://www.danieltome.com/blog/2006/12/30/coding-fonts-in-flashdevelop/#comments</comments>
		<pubDate>Fri, 29 Dec 2006 16:28:31 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
				<category><![CDATA[FlashDevelop]]></category>

		<guid isPermaLink="false">http://danieltome.com/index.php/2006/12/30/coding-fonts-in-flashdevelop/</guid>
		<description><![CDATA[ The default font for almost any programming editor is always Courier. The problem is that some characters aren&#8217;t easily differentiated. Letter L and number 1, and number zero and Uppercase O.


I&#8217;ve downloaded a font called CodingFontTobi (created by Tobias Werner) which seems to be excellent for developing.
Here are some instructions to change it under [...]]]></description>
			<content:encoded><![CDATA[<p><span><span style="font-family: Verdana;"> The default font for almost any programming editor is always Courier. The problem is that some characters aren&#8217;t easily differentiated. </span></span><span><span style="font-family: Verdana;"><span style="font-family: Courier New;"><span style="font-family: Verdana;">Letter L and number 1, and number zero and Uppercase O.</span></span></span></span></p>
<p><img id="image9" src="http://danieltome.com/blog/wp-content/uploads/2006/12/courier1.gif" alt="Courier and Tobi" /><span><span style="font-family: Verdana;"><br />
</span></span><span><span style="font-family: Verdana;"><br />
I&#8217;ve <a title="Proggy Fonts site" href="http://www.proggyfonts.com/index.php?menu=download">downloaded</a> a font called <a title="Download Coding Font Tobi" href="http://www.proggyfonts.com/download/download_bridge.php?get=CodingFontTobi.zip">CodingFontTobi</a> (created by Tobias Werner) which seems to be excellent for developing.<br />
Here are some instructions to change it under Flashdevelop&#8230; </span></span><span><span style="font-family: Verdana;"><span id="more-7"></span></span></span><span><span style="font-family: Verdana;">Edit the </span></span><span><span style="font-family: Verdana;">ScintillaNET.xml under Flashdevelop/Settings folder</span></span><span><span style="font-family: Verdana;">:</span></span></p>
<p><strong><span><span style="font-family: Verdana;">Update for version 3 (still in Beta) [Thanks Panagiotis]<br />
C:\Documents and Settings\yourUserName\Local Settings\Application Data\FlashDevelop\Settings</span></span><br />
</strong><br />
<span><span style="font-family: Verdana;">Here&#8217;s mine:<br />
C:\Program Files\FlashDevelop\Settings\ScintillaNET.xml<br />
(in bold the changes I&#8217;ve made)</span></span></p>
<p><code>&lt;?xml version="1.0" encoding="iso-8859-1"?&gt;<br />
&lt;Scintilla xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;<br />
&lt;includes&gt;<br />
&lt;include file="@APPDIRSettingsLanguagesAS2.xml" /&gt;<br />
&lt;include file="@APPDIRSettingsLanguagesCSS.xml" /&gt;<br />
&lt;include file="@APPDIRSettingsLanguagesHTML.xml" /&gt;<br />
&lt;include file="@APPDIRSettingsLanguagesJScript.xml" /&gt;<br />
&lt;include file="@APPDIRSettingsLanguagesText.xml" /&gt;<br />
&lt;include file="@APPDIRSettingsLanguagesXML.xml" /&gt;<br />
&lt;/includes&gt;<br />
&lt;globals&gt;<br />
&lt;value name="default-fore"&gt;0x000000&lt;/value&gt;<br />
&lt;value name="default-back"&gt;0xffffff&lt;/value&gt;<br />
&lt;value name="default-font"&gt;Courier New&lt;/value&gt;<br />
&lt;value name="default-font-size"&gt;<strong>11</strong>&lt;/value&gt;<br />
&lt;value name="default-selection-fore"&gt;0xffffff&lt;/value&gt;<br />
&lt;value name="default-selection-back"&gt;0x000000&lt;/value&gt;<br />
&lt;value name="default-caretline-back"&gt;0xececec&lt;/value&gt;<br />
&lt;value name="default-caret-fore"&gt;0x000000&lt;/value&gt;<br />
<strong> &lt;value name="proggy-font"&gt;CodingFontTobi&lt;/value&gt;</strong><br />
&lt;/globals&gt;<br />
&lt;style-classes&gt;<br />
&lt;style-class name="default" fore="default-fore" back="default-back" size="default-font-size" font=<strong>"proggy-font</strong>" /&gt;<br />
&lt;style-class name="gdefault" fore="default-fore" back="default-back" size="default-font-size" font="default-font" /&gt;<br />
&lt;style-class name="bracebad" fore="default-fore" back="default-back" size="default-font-size" font="default-font" bold="true" /&gt;<br />
&lt;style-class name="bracelight" fore="0x0000cc" back="0xcdcdff" size="default-font-size" font="default-font" bold="true" /&gt;<br />
&lt;style-class name="controlchar" fore="0xffffff" back="default-back" size="default-font-size" font="default-font" /&gt;<br />
&lt;style-class name="indentguide" fore="0xc0c0c0" back="default-back" size="default-font-size" font="default-font" /&gt;<br />
&lt;style-class name="linenumber" fore="0x666666" back="default-back" size="default-font-size" font="default-font" /&gt;<br />
&lt;style-class name="lastpredefined" fore="default-fore" back="default-back" size="default-font-size" font="default-font" /&gt;<br />
&lt;/style-classes&gt;<br />
&lt;/Scintilla&gt;</code></p>
<p>You&#8217;ll have to copy the font to the windows/fonts directory.<br />
You can also add it to your favourite editor.<br />
Here&#8217;s a preview of the font:</p>
<p><img id="image8" src="http://danieltome.com/blog/wp-content/uploads/2006/12/cft_overview.png" alt="CodingFontTobi" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2006/12/30/coding-fonts-in-flashdevelop/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
