<?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; Sydney</title>
	<atom:link href="http://www.danieltome.com/blog/category/sydney/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>Colin Moock &#8211; ActionScript 3.0 from the Ground Up</title>
		<link>http://www.danieltome.com/blog/2008/05/05/colin-moock-actionscript-30-from-the-ground-up/</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>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/05/05/colin-moock-actionscript-30-from-the-ground-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foo Fighters &#8211; Sydney, Acer Arena</title>
		<link>http://www.danieltome.com/blog/2008/05/04/foo-fighters-sydney-acer-arena/</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 &#8211; 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>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/05/04/foo-fighters-sydney-acer-arena/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Next Sydney Flash User Group meeting &#8211; Setting Fire To Your Community</title>
		<link>http://www.danieltome.com/blog/2008/04/23/next-sydney-flash-user-group-meeting-setting-fire-to-your-community/</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>
]]></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>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sydney UG: Flex 3 and AIR Pre-Release with Danny Dura</title>
		<link>http://www.danieltome.com/blog/2008/01/25/sydney-ug-flex-3-and-air-pre-release-with-danny-dura/</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>
]]></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>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sydney Flex and AIR Pre-Release Tour With Danny Dura</title>
		<link>http://www.danieltome.com/blog/2008/01/16/sydney-flex-and-air-pre-release-tour-with-danny-dura/</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>
]]></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>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Colin Moock is coming to Sydney</title>
		<link>http://www.danieltome.com/blog/2008/01/11/colin-moock-is-coming-to-sydney/</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>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2008/01/11/colin-moock-is-coming-to-sydney/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sydney Flash User Group &#8211; Last meeting of 2007</title>
		<link>http://www.danieltome.com/blog/2007/12/03/sydney-flash-user-group-last-meeting-of-2007/</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 &#8211; 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 &#8211; 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>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/12/03/sydney-flash-user-group-last-meeting-of-2007/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DDX Soccer Team vs Werder Bunyip</title>
		<link>http://www.danieltome.com/blog/2007/08/30/ddx-soccer-team-vs-werder-bunyip/</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>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/08/30/ddx-soccer-team-vs-werder-bunyip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DDX Soccer Team vs Una Fazza v2</title>
		<link>http://www.danieltome.com/blog/2007/08/23/ddx-soccer-team-vs-una-fazza-v2/</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 &#8211; 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 &#8211; 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>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/08/23/ddx-soccer-team-vs-una-fazza-v2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DDX Soccer Team vs Crunch FC</title>
		<link>http://www.danieltome.com/blog/2007/08/16/ddx-soccer-team-vs-crunch-fc/</link>
		<comments>http://www.danieltome.com/blog/2007/08/16/ddx-soccer-team-vs-crunch-fc/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 17:05:16 +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>

		<guid isPermaLink="false">http://www.danieltome.com/blog/2007/08/16/ddx-soccer-team-vs-crunch-fc/</guid>
		<description><![CDATA[We are playing a Futsal competition at Sydney Uni Aquatic Centre, and tonight we won 15 to 3 against Crunch FC. We are totally &#8220;kicking arse&#8221; this season. Here are the tables, as of today they still haven&#8217;t updated the last score. You can see some of the highlights of tonights game here:
 

We are [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ddx.com.au/index.html" title="DDX" target="_blank">We</a> are playing a Futsal competition at <a href="http://www.susport.com/Content/Facilities/University%20Sports%20and%20Aquatic%20Centre/UniversitySportsandAquaticCentre.aspx" title="Sydney Uni Sport - Aquatic Centre" target="_blank">Sydney Uni Aquatic Centre</a>, and tonight we won 15 to 3 against Crunch FC. We are totally &#8220;kicking arse&#8221; this season. Here are the <a href="http://www.indoor5s.com.au/asp/tables.asp?club=SUN&amp;comp=P3MD" title="DDX Comp - Soccer table" target="_blank">tables</a>, as of today they still haven&#8217;t updated the last score. You can see some of the highlights of tonights game here:</p>
<div align="center"> <object height="350" width="425"><param name="movie" value="http://www.youtube.com/v/AX-BN9F7-7s"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/AX-BN9F7-7s" type="application/x-shockwave-flash" wmode="transparent" height="350" width="425"></embed></object>
</div>
<p>We are going to be taking a camera each week so we can get more cools shots.<br />
Thanks Rafa for late night video editing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danieltome.com/blog/2007/08/16/ddx-soccer-team-vs-crunch-fc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
