<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Tyler Egeto</title>
	<link>http://blog.tyleregeto.com</link>
	<description>Flash Actionscript Canadian Developer</description>
	<lastBuildDate>Mon, 08 Mar 2010 17:20:41 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Fall&#8217;n Blocks</title>
		<description><![CDATA[Fall&#8217;n Blocks is a Tetris-like game (you can&#8217;t call it Tetris, for obvious reasons) written in AS3. This is just for fun, no real motive behind it. And of course, the source is included below. Have fun!

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_FallnBlocks_1032872027"
			class="flashmovie"
			width="500"
			height="465">
	<param name="movie" value="http://tyleregeto.com/flash/FallnBlocks.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://tyleregeto.com/flash/FallnBlocks.swf"
			name="fm_FallnBlocks_1032872027"
			width="500"
			height="465">
	<!--<![endif]-->
		


	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
Get the source.
A note about the code: The source code is by no [...]]]></description>
		<link>http://blog.tyleregeto.com/archives/523</link>
			</item>
	<item>
		<title>Using vars in regular expressions (AS3)</title>
		<description><![CDATA[Here&#8217;s a quick tip that you can file under &#8220;good to know.&#8221;
I typically end up using regex&#8217;s at some point in most projects. Anything with user input is pretty much a guarantee. Recently when adding some new functionality to a strip tags util I came across a situation I&#8217;ve never encounter before in ActionScript. As [...]]]></description>
		<link>http://blog.tyleregeto.com/archives/496</link>
			</item>
	<item>
		<title>Anatomy of a change request</title>
		<description><![CDATA[Steve McConnell sets up the dream perfectly:
With stable requirements, a project can proceed from architecture to design to coding to testing in a way that&#8217;s orderly, predictable, and calm.1
Of course anyone who has worked on anything knows this is exactly that, a dream. (He agrees) Changes are inevitable. They happen for a variety of reasons, [...]]]></description>
		<link>http://blog.tyleregeto.com/archives/458</link>
			</item>
	<item>
		<title>We all suck at search</title>
		<description><![CDATA[I suck at search, YOU suck at search, everyone sucks at search. Accept it. (unless your the Google bot indexing this page) YOUR sucky search skills are killing usability on the web! But it&#8217;s ok, there are people who don&#8217;t suck, and they&#8217;ll let you drink the kool-aid for free.
I recently updated this site to [...]]]></description>
		<link>http://blog.tyleregeto.com/archives/445</link>
			</item>
	<item>
		<title>Logger Released</title>
		<description><![CDATA[Continuing the effort to clean up some of my code, I&#8217;ve just added a logging system to my open source code, found on the code page. This logger is designed to be easy to use, Flexible, and extendable. It uses writer objects to handle the message logging. Writers can be added or removed at anytime [...]]]></description>
		<link>http://blog.tyleregeto.com/archives/398</link>
			</item>
	<item>
		<title>Titanium Chef Live!</title>
		<description><![CDATA[I&#8217;ll be doing some more posts in the future about this project, but I wanted to put up a quick note about it. Titanium Chef is an Flash Based role playing game that we (mod7) have been developing with the BC Dairy Foundation. The game will run 6-10 hours in length, features fantastic artwork, an [...]]]></description>
		<link>http://blog.tyleregeto.com/archives/382</link>
			</item>
	<item>
		<title>Object lifetime, performance, and application design.</title>
		<description><![CDATA[Dear reader, this is one of those posts where a lot of readers might be fully educated, however while working with other developers and with various opensource projects, this is an area that repeatedly pops-up as being neglected. Additionally it&#8217;s not a topic often seen in books or on the web, especially the popular ActionScript [...]]]></description>
		<link>http://blog.tyleregeto.com/archives/335</link>
			</item>
	<item>
		<title>Paginator AS3 version 0.6.0</title>
		<description><![CDATA[After working more with Paginator AS3 on client projects I&#8217;ve added a couple of new features to the pagination object and fixed a few minor bugs. The following features have been implemented in the latest update, version 0.6.0.

Added lastPage property. Will return the page the pagination object was on before the current one, or zero [...]]]></description>
		<link>http://blog.tyleregeto.com/archives/241</link>
			</item>
	<item>
		<title>ActionScript 3 Tooltip</title>
		<description><![CDATA[I&#8217;ll be releasing more tools and helpers in the near future as I formalize / clean-up my existing code libraries. In addition to the ActionScript pagination system released earlier this month, PaginatorAS3, today I&#8217;m release a small Tooltip system.
Hover over a icon to see it&#8217;s tooltip:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_tooltipDemo_1285137901"
			class="flashmovie"
			width="140"
			height="60">
	<param name="movie" value="http://tyleregeto.com/flash/tooltipDemo.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://tyleregeto.com/flash/tooltipDemo.swf"
			name="fm_tooltipDemo_1285137901"
			width="140"
			height="60">
	<!--<![endif]-->
		


	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
Icons created by Mark [...]]]></description>
		<link>http://blog.tyleregeto.com/archives/216</link>
			</item>
	<item>
		<title>Paginator AS3</title>
		<description><![CDATA[I&#8217;ve got a couple projects currently in production that require the pagination of data which has lead to PaginatorAS3. It&#8217;s a small controller/model for paginating data contained in a Array. Pagination seems to pop-up in a lot of ActionScript projects in a variety of forms, so I decided to formalize it into a flexible object. [...]]]></description>
		<link>http://blog.tyleregeto.com/archives/183</link>
			</item>
</channel>
</rss>
