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

<channel>
	<title>a girl named sue</title>
	<atom:link href="http://suzanhill.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://suzanhill.wordpress.com</link>
	<description>design, life, flash, programming and everything else</description>
	<pubDate>Tue, 20 Feb 2007 19:18:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Illustrator Plug-ins</title>
		<link>http://suzanhill.wordpress.com/2007/02/20/illustrator-plug-ins/</link>
		<comments>http://suzanhill.wordpress.com/2007/02/20/illustrator-plug-ins/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 19:17:57 +0000</pubDate>
		<dc:creator>iconise</dc:creator>
		
		<category><![CDATA[design]]></category>

		<category><![CDATA[illustration]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://suzanhill.wordpress.com/2007/02/20/illustrator-plug-ins/</guid>
		<description><![CDATA[Some pretty awesome practical and useful plugins for Illustrator from Graffix. Check them out.
Plugins
Concatenate
Nudge Palette
Square-Up
Select
Alien Palette
Cutting Tools
Trackplan Tools
Proof Block
Isometric Line Tool
Arrowheads
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Some pretty awesome practical and useful plugins for Illustrator from Graffix. Check them out.</p>
<p><strong>Plugins</strong><br />
<a href="http://rj-graffix.com/software/plugins.html#concatenate" target="_blank">Concatenate</a><br />
<a href="http://rj-graffix.com/software/plugins.html#nudge" target="_blank">Nudge Palette</a><br />
<a href="http://rj-graffix.com/software/plugins.html#squareup" target="_blank">Square-Up</a><br />
<a href="http://rj-graffix.com/software/plugins.html#SelectMenu" target="_blank">Select</a><br />
<a href="http://rj-graffix.com/software/plugins.html#alien" target="_blank">Alien Palette</a><br />
<a href="http://rj-graffix.com/software/plugins.html#cuttingtools" target="_blank">Cutting Tools</a><br />
<a href="http://rj-graffix.com/software/plugins.html#trackplan" target="_blank">Trackplan Tools</a><br />
<a href="http://rj-graffix.com/software/plugins.html#proofblock" target="_blank">Proof Block</a><br />
<a href="http://rj-graffix.com/software/plugins.html#IsoLineTool" target="_blank">Isometric Line Tool</a><br />
<a href="http://rj-graffix.com/software/plugins.html#arrowheads" target="_blank">Arrowheads</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/suzanhill.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/suzanhill.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suzanhill.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suzanhill.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suzanhill.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suzanhill.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suzanhill.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suzanhill.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suzanhill.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suzanhill.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suzanhill.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suzanhill.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suzanhill.wordpress.com&blog=665517&post=45&subd=suzanhill&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://suzanhill.wordpress.com/2007/02/20/illustrator-plug-ins/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/iconise-128.jpg" medium="image">
			<media:title type="html">iconise</media:title>
		</media:content>
	</item>
		<item>
		<title>Customizing the menu tree component in flash</title>
		<link>http://suzanhill.wordpress.com/2007/02/20/customizing-the-menu-tree-component-in-flash/</link>
		<comments>http://suzanhill.wordpress.com/2007/02/20/customizing-the-menu-tree-component-in-flash/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 04:09:07 +0000</pubDate>
		<dc:creator>iconise</dc:creator>
		
		<category><![CDATA[actionscript]]></category>

		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://suzanhill.wordpress.com/2007/02/20/customizing-the-menu-tree-component-in-flash/</guid>
		<description><![CDATA[If you like to customize (skinning) the look of your menu tree component in flash please take a look at the following examples of the properties you can change.
public var myTree:Tree;
myTree.setStyle(&#8221;fontSize&#8221;, &#8220;10&#8243;);
myTree.setStyle(&#8221;fontFamily&#8221;, &#8220;Verdana&#8221;);
myTree.setStyle(&#8221;backgroundColor&#8221;, &#8220;0xEBEBEB&#8221;);
myTree.setStyle(&#8221;borderStyle&#8221;, &#8220;none&#8221;);
myTree.setStyle(&#8221;color&#8221;, &#8220;0&#215;666666&#8243;);
myTree.setStyle(&#8221;rollOverColor&#8221;, &#8220;0xE3E3E3&#8243;);
myTree.setStyle(&#8221;selectionColor&#8221;, &#8220;0xE3E3E3&#8243;);
myTree.setStyle(&#8221;textRollOverColor&#8221;, &#8220;0&#215;666666&#8243;);
myTree.setStyle(&#8221;textSelectedColor&#8221;, &#8220;0&#215;666666&#8243;);
If you want to customize the icons in your tree component you can by creating your [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you like to customize (skinning) the look of your menu tree component in flash please take a look at the following examples of the properties you can change.</p>
<p><em>public var myTree:Tree;</em></p>
<p><em>myTree.setStyle(&#8221;fontSize&#8221;, &#8220;10&#8243;);<br />
myTree.setStyle(&#8221;fontFamily&#8221;, &#8220;Verdana&#8221;);<br />
myTree.setStyle(&#8221;backgroundColor&#8221;, &#8220;0xEBEBEB&#8221;);<br />
myTree.setStyle(&#8221;borderStyle&#8221;, &#8220;none&#8221;);<br />
myTree.setStyle(&#8221;color&#8221;, &#8220;0&#215;666666&#8243;);<br />
myTree.setStyle(&#8221;rollOverColor&#8221;, &#8220;0xE3E3E3&#8243;);<br />
myTree.setStyle(&#8221;selectionColor&#8221;, &#8220;0xE3E3E3&#8243;);<br />
myTree.setStyle(&#8221;textRollOverColor&#8221;, &#8220;0&#215;666666&#8243;);<br />
myTree.setStyle(&#8221;textSelectedColor&#8221;, &#8220;0&#215;666666&#8243;);</em></p>
<p>If you want to customize the icons in your tree component you can by creating your own icon. Convert your icon to a movie clip symbol and it&#8217;s important that you give it a unique <em>Linkage Identifier</em> name. You can do this by clicking on the <em>Advanced</em> button in the <em>Symbol Properties</em> box. If you don&#8217;t you will not be able to customize the look of your icons. These are the 5 icons you can customize.</p>
<p><em>myTree.setStyle(&#8221;defaultLeafIcon&#8221;, &#8220;LinkageIdentiferName&#8221;);<br />
myTree.setStyle(&#8221;folderClosedIcon&#8221;, &#8220;LinkageIdentiferName&#8221;);<br />
myTree.setStyle(&#8221;folderOpenIcon&#8221;, &#8220;LinkageIdentiferName&#8221;);<br />
myTree.setStyle(&#8221;disclosureOpenIcon&#8221;, &#8220;LinkageIdentiferName&#8221;);<br />
myTree.setStyle(&#8221;disclosureClosedIcon&#8221;, &#8220;LinkageIdentiferName&#8221;);</em></p>
<p>For more infomation on customizing the tree component in flash <a href="http://livedocs.adobe.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&amp;file=00002881.html" target="_blank">click here</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/suzanhill.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/suzanhill.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suzanhill.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suzanhill.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suzanhill.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suzanhill.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suzanhill.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suzanhill.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suzanhill.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suzanhill.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suzanhill.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suzanhill.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suzanhill.wordpress.com&blog=665517&post=44&subd=suzanhill&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://suzanhill.wordpress.com/2007/02/20/customizing-the-menu-tree-component-in-flash/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/iconise-128.jpg" medium="image">
			<media:title type="html">iconise</media:title>
		</media:content>
	</item>
		<item>
		<title>iStockphoto.com</title>
		<link>http://suzanhill.wordpress.com/2007/02/19/istockphotocom/</link>
		<comments>http://suzanhill.wordpress.com/2007/02/19/istockphotocom/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 14:39:44 +0000</pubDate>
		<dc:creator>iconise</dc:creator>
		
		<category><![CDATA[design]]></category>

		<category><![CDATA[illustration]]></category>

		<category><![CDATA[istockphoto]]></category>

		<category><![CDATA[stock]]></category>

		<guid isPermaLink="false">http://suzanhill.wordpress.com/2007/02/19/istockphotocom/</guid>
		<description><![CDATA[Check out and please buy my first two istockphoto.com contributions. More to come!
http://www.istockphoto.com/file_closeup.php?id=2875711
http://www.istockphoto.com/file_closeup.php?id=2875668

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Check out and please buy my first two istockphoto.com contributions. More to come!</p>
<p><a href="http://www.istockphoto.com/file_closeup.php?id=2875711" target="_blank">http://www.istockphoto.com/file_closeup.php?id=2875711</a></p>
<p><a href="http://www.istockphoto.com/file_closeup.php?id=2875668" target="_blank">http://www.istockphoto.com/file_closeup.php?id=2875668</a></p>
<p><a href="http://istockphoto.com/iconise" target="_blank"><img src="http://istockphoto.com/images/referral_badges/125x125_pink.gif" alt="View My Portfolio" border="0" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/suzanhill.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/suzanhill.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suzanhill.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suzanhill.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suzanhill.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suzanhill.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suzanhill.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suzanhill.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suzanhill.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suzanhill.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suzanhill.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suzanhill.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suzanhill.wordpress.com&blog=665517&post=43&subd=suzanhill&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://suzanhill.wordpress.com/2007/02/19/istockphotocom/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/iconise-128.jpg" medium="image">
			<media:title type="html">iconise</media:title>
		</media:content>

		<media:content url="http://istockphoto.com/images/referral_badges/125x125_pink.gif" medium="image">
			<media:title type="html">View My Portfolio</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Speech Bubbles</title>
		<link>http://suzanhill.wordpress.com/2007/02/11/css-speech-bubbles/</link>
		<comments>http://suzanhill.wordpress.com/2007/02/11/css-speech-bubbles/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 20:14:36 +0000</pubDate>
		<dc:creator>iconise</dc:creator>
		
		<category><![CDATA[an interesting read...]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://suzanhill.wordpress.com/2007/02/11/css-speech-bubbles/</guid>
		<description><![CDATA[My friend Eric sent me this great link for creating CSS speech bubbles with rounded corners and all!
Click here to check out the link. 
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My friend Eric sent me this great link for creating CSS speech bubbles with rounded corners and all!</p>
<p><a href="http://www.willmayo.com/2007/02/10/css-speech-bubbles/" target="_blank">Click here to check out the link. </a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/suzanhill.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/suzanhill.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suzanhill.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suzanhill.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suzanhill.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suzanhill.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suzanhill.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suzanhill.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suzanhill.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suzanhill.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suzanhill.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suzanhill.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suzanhill.wordpress.com&blog=665517&post=42&subd=suzanhill&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://suzanhill.wordpress.com/2007/02/11/css-speech-bubbles/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/iconise-128.jpg" medium="image">
			<media:title type="html">iconise</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating seamless patterns in Adobe Illustrator</title>
		<link>http://suzanhill.wordpress.com/2007/02/04/creating-seamless-patterns-in-adobe-illustrator/</link>
		<comments>http://suzanhill.wordpress.com/2007/02/04/creating-seamless-patterns-in-adobe-illustrator/#comments</comments>
		<pubDate>Sun, 04 Feb 2007 14:36:48 +0000</pubDate>
		<dc:creator>iconise</dc:creator>
		
		<category><![CDATA[an interesting read...]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://suzanhill.wordpress.com/2007/02/04/creating-seamless-patterns-in-adobe-illustrator/</guid>
		<description><![CDATA[Last night I found this great PDF on how to create seamless patterns in Illustrator.
Click here to download the PDF instructions
And stay tune for my RetroPattern Series coming to istockphoto.com soon.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Last night I found this great PDF on how to create seamless patterns in Illustrator.</p>
<p><a href="http://suzanhill.files.wordpress.com/2007/02/seamlesspattern.pdf" title="Check it out!">Click here to download the PDF instructions</a></p>
<p>And stay tune for my RetroPattern Series coming to istockphoto.com soon.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/suzanhill.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/suzanhill.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suzanhill.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suzanhill.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suzanhill.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suzanhill.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suzanhill.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suzanhill.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suzanhill.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suzanhill.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suzanhill.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suzanhill.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suzanhill.wordpress.com&blog=665517&post=40&subd=suzanhill&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://suzanhill.wordpress.com/2007/02/04/creating-seamless-patterns-in-adobe-illustrator/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/iconise-128.jpg" medium="image">
			<media:title type="html">iconise</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating a simple rotating text banner in flash</title>
		<link>http://suzanhill.wordpress.com/2007/02/02/creating-a-simple-flash-rotating-text-banner/</link>
		<comments>http://suzanhill.wordpress.com/2007/02/02/creating-a-simple-flash-rotating-text-banner/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 15:45:07 +0000</pubDate>
		<dc:creator>iconise</dc:creator>
		
		<category><![CDATA[actionscript]]></category>

		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://suzanhill.wordpress.com/2007/02/02/creating-a-simple-flash-rotating-text-banner/</guid>
		<description><![CDATA[I needed to create a simple banner for a client where text would fade in and slide in from the left. So here&#8217;s a simple way to rotate text in a textfield. Now it&#8217;s easy to update text later down the road and you don&#8217;t have to manually tween every text box. I&#8217;ve added a [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I needed to create a simple banner for a client where text would fade in and slide in from the left. So here&#8217;s a simple way to rotate text in a textfield. Now it&#8217;s easy to update text later down the road and you don&#8217;t have to manually tween every text box. I&#8217;ve added a nice fade in and slide transition to make it more pretty.</p>
<p>On your timeline window be sure to create a movieclip called &#8220;<em>mc_instancename</em>&#8220;. In the movieclip &#8220;<em>mc_instancename</em>&#8221; create a textbox called &#8220;<em>txt_instancename&#8221;</em>. Adjust the x and y coordinates and alpha amounts yourself in the tween class. Please note that this does not loop. But you can easily adjust the code to have it loop.</p>
<p><em>function tweenText() {<br />
</em></p>
<blockquote><p><em> new mx.transitions.Tween(mc_instancename, &#8220;_alpha&#8221;, mx.transitions.easing.Regular.easeOut, 0, 100, 2, true);</em><br />
<em> new mx.transitions.Tween(</em><em>mc_instancename</em><em>, &#8220;_x&#8221;, mx.transitions.easing.Regular.easeOut, 533, 276, 1, true);</em></p></blockquote>
<p><em> }</em></p>
<p><em>var intervalId:Number;<br />
var count:Number = 0;<br />
var maxCount:Number = 6;<br />
var duration:Number = 5000;</em></p>
<p><em>var rotatingtext:Array = new Array();<br />
</em><em>rotatingtext</em><em>[0] = &#8220;Place text here&#8221;;<br />
</em><em>rotatingtext</em><em>[1] = &#8220;</em><em>Place text here</em><em>&#8220;;<br />
</em><em>rotatingtext</em><em>[2] = &#8220;</em><em>Place text here</em><em>&#8220;;<br />
</em><em>rotatingtext</em><em>[3] = &#8220;</em><em>Place text here&#8221;</em><em>;<br />
</em><em>rotatingtext</em><em>[4] = &#8220;</em><em>Place text here</em><em>&#8220;;<br />
</em><em>rotatingtext</em><em>[5] = &#8220;</em><em>Place text here</em><em>&#8220;;<br />
</em><em>rotatingtext</em><em>[6] = &#8220;</em><em>Place text here</em><em>&#8220;;</em></p>
<p><em>function rotateText(param:String) {<br />
</em></p>
<blockquote><p><em> tweenText();</em><br />
<em>mc_instancename</em><em>.txt_instancename.htmlText = param;</em><br />
<em> clearInterval(intervalId);<br />
</em><br />
<em> if (count&lt;maxCount) {</em></p>
<blockquote><p><em> count++;</em><br />
<em> intervalId = setInterval(this, &#8220;</em><em>rotateText</em><em>&#8220;, duration, </em><em>rotatingtext</em><em>[</em><em>[count]);</em></p></blockquote>
<p><em> } else if (count=maxCount) {</em></p>
<blockquote><p><em>clearInterval(intervalId);</em></p></blockquote>
<p><em> }</em></p></blockquote>
<p><em> }<br />
if (intervalId != null) {<br />
</em></p>
<blockquote><p><em> clearInterval(intervalId);</em></p></blockquote>
<p><em> }<br />
intervalId = setInterval(this, &#8220;</em><em>rotateText</em><em>&#8220;, 0, rotatingtext[count]);</em></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/suzanhill.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/suzanhill.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suzanhill.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suzanhill.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suzanhill.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suzanhill.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suzanhill.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suzanhill.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suzanhill.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suzanhill.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suzanhill.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suzanhill.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suzanhill.wordpress.com&blog=665517&post=38&subd=suzanhill&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://suzanhill.wordpress.com/2007/02/02/creating-a-simple-flash-rotating-text-banner/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/iconise-128.jpg" medium="image">
			<media:title type="html">iconise</media:title>
		</media:content>
	</item>
		<item>
		<title>Adobe&#8217;s Apollo</title>
		<link>http://suzanhill.wordpress.com/2007/02/02/adobes-apollo/</link>
		<comments>http://suzanhill.wordpress.com/2007/02/02/adobes-apollo/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 04:23:44 +0000</pubDate>
		<dc:creator>iconise</dc:creator>
		
		<category><![CDATA[actionscript]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://suzanhill.wordpress.com/2007/02/02/adobes-apollo/</guid>
		<description><![CDATA[Mike sent me this sexy Overview on Adobe&#8217;s Apollo. Apollo will aparently let you create desktop applications using Flash, Flex, Actionscript, HTML, and more. Looks very cool.
Check out the sexy pdf &#8220;Understanding Apollo&#8221;
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Mike sent me this sexy Overview on Adobe&#8217;s Apollo. Apollo will aparently let you create desktop applications using Flash, Flex, Actionscript, HTML, and more. Looks very cool.</p>
<p><a href="http://suzanhill.files.wordpress.com/2007/02/apollo0verviewjan2007.pdf" title="Understanding Apollo">Check out the sexy pdf &#8220;Understanding Apollo&#8221;</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/suzanhill.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/suzanhill.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suzanhill.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suzanhill.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suzanhill.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suzanhill.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suzanhill.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suzanhill.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suzanhill.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suzanhill.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suzanhill.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suzanhill.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suzanhill.wordpress.com&blog=665517&post=36&subd=suzanhill&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://suzanhill.wordpress.com/2007/02/02/adobes-apollo/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/iconise-128.jpg" medium="image">
			<media:title type="html">iconise</media:title>
		</media:content>
	</item>
		<item>
		<title>Pan&#8217;s Labyrinth</title>
		<link>http://suzanhill.wordpress.com/2007/02/02/pans-labyrinth/</link>
		<comments>http://suzanhill.wordpress.com/2007/02/02/pans-labyrinth/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 04:13:24 +0000</pubDate>
		<dc:creator>iconise</dc:creator>
		
		<category><![CDATA[movies]]></category>

		<guid isPermaLink="false">http://suzanhill.wordpress.com/2007/02/02/pans-labyrinth/</guid>
		<description><![CDATA[A couple of weekends ago I went and saw Pan&#8217;s Labyrinth with a couple of friends. I wasn&#8217;t kind sure what I was getting myself into when I walked in to the theatre. I had seen the trailer and assumed it was a light fantasy type movie. You know light and not very intense. Was [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><font size="-1">A couple of weekends ago I went and saw Pan&#8217;s Labyrinth with a couple of friends. I wasn&#8217;t kind sure what I was getting myself into when I walked in to the theatre. I had seen the trailer and assumed it was a light fantasy type movie. You know light and not very intense. Was I ever wrong and I think a few people in the theatre were a little surprised as well.</p>
<p><strong>From imdb.com:</strong><br />
<em>&#8220;&#8221;Pan&#8217;s Labyrinth&#8221; is the story of a young girl who travels with her pregnant mother to live with her mother&#8217;s new husband in a rural area up North in Spain, 1944, after Franco&#8217;s victory. The girl lives in an imaginary world of her own creation and faces the real world with much chagrin. Post-war Fascist repression is at its height in rural Spain and the girl must come to terms with that through a fable of her own.&#8221;</em></p>
<p>First I will admit that I&#8217;m a little squeamish when watching certain movies but I noticed some big tough guys in the theater squirm in their seats too. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Why? This movie is pretty violent and gory. I found it a little too gory a little too much of the time and I found myself closing my eyes for about a third of the movie. Of course closing my eyes didn&#8217;t help much because the sound, believe or not, was really awesome. So even though I couldn&#8217;t see anything, listening to some guy getting his face bashed in with a broken bottle over and over and over again made me squirm even more in my seat. Yes, I must of looked silly sitting in my seat in an almost fetal position with my hands over my ears and my eyes shut, but I was not the only one.</p>
<p>There were numerous times where I felt like I really needed to walk out of the theatre, take a break, maybe order a alcoholic drink or two, sit down for a bit, and then after all that then go back in to subject myself to more.</p>
<p>Overall I thought the story was really beautiful, the shots were breathtaking and the sound was incredible, but I found the amount of violence and goriness overkill at some certain points and overshadowed the story at times and I felt the story dragged on a little near the end. Will I buy this movie on DVD? No. Will I watch this movie ever again? No. Did I leave the theatre asking myself &#8220;What the hell did I just watch?&#8221; Yes.</p>
<p><a href="http://www.panslabyrinth.com" target="_blank">www.panslabyrinth.com</a><br />
</font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/suzanhill.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/suzanhill.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suzanhill.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suzanhill.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suzanhill.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suzanhill.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suzanhill.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suzanhill.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suzanhill.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suzanhill.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suzanhill.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suzanhill.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suzanhill.wordpress.com&blog=665517&post=35&subd=suzanhill&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://suzanhill.wordpress.com/2007/02/02/pans-labyrinth/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/iconise-128.jpg" medium="image">
			<media:title type="html">iconise</media:title>
		</media:content>
	</item>
		<item>
		<title>The USB Warmer Mouse II</title>
		<link>http://suzanhill.wordpress.com/2007/02/01/the-usb-warmer-mouse-ii/</link>
		<comments>http://suzanhill.wordpress.com/2007/02/01/the-usb-warmer-mouse-ii/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 20:44:55 +0000</pubDate>
		<dc:creator>iconise</dc:creator>
		
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://suzanhill.wordpress.com/2007/02/01/the-usb-warmer-mouse-ii/</guid>
		<description><![CDATA[If you work in an cold office, like me, then you definately need one of these. The                                       [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you work in an cold office, like me, then you definately need one of these. The                                            USB Warmer Mouse II! Keeps your hand warm while your hard at work!</p>
<p><a href="http://usb.brando.com.hk/prod_detail.php?prod_id=00219&amp;PHPSESSID=69af7cc1c616178a88ce8676b0a65e59" title="USB Warmer Mouse II" target="_blank">Check it out here! </a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/suzanhill.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/suzanhill.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suzanhill.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suzanhill.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suzanhill.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suzanhill.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suzanhill.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suzanhill.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suzanhill.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suzanhill.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suzanhill.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suzanhill.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suzanhill.wordpress.com&blog=665517&post=34&subd=suzanhill&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://suzanhill.wordpress.com/2007/02/01/the-usb-warmer-mouse-ii/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/iconise-128.jpg" medium="image">
			<media:title type="html">iconise</media:title>
		</media:content>
	</item>
		<item>
		<title>The Queen</title>
		<link>http://suzanhill.wordpress.com/2007/01/30/the-queen/</link>
		<comments>http://suzanhill.wordpress.com/2007/01/30/the-queen/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 02:26:04 +0000</pubDate>
		<dc:creator>iconise</dc:creator>
		
		<category><![CDATA[movies]]></category>

		<guid isPermaLink="false">http://suzanhill.wordpress.com/2007/01/30/the-queen/</guid>
		<description><![CDATA[I&#8217;ve been wanting to see this movie for a while now given my interest in the royal family. Yes I am a sucker for the royals ever since I was little. I had some problems getting any of my friends to see it with me and even my mother was like &#8220;Oh Suzan, I can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://ia.ec.imdb.com/media/imdb/01/I/22/30/21/10m.jpg" align="left" height="140" hspace="10" vspace="10" width="95" />I&#8217;ve been wanting to see this movie for a while now given my interest in the royal family. Yes I am a sucker for the royals ever since I was little. I had some problems getting any of my friends to see it with me and even my mother was like &#8220;Oh Suzan, I can&#8217;t watch that movie. It will only make me upset that I&#8217;m no longer living in London thanks to your bastard father moving us to Canada.&#8221; Sigh.</p>
<p>So I finally managed to see The Queen. I really thought it was going to be a very dry and serious film/documentary about the royals relationship with Diana and the days following her death.</p>
<p>But I found the movie really brings out the dysfunctional relationships in the royal family in a rather amusing and comical way which was good. The movie I think takes a look at Family vs. Procedures &amp; Protocoles. Helen Mirren is really quite good and really humanmizes the role of Queen Elizabeth.</p>
<p>However I don&#8217;t think it&#8217;s going to win the Oscar for Best Picture. Maybe Best Actress.</p>
<p>Next week I&#8217;m going to see The Last Ling of Scotland. I&#8217;ve been dying to see this movie based on  the 1970s Ugandan dictator <a href="http://en.wikipedia.org/wiki/Idi_Amin" title="Idi Amin">Idi Amin.</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/suzanhill.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/suzanhill.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suzanhill.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suzanhill.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suzanhill.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suzanhill.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suzanhill.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suzanhill.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suzanhill.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suzanhill.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suzanhill.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suzanhill.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=suzanhill.wordpress.com&blog=665517&post=33&subd=suzanhill&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://suzanhill.wordpress.com/2007/01/30/the-queen/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/iconise-128.jpg" medium="image">
			<media:title type="html">iconise</media:title>
		</media:content>

		<media:content url="http://ia.ec.imdb.com/media/imdb/01/I/22/30/21/10m.jpg" medium="image" />
	</item>
	</channel>
</rss>