<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Daniel Tome's blog</title>
	
	<link>http://www.danieltome.com/blog</link>
	<description>Flash, PHP, Open Source, Actionscript, Australia and Argentina stuff.</description>
	<pubDate>Tue, 18 Nov 2008 00:48:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/DanielTomeBlog" type="application/rss+xml" /><item>
		<title>Colin Moock - ActionScript 3.0 from the Ground Up</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/283982759/</link>
		<comments>http://www.danieltome.com/blog/2008/05/05/colin-moock-actionscript-30-from-the-ground-up/#comments</comments>
		<pubDate>Mon, 05 May 2008 13:43:16 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[Actionscript 3]]></category>

		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Sydney]]></category>

		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/?p=98</guid>
		<description><![CDATA[Today I went to Colin Moock&#8217;s ActionScript 3.0 tour here in Sydney. The venue was the SMC Conference and function centre at 66 Goulburn St. It’s just around the corner from the office. 

Colin was a great presenter and quite amusing. Even after letting us know that he couldn’t go to sleep after 3am in [...]]]></description>
			<content:encoded><![CDATA[<p>Today I went to <a href="http://www.adobeas3tour.com/">Colin Moock&#8217;s ActionScript 3.0 tour</a> here in Sydney. The venue was the <a href="http://www.smc.au.com/">SMC Conference and function centre</a> at 66 Goulburn St. It’s just around the corner from the office. </p>
<p><a href="http://www.danieltome.com/blog/wp-content/uploads/2008/05/colinmoock-danieltome.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="374" alt="colinmoock_danieltome" src="http://www.danieltome.com/blog/wp-content/uploads/2008/05/colinmoock-danieltome-thumb.jpg" width="454" border="0"></a></p>
<p>Colin was a great presenter and quite amusing. Even after letting us know that he couldn’t go to sleep after 3am in the morning, he still stayed a bit more after the event to answer more questions.
<p>He gave away some free books and I was lucky enough to get one by debugging some of the code. Some people got free books for answering some Star Trek and infocom related questions, and others for travelling a long distance to the event. There was a girl who came all the way from New Zealand just for the event. I reckon around 200 people attended the event.</p>
<table cellspacing="0" cellpadding="2" width="400" border="0">
<tbody>
<tr>
<td valign="top" width="200"><a href="http://www.danieltome.com/blog/wp-content/uploads/2008/05/img-4944.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="169" alt="IMG_4944" src="http://www.danieltome.com/blog/wp-content/uploads/2008/05/img-4944-thumb.jpg" width="224" border="0"></a> </td>
<td valign="top" width="200"><a href="http://www.danieltome.com/blog/wp-content/uploads/2008/05/img-4934.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="169" alt="IMG_4934" src="http://www.danieltome.com/blog/wp-content/uploads/2008/05/img-4934-thumb.jpg" width="224" border="0"></a> </td>
</tr>
</tbody>
</table>
<p>Colin has sworn never to use powerpoint, so he built his own presentation software. Here is a link to the same system he uses during the presentation: <a href="http://moock.org/lectures/presentationviewer/">http://moock.org/lectures/presentationviewer/</a><br />Select AS3.0 from the ground up and then click on open presentation. Then use j,k,l to navigate through the items.
<p>Here is a full html page with all the lecture notes: <a href="http://moock.org/lectures/groundUpAS3/">http://moock.org/lectures/groundUpAS3/</a></p>
<p>And a 2mb pdf with the code used: <a href="http://www.adobe.com/devnet/actionscript/articles/as3_tour/colin_moock_f6.pdf">http://www.adobe.com/devnet/actionscript/articles/as3_tour/colin_moock_f6.pdf</a></p>
<p>The colour on the projector screen was more yellowish instead of olive, but it still felt much better than a cheesy powerpoint.
<p>The presentation was a bit too basic for someone who already had read his AS20 Cookbook but I new that beforehand. When registering you receive a confirmation email and here is a quote:<br />
<blockquote>
<p>“Remember, this course is for beginner-to-intermediate level programmers and runs for a grueling 9 hours, so get a good night sleep and be ready for a heavy onslaught of ActionScript 3.0 info!” </p>
</blockquote>
<p>Though I do a lot of advance work with AS2.0,&nbsp; I decided to go because I had never done anything with AS3 yet. I got to see some details on AS3 like: how the display list works and also a bit on how the ASVM2 does garbage collection.
<p>The application that Colin builds, while explaining key concepts of OOP with AS3 is a Virtual Pet game. Like the Tamagochi game. He uses the MVC design pattern and explains the concept very well.
<p>At the end of the presentation he asks if it’s worth going down that path of OOP for just a simple game like the Virtual Zoo. The answer: It depends.
<p>This app could have been built on the Flash IDE timeline in less than an hour. But when you think about extending it, or implementing any changes, that’s when the timeline will probably fail. In a real life example when a client starts asking you to do updates you would have wanted to opt for the OOP design instead of the procedural way.
<p>Overall: It was a great event and I thank Adobe, O’Reilly and Colin for making this happen. I’m looking forward for more to come.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=RVdbmJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=RVdbmJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=1fgJIj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=1fgJIj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=cGfLaJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=cGfLaJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=TywjQj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=TywjQj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/05/05/colin-moock-actionscript-30-from-the-ground-up/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2008/05/05/colin-moock-actionscript-30-from-the-ground-up/</feedburner:origLink></item>
		<item>
		<title>Foo Fighters - Sydney, Acer Arena</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/282842490/</link>
		<comments>http://www.danieltome.com/blog/2008/05/04/foo-fighters-sydney-acer-arena/#comments</comments>
		<pubDate>Sat, 03 May 2008 16:46:52 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Foo Fighters]]></category>

		<category><![CDATA[Rock Concerts]]></category>

		<category><![CDATA[Sydney]]></category>

		<category><![CDATA[Video Post]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/?p=95</guid>
		<description><![CDATA[Foo Fighters played on Friday and Saturday at the Acer Arena, here in Sydney. The show was bloody awesome! It&#8217;s one of the best shows I&#8217;ve been to in a long time, if not the best. I recorded some videos with my mobile, but the audio is crappy, so I checked if anyone else had [...]]]></description>
			<content:encoded><![CDATA[<p>Foo Fighters played on Friday and Saturday at the Acer Arena, here in Sydney. The show was bloody awesome! It&#8217;s one of the best shows I&#8217;ve been to in a long time, if not the best. I recorded some videos with my mobile, but the audio is crappy, so I checked if anyone else had posted a video and here&#8217;s a recording with pretty good quality (<a href="http://www.youtube.com/user/satur9nine" target="_blank">thanks to satur9nine</a>) of My Hero. Check more videos of these two shows here: <a href="http://www.youtube.com/results?search_query=foo+fighters+sydney+acer&amp;search_type=" target="_blank">Youtube. Foo Fighters Acer Arena</a>.</p>
</p>
<div class="wlWriterSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:dd5a9afb-0f0f-4d1d-a1eb-e3179447a095" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">
<div id="d92afb17-310f-4090-a6e0-5fbbf01bcc92" style="margin: 0px; padding: 0px; display: inline;">
<div><a href="http://www.youtube.com/watch?v=efFGA0PPhBE&amp;hl=en" target="_new"><img src="http://www.danieltome.com/blog/wp-content/uploads/2008/05/video0eb946af0207.jpg" galleryimg="no" onload="var downlevelDiv = document.getElementById('d92afb17-310f-4090-a6e0-5fbbf01bcc92'); downlevelDiv.innerHTML = &quot;&lt;div&gt;&lt;object width=\&quot;425\&quot; height=\&quot;355\&quot;&gt;&lt;param name=\&quot;movie\&quot; value=\&quot;http://www.youtube.com/v/efFGA0PPhBE&amp;hl=en\&quot;&gt;&lt;\/param&gt;&lt;param name=\&quot;wmode\&quot; value=\&quot;transparent\&quot;&gt;&lt;\/param&gt;&lt;embed src=\&quot;http://www.youtube.com/v/efFGA0PPhBE&amp;hl=en\&quot; type=\&quot;application/x-shockwave-flash\&quot; wmode=\&quot;transparent\&quot; width=\&quot;425\&quot; height=\&quot;355\&quot;&gt;&lt;\/embed&gt;&lt;\/object&gt;&lt;\/div&gt;&quot;;" alt=""></a></div>
</div>
</div>
<p>The Fooies rock big time! </p>
<p><strong><u>Saturday 03 May 2008 - highlights</u></strong>: <br />They started the show with Let it die.<br />They played for almost 3 hours.<br /><a href="http://en.wikipedia.org/wiki/Pat_Smear" target="_blank">Pat Smear</a> was invited <br />A special guest guitarist performed the Ballad of the Beaconsfield miners with Dave Grohl.<br />Everlong started acoustic and solo by Dave, and the rest of the band joined at the end.<br />The crowd was full-on! I almost lost my voice cheering<br />They did all their classic songs, even Big Me.<br />Dave Grohl was really funny. It looks like he likes playing in Sydney.</p>
<p><strong><u>My favourites (videos on youtube) :</u></strong></p>
<table cellspacing="0" cellpadding="2" width="400" border="0">
<tbody>
<tr>
<td valign="top" width="200">
<p><a href="http://www.youtube.com/watch?v=iiJPP4r4-Hw" target="_blank">Everlong</a><br /><a href="http://www.youtube.com/watch?v=1Ck2ygpSUg8" target="_blank">Monkey wrench</a><br /><a href="http://www.youtube.com/watch?v=efFGA0PPhBE" target="_blank">My Hero</a><br /><a href="http://www.youtube.com/watch?v=DKhnmUdmz74" target="_blank">The pretender</a></p>
<p><strong><u>External Links:<br /></u></strong><a href="http://www.foofighters.com/" target="_blank">Foo Fighters official website</a>.<br /><a href="http://www.myspace.com/foofighters" target="_blank">Their Myspace page</a></p>
</td>
<td valign="top" align="right" width="200"> <script type="text/javascript"><!--
google_ad_client = "pub-0792462035008507";
/* 200x90, created 5/3/08 */
google_ad_slot = "5647033649";
google_ad_width = 200;
google_ad_height = 90;
//-->
</script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script> </td>
</tr>
</tbody>
</table>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=n9H3bJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=n9H3bJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=hOXNbj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=hOXNbj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=lsmPmJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=lsmPmJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=idcrij"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=idcrij" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/05/04/foo-fighters-sydney-acer-arena/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2008/05/04/foo-fighters-sydney-acer-arena/</feedburner:origLink></item>
		<item>
		<title>Certification PrepKit 10% discount</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/281897547/</link>
		<comments>http://www.danieltome.com/blog/2008/05/02/certification-prepkit-10-discount/#comments</comments>
		<pubDate>Fri, 02 May 2008 05:42:45 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2008/05/02/certification-prepkit-10-discount/</guid>
		<description><![CDATA[uCertify has offered my blog readers a 10% discount on the PrepKit of their choice.Just enter the discount code:
DANIAL
Go here for the Adobe Certification Expert kit
]]></description>
			<content:encoded><![CDATA[<p>uCertify has offered my blog readers a 10% discount on the PrepKit of their choice.<br />Just enter the discount code:</p>
<p>DANIAL</p>
<p>Go here for the <a href="http://www.ucertify.com/certifications/Adobe/ace-flash.html" target="_blank">Adobe Certification Expert kit</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=BCEnQJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=BCEnQJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=1Igivj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=1Igivj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=9Do1gJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=9Do1gJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=EoEkDj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=EoEkDj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/05/02/certification-prepkit-10-discount/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2008/05/02/certification-prepkit-10-discount/</feedburner:origLink></item>
		<item>
		<title>Flash FileReference. Uploading behind a proxy error</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/281275338/</link>
		<comments>http://www.danieltome.com/blog/2008/05/01/flash-filereference-uploading-behind-a-proxy-error/#comments</comments>
		<pubDate>Thu, 01 May 2008 05:54:06 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Annoyances]]></category>

		<category><![CDATA[FileReference]]></category>

		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/?p=92</guid>
		<description><![CDATA[When your browser connects to the internet through a proxy and you try to upload using FileRefence you might get an IOError or a 406 http not acceptable error. I say &#8216;might&#8217; because not all OS browser combinations trigger this error. On Windows/Firefox you will probably get an authentication popup to enter the proxy username [...]]]></description>
			<content:encoded><![CDATA[<p>When your browser connects to the internet through a proxy and you try to upload using FileRefence you might get an IOError or a 406 http not acceptable error. I say &#8216;might&#8217; because not all OS browser combinations trigger this error. On Windows/Firefox you will probably get an authentication popup to enter the proxy username and password, but on Mac/Firefox you will get the 406 error.</p>
<p>Anyways if you try searching the net, there are several threads that ask about this proxy error but no answers. I finally found a blog post that had a solution in one of the comments. From <a href="http://weblog.cahlan.com/2006/12/flex-upload-component.html" target="_blank">Coding Cowboys</a>.</p>
<p>Add to your .htaccess file:</p>
<p>SecFilterEngine Off<br />SecFilterScanPOST Off</p>
<p>or:</p>
<p>&lt;IfModule mod_php4.c&gt;<br />SecFilterEngine Off<br />SecFilterScanPOST Off<br />&lt;/IfModule&gt;
<p>Beware that this will disable the Apache ModSecurity module for that folder.
<p>I just saw that the <a href="http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;file=00002225.html" target="_blank">Adobe livedocs upload reference</a> also has a comment by: log2e, regarding the 403 and 406 errors. </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=fnAnbJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=fnAnbJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=siAkCj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=siAkCj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=pPb9GJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=pPb9GJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=i2kzjj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=i2kzjj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/05/01/flash-filereference-uploading-behind-a-proxy-error/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2008/05/01/flash-filereference-uploading-behind-a-proxy-error/</feedburner:origLink></item>
		<item>
		<title>uCertify prepKit review</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/280356613/</link>
		<comments>http://www.danieltome.com/blog/2008/04/30/ucertify-prepkit-review/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 21:50:09 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Certification]]></category>

		<category><![CDATA[Exam]]></category>

		<category><![CDATA[Review]]></category>

		<category><![CDATA[uCertify]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/?p=89</guid>
		<description><![CDATA[uCertify contacted me to do a review on one of their prepKits. It’s a simulator of various certification tests. I’ve asked for the Adobe Certified Expert on Flash. I downloaded the A9A0-311 Macromedia Flash Professional 8 kit.
To begin you need to download the uCertify PrepEngine. It’s ‘kind of’ like a framework that you install once, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ucertify.com/" target="_blank">uCertify</a> contacted me to do a review on one of their prepKits. It’s a simulator of various certification tests. I’ve asked for the <a href="http://www.ucertify.com/certifications/Adobe/ace-flash.html" target="_blank">Adobe Certified Expert on Flash</a>. I downloaded the <a href="http://www.ucertify.com/exams/Adobe/9A0-311.html" target="_blank">A9A0-311 Macromedia Flash Professional 8</a> kit.
<p><a href="http://www.danieltome.com/blog/wp-content/uploads/2008/04/ucertify-icon.gif"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 10px 0px 0px; border-right-width: 0px" height="53" alt="ucertify_icon" src="http://www.danieltome.com/blog/wp-content/uploads/2008/04/ucertify-icon-thumb.gif" width="52" align="left" border="0"></a>To begin you need to download the uCertify PrepEngine. It’s ‘kind of’ like a framework that you install once, and then can simply download different prepKits to use with. You can also <a href="http://www.ucertify.com/download/9A0-311.html" target="_blank">download a free evaluation version</a> with 30 practice questions.
<p>Once you install the engine and run the program the main window appears:
<p>&nbsp;<a href="http://www.danieltome.com/blog/wp-content/uploads/2008/04/ucertify.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="566" alt="ucertify" src="http://www.danieltome.com/blog/wp-content/uploads/2008/04/ucertify-thumb.png" width="462" border="0"></a>
<p>The look and feel is quite nice and modern. I started by taking the first Diagnostic test. The questions are like a quiz, and are multiple choice. Some are select the correct answer, some are drag and drop. The questions are a range of&nbsp; simple actionscript questions as well as Flash IDE questions. Eg: Name the tools from the toolbar. I failed the first time, and I was amused to get a score of 666.
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="214" alt="result_00" src="http://www.danieltome.com/blog/wp-content/uploads/2008/04/result-00.png" width="466" border="0">
<p>In addition of having a quiz style test simulator. You also have a set of tools to help you study and prepare for the test.
<p><a href="http://www.danieltome.com/blog/wp-content/uploads/2008/04/enhance.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 15px 0px 0px; border-right-width: 0px" height="528" alt="enhance" src="http://www.danieltome.com/blog/wp-content/uploads/2008/04/enhance-thumb.png" width="360" border="0"></a>
<p>There is a lot of content to go through and help you out on your certification quest. The flash cards is good way to memorise and practice the different type of questions. There are several basic flash tutorials in the &#8220;how to&#8221; section.
<p><strong><u>Overall</u></strong><br />If you want to get a certification I would definitely recommend you try this out.&nbsp; uCertify has a <a href="http://www.ucertify.com/about/guarantee.html" target="_blank">money-back guarantee policy</a>, that will return your money back if you fail the exam the first time.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=fwnP9J"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=fwnP9J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=OoJaPj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=OoJaPj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=J83atJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=J83atJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=WDGOpj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=WDGOpj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/04/30/ucertify-prepkit-review/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2008/04/30/ucertify-prepkit-review/</feedburner:origLink></item>
		<item>
		<title>Sydney - Adobe User Group Meeting</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/279709821/</link>
		<comments>http://www.danieltome.com/blog/2008/04/29/sydney-adobe-user-group-meeting/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 23:44:53 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[Flash User Group]]></category>

		<category><![CDATA[OpenSource]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2008/04/29/sydney-adobe-user-group-meeting/</guid>
		<description><![CDATA[Last night was the inaugural meeting of the Sydney Adobe User Group. Note that it is now a joint group between the Flash User Group and the Coldfusion User Group.
Geoff Bowers did a presentation about &#8220;Setting Fire To Your Community&#8221;

The presentation was really good and I left the user group meeting with a nice feeling [...]]]></description>
			<content:encoded><![CDATA[<p>Last night was the inaugural meeting of the Sydney Adobe User Group. Note that it is now a joint group between the Flash User Group and the Coldfusion User Group.</p>
<p><a href="http://www.webdu.com.au/go/speaker-profile/geoff-bowers-sydney-australia">Geoff Bowers</a> did a presentation about &#8220;Setting Fire To Your Community&#8221;
<p><a href="http://www.danieltome.com/blog/wp-content/uploads/2008/04/hpim0368.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="321" alt="HPIM0368" src="http://www.danieltome.com/blog/wp-content/uploads/2008/04/hpim0368-thumb.jpg" width="427" border="0"></a>
<p>The presentation was really good and I left the user group meeting with a nice feeling to try and help the opensource communities I daily use.
<p>He gave really good (and a bit funny and disturbing) analogies comparing opensource communities with japanese mummies. Geoff also got into explaining some details about different opensource licensing schemes, and made us aware of the great difference between gpl and lgpl.
<p>Even though most of us might just click next, next, next when downloading most of the software we use… If you are going to use that code in your commercial projects, you should really know what you are getting into and learn about the implications you will have when you distribute your project.
<p>We also learnt that the extjs framework is changing its licensing from lgpl to gpl. This means that if you include that library in your code, you will have to opensource your project.
<p>It was a great meeting and I’m looking forward to the next one. Chris informed us that the meetings will be held on every last Monday of the month, so the next meeting will be on May 26.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=D7xzLJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=D7xzLJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=cWMOwj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=cWMOwj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=0YIDuJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=0YIDuJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=REgiyj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=REgiyj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/04/29/sydney-adobe-user-group-meeting/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2008/04/29/sydney-adobe-user-group-meeting/</feedburner:origLink></item>
		<item>
		<title>FlashDevelop and PHP</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/278984360/</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>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=tU478J"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=tU478J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=PQH9wj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=PQH9wj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=V3qkUJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=V3qkUJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=prQhqj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=prQhqj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/04/28/flashdevelop-and-php/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2008/04/28/flashdevelop-and-php/</feedburner:origLink></item>
		<item>
		<title>Next Sydney Flash User Group meeting - Setting Fire To Your Community</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/275912922/</link>
		<comments>http://www.danieltome.com/blog/2008/04/23/next-sydney-flash-user-group-meeting-setting-fire-to-your-community/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 05:11:26 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Flash User Group]]></category>

		<category><![CDATA[Sydney]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2008/04/23/next-sydney-flash-user-group-meeting-setting-fire-to-your-community/</guid>
		<description><![CDATA[When: Mon 28th April (Meet at 6pm for 6:30 start)
Where: Rocketboots.
View Larger Map
With the advent of a number of open source initiatives from Adobe, Geoff Bowers of Daemon will speak on:
A tale of Japanese mummies, karmic balance and benevolent dictators.
Your guide to putting a torch to your open source community.  Learn how to set [...]]]></description>
			<content:encoded><![CDATA[<p>When: Mon 28th April (Meet at 6pm for 6:30 start)<br />
Where: <a href="http://www.rocketboots.com.au/" title="Rocketboots" target="_blank">Rocketboots</a>.</p>
<p><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&#038;hl=en&#038;msa=0&#038;msid=107610400708072131053.0004360fb62f23dc371cc&#038;t=h&#038;ll=-33.864634,151.204662&#038;spn=0.002868,0.001867&#038;output=embed&#038;s=AARTsJprOrkxEtH0JTmwO-KgGKPOqEWKTA"></iframe><br /><small><a href="http://maps.google.com/maps/ms?ie=UTF8&#038;hl=en&#038;msa=0&#038;msid=107610400708072131053.0004360fb62f23dc371cc&#038;t=h&#038;ll=-33.864634,151.204662&#038;spn=0.002868,0.001867&#038;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
<p>With the advent of a number of open source initiatives from Adobe, <a href="http://blog.daemon.com.au/" title="Daemon" target="_blank">Geoff Bowers of Daemon</a> will speak on:</p>
<p>A tale of Japanese mummies, karmic balance and benevolent dictators.<br />
Your guide to putting a torch to your open source community.  Learn how to set up a flourishing developer community or just help to ignite your favourite.</p>
<p>Please RSVP on <a href="http://apugs2008april.eventbrite.com" title="RSVP for the Flash User Group Meeting" target="_blank">http://apugs2008april.eventbrite.com</a></p>
<p>Note: This is the inaugural meeting of the new Adobe Platform Users Group, Sydney which combines the Sydney Flash Platform Developers Group and the NSW Coldfusion Users Group.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=RaDmnJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=RaDmnJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=tTyiej"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=tTyiej" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=TeVeWJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=TeVeWJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=qe6NLj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=qe6NLj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/04/23/next-sydney-flash-user-group-meeting-setting-fire-to-your-community/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2008/04/23/next-sydney-flash-user-group-meeting-setting-fire-to-your-community/</feedburner:origLink></item>
		<item>
		<title>Getting weird characters with AMFPHP</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/226184454/</link>
		<comments>http://www.danieltome.com/blog/2008/01/31/getting-weird-characters-with-amfphp/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 00:01:27 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[utf8]]></category>

		<category><![CDATA[amfphp]]></category>

		<category><![CDATA[euro symbol]]></category>

		<category><![CDATA[microsoft characters]]></category>

		<category><![CDATA[strange characters]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2008/01/31/getting-weird-characters-with-amfphp/</guid>
		<description><![CDATA[Just a small reminder that might help anyone getting some weird characters with AMFPHP. It can happen when you copy a full text from Microsoft Word. And the quotes get inserted in your DB.
You might find some funny results like an Euro symbol appearing throughout your text. Uncomment this line in your amfphp gateway:
$gateway-&#62;setCharsetHandler("utf8_decode", "ISO-8859-1", [...]]]></description>
			<content:encoded><![CDATA[<p>Just a small reminder that might help anyone getting some weird characters with AMFPHP. It can happen when you copy a full text from Microsoft Word. And the quotes get inserted in your DB.</p>
<p>You might find some funny results like an Euro symbol appearing throughout your text. Uncomment this line in your amfphp gateway:</p>
<pre>$gateway-&gt;setCharsetHandler("utf8_decode", "ISO-8859-1", "ISO-8859-1");</pre>
<p>Here are some examples of text you might find:<br />
â€˜  = This is the open double quote<br />
â€™  = This is the close double quote</p>
<p>Here is a good resource if you&#8217;re having issues with strange characters and PHP / MySQL: <a href="http://www.byteflex.co.uk/fun_with_utf8_php_and_mysql.html" title="Fun with utf8, php and mysql" target="_blank">ByteFlex - Fun with utf8, PHP and mysql</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=hPoTUJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=hPoTUJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=AlTOCj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=AlTOCj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=qctWwJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=qctWwJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=j5aqXj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=j5aqXj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/01/31/getting-weird-characters-with-amfphp/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2008/01/31/getting-weird-characters-with-amfphp/</feedburner:origLink></item>
		<item>
		<title>Sydney UG: Flex 3 and AIR Pre-Release with Danny Dura</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/222507474/</link>
		<comments>http://www.danieltome.com/blog/2008/01/25/sydney-ug-flex-3-and-air-pre-release-with-danny-dura/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 20:53:39 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Apollo]]></category>

		<category><![CDATA[Flash User Group]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Speakers]]></category>

		<category><![CDATA[Sydney]]></category>

		<category><![CDATA[Video Post]]></category>

		<category><![CDATA[Daniel Dura]]></category>

		<category><![CDATA[Flex 3]]></category>

		<category><![CDATA[Sydney Flash User Group]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2008/01/25/75/</guid>
		<description><![CDATA[Last night the Rocketboots conference room was packed. Danny Dura showed us the new Flex 3 features and also gave an overview of what will be coming with AIR 1.0.
Click here to see the Flex 3 new features.
After seeing what AIR is capable of I&#8217;m feeling sorry for Multidmedia Zinc.
I got really excited with AIR, [...]]]></description>
			<content:encoded><![CDATA[<p>Last night the <a href="http://rocketboots.com.au/blog/index.cfm" title="Rocketboots blog" target="_blank">Rocketboots</a> conference room was packed. <a href="http://www.danieldura.com/" target="_blank" title="Daniel Dura">Danny Dura</a> showed us the new Flex 3 features and also gave an overview of what will be coming with AIR 1.0.</p>
<p><a href="http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions" target="_blank" title="Flex 3 Features">Click here to see the Flex 3 new features.</a></p>
<p>After seeing what AIR is capable of I&#8217;m feeling sorry for <a href="http://www.multidmedia.com/software/zinc/" target="_blank" title="MDM Zinc">Multidmedia Zinc</a>.</p>
<p>I got really excited with AIR, though I have been using some apps, like <a href="http://www.twhirl.org/" target="_blank" title="AIR Twitter APP">twhirl&#8230;</a> I&#8217;m actually writing this blog post with an AIR app, it&#8217;s an <a href="http://labs.adobe.com/technologies/air/samples/" target="_blank" title="Adobe Labs - AIR Samples">Adobe AIR Sample &#8220;Bee&#8221;</a> on labs and it includes the source code.</p>
<p>** UPDATE **<br />
I couldn&#8217;t manage to publish with BEE, I was getting a malformed XML error from the publish XML-RPC command. Anyway, the BEE App looks a quite good considering it&#8217;s a labs sample. I reckon mixing it up with <a href="http://www.buzzword.com/" title="Buzzword" target="_blank">buzzword</a> would be awesome and also adding drag and drop functionality to publish images. I might look into the source code and give it a try.</p>
<p>Here&#8217;s a small video that I took with my mobile at the beginning of Danny&#8217;s preso (automatically converted from mobile .3gp to flv by <a href="http://www.flashcms.com.au" title="DDX FLash CMS" target="_blank">flashCMS</a>):</p>
<p><embed src="/blog/flv.swf" flashvars="autoPlay=false&amp;flvPath=http://www.glu.com.au/conversion/encoded/hpim0217.flv&amp;flvTitle=Flex3 Pre-Release&amp;startFrame=1&amp;bgColor=0xFFFFFF" quality="high" bgcolor="#ffffff" name="vid" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="270" width="330"></embed></p>
<p>** UPDATE **<br />
Thanks <a href="http://joshua.almirun.com/tech/flex/air-flex-3-prerelease-tour" title="Joshua Mostafa" target="_blank">Joshua</a> for pointing out the <a href="http://www.forta.com/blog/index.cfm/2008/1/24/Flex-3--AIR-PreLaunch-Tour-Slide-Deck-Posted">slides from the tour</a> by Ben Forta.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=tesWWJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=tesWWJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=43k5Nj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=43k5Nj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=OUQhdJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=OUQhdJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=RDzWWj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=RDzWWj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/01/25/sydney-ug-flex-3-and-air-pre-release-with-danny-dura/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2008/01/25/sydney-ug-flex-3-and-air-pre-release-with-danny-dura/</feedburner:origLink></item>
		<item>
		<title>MySQL (errno: 150)</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/218049048/</link>
		<comments>http://www.danieltome.com/blog/2008/01/17/mysql-errno-150/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 06:02:11 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[Errors]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[alter table]]></category>

		<category><![CDATA[errno: 150]]></category>

		<category><![CDATA[error]]></category>

		<category><![CDATA[foreign key]]></category>

		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2008/01/17/mysql-errno-150/</guid>
		<description><![CDATA[Just quick note for anyone getting this error. It took me a little while to figure out.
In my case I was trying to add a foreign key with delete on cascade:
ALTER TABLE table_one
ADD CONSTRAINT name_fk FOREIGN KEY (iTable1ID)
EFERENCES table_two(iTable2ID) ON DELETE CASCADE;
And HeidiSQL was spitting out this error msg:
SQL Error: Can&#8217;t create table &#8216;.\database_name\#sql-72c_fb.frm&#8217; (errno: [...]]]></description>
			<content:encoded><![CDATA[<p>Just quick note for anyone getting this error. It took me a little while to figure out.<br />
In my case I was trying to add a foreign key with delete on cascade:</p>
<pre><code language="sql">ALTER TABLE table_one
</code>ADD CONSTRAINT name_fk FOREIGN KEY (iTable1ID)
EFERENCES table_two(iTable2ID) ON DELETE CASCADE;</pre>
<p>And <a href="http://www.heidisql.com" title="Opensource Mysql client" target="_blank">HeidiSQL</a> was spitting out this error msg:</p>
<p>SQL Error: Can&#8217;t create table &#8216;.\database_name\#sql-72c_fb.frm&#8217; (errno: 150)</p>
<p><strong>How to resolve this error:</strong><br />
Make sure your fields datatype match.<br />
They both should have exactly the same datatype and length.<br />
Eg. INT(4) Unsigned isn&#8217;t the same as INT(11)</p>
<p>Also make sure if you have data in the table, the foreign keys will not fail.<br />
Eg. If you have an value in one table and not in the other table, it will fail.</p>
<p>This may be common knowledge to most of you but it might come in handy to someone else.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=ImXqLJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=ImXqLJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=T5z1nj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=T5z1nj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=p2z5wJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=p2z5wJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=jTt7bj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=jTt7bj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/01/17/mysql-errno-150/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2008/01/17/mysql-errno-150/</feedburner:origLink></item>
		<item>
		<title>Sydney Flex and AIR Pre-Release Tour With Danny Dura</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/217327906/</link>
		<comments>http://www.danieltome.com/blog/2008/01/16/sydney-flex-and-air-pre-release-tour-with-danny-dura/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 00:18:00 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flash User Group]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Speakers]]></category>

		<category><![CDATA[Sydney]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2008/01/16/sydney-flex-and-air-pre-release-tour-with-danny-dura/</guid>
		<description><![CDATA[Chris just sent this event information to the flash developers mailing lists:
Thursday, 24th January. 6pm
Flex 3 and AIR are getting close to launch and in preparation, Danny Dura from the Platform Evangelism Team will be specifically in Sydney to show off the great new features for this exciting launch.
Check the listings below to hook up [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flashdev.org.au/" title="Chris Velvetich - FlashDev Sydney, AU" target="_blank">Chris</a> just sent this event information to the flash developers mailing lists:</p>
<p><em>Thursday, 24th January. 6pm</p>
<p>Flex 3 and AIR are getting close to launch and in preparation, Danny Dura from the Platform Evangelism Team will be specifically in Sydney to show off the great new features for this exciting launch.</p>
<p>Check the listings below to hook up with the local user group in the city closest to you and join us for an evening of Flex and AIR.</p>
<p>Don&#8217;t miss out on the opportunity to see and hear about this highly anticipated release of Flex 3 and AIR during this special pre-release tour. Plus, in addition to giving away some one of a kind Flex/AIR branded schwag, each event will also be raffling off a copy of Flex Builder 3 Professional (pending availability) and a full commercial copy of CS3 Web Premium!<br />
</em><br />
Details and RSVP on <a href="http://sydneyflashdev2008prelaunchtour.eventbrite.com" title="Sydney Flash Dev 2008 Pre-Launch" target="_blank">http://sydneyflashdev2008prelaunchtour.eventbrite.com</a></p>
<p>You can also joing the <a href="http://groups.google.com/group/flashaussie" title="Google Groups, FlashAussie" target="_blank">Google Group: FlashAussie</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=ChBjHJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=ChBjHJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=Q3oQgj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=Q3oQgj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=Hi1mqJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=Hi1mqJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=O7cUXj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=O7cUXj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/01/16/sydney-flex-and-air-pre-release-tour-with-danny-dura/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2008/01/16/sydney-flex-and-air-pre-release-tour-with-danny-dura/</feedburner:origLink></item>
		<item>
		<title>Colin Moock is coming to Sydney</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/214800276/</link>
		<comments>http://www.danieltome.com/blog/2008/01/11/colin-moock-is-coming-to-sydney/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 05:58:28 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Speakers]]></category>

		<category><![CDATA[Sydney]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2008/01/11/colin-moock-is-coming-to-sydney/</guid>
		<description><![CDATA[If you haven&#8217;t already heard, the date is set for 5th May, the same week as WebDU.
Update: WebDU dates are: 12-13 June 2008. (Thanks Geoff)
Register here: http://www.adobeas3tour.com/
Advanced programmers please note:
This course does not cover expert-level topics. You are unlikely to encounter new concepts in this course, but are welcome to attend for a refresher on [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t already heard, the date is set for 5th May, <span style="text-decoration: line-through;">the same week as WebDU</span>.</p>
<p><strong>Update:</strong> WebDU dates are: 12-13 June 2008. (Thanks Geoff)</p>
<p>Register here: <a title="Adobe Presents Colin Moock's ActionScript 3.0: From The Ground Up Tour" href="http://www.adobeas3tour.com/" target="_blank">http://www.adobeas3tour.com/</a></p>
<p><em><strong>Advanced programmers please note:</strong><br />
This course does not cover expert-level topics. You are unlikely to encounter new concepts in this course, but are welcome to attend for a refresher on ActionScript programming fundamentals. </em></p>
<p>For a complete list of topics covered, see the Course Outline below and the course lecture notes, available at: <a href="http://moock.org/lectures/groundUpAS3/" target="_new">http://moock.org/lectures/groundUpAS3/</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=zvlbFJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=zvlbFJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=J5cWtj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=J5cWtj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=MXXg2J"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=MXXg2J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=4iI32j"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=4iI32j" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/01/11/colin-moock-is-coming-to-sydney/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2008/01/11/colin-moock-is-coming-to-sydney/</feedburner:origLink></item>
		<item>
		<title>Sydney Flash User Group - Last meeting of 2007</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/194348334/</link>
		<comments>http://www.danieltome.com/blog/2007/12/03/sydney-flash-user-group-last-meeting-of-2007/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 12:41:22 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flash User Group]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Sydney]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2007/12/03/sydney-flash-user-group-last-meeting-of-2007/</guid>
		<description><![CDATA[I just got back from the Sydney Flash User Group that was held at the Rocketboots office at Kent street.
According to the program we were going to view: Cairngorm 2.2 framework with Flex 3 and AIR (Adobe Integrated Runtime - formerly known as Apollo). We&#8217;ll be building a small/simple application to demonstrate the use of [...]]]></description>
			<content:encoded><![CDATA[<p>I just got back from the <a href="http://flashdev.org.au/" title="Sydney Flash Platform Developers Group" target="_blank">Sydney Flash User Group</a> that was held at the <a href="http://www.rocketboots.com.au/" title="Rocketboots" target="_blank">Rocketboots</a> office at Kent street.</p>
<p>According to the program we were going to view: Cairngorm 2.2 framework with Flex 3 and AIR (Adobe Integrated Runtime - formerly known as Apollo). We&#8217;ll be building a small/simple application to demonstrate the use of the Cairngorm 2.2 framework with Flex 3 beta and AIR Beta.</p>
<p>Due to time constraints, we didn&#8217;t finish the AIR integration and we all managed to debug Chris&#8217; cairngorm timer.<br />
We also talked a little about Singletons. Here is the link I mentioned about <a href="http://www.gskinner.com/blog/archives/2006/07/as3_singletons.html" title="Grant Skinner - AS3 Singleton" target="_blank">Grant Skinners AS3 implementation</a>.</p>
<p>After that we had a &#8220;conference/presentation&#8221; by <a href="http://www.shadocms.com/" title="Grant Straker - ShadoCMS" target="_blank">Grant Straker</a>, that showed how to build quick applications using <a href="http://www.shadocms.com/shadozoom/zoom-flex" title="Zoom Flex" target="_blank">Zoom Flex</a><br />
It was interesting to see the admin interface actually be targeted to developers, and how you generate your objects and classes by using regular forms. It also spits out all the source code of the flex app. I will definitely <a href="http://www.shadocms.com/shadozoom/documentation/en/shadocms-trial.cfm" title="ShadoCMS - Trial Account" target="_blank">give it a try</a>.</p>
<p>Then the lucky winner of the <a href="http://www.adobe.com/au/" title="Adobe" target="_blank">Adobe Software package</a> was Robert. Congratulations mate!</p>
<p>Looking forward to having more meetings. Looks like then next one will be in February and the guys from <a href="http://infomedia.com.au/" title="Info Media" target="_blank">infomedia</a> might be showing us some of their flex stuff.</p>
<p>Here is a 16 second video that I took while Grant was presenting ShadoCMS:</p>
<div class="flvPlayer">				<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="320" height="260"><param name="movie" value="https://media.dreamhost.com/mediaplayer.swf?file=http://www.glu.com.au/conversion/encoded/hpim0171.flv&amp;autoStart=false;" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed src="https://media.dreamhost.com/mediaplayer.swf?file=http://www.glu.com.au/conversion/encoded/hpim0171.flv&amp;autoStart=false;" quality="high" wmode="transparent" width="320" height="260" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br />
				</object></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=fsOq6J"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=fsOq6J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=nswTQj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=nswTQj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=40s3pJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=40s3pJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=eZE6Qj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=eZE6Qj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/12/03/sydney-flash-user-group-last-meeting-of-2007/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2007/12/03/sydney-flash-user-group-last-meeting-of-2007/</feedburner:origLink></item>
		<item>
		<title>New DDX Website</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/194085911/</link>
		<comments>http://www.danieltome.com/blog/2007/12/03/new-ddx-website/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 23:34:10 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[DDX]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flash Sites]]></category>

		<category><![CDATA[Freebies]]></category>

		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2007/12/03/new-ddx-website/</guid>
		<description><![CDATA[We have recently launched our company&#8217;s spanking new Flash website.
You can also create your own Mobile Video Blogging widget!

I&#8217;ve created my mobile video blog here (you can see the link at the top of my blog), using the free widget from the DDX Website.
What is a Mobile Video Blog Widget?
It&#8217;s a Flash Component that you [...]]]></description>
			<content:encoded><![CDATA[<p>We have recently launched our company&#8217;s spanking <a href="http://www.ddx.com.au" title="DDX Group, Website" target="_blank">new Flash website</a>.<br />
You can also create your own <a href="http://www.ddx.com.au/#/widgets/mobile-video-blog/" title="Mobile Video Blogging widget" target="_blank">Mobile Video Blogging widget</a>!</p>
<p><a href="http://www.ddx.com.au" title="DDX Group, Website" target="_blank"><img src="http://www.danieltome.com/blog/wp-content/uploads/2007/12/ddx_home_445.jpg" alt="DDX Website (homepage)" /></a></p>
<p>I&#8217;ve created my <a href="http://www.danieltome.com/blog/?page_id=63" title="Danno's Mobile Video Blog">mobile video blog here</a> (you can see the link at the top of my blog), using the free widget from the DDX Website.</p>
<p><strong>What is a Mobile Video Blog Widget?</strong><br />
It&#8217;s a Flash Component that you can put on any web page.When you create the widget a unique email is generated for you and you can send videos with your mobile phone to that email. The server will automatically convert the videos to FLV and publish them on your server. It&#8217;s pretty cool! Give it a try here: <a href="http://www.ddx.com.au/#/widgets/mobile-video-blog/" title="Mobile Video Blogging - Free widget" target="_blank">http://www.ddx.com.au/#/widgets/mobile-video-blog/</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=xznFaJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=xznFaJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=McTdGj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=McTdGj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=hYNcfJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=hYNcfJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=4GVFYj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=4GVFYj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/12/03/new-ddx-website/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2007/12/03/new-ddx-website/</feedburner:origLink></item>
		<item>
		<title>Free Books for Developers</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/177482240/</link>
		<comments>http://www.danieltome.com/blog/2007/10/25/free-books-for-developers/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 10:14:32 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[Books]]></category>

		<category><![CDATA[Freebies]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2007/10/25/free-books-for-developers/</guid>
		<description><![CDATA[I am currently reading &#8220;CodeIgniter for Rapid PHP Application Development&#8221; from David Upton.
If you have a blog and are willing to write a review of a book you could get a free book. Here are more details on how to get a free book.
I will be writing a review on the book as soon as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.packtpub.com/codelgniter-php-application-development-mvc/book" title="CodeIgniter for Rapid PHP Application Development" target="_blank"><img src="http://www.danieltome.com/blog/wp-content/uploads/2007/10/packt_codeigniter.png" alt="CodeIgniter for Rapid PHP Application Development" align="left" hspace="5" /></a>I am currently reading &#8220;<a href="http://www.packtpub.com/codelgniter-php-application-development-mvc/book" title="CodeIgniter for Rapid PHP Application Development" target="_blank">CodeIgniter for Rapid PHP Application Development</a>&#8221; from David Upton.</p>
<p>If you have a blog and are willing to write a review of a book you could get a free book. Here are more details on <a href="http://www.packtpub.com/free" title="Packtpub Free" target="_blank">how to get a free book</a>.</p>
<p>I will be writing a review on the book as soon as I finish reading it. I also recommend you <a href="http://www.packtpub.com/" title="Packt Publishing" target="_blank">visit their site</a> and have a look at the <a href="http://www.packtpub.com/books" title="Packtpub Books" target="_blank">collection of books</a>.</p>
<p>After this review I&#8217;ve also got <a href="http://www.packtpub.com/php-web-20-mashups/book" title="Php Web 2.0 mashup projects Book." target="_blank">PHP Web 2.0 Mashup Projects</a>. So I&#8217;ll be reviewing that too in the following weeks.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=yEBPXJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=yEBPXJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=N4lGGj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=N4lGGj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=1u0u3J"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=1u0u3J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=ZLCYcj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=ZLCYcj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/10/25/free-books-for-developers/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2007/10/25/free-books-for-developers/</feedburner:origLink></item>
		<item>
		<title>DDX Soccer Team vs Werder Bunyip</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/177482241/</link>
		<comments>http://www.danieltome.com/blog/2007/08/30/ddx-soccer-team-vs-werder-bunyip/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 16:17:48 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[DDX]]></category>

		<category><![CDATA[Football]]></category>

		<category><![CDATA[Soccer]]></category>

		<category><![CDATA[Sports]]></category>

		<category><![CDATA[Sydney]]></category>

		<category><![CDATA[Video Post]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2007/08/30/ddx-soccer-team-vs-werder-bunyip/</guid>
		<description><![CDATA[Final score was 1 all.
It was a very fast paced game, they were defending quite well and we weren&#8217;t connecting. We had a lucky goal almost near the end of the match, and they managed to score on the last second.

 

Soundtrack of video is: The Offspring. The kids aren&#8217;t alright.
Video edition: I added each [...]]]></description>
			<content:encoded><![CDATA[<p>Final score was 1 all.</p>
<p>It was a very fast paced game, they were defending quite well and we weren&#8217;t connecting. We had a lucky goal almost near the end of the match, and they managed to score on the last second.</p>
<div>
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/Cv6v1pcja_o"></param> <embed src="http://www.youtube.com/v/Cv6v1pcja_o" type="application/x-shockwave-flash" width="425" height="350"></embed></object>
</div>
<p>Soundtrack of video is: The Offspring. The kids aren&#8217;t alright.<br />
Video edition: I added each of our players names, and did a couple of slow-motions and repeats. And played a bit with the Flashback transition.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=gCRIqJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=gCRIqJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=vPjvcj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=vPjvcj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=fuQv9J"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=fuQv9J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=MXRWNj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=MXRWNj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/08/30/ddx-soccer-team-vs-werder-bunyip/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2007/08/30/ddx-soccer-team-vs-werder-bunyip/</feedburner:origLink></item>
		<item>
		<title>What’s your Flash/PHP Development Environment like?</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/177482242/</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>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=kRCu2J"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=kRCu2J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=uW8O7j"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=uW8O7j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=dvm1hJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=dvm1hJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=jg4y0j"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=jg4y0j" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/08/29/whats-your-flashphp-development-environment-like/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2007/08/29/whats-your-flashphp-development-environment-like/</feedburner:origLink></item>
		<item>
		<title>Davenport Underwear Flash Web site live</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/177482243/</link>
		<comments>http://www.danieltome.com/blog/2007/08/26/davenport-underwear-flash-web-site-live/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 13:53:38 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[DDX]]></category>

		<category><![CDATA[Flash Sites]]></category>

		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2007/08/26/davenport-underwear-flash-web-site-live/</guid>
		<description><![CDATA[At DDX, we built the Davenport Underwear website. The design was done by Damien Aistrope.
The whole site was built fairly quick using the flash CMS and it has all the usability you could possibly get for a Flash Website. It&#8217;s built using solid OOP architecture, and though we see it more as an RIA (because the [...]]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://www.ddx.com.au" title="DDX - Advanced E-Business Solutions" target="_blank">DDX</a>, we built the <a href="http://davenportunderwear.com.au/" title="Davenport Underwear" target="_blank">Davenport Underwear</a> website. The design was done by <a href="http://www.aistrope.com/" title="Damiean Aistrope" target="_blank"></a><a href="http://www.aistrope.com/" title="Damiean Aistrope" target="_blank">Damien Aistrope</a>.<br />
The whole site was built fairly quick using the <a href="http://www.flashcms.com.au/" title="DDX Flash CMS" target="_blank">flash CMS</a> and it has all the usability you could possibly get for a Flash Website. It&#8217;s built using solid OOP architecture, and though we see it more as an RIA (because the way it&#8217;s built) it still has to have a &#8220;page based&#8221; framework.</p>
<p>Features include: Fully Flash website, SEO indexable, Deep linking functionality and Content Managed. There&#8217;s also a mini Flash Game (pie throwing) in the fool about section.</p>
<p><img src="http://www.danieltome.com/blog/wp-content/uploads/2007/08/davenport_screen.jpg" alt="Davenport Underwear site" /></p>
<p>Please let me know what you think.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=cj7DvJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=cj7DvJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=qkDfzj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=qkDfzj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=1UcUAJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=1UcUAJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=sjZ5Vj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=sjZ5Vj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/08/26/davenport-underwear-flash-web-site-live/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2007/08/26/davenport-underwear-flash-web-site-live/</feedburner:origLink></item>
		<item>
		<title>DDX Soccer Team vs Una Fazza v2</title>
		<link>http://feeds.feedburner.com/~r/DanielTomeBlog/~3/177482244/</link>
		<comments>http://www.danieltome.com/blog/2007/08/23/ddx-soccer-team-vs-una-fazza-v2/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 20:00:25 +0000</pubDate>
		<dc:creator>Danno</dc:creator>
		
		<category><![CDATA[DDX]]></category>

		<category><![CDATA[Soccer]]></category>

		<category><![CDATA[Sports]]></category>

		<category><![CDATA[Sydney]]></category>

		<category><![CDATA[Video Post]]></category>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2007/08/23/ddx-soccer-team-vs-una-fazza-v2/</guid>
		<description><![CDATA[Here&#8217;s my video version. Only 2 minutes long with sound track: Wolmother - Joker and the Thief
I added a couple of &#8220;cheasy&#8221; effects.

 

]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s my video version. Only 2 minutes long with sound track: Wolmother - Joker and the Thief<br />
I added a couple of &#8220;cheasy&#8221; effects.</p>
<div>
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/jEiWzg7twfc"></param> <embed src="http://www.youtube.com/v/jEiWzg7twfc" type="application/x-shockwave-flash" width="425" height="350"></embed></object>
</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=431fmJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=431fmJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=JwH5aj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=JwH5aj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=ZxOkJJ"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=ZxOkJJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanielTomeBlog?a=UtpkXj"><img src="http://feeds.feedburner.com/~f/DanielTomeBlog?i=UtpkXj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/08/23/ddx-soccer-team-vs-una-fazza-v2/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.danieltome.com/blog/2007/08/23/ddx-soccer-team-vs-una-fazza-v2/</feedburner:origLink></item>
	</channel>
</rss>
