<?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>Flash User &#187; development</title>
	<atom:link href="http://www.flashuser.net/tag/development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flashuser.net</link>
	<description>FlashUser.net helps creative Flash developers and designers from all over the world to save time and money for their projects. By following our posts you will easily create more effective Flash designs or add value to your Flash software and applications</description>
	<lastBuildDate>Fri, 20 Aug 2010 11:27:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MATE &#8211; Lightweight Flex Development</title>
		<link>http://www.flashuser.net/general/mate-lightweight-flex-development.html</link>
		<comments>http://www.flashuser.net/general/mate-lightweight-flex-development.html#comments</comments>
		<pubDate>Thu, 17 Sep 2009 17:29:21 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=2263</guid>
		<description><![CDATA[<p>In Flex development field there are several helpful frameworks that are worth working with and each of them brings different features that are pliable to our project requests. A framework that captured my attention lately is Mate. So I did some digging and found out more about this project. Let’s see briefly what we should know.</p>
<p><span id="more-2263"></span></p>
<h2 id="sub-title">What is Mate?</h2>
<p>Mate is a light, powerful <strong>MXML</strong>-based Flex framework with an MVC architectural pattern that eases the developers work by giving them maximum flexibility. The framework is entirely tag-based and its focus is on event handling, data binding and asynchronous processing.</p>
<p>This Flex framework has a built-in event-driven (based on the idea of a <strong>Map Event</strong>) thus allowing you to define who is handling those events, whether data needs to be retrieved from the server, or other events need to be triggered. This feature makes it very unobtrusive and easy to learn.</p>
<p>Mate allows you to keep using Flex event model, it does not invent its own like most other frameworks. You can dispatch an event from anywhere in the view hierarchy and have it bubble up to the framework automatically. Other powerful feature is that it implements a form of <strong>Dependency Injection</strong> which allows you to connect your models to your views without either one knowing about the other one. That makes it easy and fast to create, maintain, and debug applications. <em>“An Injector will insert the appropriate property into all instances of a particular component, without having to pass it through the component’s parental hierarchy.”</em></p>
<p>The specific code can be encapsulated in a handful of objects. Also the application code has no dependencies on the framework, it is highly decoupled, reusable and testable. When using this framework we won’t work with Singleton pattern anymore because it has a <strong>caching solution</strong> that detects which objects have been instantiated and handles the flow of data between them.</p>
<p>Mate read as <em>“Mah-teh”</em> was created by Nahuel Foronda and Laura Arguello from AsFusion. Mate had 17 new releases in the last year and hundreds of commits to its repository. I would say that this framework is gaining some quality reputation among Flex developers.</p>
<h2 id="sub-title">Endline</h2>
<p>Since its release there were many tingles about the pros and cons about Mate and it is often compared with other Flex frameworks such as Cairngorm or PureMVC. From what I’ve heard there are some feasible advantages when using Mate in your development. The important novelty that this project brings unlike the others is that it has The Event Map (gives a clear vision about the control flow through the application) and the Class Caching(no more use of the Singleton pattern). You can use this framework both in small or large projects and you can relax because it will give all the flexibility you need and won’t restrain your imagination when creating a project.</p>
<p>But for further examples of projects developed with Mate visit the site at <span id="writer-content"><a href="http://mate.asfusion.com/" target="_blank"><strong>mate.asfusion.com</strong></a></span>. I forgot to mention that this framework has a well written documentation, tutorials and an active community on the forum. Even so you are used with other frameworks I’ll simply say it’s worth giving a shot. You may found out it is more suitable to your tasks.</p>
]]></description>
			<content:encoded><![CDATA[<p>In Flex development field there are several helpful frameworks that are worth working with and each of them brings different features that are pliable to our project requests. A framework that captured my attention lately is Mate. So I did some digging and found out more about this project. Let’s see briefly what we should know.</p>
<p><span id="more-2263"></span></p>
<h2 id="sub-title">What is Mate?</h2>
<p>Mate is a light, powerful <strong>MXML</strong>-based Flex framework with an MVC architectural pattern that eases the developers work by giving them maximum flexibility. The framework is entirely tag-based and its focus is on event handling, data binding and asynchronous processing.</p>
<p>This Flex framework has a built-in event-driven (based on the idea of a <strong>Map Event</strong>) thus allowing you to define who is handling those events, whether data needs to be retrieved from the server, or other events need to be triggered. This feature makes it very unobtrusive and easy to learn.</p>
<p>Mate allows you to keep using Flex event model, it does not invent its own like most other frameworks. You can dispatch an event from anywhere in the view hierarchy and have it bubble up to the framework automatically. Other powerful feature is that it implements a form of <strong>Dependency Injection</strong> which allows you to connect your models to your views without either one knowing about the other one. That makes it easy and fast to create, maintain, and debug applications. <em>“An Injector will insert the appropriate property into all instances of a particular component, without having to pass it through the component’s parental hierarchy.”</em></p>
<p>The specific code can be encapsulated in a handful of objects. Also the application code has no dependencies on the framework, it is highly decoupled, reusable and testable. When using this framework we won’t work with Singleton pattern anymore because it has a <strong>caching solution</strong> that detects which objects have been instantiated and handles the flow of data between them.</p>
<p>Mate read as <em>“Mah-teh”</em> was created by Nahuel Foronda and Laura Arguello from AsFusion. Mate had 17 new releases in the last year and hundreds of commits to its repository. I would say that this framework is gaining some quality reputation among Flex developers.</p>
<h2 id="sub-title">Endline</h2>
<p>Since its release there were many tingles about the pros and cons about Mate and it is often compared with other Flex frameworks such as Cairngorm or PureMVC. From what I’ve heard there are some feasible advantages when using Mate in your development. The important novelty that this project brings unlike the others is that it has The Event Map (gives a clear vision about the control flow through the application) and the Class Caching(no more use of the Singleton pattern). You can use this framework both in small or large projects and you can relax because it will give all the flexibility you need and won’t restrain your imagination when creating a project.</p>
<p>But for further examples of projects developed with Mate visit the site at <span id="writer-content"><a href="http://mate.asfusion.com/" target="_blank"><strong>mate.asfusion.com</strong></a></span>. I forgot to mention that this framework has a well written documentation, tutorials and an active community on the forum. Even so you are used with other frameworks I’ll simply say it’s worth giving a shot. You may found out it is more suitable to your tasks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/general/mate-lightweight-flex-development.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FITC Mobile Development Conference</title>
		<link>http://www.flashuser.net/flash-news/fitc-mobile-development-conference.html</link>
		<comments>http://www.flashuser.net/flash-news/fitc-mobile-development-conference.html#comments</comments>
		<pubDate>Mon, 31 Aug 2009 18:59:47 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash News]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=1862</guid>
		<description><![CDATA[<p><span id="writer-content"><a href="http://www.fitc.ca/events/about/?event=92" target="_blank">FITC Mobile 2009</a></span> is a conference aimed at programmers and developers of mobile content. The sessions includes topics about virtually all mobile platforms and will cover information about iPhone, Flash Lite, Android, Palm, Blackberry plus various other.</p>
<p><span id="more-1862"></span></p>
<h2 id="sub-title">ABOUT THE CONF</h2>
<p>The FITC Mobile Conference is a two-day event, September 13 &#8211; 14, that’s going to take part in Toronto, Canada this year at the Metro Toronto Convention Centre. The agenda consists of presentations, demonstrations, and panel discussions; an important note is that is one of the only events in the world covering all aspects of mobile content. </p>
<p>As the official site describes it, the conference will bring together leaders in mobile design and development, developers and programmers of mobile content, and all those who are curious to know all about the mobile development world. This event will cover along with the technical side of development, marketing, funding, and other business aspects of mobile development. The sessions will cover a variety of topics from iPhone applications, to Adobe’s Flash Lite development, to Googles Android, as well as Blackberry, Palm, SMS text messaging, QR codes, Mobile video, and other relevant ones. FITC Mobile aims to cover all these issues in an intelligent and informed manner.</p>
<p>The list of confirmed speakers is comprised by:</p>
<ul id="circle">
<li>James Eberhardt (Technical Director and Content Developer)</li>
<li>Brandy Gilchrist (Executive, Investor, Mobile Evangelist)</li>
<li>Deborah Hall (Mobile Marketing Strategist)</li>
<li>Scott Janousek (Flash Mobile Design &#038; Development Expert)</li>
<li>Thomas Joos (Mobile Consultant, Flash Life Specialist)</li>
<li>Tony MacDonell (Thought Leader, Rich Internet Application Design &#038; Development)</li>
<li>Collin Moock (ActionScript Expert and Author)</li>
<li>Dom Sagolla (iPhone App Developer)</li>
</ul>
<p>Another thing you should know about is that this conference has an optional pre-conference workshop on Saturday, September 12. The entire event is part of Mobile Innovation Week, scheduled for September 13 &#8211; 16, 2009 in Toronto.</p>
<h2 id="sub-title">TICKETS</h2>
<p>The Mobile Development Conference is open to beginner, intermediate and advanced programmers and developers of mobile content. Ticket prices range from C$93.45 for a Student Conference Pass to C$418.95, a Regular Conference + Workshop Day. To purchase the tickets and find out more information click <span id="writer-content"><a href="http://fitcmobile.eventbrite.com/" target="_blank">HERE</a></span>.</p>
<p>The official sponsors are Motorola, Adobe, BlackBerry, Microsoft Mobile, the City of Toronto, Forum Nokia, Samsung, and EchoMobile. </p>
<h2 id="sub-title">CONCLUSION</h2>
<p>Shawn Pucknell, the Executive Producer of FITC Mobile, asserts that: “Mobile is here to stay. It&#8217;s become a part of all of our lives. And as the need for content and applications grows, so does the need for talented and experienced developers to create that content and experience“.</p>
<p>Being one of the only events in the world covering all aspects of mobile content, there are anticipated 300-400 attendees from around the world. This conference is a great opportunity for both current and future developers of mobile content to learn from the leaders in the field and to share their knowledge with other developers. And if you need further information check the <span id="writer-content"><a href="http://www.fitc.ca/" target="_blank">FITC site</a></span>. </p>
]]></description>
			<content:encoded><![CDATA[<p><span id="writer-content"><a href="http://www.fitc.ca/events/about/?event=92" target="_blank">FITC Mobile 2009</a></span> is a conference aimed at programmers and developers of mobile content. The sessions includes topics about virtually all mobile platforms and will cover information about iPhone, Flash Lite, Android, Palm, Blackberry plus various other.</p>
<p><span id="more-1862"></span></p>
<h2 id="sub-title">ABOUT THE CONF</h2>
<p>The FITC Mobile Conference is a two-day event, September 13 &#8211; 14, that’s going to take part in Toronto, Canada this year at the Metro Toronto Convention Centre. The agenda consists of presentations, demonstrations, and panel discussions; an important note is that is one of the only events in the world covering all aspects of mobile content. </p>
<p>As the official site describes it, the conference will bring together leaders in mobile design and development, developers and programmers of mobile content, and all those who are curious to know all about the mobile development world. This event will cover along with the technical side of development, marketing, funding, and other business aspects of mobile development. The sessions will cover a variety of topics from iPhone applications, to Adobe’s Flash Lite development, to Googles Android, as well as Blackberry, Palm, SMS text messaging, QR codes, Mobile video, and other relevant ones. FITC Mobile aims to cover all these issues in an intelligent and informed manner.</p>
<p>The list of confirmed speakers is comprised by:</p>
<ul id="circle">
<li>James Eberhardt (Technical Director and Content Developer)</li>
<li>Brandy Gilchrist (Executive, Investor, Mobile Evangelist)</li>
<li>Deborah Hall (Mobile Marketing Strategist)</li>
<li>Scott Janousek (Flash Mobile Design &#038; Development Expert)</li>
<li>Thomas Joos (Mobile Consultant, Flash Life Specialist)</li>
<li>Tony MacDonell (Thought Leader, Rich Internet Application Design &#038; Development)</li>
<li>Collin Moock (ActionScript Expert and Author)</li>
<li>Dom Sagolla (iPhone App Developer)</li>
</ul>
<p>Another thing you should know about is that this conference has an optional pre-conference workshop on Saturday, September 12. The entire event is part of Mobile Innovation Week, scheduled for September 13 &#8211; 16, 2009 in Toronto.</p>
<h2 id="sub-title">TICKETS</h2>
<p>The Mobile Development Conference is open to beginner, intermediate and advanced programmers and developers of mobile content. Ticket prices range from C$93.45 for a Student Conference Pass to C$418.95, a Regular Conference + Workshop Day. To purchase the tickets and find out more information click <span id="writer-content"><a href="http://fitcmobile.eventbrite.com/" target="_blank">HERE</a></span>.</p>
<p>The official sponsors are Motorola, Adobe, BlackBerry, Microsoft Mobile, the City of Toronto, Forum Nokia, Samsung, and EchoMobile. </p>
<h2 id="sub-title">CONCLUSION</h2>
<p>Shawn Pucknell, the Executive Producer of FITC Mobile, asserts that: “Mobile is here to stay. It&#8217;s become a part of all of our lives. And as the need for content and applications grows, so does the need for talented and experienced developers to create that content and experience“.</p>
<p>Being one of the only events in the world covering all aspects of mobile content, there are anticipated 300-400 attendees from around the world. This conference is a great opportunity for both current and future developers of mobile content to learn from the leaders in the field and to share their knowledge with other developers. And if you need further information check the <span id="writer-content"><a href="http://www.fitc.ca/" target="_blank">FITC site</a></span>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-news/fitc-mobile-development-conference.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Soma &#8211; New Framework for Flash Developers</title>
		<link>http://www.flashuser.net/flash-news/soma-new-framework-for-flash-developers.html</link>
		<comments>http://www.flashuser.net/flash-news/soma-new-framework-for-flash-developers.html#comments</comments>
		<pubDate>Wed, 26 Aug 2009 16:29:52 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash News]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[flash-framework]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=1743</guid>
		<description><![CDATA[<p>Lately there has been an increasing number of new open-source products aimed toward the Flash community and not only. Various developers created different open-source tools that are very handy regarding fast development, high-quality projects, clean code writing and many more assets.</p>
<p><span id="more-1743"></span>A recently Beta released product, created by Romuald Quantin &#8211; an Actionscript developer, is the <span  id="writer-content"><a href="http://www.soundstep.com/blog/downloads/somaui/" target="_blank">Soma Framework</a></span>. Being at its beginning is very probable that many of you didn’t have the chance to hear or work with it. So I’ll try to highlight the important information you need to know about it, structured in two parts.</p>
<h2 id="sub-title">Soma, the MVC Framework</h2>
<p>Soma is an open source MVC Framework written in AS3 and it is specially developed for Actionscript and Flash website. Its goal is to ease the work by handling the common development that’s required in building a flash site: deep-linking, loading, backgrounds, page management, content management, assets, contextual menu, transitions and so on.</p>
<p>It’s a light framework that doesn’t require MVC knowledge for you to use it. An important fact for developers is that it has been built upon the core of another MVC framework: Cairngorm. The author explains: <em>I&#8217;ve made this choice because I want Soma to be &#8220;easy-accessed&#8221; and even if Cairngorm is originally a Flex framework, I believe its syntax, event-based system and &#8220;design philosophy&#8221; are closer to what a Flash user would expect.</em></p>
<p>But Soma is not only a MVC Framework .It is XML-based and uses a reference to a XML site definition almost all the time. The structure, content, assets and assets behaviors are stored in this XML site definition. It also automates tasks and it is generated. But this is for the second part of the description.</p>
<h2 id="sub-title">SomaUI, the source code generator</h2>
<p>SomaUI is an AIR-Java tool and its main purpose is to generate source code, the base of a Flash site in AS3, created with Soma ready to be used for further development, for Flash Player 9 or 10 and for Flash or Flex SDK developer. SomaUI has very useful features that ease you when starting a site:</p>
<ul id="circle">
<li>building an XML file required in order to make Soma working</li>
<li>exporting deploy files (html, css, etc)</li>
<li>exporting source (actinscript, Flash file, XML, etc)</li>
<li>compile with the Flex SDK</li>
</ul>
<p>This software gives you a large-hand when you create a project, choose specific settings such as name, package, flash player version, and so on. You can write the xml definition of your site or load a template and finally, export it.</p>
<h2 id="sub-title">Conclusion</h2>
<p>As a conclusion, because I recently heard about this framework I didn’t get to use it, I can say that, from what I’ve seen in the video tutorial on the home page and red about this product, Soma Framework is a real easer for you work, time-saver and I like the fact that has a specific set: Actionscript and Flash development. When you want to create a Flash site you know there is a Framework especially created to help you in your development.</p>
<p>For further more information about this product, its resources, software requirements, docs and the latest version released visit the <span  id="writer-content"><a href="http://www.soundstep.com/blog/downloads/somaui/" target="_blank">Soma homepage</a></span>. And as an example of a Flash site built with this framework there is <span  id="writer-content"><a href="http://www.soundstep.com/somaprotest/www/#" target="_blank">Soma Protest</a></span> site where you can find out more stuff about Soma.</p>
]]></description>
			<content:encoded><![CDATA[<p>Lately there has been an increasing number of new open-source products aimed toward the Flash community and not only. Various developers created different open-source tools that are very handy regarding fast development, high-quality projects, clean code writing and many more assets.</p>
<p><span id="more-1743"></span>A recently Beta released product, created by Romuald Quantin &#8211; an Actionscript developer, is the <span  id="writer-content"><a href="http://www.soundstep.com/blog/downloads/somaui/" target="_blank">Soma Framework</a></span>. Being at its beginning is very probable that many of you didn’t have the chance to hear or work with it. So I’ll try to highlight the important information you need to know about it, structured in two parts.</p>
<h2 id="sub-title">Soma, the MVC Framework</h2>
<p>Soma is an open source MVC Framework written in AS3 and it is specially developed for Actionscript and Flash website. Its goal is to ease the work by handling the common development that’s required in building a flash site: deep-linking, loading, backgrounds, page management, content management, assets, contextual menu, transitions and so on.</p>
<p>It’s a light framework that doesn’t require MVC knowledge for you to use it. An important fact for developers is that it has been built upon the core of another MVC framework: Cairngorm. The author explains: <em>I&#8217;ve made this choice because I want Soma to be &#8220;easy-accessed&#8221; and even if Cairngorm is originally a Flex framework, I believe its syntax, event-based system and &#8220;design philosophy&#8221; are closer to what a Flash user would expect.</em></p>
<p>But Soma is not only a MVC Framework .It is XML-based and uses a reference to a XML site definition almost all the time. The structure, content, assets and assets behaviors are stored in this XML site definition. It also automates tasks and it is generated. But this is for the second part of the description.</p>
<h2 id="sub-title">SomaUI, the source code generator</h2>
<p>SomaUI is an AIR-Java tool and its main purpose is to generate source code, the base of a Flash site in AS3, created with Soma ready to be used for further development, for Flash Player 9 or 10 and for Flash or Flex SDK developer. SomaUI has very useful features that ease you when starting a site:</p>
<ul id="circle">
<li>building an XML file required in order to make Soma working</li>
<li>exporting deploy files (html, css, etc)</li>
<li>exporting source (actinscript, Flash file, XML, etc)</li>
<li>compile with the Flex SDK</li>
</ul>
<p>This software gives you a large-hand when you create a project, choose specific settings such as name, package, flash player version, and so on. You can write the xml definition of your site or load a template and finally, export it.</p>
<h2 id="sub-title">Conclusion</h2>
<p>As a conclusion, because I recently heard about this framework I didn’t get to use it, I can say that, from what I’ve seen in the video tutorial on the home page and red about this product, Soma Framework is a real easer for you work, time-saver and I like the fact that has a specific set: Actionscript and Flash development. When you want to create a Flash site you know there is a Framework especially created to help you in your development.</p>
<p>For further more information about this product, its resources, software requirements, docs and the latest version released visit the <span  id="writer-content"><a href="http://www.soundstep.com/blog/downloads/somaui/" target="_blank">Soma homepage</a></span>. And as an example of a Flash site built with this framework there is <span  id="writer-content"><a href="http://www.soundstep.com/somaprotest/www/#" target="_blank">Soma Protest</a></span> site where you can find out more stuff about Soma.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-news/soma-new-framework-for-flash-developers.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The ActionScript Conference &#8211; 2nd Edition 2009</title>
		<link>http://www.flashuser.net/flash-news/the-actionscript-conference-2nd-edition-2009.html</link>
		<comments>http://www.flashuser.net/flash-news/the-actionscript-conference-2nd-edition-2009.html#comments</comments>
		<pubDate>Sat, 01 Aug 2009 14:20:52 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash News]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=914</guid>
		<description><![CDATA[<p>Last year, on the 19th October, the Singapore <span id="writer-content"><a href="http://fug.sg/" color="FF0000" target="_blank">Flex User Group</a></span> (FUG) organized with great achievements <span id="writer-content"><a href="http://www.tac.sg/" color="FF0000" target="_blank">The Actionscript Conference</a></span>, or TAC for short, at the Singapore National Library, being the largest AS conference in South East Asia. It was a one day meeting with the focus on Actionscript 3.0, Flash Platform and related enterprise development methodology.</p>
<p><span id="more-914"></span>Because of the outstanding response (within 2 weeks they had already sold-out all the tickets), they’ve decided to do a two day conference this year with more speakers, sessions and added seating capacity (500 to be more specific). So here are the news, details and contact information about this event.</p>
<p>The Actionscript Conference | Flash Camp Singapore is taking place on the 14th and 15th September 2009 at the NTUC Auditorium. This will gather all the renowned Flash and Flex experts around the world, for 2 full days of demonstration and highlights on the latest technologies in Actionscript. TAC aims to bring topics on Actionscript 3.0, Flash development, Enterprise Flex 3 and 4, AIR, Integrating of Flash and other Platforms, and building Rich Internet Application to its audience.</p>
<p>Here are some topics that will be covered (not limited to):</p>
<ul id="circle">
<li>Flash Catalyst</li>
<li>Programming Actionscript 3.0</li>
<li>Adobe AIR</li>
<li>Flex 3 and Flex 4 Framework</li>
<li>Development Tips and Tricks </li>
<li>Rich Internet Applications (RIA)</li>
<li>Integration of Flash, Flex with server-side technologies</li>
</ul>
<p>Check out <span id="writer-content"><a href="http://www.tac.sg/" color="FF0000" target="_blank">TAC</a></span> site for detailed speakers list and sessions information. There will be more sessions coming, so it’s in your interest to keep up with the updated information.</p>
<p>The registration for seats is now open so you better hit the <span id="writer-content"><a href="http://theactionscriptconference.com/index.php/registration/" color="FF0000" target="_blank">official registration page</a></span> . First 100 tickets cost $99 SGD. And there is more: one in every 10 tickets bought will win a FDT &#8211; Pure Edition through a lucky drawl. That’s 50 licenses that would be given away free. FDT  is a powerful ActionScript tool and it has gathered good  testimonies  from ActionScript  VIPs.</p>
<p>The target audience of The ActionScript Conference is software developers, web developers, students, Flash/Flex developers, business-owners and so on. If the shoes fit for you this conference is a definitely MUST GO! It’s a 2-day experience that will empower you’re development and improve your knowledge.</p>
]]></description>
			<content:encoded><![CDATA[<p>Last year, on the 19th October, the Singapore <span id="writer-content"><a href="http://fug.sg/" color="FF0000" target="_blank">Flex User Group</a></span> (FUG) organized with great achievements <span id="writer-content"><a href="http://www.tac.sg/" color="FF0000" target="_blank">The Actionscript Conference</a></span>, or TAC for short, at the Singapore National Library, being the largest AS conference in South East Asia. It was a one day meeting with the focus on Actionscript 3.0, Flash Platform and related enterprise development methodology.</p>
<p><span id="more-914"></span>Because of the outstanding response (within 2 weeks they had already sold-out all the tickets), they’ve decided to do a two day conference this year with more speakers, sessions and added seating capacity (500 to be more specific). So here are the news, details and contact information about this event.</p>
<p>The Actionscript Conference | Flash Camp Singapore is taking place on the 14th and 15th September 2009 at the NTUC Auditorium. This will gather all the renowned Flash and Flex experts around the world, for 2 full days of demonstration and highlights on the latest technologies in Actionscript. TAC aims to bring topics on Actionscript 3.0, Flash development, Enterprise Flex 3 and 4, AIR, Integrating of Flash and other Platforms, and building Rich Internet Application to its audience.</p>
<p>Here are some topics that will be covered (not limited to):</p>
<ul id="circle">
<li>Flash Catalyst</li>
<li>Programming Actionscript 3.0</li>
<li>Adobe AIR</li>
<li>Flex 3 and Flex 4 Framework</li>
<li>Development Tips and Tricks </li>
<li>Rich Internet Applications (RIA)</li>
<li>Integration of Flash, Flex with server-side technologies</li>
</ul>
<p>Check out <span id="writer-content"><a href="http://www.tac.sg/" color="FF0000" target="_blank">TAC</a></span> site for detailed speakers list and sessions information. There will be more sessions coming, so it’s in your interest to keep up with the updated information.</p>
<p>The registration for seats is now open so you better hit the <span id="writer-content"><a href="http://theactionscriptconference.com/index.php/registration/" color="FF0000" target="_blank">official registration page</a></span> . First 100 tickets cost $99 SGD. And there is more: one in every 10 tickets bought will win a FDT &#8211; Pure Edition through a lucky drawl. That’s 50 licenses that would be given away free. FDT  is a powerful ActionScript tool and it has gathered good  testimonies  from ActionScript  VIPs.</p>
<p>The target audience of The ActionScript Conference is software developers, web developers, students, Flash/Flex developers, business-owners and so on. If the shoes fit for you this conference is a definitely MUST GO! It’s a 2-day experience that will empower you’re development and improve your knowledge.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-news/the-actionscript-conference-2nd-edition-2009.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
