<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ramblings</title>
	<atom:link href="http://michaelangela.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelangela.wordpress.com</link>
	<description>Notes, thoughts, explorations in code</description>
	<lastBuildDate>Mon, 12 Oct 2009 16:16:07 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='michaelangela.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e96a498c2a76dc8711e307ea14a20bc2?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Ramblings</title>
		<link>http://michaelangela.wordpress.com</link>
	</image>
			<item>
		<title>BASH command line history</title>
		<link>http://michaelangela.wordpress.com/2009/10/12/bash-command-line-history/</link>
		<comments>http://michaelangela.wordpress.com/2009/10/12/bash-command-line-history/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 16:16:01 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[cool]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/10/12/bash-command-line-history/</guid>
		<description><![CDATA[Sweet. The page has more tips as well like getting partial stuff from your history. I don&#8217;t know how much of this will work on OSX but it&#8217;s still neat to see.
Access to command line history in BASH
To activate those two commands, add this to your .bashrc file:
bind &#8216;&#8221;\e[A&#8221;&#8216;:history-search-backwardbind &#8216;&#8221;\e[B&#8221;&#8216;:history-search-forward
Now you can easily summon any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=501&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sweet. The page has more tips as well like getting partial stuff from your history. I don&#8217;t know how much of this will work on OSX but it&#8217;s still neat to see.</p>
<p><a href="http://www.geocities.com/h2428/petar/bash_hist.htm">Access to command line history in BASH</a><br />
<blockquote>To activate those two commands, add this to your .bashrc file:</p>
<p>bind &#8216;&#8221;\e[A&#8221;&#8216;:history-search-backward<br />bind &#8216;&#8221;\e[B&#8221;&#8216;:history-search-forward</p>
<p>Now you can easily summon any command from the history by typing the command and pressing Up arrow. You might continue pressing Up arrow until you find the command instance you wish to execute again. </p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=98805e78-6ebe-86c9-bd1e-9ddd8e494cd8" /></div>
Posted in cool, linux, tip, tool  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/501/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/501/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/501/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/501/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/501/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=501&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/10/12/bash-command-line-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=98805e78-6ebe-86c9-bd1e-9ddd8e494cd8" medium="image" />
	</item>
		<item>
		<title>Finding domain name info on the command line</title>
		<link>http://michaelangela.wordpress.com/2009/09/25/finding-domain-name-info-on-the-command-line/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/25/finding-domain-name-info-on-the-command-line/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 19:08:48 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[cool]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/25/finding-domain-name-info-on-the-command-line/</guid>
		<description><![CDATA[Nice. Even for funny domains like .name, etc. Quicker than pulling up an app or going to a site that doesn&#8217;t handle the edge cases.
How do I find the authoritative name-server for a domain name? &#8211; Stack Overflow
% dig +short NS stackoverflow.comns52.domaincontrol.com.ns51.domaincontrol.com. 

Posted in cool, tool       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=495&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Nice. Even for funny domains like .name, etc. Quicker than pulling up an app or going to a site that doesn&#8217;t handle the edge cases.</p>
<p><a href="http://stackoverflow.com/questions/38021/how-do-i-find-the-authoritative-name-server-for-a-domain-name">How do I find the authoritative name-server for a domain name? &#8211; Stack Overflow</a><br />
<blockquote>% dig +short NS stackoverflow.com<br />ns52.domaincontrol.com.<br />ns51.domaincontrol.com. </p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=9ac485a0-f450-8f7d-9d23-0df66847d254" /></div>
Posted in cool, tool  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/495/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=495&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/25/finding-domain-name-info-on-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=9ac485a0-f450-8f7d-9d23-0df66847d254" medium="image" />
	</item>
		<item>
		<title>Mac OS X XML editor</title>
		<link>http://michaelangela.wordpress.com/2009/09/25/mac-os-x-xml-editor/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/25/mac-os-x-xml-editor/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 05:34:35 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[cool]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/25/mac-os-x-xml-editor/</guid>
		<description><![CDATA[I think I may have stumbled on a neat XML editor that runs as an Eclipse plugin. I like it already! Simple things like formatting XML, autocomplete of tags and attributes already present, and&#8230;&#8230;generating a schema from xml&#8230; interesting. Works well for my VERY minor usage so far&#8230;
Rinzo Xml Editor &#8211; Eclipse xml editor
Rinzo is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=493&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I think I may have stumbled on a neat XML editor that runs as an Eclipse plugin. I like it already! Simple things like formatting XML, autocomplete of tags and attributes already present, and&#8230;&#8230;generating a schema from xml&#8230; interesting. Works well for my VERY minor usage so far&#8230;</p>
<p><a href="http://editorxml.sourceforge.net/index.html">Rinzo Xml Editor &#8211; Eclipse xml editor</a><br />
<blockquote>Rinzo is an Eclipse xml editor with the goal of make life simpler when dealing with xml files.<br />It has several features regarding plain xml edition such as:</p>
<p>    * Autocompletion of tags and attributes, proposing the ones defined in the file&#8217;s DTD or Schema.<br />    * xml validation using DTD or Schema, DTD and Schema generation from a xml<br />    * Namespace support.<br />    * And more</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=ef9cae06-bce8-83fd-8de0-094ab71f6dd9" /></div>
Posted in cool, tool, xml  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/493/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=493&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/25/mac-os-x-xml-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=ef9cae06-bce8-83fd-8de0-094ab71f6dd9" medium="image" />
	</item>
		<item>
		<title>Messy XML that needs a quick clean up?</title>
		<link>http://michaelangela.wordpress.com/2009/09/22/messy-xml-that-needs-a-quick-clean-up/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/22/messy-xml-that-needs-a-quick-clean-up/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 00:26:42 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[automation]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/22/messy-xml-that-needs-a-quick-clean-up/</guid>
		<description><![CDATA[Really neat and nifty. This is for when you have those one liner strings of XML in a log or something (like CharlesProxy&#8217;s response pane) and you want to view it all nicely. Normally CharlesProxy does an excellent job&#8230; for well formatted XML. At least some code I was working with really wasn&#8217;t well formatted [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=491&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Really neat and nifty. This is for when you have those one liner strings of XML in a log or something (like CharlesProxy&#8217;s response pane) and you want to view it all nicely. Normally CharlesProxy does an excellent job&#8230; for well formatted XML. At least some code I was working with really wasn&#8217;t well formatted and even the noble Charles just gave me a oneliner. xmlling cleaned it right up though. Nice.</p>
<p><a href="http://www.simplicidade.org/notes/archives/2008/08/pretty_print_xm.html">Notes: Pretty print XML</a><br />
<blockquote>In case you didn&#8217;t know, you can pretty print XML with the xmllint command line tool that comes with libxml2, and its installed by default with Mac OS X.</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=15f64a2c-9e68-8c11-9d42-81080733f759" /></div>
Posted in automation, cool, tip, tool, xml  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/491/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=491&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/22/messy-xml-that-needs-a-quick-clean-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=15f64a2c-9e68-8c11-9d42-81080733f759" medium="image" />
	</item>
		<item>
		<title>Printing from OS X 10.5 to a Canon Pixma MX330 shared on a Windows XP box</title>
		<link>http://michaelangela.wordpress.com/2009/09/21/printing-from-os-x-10-5-to-a-canon-pixma-mx330-shared-on-a-windows-xp-box/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/21/printing-from-os-x-10-5-to-a-canon-pixma-mx330-shared-on-a-windows-xp-box/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 18:34:42 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[cool]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/21/printing-from-os-x-10-5-to-a-canon-pixma-mx330-shared-on-a-windows-xp-box/</guid>
		<description><![CDATA[Since there are no drivers available to print to a shared Pixma MX330 that I am aware of, I have been unable to print to the printer. And because there are no drivers that allow the DNS-323 to host the Pixma MX330 as well, that was out, too.
The following did work though, except actually printing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=487&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Since there are no drivers available to print to a shared Pixma MX330 that I am aware of, I have been unable to print to the printer. And because there are no drivers that allow the DNS-323 to host the Pixma MX330 as well, that was out, too.</p>
<p>The following did work though, except actually printing to the printer. In step 5, instead of doing IP &gt; LPR over IP, I used Advanced &gt; Windows type, and used the smb://username:password@ip_address/GhostcriptLPR and that has been working today so far.</p>
<p>This process will ask for your XP disk to install a couple of specific DLLs when you get to adding the new services.</p>
<p><a href="http://iharder.net/current/macosx/winmacprinter/#step2">How to Use a Printer Attached to a Windows XP Computer in Mac OS X</a><br />
<blockquote>This document gives a detailed explanation of how to set up an HP DeskJet 722C printer that is attached to a Windows XP computer so that the printer can be used by a Mac OS X computer on a local area network (LAN). If your printer is slightly different, or you have a different version of Windows, or you&#8217;re using a different Unix than Mac OS X, you&#8217;ll have to adapt these instructions with your own creativity.</p>
</blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=cbf0847b-fadd-81e1-a1bc-9b623b442a9d" /></div>
Posted in cool, mac, osx, tip, tool, windows  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/487/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=487&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/21/printing-from-os-x-10-5-to-a-canon-pixma-mx330-shared-on-a-windows-xp-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=cbf0847b-fadd-81e1-a1bc-9b623b442a9d" medium="image" />
	</item>
		<item>
		<title>And an example on how to use JSFL</title>
		<link>http://michaelangela.wordpress.com/2009/09/09/and-an-example-on-how-to-use-jsfl/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/09/and-an-example-on-how-to-use-jsfl/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 01:14:49 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[automation]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/09/and-an-example-on-how-to-use-jsfl/</guid>
		<description><![CDATA[And this is cool, too. I&#8217;m always looking for productivity tips and this is very cool. It really opens up a lot of possibilities.
deleteaso » Fix Textfields JSFL
Today Seb was having some issues when dealing with embedded fonts &#8211; read his post. He came up with some ActionScript ways to get around it. Well another [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=485&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>And this is cool, too. I&#8217;m always looking for productivity tips and this is very cool. It really opens up a lot of possibilities.</p>
<p><a href="http://deleteaso.com/fix-textfields-jsfl/">deleteaso » Fix Textfields JSFL</a><br />
<blockquote>Today Seb was having some issues when dealing with embedded fonts &#8211; read his post. He came up with some ActionScript ways to get around it. Well another way would be to use JSFL. A couple of my team members at Fuel Industries wrote the following JSFL script. It goes through your library and searches out any dynamic textfields. Once it finds one it makes sure it’s on a whole pixel, turns the auto kern off, embeds “UpperCase, LowerCase, Numerals, Punctuation” characters, and makes it not selectable. But you could make it do pretty much anything you can through JSFL.</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=631e7748-a998-8d6b-a73f-f3eff89cf4fa" /></div>
Posted in automation, cool, flash, tip, tool  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/485/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=485&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/09/and-an-example-on-how-to-use-jsfl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=631e7748-a998-8d6b-a73f-f3eff89cf4fa" medium="image" />
	</item>
		<item>
		<title>Update multiple bitmaps at once in Flash CS3</title>
		<link>http://michaelangela.wordpress.com/2009/09/09/update-multiple-bitmaps-at-once-in-flash-cs3/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/09/update-multiple-bitmaps-at-once-in-flash-cs3/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 01:13:02 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[cool]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/09/update-multiple-bitmaps-at-once-in-flash-cs3/</guid>
		<description><![CDATA[Just wanted to keep a note on this for future reference. Very helpful!
onebyoneblog » Blog Archive » Flash UI Panel to Edit the Properties of Multiple Bitmaps
Basically, it&#8217;s just as I described &#8211; you highlight multiple Bitmaps in your .fla&#8217;s library, adjust the settings (allow smoothing, lossy/lossless, jpg compression quality), then click on the &#8220;execute&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=483&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just wanted to keep a note on this for future reference. Very helpful!</p>
<p><a href="http://blog.onebyonedesign.com/?p=110">onebyoneblog » Blog Archive » Flash UI Panel to Edit the Properties of Multiple Bitmaps</a><br />
<blockquote>Basically, it&#8217;s just as I described &#8211; you highlight multiple Bitmaps in your .fla&#8217;s library, adjust the settings (allow smoothing, lossy/lossless, jpg compression quality), then click on the &#8220;execute&#8221; button and &#8211; presto &#8211; all items are instantly changed.</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=9e13179f-3603-83bd-adfe-df08259f48a1" /></div>
Posted in cool, flash, tip, tool  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/483/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=483&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/09/update-multiple-bitmaps-at-once-in-flash-cs3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=9e13179f-3603-83bd-adfe-df08259f48a1" medium="image" />
	</item>
		<item>
		<title>Desktop Regexr</title>
		<link>http://michaelangela.wordpress.com/2009/09/02/desktop-regexr/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/02/desktop-regexr/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 06:03:54 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[ask]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/02/desktop-regexr/</guid>
		<description><![CDATA[And here&#8217;s the info on the desktop version:
gskinner.com: gBlog: RegExr Desktop Released: Regular Expression Tool in AIR
I just uploaded the desktop version of RegExr. It&#8217;s just an AIR version of the online application for now, but I&#8217;ll add some desktop specific features, and put up a nicer looking page when I have a chance.
With this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=481&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>And here&#8217;s the info on the desktop version:</p>
<p><a href="http://www.gskinner.com/blog/archives/2008/03/regexr_desktop.html">gskinner.com: gBlog: RegExr Desktop Released: Regular Expression Tool in AIR</a><br />
<blockquote>I just uploaded the desktop version of RegExr. It&#8217;s just an AIR version of the online application for now, but I&#8217;ll add some desktop specific features, and put up a nicer looking page when I have a chance.</p>
<p>With this morning&#8217;s announcement of the AIR alpha for Linux, this means RegExr is now the first free tool for editing and testing regular expressions (RegEx) that runs on Mac OSX, Windows, Linux, and online (as far as I can determine). Pretty cool, considering it only took 60 minutes of work to convert the online application to a desktop program and add update notifications.</p>
<p>You can install the desktop version of RegExr here. Or, you can use the online version at regexr.com.</p></blockquote>
<p><i>Update: This recently helped me convert some text from an select options dropdown list to text for a dataprovider to use within AS3. Nice! I usually use TextWrangler for stuff like this but Regex helps you iteratively see your progress as you match and replace data. Thank you Mr. Skinner!</i></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=a2494538-23d2-8402-a805-3429f16c9f52" /></div>
Posted in ask, flex, regex, tool  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/481/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=481&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/02/desktop-regexr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=a2494538-23d2-8402-a805-3429f16c9f52" medium="image" />
	</item>
		<item>
		<title>Flex based regex tester</title>
		<link>http://michaelangela.wordpress.com/2009/09/02/flex-based-regex-tester/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/02/flex-based-regex-tester/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 05:10:15 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/02/flex-based-regex-tester/</guid>
		<description><![CDATA[I hadn&#8217;t seen this one before. There are other regex testers out there but this one is neat because it helps guide you. There are examples and tooltip help to let you know what you&#8217;re doing. Very neat. There is a downloadable version as well apparently. gskinner has been an indirect sort of long-distance teacher [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=479&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I hadn&#8217;t seen this one before. There are other regex testers out there but this one is neat because it helps guide you. There are examples and tooltip help to let you know what you&#8217;re doing. Very neat. There is a downloadable version as well apparently. gskinner has been an indirect sort of long-distance teacher for some time now. He has a tremendous amount of resources available on his site.</p>
<p><a href="http://www.jmpj.net/jason/index.cfm/2008/7/7/Handy-regex-texter-for-AS3">Jason Sheedy&#8217;s blog: Handy regex tester for AS3</a><br />
<blockquote>I found this tool really useful for testing regex in AS3. There&#8217;s a few of these around, but this one is very nicely done.. http://gskinner.com/RegExr/</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=399ccb28-ea07-8429-9ce7-144060a42a09" /></div>
Posted in as3, cool, regex, tool  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/479/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=479&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/02/flex-based-regex-tester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=399ccb28-ea07-8429-9ce7-144060a42a09" medium="image" />
	</item>
		<item>
		<title>Should I check it or not! Uncheck it, and leave a note</title>
		<link>http://michaelangela.wordpress.com/2009/09/02/should-i-check-it-or-not-uncheck-it-and-leave-a-note/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/02/should-i-check-it-or-not-uncheck-it-and-leave-a-note/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 00:12:02 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/02/should-i-check-it-or-not-uncheck-it-and-leave-a-note/</guid>
		<description><![CDATA[Since this is being developed for others, the final concensus is to uncheck it and leave a README.txt that explicitly says so.  
Accessing named MovieClips placed on the stage in Flash CS3 while staying true to OOP best-practices « dispatchEvent()™
I happen to agree with Sarah that the best way to work is to uncheck [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=477&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Since this is being developed for others, the final concensus is to uncheck it and leave a README.txt that explicitly says so. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://dispatchevent.org/mims/accessing-onstage-movieclips-in-flashcs3/">Accessing named MovieClips placed on the stage in Flash CS3 while staying true to OOP best-practices « dispatchEvent()™</a><br />
<blockquote>I happen to agree with Sarah that the best way to work is to uncheck the checkbox and declare all of your variables yourself. This is the only way that really enforces good practices when you are using classes behind your MovieClips in the library.</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=5cab1b09-9c48-8ccc-970c-70841b432f20" /></div>
Posted in as3, flash, flex, tip  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/477/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/477/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/477/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/477/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/477/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/477/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/477/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/477/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/477/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/477/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=477&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/02/should-i-check-it-or-not-uncheck-it-and-leave-a-note/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=5cab1b09-9c48-8ccc-970c-70841b432f20" medium="image" />
	</item>
		<item>
		<title>More on strongly typed references to timeline instances</title>
		<link>http://michaelangela.wordpress.com/2009/09/01/more-on-strongly-typed-references-to-timeline-instances/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/01/more-on-strongly-typed-references-to-timeline-instances/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 23:58:49 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/01/more-on-strongly-typed-references-to-timeline-instances/</guid>
		<description><![CDATA[And this states the issue well in a short sentence. Developing for Flash outside of the Flash IDE breaks into two camps if the &#8220;Automatically Declare Stage Instances&#8221; is checked or not. The solution mentioned below is another way (closer to the way I do) to get a reference not only as a movie clip [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=475&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>And this states the issue well in a short sentence. Developing for Flash outside of the Flash IDE breaks into two camps if the &#8220;Automatically Declare Stage Instances&#8221; is checked or not. The solution mentioned below is another way (closer to the way I do) to get a reference not only as a movie clip but as a specific class object. That&#8217;s helpful when you&#8217;re adding linkages to your symbols with external classes.</p>
<p><a href="http://www.mail-archive.com/flashcoders@chattyfig.figleaf.com/msg40171.html">Re: [Flashcoders] Automatically Declare Stage Instances andinheritance.</a><br />
<blockquote>I think unchecking that box is the best way to handle this, but the other options presented are useful for working around these issues. My main worry seems to be incompatibilities with people who may write code using the box checked, which it is by default. It seems that this checkbox forks all AS3 code into two exclusive camps. I hope I make the right choice. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  C</p>
<p>On Mon, May 12, 2008 at 3:58 AM, Cor &lt;[EMAIL PROTECTED]&gt; wrote:<br />&gt; This will do the trick:<br />&gt;<br />&gt; private var okButton:SimpleButton = getChildByName(&#8216;okButton&#8217;) as SimpleButton; </p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=536bf135-f5a5-816d-bbca-65414d741ff7" /></div>
Posted in as3, cool, flash, flex, tip  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/475/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=475&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/01/more-on-strongly-typed-references-to-timeline-instances/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=536bf135-f5a5-816d-bbca-65414d741ff7" medium="image" />
	</item>
		<item>
		<title>Other helpful shortcuts and tips for both os x and windows</title>
		<link>http://michaelangela.wordpress.com/2009/09/01/other-helpful-shortcuts-and-tips-for-both-os-x-and-windows-2/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/01/other-helpful-shortcuts-and-tips-for-both-os-x-and-windows-2/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 23:55:13 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/01/other-helpful-shortcuts-and-tips-for-both-os-x-and-windows-2/</guid>
		<description><![CDATA[Mostly notes for reference. Although Ctrl+F2 doesn&#8217;t seem to work without first going somewhere else like the dock with Ctrl+F3. Odd&#8230; maybe something I broke already.  
Keyboard &#8211; XvsXP.com, Mac OS X vs. Windows XP
Most special characters can be typed with the help of the option key. Use option when typing a letter or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=473&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Mostly notes for reference. Although Ctrl+F2 doesn&#8217;t seem to work without first going somewhere else like the dock with Ctrl+F3. Odd&#8230; maybe something I broke already. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.xvsxp.com/misc/keyboard.php">Keyboard &#8211; XvsXP.com, Mac OS X vs. Windows XP</a><br />
<blockquote>Most special characters can be typed with the help of the option key. Use option when typing a letter or symbol, and OS X will substitute a special character. For instance, option-shift-4 will type a cent sign instead of a dollar sign.</p>
<p>In addition, typing characters with accents is extremely easy. Type option-e, for example, and OS X will insert a forwards accent, highlighted in yellow. Then, type another letter — an &#8220;e,&#8221; &#8220;a,&#8221; etc. — and OS X will place that letter below the accent mark. This lets you easily type words like &#8220;résumé.&#8221; You can use other option key combinations to type other accents as well, letting you easily type letters like &#8220;ñ&#8221; (option-n + n) or &#8220;ü&#8221; (option-u + u).</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=4b0ab7b0-4fe3-80e2-be6f-25b45bc03a89" /></div>
Posted in osx, tip, tool, windows  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/473/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=473&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/01/other-helpful-shortcuts-and-tips-for-both-os-x-and-windows-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=4b0ab7b0-4fe3-80e2-be6f-25b45bc03a89" medium="image" />
	</item>
		<item>
		<title>Getting strongly typed objects from flash cs3</title>
		<link>http://michaelangela.wordpress.com/2009/09/01/getting-strongly-typed-objects-from-flash-cs3/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/01/getting-strongly-typed-objects-from-flash-cs3/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 23:53:49 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/01/getting-strongly-typed-objects-from-flash-cs3/</guid>
		<description><![CDATA[I have done this for AS2 using Flash Develop, and something similar to it using PureMVC for a Flash CS3 project developed within FlexBuilder, but it&#8217;s nice to see it &#8220;approved&#8221; of sorts. The issue? How do you access objects on the timeline in a strongly-typed manner. The blog post itself describes the situation well [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=471&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have done this for AS2 using Flash Develop, and something similar to it using PureMVC for a Flash CS3 project developed within FlexBuilder, but it&#8217;s nice to see it &#8220;approved&#8221; of sorts. The issue? How do you access objects on the timeline in a strongly-typed manner. The blog post itself describes the situation well and this solution handles it well enough for me. The good thing is with this solution is that the movie clip name can of course change in the FLA and you only have this to update to keep it in sync.</p>
<p><a href="http://jessewarden.com/2008/06/designer-vs-developer-declaring-stage-instances.html">Flex and Flash Developer – Jesse Warden dot Kizz-ohm » Blog Archive » Designer vs. Developer: Declaring Stage Instances</a><br />
<blockquote>I think I’ve seen this approach in the Essential ActionScript 3 book and I’ve used it.</p>
<p>1. Leave the option turned on, so the Flash IDE will generate all the properties.<br />2. For every thing I need to refer and use code hinting I would do the following:</p>
<p>private function get scroller { return this["mcScroller"]; }</p>
<p>or something like this.</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=3486b97f-c2cb-856b-b5bb-5d1e850177f8" /></div>
Posted in as3, cool, flash, flex, tip  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/471/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=471&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/01/getting-strongly-typed-objects-from-flash-cs3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=3486b97f-c2cb-856b-b5bb-5d1e850177f8" medium="image" />
	</item>
		<item>
		<title>Other helpful shortcuts and tips for both os x and windows</title>
		<link>http://michaelangela.wordpress.com/2009/09/01/other-helpful-shortcuts-and-tips-for-both-os-x-and-windows/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/01/other-helpful-shortcuts-and-tips-for-both-os-x-and-windows/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 22:53:22 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/01/other-helpful-shortcuts-and-tips-for-both-os-x-and-windows/</guid>
		<description><![CDATA[Mostly notes for reference. Although Ctrl+F2 doesn&#8217;t seem to work without first going somewhere else like the dock with Ctrl+F3. Odd&#8230; maybe something I broke already.  
Keyboard &#8211; XvsXP.com, Mac OS X vs. Windows XP
Most special characters can be typed with the help of the option key. Use option when typing a letter or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=469&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Mostly notes for reference. Although Ctrl+F2 doesn&#8217;t seem to work without first going somewhere else like the dock with Ctrl+F3. Odd&#8230; maybe something I broke already. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.xvsxp.com/misc/keyboard.php">Keyboard &#8211; XvsXP.com, Mac OS X vs. Windows XP</a><br />
<blockquote>Most special characters can be typed with the help of the option key. Use option when typing a letter or symbol, and OS X will substitute a special character. For instance, option-shift-4 will type a cent sign instead of a dollar sign.</p>
<p>In addition, typing characters with accents is extremely easy. Type option-e, for example, and OS X will insert a forwards accent, highlighted in yellow. Then, type another letter — an &#8220;e,&#8221; &#8220;a,&#8221; etc. — and OS X will place that letter below the accent mark. This lets you easily type words like &#8220;résumé.&#8221; You can use other option key combinations to type other accents as well, letting you easily type letters like &#8220;ñ&#8221; (option-n + n) or &#8220;ü&#8221; (option-u + u).</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=35af475e-254d-8492-9106-bc3400bc86e2" /></div>
Posted in osx, tip, tool, windows  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/469/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/469/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=469&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/01/other-helpful-shortcuts-and-tips-for-both-os-x-and-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=35af475e-254d-8492-9106-bc3400bc86e2" medium="image" />
	</item>
		<item>
		<title>OS X list of os x shortcuts</title>
		<link>http://michaelangela.wordpress.com/2009/09/01/os-x-list-of-os-x-shortcuts/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/01/os-x-list-of-os-x-shortcuts/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 22:45:17 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[cool]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/01/os-x-list-of-os-x-shortcuts/</guid>
		<description><![CDATA[Many I knew, some I didn&#8217;t. But the author is right that it helps. The Tips &#38; Tricks page has some nice notes as well.
Dan Rodney&#8217;s List of Mac OS X Keyboard Shortcuts &#38; Keystrokes
I like to figure out the fastest way to do things. I hope these shortcuts will help you become the power [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=467&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Many I knew, some I didn&#8217;t. But the author is right that it helps. The Tips &amp; Tricks page has some nice notes as well.</p>
<p><a href="http://www.danrodney.com/mac/">Dan Rodney&#8217;s List of Mac OS X Keyboard Shortcuts &amp; Keystrokes</a><br />
<blockquote>I like to figure out the fastest way to do things. I hope these shortcuts will help you become the power user that lies within. These keystrokes should work on Mac OS 10.6 Snow Leopard and 10.5 Leopard (many also work on 10.4 Tiger). I add new shortcuts as I find them, so check back! I’m still exploring Snow Leopard and will be updating this page as I discover new goodies.</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=90537d7e-0a11-8acc-8cdb-1efff62e21ab" /></div>
Posted in cool, osx, tip  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/467/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/467/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/467/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/467/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/467/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/467/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/467/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/467/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/467/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/467/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=467&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/01/os-x-list-of-os-x-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=90537d7e-0a11-8acc-8cdb-1efff62e21ab" medium="image" />
	</item>
		<item>
		<title>Another note on debugging Flash with Flex</title>
		<link>http://michaelangela.wordpress.com/2009/09/01/another-note-on-debugging-flash-with-flex/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/01/another-note-on-debugging-flash-with-flex/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 21:40:26 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/01/another-note-on-debugging-flash-with-flex/</guid>
		<description><![CDATA[Neato. Just making notes but it&#8217;s good to see.  
BUT REMEMBER TO SET &#8220;Permit debugging&#8221;. Drove me crazy for a while until I saw I hadn&#8217;t&#8230;  
Big Bad Code » Blog Archive » Using Flexbuilder to edit and debug Flash Applications
Now you have the full power of Flexbuilder to code and debug and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=465&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Neato. Just making notes but it&#8217;s good to see. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>BUT REMEMBER TO SET &#8220;Permit debugging&#8221;. Drove me crazy for a while until I saw I hadn&#8217;t&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><a href="http://bigbadcode.com/2008/04/10/flexbuilder_for_flash/">Big Bad Code » Blog Archive » Using Flexbuilder to edit and debug Flash Applications</a><br />
<blockquote>Now you have the full power of Flexbuilder to code and debug and you still have the Flash IDE to layout movieclips and rapidly prototype things. Sweet.</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=4f476fc2-76d9-8ace-8fcb-6567922104a5" /></div>
Posted in flash, flex, tip, tool  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/465/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=465&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/01/another-note-on-debugging-flash-with-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=4f476fc2-76d9-8ace-8fcb-6567922104a5" medium="image" />
	</item>
		<item>
		<title>Flash Builder 4 debugger is going to be even nicer?!</title>
		<link>http://michaelangela.wordpress.com/2009/09/01/flash-builder-4-debugger-is-going-to-be-even-nicer/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/01/flash-builder-4-debugger-is-going-to-be-even-nicer/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 21:38:13 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[cool]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/01/flash-builder-4-debugger-is-going-to-be-even-nicer/</guid>
		<description><![CDATA[But we do have to wait until Flash Builder 4 is released. It&#8217;s in beta now but&#8230; well when I get some time&#8230;
mikemo » New Flex Builder debugger features: Conditional breakpoints, function calls from expressions, watchpoints, and more
I wanted to tell you all about some of the exciting debugger features we&#8217;ve been working on, which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=463&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>But we do have to wait until Flash Builder 4 is released. It&#8217;s in beta now but&#8230; well when I get some time&#8230;</p>
<p><a href="http://www.morearty.com/blog/2008/11/18/new-flex-builder-debugger-features-conditional-breakpoints-function-calls-from-expressions-watchpoints-and-more/">mikemo » New Flex Builder debugger features: Conditional breakpoints, function calls from expressions, watchpoints, and more</a><br />
<blockquote>I wanted to tell you all about some of the exciting debugger features we&#8217;ve been working on, which will be in Flex Builder 4, including several of the most common requests. All of the features listed below are in the preview release of Flex Builder that we gave out at MAX, with the, um, exception of exception breakpoints, which are not yet in the product. If you were at MAX, give these features a try, and let us know your feedback! If you weren&#8217;t able to make it to MAX, don&#8217;t worry, this stuff will eventually show up in a beta on Adobe Labs, and then of course in the final product as well.</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=b0d2cc2c-2539-8bdf-8058-f3d59b14c9e7" /></div>
Posted in cool, flash, flex, tool  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/463/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=463&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/01/flash-builder-4-debugger-is-going-to-be-even-nicer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=b0d2cc2c-2539-8bdf-8058-f3d59b14c9e7" medium="image" />
	</item>
		<item>
		<title>Debug Flash CS3 with Flex Builder</title>
		<link>http://michaelangela.wordpress.com/2009/09/01/debug-flash-cs3-with-flex-builder/</link>
		<comments>http://michaelangela.wordpress.com/2009/09/01/debug-flash-cs3-with-flex-builder/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 21:36:40 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/09/01/debug-flash-cs3-with-flex-builder/</guid>
		<description><![CDATA[Lots of info on using Flex Builder to edit, but not so much on debugging. Just taking some notes.
Using FlexBuilder 3 to debug &#38; edit Flash CS3 projects « The Morphic Group
Recently I was working on a project that due to a requirement had to be compiled in Flash CS3. Having spent the last few [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=461&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Lots of info on using Flex Builder to edit, but not so much on debugging. Just taking some notes.</p>
<p><a href="http://www.themorphicgroup.com/blog/2008/05/16/10/">Using FlexBuilder 3 to debug &amp; edit Flash CS3 projects « The Morphic Group</a><br />
<blockquote>Recently I was working on a project that due to a requirement had to be compiled in Flash CS3. Having spent the last few years exclusively using FlexBuilder I was shocked at the HORRIBLE AS3 editor and debugger in Flash CS3. I quickly tried to figure out how to edit and debug from FlexBuilder 3. I got some help along the way, and wanted to share the process.</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=7a30e8b7-9781-811e-bce9-d06d2d2ab3c1" /></div>
Posted in as3, flash, flex, tip, tool  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/461/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=461&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/09/01/debug-flash-cs3-with-flex-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=7a30e8b7-9781-811e-bce9-d06d2d2ab3c1" medium="image" />
	</item>
		<item>
		<title>Flex setter not executing when using binding</title>
		<link>http://michaelangela.wordpress.com/2009/08/21/flex-setter-not-executing-when-using-binding/</link>
		<comments>http://michaelangela.wordpress.com/2009/08/21/flex-setter-not-executing-when-using-binding/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 05:30:14 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/08/21/flex-setter-not-executing-when-using-binding/</guid>
		<description><![CDATA[Good to know. And it does make sense as described in the comments. This is for my future reference and for others who may experience it.
In a nutshell, if you have a getter/setter pair and make them [Bindable], the setter will not execute again if the new incoming value is the same as the current [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=459&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Good to know. And it does make sense as described in the comments. This is for my future reference and for others who may experience it.</p>
<p>In a nutshell, if you have a getter/setter pair and make them [Bindable], the setter will not execute again if the new incoming value is the same as the current value. That speeds up performance but if you always need to check that value, it might be a bit confusing why it&#8217;s not executing.</p>
<p><a href="http://nwebb.co.uk/blog/?p=227">nwebb » One Reason Why Your Flex Getter May Not Execute</a><br />
<blockquote>Cause<br />As soon as you make the getter/setter bindable, Flex stops running the setter whenever the value you&#8217;re sending in already matches the value that the corresponding getter will return.</p>
<p>Solution<br />The solution (or at least one solution) is not to rely upon the default propertyChange event which is dispatched for bindable values, and instead create/dispatch a custom event</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=fcfd363a-9f0b-8c5c-a834-be52556c032d" /></div>
Posted in as3, debugging, flex, tip, workaround  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/459/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/459/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/459/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/459/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/459/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/459/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/459/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/459/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/459/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/459/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=459&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/08/21/flex-setter-not-executing-when-using-binding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=fcfd363a-9f0b-8c5c-a834-be52556c032d" medium="image" />
	</item>
		<item>
		<title>Special keys like&#8230;</title>
		<link>http://michaelangela.wordpress.com/2009/08/21/special-keys-like/</link>
		<comments>http://michaelangela.wordpress.com/2009/08/21/special-keys-like/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 04:38:16 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/08/21/special-keys-like/</guid>
		<description><![CDATA[™ and ® ‘’ “” µ all kinds of groovy hard to type things
Keyboard Shortcuts for special characters


Posted in tip       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=457&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>™ and ® ‘’ “” µ all kinds of groovy hard to type things</p>
<p><a href="http://home.earthlink.net/%7Eawinkelried/keyboard_shortcuts.html">Keyboard Shortcuts for special characters</a><br />
<blockquote></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=7dfd4e7b-40b6-868d-91b2-b707bbddca29" /></div>
Posted in tip  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/457/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=457&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/08/21/special-keys-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=7dfd4e7b-40b6-868d-91b2-b707bbddca29" medium="image" />
	</item>
		<item>
		<title>Generated getters and setters in Flex</title>
		<link>http://michaelangela.wordpress.com/2009/08/21/generated-getters-and-setters-in-flex/</link>
		<comments>http://michaelangela.wordpress.com/2009/08/21/generated-getters-and-setters-in-flex/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 01:11:25 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/08/21/generated-getters-and-setters-in-flex/</guid>
		<description><![CDATA[So for this particular Flash AS3 project I am doing that uses Flex as the code editor, I was just about to write a getter/setter pair and thought &#8220;perhaps someone has made a way to automate this&#8230;&#8221;
Quick Google later&#8230;
No More Writing Getters and Setters in Flex
eokyere blog has one of the best Flex productivity tips [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=455&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So for this particular Flash AS3 project I am doing that uses Flex as the code editor, I was just about to write a getter/setter pair and thought &#8220;perhaps someone has made a way to automate this&#8230;&#8221;</p>
<p>Quick Google later&#8230;</p>
<p><a href="http://www.digitalmediaminute.com/article/2672/no-more-writing-getters-and-setters-in-flex">No More Writing Getters and Setters in Flex</a><br />
<blockquote>eokyere blog has one of the best Flex productivity tips I have seen in quite a while.  I build AS3 components all day, and spend way too much time manually typing getter and setter methods.  Using the Dash plugin for Eclipse and eokyere’s productivity with with dash in eclipse, you’ll never write another getter and setter again!</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=5292a86e-fdb8-8587-bbeb-4ab90dc2fba4" /></div>
Posted in as3, automation, cool, eclipse, flex, tool  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/455/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=455&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/08/21/generated-getters-and-setters-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=5292a86e-fdb8-8587-bbeb-4ab90dc2fba4" medium="image" />
	</item>
		<item>
		<title>Flex, SWFObject, history and deeplinking</title>
		<link>http://michaelangela.wordpress.com/2009/08/21/flex-swfobject-history-and-deeplinking/</link>
		<comments>http://michaelangela.wordpress.com/2009/08/21/flex-swfobject-history-and-deeplinking/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 00:51:37 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[deep-linking]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/08/21/flex-swfobject-history-and-deeplinking/</guid>
		<description><![CDATA[A nice template for Flex for incorporating SWFObject, history, and deep linking.
Just Flex: Swfobject 2.1 Flex template. HistoryManager and DeepLinking supported as well
I have been using Geoff Stearns&#8217; SWFObject for a long time. I think it will be useful to share my index.template.html that tuned for using with SWFObject 2 2.1. I was inspired with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=453&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A nice template for Flex for incorporating SWFObject, history, and deep linking.</p>
<p><a href="http://olegflex.blogspot.com/2008/06/swfobject-2-flex-template.html">Just Flex: Swfobject 2.1 Flex template. HistoryManager and DeepLinking supported as well</a><br />
<blockquote>I have been using Geoff Stearns&#8217; SWFObject for a long time. I think it will be useful to share my index.template.html that tuned for using with SWFObject 2 2.1. I was inspired with Ted Patrick&#8217;s FXWidget project that uses SWFObject 1.5 for embedding flex content to html page. So now it supports HistoryManager and DeepLinking.</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=905b5cdc-c9da-881e-a135-2411808b76d6" /></div>
Posted in as3, deep-linking, flex, tip, tool  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/453/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=453&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/08/21/flex-swfobject-history-and-deeplinking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=905b5cdc-c9da-881e-a135-2411808b76d6" medium="image" />
	</item>
		<item>
		<title>Simple AS3 tooltip</title>
		<link>http://michaelangela.wordpress.com/2009/08/20/simple-as3-tooltip/</link>
		<comments>http://michaelangela.wordpress.com/2009/08/20/simple-as3-tooltip/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 07:11:10 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/08/20/simple-as3-tooltip/</guid>
		<description><![CDATA[Just want to keep a reference to this one
Tyler Egeto
I’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’m release a small Tooltip system.

Posted in as3, tip, tool    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=451&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just want to keep a reference to this one</p>
<p><a href="http://blog.tyleregeto.com/?p=216">Tyler Egeto</a><br />
<blockquote>I’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’m release a small Tooltip system.</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=14a6da9f-9925-8585-9343-9d1018a7aae4" /></div>
Posted in as3, tip, tool  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/451/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/451/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/451/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/451/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/451/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/451/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/451/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/451/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/451/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/451/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=451&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/08/20/simple-as3-tooltip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=14a6da9f-9925-8585-9343-9d1018a7aae4" medium="image" />
	</item>
		<item>
		<title>Using [Transient]</title>
		<link>http://michaelangela.wordpress.com/2009/08/20/using-transient/</link>
		<comments>http://michaelangela.wordpress.com/2009/08/20/using-transient/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 07:04:01 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/08/20/using-transient/</guid>
		<description><![CDATA[I haven&#8217;t had to use this yet but it&#8217;s definitely a gotcha to keep in mind if doing deep copies and things aren&#8217;t working exactly right&#8230;
On [Transient], ObjectUtil.copy(), and Casting &#8211; darron schall
I ran into an interesting situation not too long ago where ObjectUtil.copy wasn&#8217;t working quite as I had expected. The solution that I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=449&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I haven&#8217;t had to use this yet but it&#8217;s definitely a gotcha to keep in mind if doing deep copies and things aren&#8217;t working exactly right&#8230;</p>
<p><a href="http://www.darronschall.com/weblog/2007/08/on-transient-objectutilcopy-and-casting.cfm">On [Transient], ObjectUtil.copy(), and Casting &#8211; darron schall</a><br />
<blockquote>I ran into an interesting situation not too long ago where ObjectUtil.copy wasn&#8217;t working quite as I had expected. The solution that I came up with was to rely on [Transient] metadata. Confused? Let me explain&#8230;</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=ed4a85c1-c683-82ec-93ca-df2df4cdea8f" /></div>
Posted in as3, tip  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/449/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=449&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/08/20/using-transient/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=ed4a85c1-c683-82ec-93ca-df2df4cdea8f" medium="image" />
	</item>
		<item>
		<title>Copying DisplayObjects in AS3</title>
		<link>http://michaelangela.wordpress.com/2009/08/20/copying-displayobjects-in-as3/</link>
		<comments>http://michaelangela.wordpress.com/2009/08/20/copying-displayobjects-in-as3/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 07:02:23 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2009/08/20/copying-displayobjects-in-as3/</guid>
		<description><![CDATA[Going to try to get back into blogging&#8230; again&#8230;! It&#8217;s just been super busy which is a good thing all things considered.After learning a neat little shortcut on copying objects using a byte array, there was a link to this for duplicating DisplayObjects. Quite useful.kirupaForum &#8211; View Single Post &#8211; ActionScript 3 Tip of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=447&subd=michaelangela&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Going to try to get back into blogging&#8230; again&#8230;! It&#8217;s just been super busy which is a good thing all things considered.<br />After learning a neat little shortcut on copying objects using a byte array, there was a link to this for duplicating DisplayObjects. Quite useful.<br /><a href="http://www.kirupa.com/forum/showpost.php?p=1939827&amp;postcount=172">kirupaForum &#8211; View Single Post &#8211; ActionScript 3 Tip of the Day</a><br />
<blockquote>ActionScript 3 no longer has a duplicateMovieClip method for MovieClip instances (or any DisplayObject instances). Instead, it&#8217;s suggested that you just create a new instance of the display object you wish to duplicate using its constructor. This, however, is not the same as duplicateMovieClip, and, really, is more like using AS1 and AS2&#8217;s attachMovieClip. For a more accurate representation of duplicateMovieClip in AS3, consider the following function&#8230;</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=619c89f4-60fb-8148-835a-0743273973b6" /></div>
Posted in as3  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/michaelangela.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/michaelangela.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/michaelangela.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/michaelangela.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/michaelangela.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/michaelangela.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/michaelangela.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/michaelangela.wordpress.com/447/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&blog=513975&post=447&subd=michaelangela&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2009/08/20/copying-displayobjects-in-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=619c89f4-60fb-8148-835a-0743273973b6" medium="image" />
	</item>
	</channel>
</rss>