<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Todd Rothe : Web Application Developer</title>
	<atom:link href="http://toddrothe.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://toddrothe.com/blog</link>
	<description>it&#039;s pronounced rowth-ee</description>
	<lastBuildDate>Fri, 18 May 2012 00:59:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>FlexPilot, Ruby, Selenium WebDriver, Jenkins and Windows Part 1</title>
		<link>http://toddrothe.com/blog/flexpilot-ruby-jenkins-windows-part-1/</link>
		<comments>http://toddrothe.com/blog/flexpilot-ruby-jenkins-windows-part-1/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 22:03:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[automation]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flex4]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=65</guid>
		<description><![CDATA[Recently I have been tasked with running automated tests against an html/javascript/flex app as part of the automated build using Flexpilot to interface with the flex app, ruby to write/run the tests and a Jenkins master to a windows slave build machine. This will be a series of posts detailing the flexpilot install, writing ruby [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/flexpilot-ruby-jenkins-windows-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASMock QuickStart</title>
		<link>http://toddrothe.com/blog/asmock-quickstart/</link>
		<comments>http://toddrothe.com/blog/asmock-quickstart/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 22:18:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=57</guid>
		<description><![CDATA[Mocking objects for tests is standard practice. Recently I had the chance to suport a jr. dev in using FlexUnit 4 and ASMock. Here are the errors she ran into while getting started. 1. ArgumentError: A proxy for com.client.product.models::MyModel has not been prepared yet At the start of the class you will need the Mock [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/asmock-quickstart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using UIImpersonator with FlexUnit 4</title>
		<link>http://toddrothe.com/blog/uiimpersonator-flexunit-4/</link>
		<comments>http://toddrothe.com/blog/uiimpersonator-flexunit-4/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 22:11:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=49</guid>
		<description><![CDATA[While testing Spark based custom components I discovered UIImpersonator in FlexUnit 4. Then I nearly strangled UIImpersonator. Here are the issues I ran into, my initial code, and how to resolve the issues. Issues: 1. Error: Required skin part myRequiredSkinPart cannot be found. 2. Skin for FlexVisualTestEnvironment47.MyView38.MyViewSkin49.contentGroup.myStream._MyStreamSkin_MyRenderer1 cannot be found. Initial Code: [Before(async)] public function [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/uiimpersonator-flexunit-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ItemRendererFunction : Two Styles in One List</title>
		<link>http://toddrothe.com/blog/itemrendererfunction-list-styles/</link>
		<comments>http://toddrothe.com/blog/itemrendererfunction-list-styles/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 17:56:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=40</guid>
		<description><![CDATA[Using the ItemRendererFunction on a DataGroup or SkinnableDataContainer allows you to select the appropriate item renderer for different types of data on the fly. Here is an example using one dataProvider to display two different types of data in two different styles in one list. &#160; Download the project to see the full source. See [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/itemrendererfunction-list-styles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ItemRendererFunction : One List, Two DataProviders</title>
		<link>http://toddrothe.com/blog/itemrendererfunction-list-dataproviders/</link>
		<comments>http://toddrothe.com/blog/itemrendererfunction-list-dataproviders/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 16:01:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[item]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[renderer]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=31</guid>
		<description><![CDATA[Using the ItemRendererFunction on a DataGroup or SkinnableDataContainer allows you to reuse said group, selecting the appropriate item renderer for different types of data. Here is an ItemRendererFunction example using one list to display two separate data sets in two different styles. &#160; Download the project to see the full source. See the two item [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/itemrendererfunction-list-dataproviders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AMFPHP Quick Start</title>
		<link>http://toddrothe.com/blog/amfphp-quick-start/</link>
		<comments>http://toddrothe.com/blog/amfphp-quick-start/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 18:38:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[amf]]></category>
		<category><![CDATA[amfphp]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[quick start]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=28</guid>
		<description><![CDATA[AMFPHP is handy when creating a Flex app which interfaces with a php backend. &#8220;AMFPHP allows thin client applications built in languages such as Flash, Flex, and AIR to communicate directly with PHP class objects on the server.&#8221; http://amfphp.sourceforge.net/ And here is a short guide to getting AMFPHP working with Flex without the Zend Framework. [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/amfphp-quick-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.apply() &#8211; Your Friend in Creating Dynamic Calls</title>
		<link>http://toddrothe.com/blog/apply-friend-creating-dynamic-calls/</link>
		<comments>http://toddrothe.com/blog/apply-friend-creating-dynamic-calls/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 23:56:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[apply]]></category>
		<category><![CDATA[dynamic calls]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=27</guid>
		<description><![CDATA[A client asked me to create a layer in their SOA app which would allow them to do the following; 1. Log calls to a service with their analytics software 2. Measure the response time of a service 3. Track service call timeouts and repeat the call as needed Creating a ServiceProxy seemed like a [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/apply-friend-creating-dynamic-calls/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex 3 to Flex 4 Migration Chronicles: III</title>
		<link>http://toddrothe.com/blog/flex-3-flex-4-migration-chronicles-iii/</link>
		<comments>http://toddrothe.com/blog/flex-3-flex-4-migration-chronicles-iii/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 01:21:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flex4]]></category>
		<category><![CDATA[flex3]]></category>
		<category><![CDATA[migration]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=26</guid>
		<description><![CDATA[Error #1053: Illegal override of SolidFill in com.degrafa.paint.SolidFill. Flex 3 code: < degrafa:Surface verticalCenter="0" horizontalCenter="0"> < degrafa:fills> < paint:SolidFill id="blue" color="#62ABCD"/> < degrafa:strokes> < paint:SolidStroke id="black" color="#000000" alpha="1" weight="3"/> < degrafa:GeometryGroup> < geometry:Circle fill="{blue}" stroke="{black}" radius="150"/> Attempt 1: Get a Flex 4 compatible Degrafa swc from Degrafa.org. Result 1: There isn&#8217;t one&#8230; yet. Greg Drove [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/flex-3-flex-4-migration-chronicles-iii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flex 3 to Flex 4 Migration Chronicles: II</title>
		<link>http://toddrothe.com/blog/flex-3-flex-4-migration-chronicles-ii/</link>
		<comments>http://toddrothe.com/blog/flex-3-flex-4-migration-chronicles-ii/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 15:56:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flex4]]></category>
		<category><![CDATA[flex3]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[scroller]]></category>
		<category><![CDATA[scrollPolicy]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=25</guid>
		<description><![CDATA[Error: Cannot resolve attribute &#8216;horizontalScrollPolicy&#8217; for component type spark.components.BorderContainer. Goal: Match the existing Flex 3 implementation (and design comps) which displays an image inside a scrollable container. Flex 3 code: < mx:Canvas width="400" height="325"> < mx:Image source="@Embed('assets/images/fieldUnderRoseSky.jpg')"/> < /mx:Canvas> Attempt 1: Add the image inside a Group and set the clipAndEnableScrolling=&#8217;true&#8217; < s:Group width="400" height="325" [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/flex-3-flex-4-migration-chronicles-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 3 to Flex 4 Migration Chronicles: I</title>
		<link>http://toddrothe.com/blog/flex-3-flex-4-migration-chronicles/</link>
		<comments>http://toddrothe.com/blog/flex-3-flex-4-migration-chronicles/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 17:46:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flex4]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[borderThickness]]></category>
		<category><![CDATA[migration]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=24</guid>
		<description><![CDATA[This is the first in a series of posts which chronicle the issues I ran into while migrating a client&#8217;s app from the Flex 3.5 SDK to the Flex 4.0 SDK Error: &#8220;The style &#8216;borderThickness&#8217; is only supported by type &#8216;mx.containers.Canvas&#8217; with the theme(s) &#8216;halo&#8217;.&#8221; Goal: Match the existing Flex 3 implementation (and design comps) [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/flex-3-flex-4-migration-chronicles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Refund for FlashBuilder 4 Upgrade</title>
		<link>http://toddrothe.com/blog/refund-flashbuilder-4-upgrade/</link>
		<comments>http://toddrothe.com/blog/refund-flashbuilder-4-upgrade/#comments</comments>
		<pubDate>Tue, 18 May 2010 18:11:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[FlashBuilder4 refund upgrade]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=23</guid>
		<description><![CDATA[Having multiple versions of FlashBuilder 4 Standard installed on my machine (beta, educational, plug-in, stand alone) I figured that one of them would be eligible for an upgrade to Premium. I found this not to be the case when I purchased an upgrade from the Adobe Store and attempted to use the resulting serial number. [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/refund-flashbuilder-4-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlexGarduino</title>
		<link>http://toddrothe.com/blog/flexgarduino/</link>
		<comments>http://toddrothe.com/blog/flexgarduino/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 21:20:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=22</guid>
		<description><![CDATA[Recently I have been working on Flex / Air apps for Arduino. For those who don&#8217;t know &#8220;Arduino is an open-source electronics prototyping platform&#8221; that lets you start building your circuits instead of having to build a board for your microcontroller before you can build your circuits. This is my favorite &#8220;getting started with Flash [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/flexgarduino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Robotlegs: Minimalist Keystroke Demo</title>
		<link>http://toddrothe.com/blog/robotlegs-minimalist-keystroke-demo/</link>
		<comments>http://toddrothe.com/blog/robotlegs-minimalist-keystroke-demo/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 05:52:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[dependency injection]]></category>
		<category><![CDATA[inversion of control]]></category>
		<category><![CDATA[keystroke]]></category>
		<category><![CDATA[minimalist example]]></category>
		<category><![CDATA[robotlegs]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=21</guid>
		<description><![CDATA[There are plenty of blog posts out there hailing the virtues of Robotlegs IoC/DI Framework, so I will skip the &#8216;so cool&#8217; speech and simply say 1) DI goes a long way towards keeping my view components clean and 2) working directly with AS Events, vs. PureMVC Notifications, is a welcome simplification. Dig&#8217;n Robotlegs. After [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/robotlegs-minimalist-keystroke-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NBAUG Presentaion Resources</title>
		<link>http://toddrothe.com/blog/nbaug-presentaion-resources/</link>
		<comments>http://toddrothe.com/blog/nbaug-presentaion-resources/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 00:28:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=20</guid>
		<description><![CDATA[Thanks to all the folks who attended my presentation at the North Bay Adobe User Group. If you are interested in learning Flex then join us on the first Thursday of each month at Nor Cal Flex User Goup for an hour of hands-on coding and an hour of presentation. Here is the list of [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/nbaug-presentaion-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A FUG is Born!</title>
		<link>http://toddrothe.com/blog/fug-born/</link>
		<comments>http://toddrothe.com/blog/fug-born/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 23:23:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NCFUG]]></category>
		<category><![CDATA[nor cal flex user group]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=19</guid>
		<description><![CDATA[Nor Cal FUG has officially begun. Thanks to all 15 attendees of the first Nor Cal FUG in Santa Rosa (really Sebastopol), California. It was a great first meeting. In response to my posting on Craigslist regarding starting a Flex User Group (FUG) in the north bay I had expected 5 responses. Much to my [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/fug-born/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free VOIP or E-Free Local Phone</title>
		<link>http://toddrothe.com/blog/free-voip-efree-local-phone/</link>
		<comments>http://toddrothe.com/blog/free-voip-efree-local-phone/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 22:19:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[sip]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=18</guid>
		<description><![CDATA[This is a follow up to my earlier post Free VOIP or E-Free Home Phone and may not make sense on its own. Once you have signed up for a voip.ms account, and your voip is working, you may decide that you want a number with a local area code. Consider checking with your neighbors [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/free-voip-efree-local-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free VOIP or E-Free Home Phone</title>
		<link>http://toddrothe.com/blog/free-voip-efree-home-phone/</link>
		<comments>http://toddrothe.com/blog/free-voip-efree-home-phone/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 21:57:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[sip]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[landline]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[toll free]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=17</guid>
		<description><![CDATA[After reading the Free VOIP article, by Dave Mathews, in Make magazine issue 11, I decided to try installing VOIP in my home. Like most &#8216;free&#8217; services there are limitations. Here is a short list You can: receive calls from anyone. make toll free calls (to many countries). call most VOIP numbers. For other featrures, [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/free-voip-efree-home-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove the Thumb From HSlider</title>
		<link>http://toddrothe.com/blog/remove-thumb-hslider/</link>
		<comments>http://toddrothe.com/blog/remove-thumb-hslider/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 03:12:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[hslider]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[thumb]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=16</guid>
		<description><![CDATA[I was glad to see the css for the HSlider handled most of my styling needs for HSlider; tickLength, showTrackHighlight, themeColor. One styling need it does not support is the removing of the thumb element. I&#8217;m using the HSlider to control mp3 playback and inform the user of playback progress. After setting showTrackHighlight=true; the thumb [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/remove-thumb-hslider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging Tips and Tricks &#8211; Exporting Breakpoints</title>
		<link>http://toddrothe.com/blog/debugging-tips-tricks-export-breakpoints/</link>
		<comments>http://toddrothe.com/blog/debugging-tips-tricks-export-breakpoints/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 02:17:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[breakpoints]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[exporting]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=15</guid>
		<description><![CDATA[One tip/trick/habit that I have found worth its weight in anti-matter is exporting your breakpoints. Working in a large code base can yield long debug sessions, I&#8217;m talking days, and many crucial breakpoints. Here is a painful scenario I used to run into : Spend 3 days debugging a diabolical mystery Take pride in becoming [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/debugging-tips-tricks-export-breakpoints/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show Error on Form Field / Text Input or Show Me Where It Hurts</title>
		<link>http://toddrothe.com/blog/show-error-on-form-field-text-input-or-show-me-where-it-hurts/</link>
		<comments>http://toddrothe.com/blog/show-error-on-form-field-text-input-or-show-me-where-it-hurts/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 21:01:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[textField]]></category>
		<category><![CDATA[textInput]]></category>
		<category><![CDATA[todd rothe]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=14</guid>
		<description><![CDATA[I have extended a flexlib component to immediately display an error message next to a TextInput. With this component the user is no longer required to mouse over the text field or TextInput in order to see an error message. Seriously, how annoying was that&#8230; This component is based on a popular request from clients [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/show-error-on-form-field-text-input-or-show-me-where-it-hurts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fromCharCode() With A Side Of charCodeAt() or Grab Previous Letter</title>
		<link>http://toddrothe.com/blog/fromcharcode-with-a-side-of-charcodeat-or-grab-previous-letter/</link>
		<comments>http://toddrothe.com/blog/fromcharcode-with-a-side-of-charcodeat-or-grab-previous-letter/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 06:00:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[address book]]></category>
		<category><![CDATA[arraycollection]]></category>
		<category><![CDATA[charCodeAt]]></category>
		<category><![CDATA[fromCharCode]]></category>
		<category><![CDATA[letter]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[todd rothe]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=13</guid>
		<description><![CDATA[While working on an address book application I came across a use of fromCharCode() in combination with charCodeAt(). I&#8217;m not sure how else you would execute the following use case but this is one great use of fromCharCode() and charCodeAt() and totally worth sharing. Thanks Peter Chanthamynavong (AS3/Flex guru). Use Case: In an address book [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/fromcharcode-with-a-side-of-charcodeat-or-grab-previous-letter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 Event Model or Let&#8217;s Play Capture Your Target&#8217;s Bubble</title>
		<link>http://toddrothe.com/blog/as3-event-model-or-lets-play-capture-your-targets-bubble/</link>
		<comments>http://toddrothe.com/blog/as3-event-model-or-lets-play-capture-your-targets-bubble/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 18:55:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[event model]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[todd rothe]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=12</guid>
		<description><![CDATA[The AS3 Event Model is not new but knowing the 3 phases can be important during an interview so this post is, in part, for use as a quick reference. More than anything I hope the Tips below are helpful. If you are looking for the A-Y on the AS3 Event Model (the Z remains [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/as3-event-model-or-lets-play-capture-your-targets-bubble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skinning A Canvas With A Swf Using CSS / Add A Background Image To A Canvas</title>
		<link>http://toddrothe.com/blog/skinning-a-canvas-with-a-swf-using-css-add-a-background-image-to-a-canvas/</link>
		<comments>http://toddrothe.com/blog/skinning-a-canvas-with-a-swf-using-css-add-a-background-image-to-a-canvas/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 05:14:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[skinning]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[todd rothe]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=11</guid>
		<description><![CDATA[Using swf assets to skin an application is popular but often requires us to use different style attributes in css. While attempting to add (update) a background image to a canvas I ran into the following issue. The canvas had a background image supplied through css using a class reference. This was the existing entry [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/skinning-a-canvas-with-a-swf-using-css-add-a-background-image-to-a-canvas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PopupManager RangeError: Error #2006: The supplied index is out of bounds.</title>
		<link>http://toddrothe.com/blog/popupmanager-rangeerror-error-2006-the-supplied-index-is-out-of-bounds/</link>
		<comments>http://toddrothe.com/blog/popupmanager-rangeerror-error-2006-the-supplied-index-is-out-of-bounds/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 06:03:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[flex error popupmanager]]></category>
		<category><![CDATA[popupmanager]]></category>
		<category><![CDATA[todd rothe]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=10</guid>
		<description><![CDATA[While working with PopupManager I came accross Error #2006: The supplied index is out of bounds. I&#8217;m building an AuthenticationModule that i can use in multiple applications. It consists of your standard login fields and a button to display the users account information in a popup that is loaded into, and centered over, the parent [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/popupmanager-rangeerror-error-2006-the-supplied-index-is-out-of-bounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When getChildren() Is Not Available What Can I Use Instead? childDescriptors . . .</title>
		<link>http://toddrothe.com/blog/when-getchildren-is-not-available-what-can-i-use-instead-childdescriptors/</link>
		<comments>http://toddrothe.com/blog/when-getchildren-is-not-available-what-can-i-use-instead-childdescriptors/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 00:25:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[childDescriptors]]></category>
		<category><![CDATA[getChldren]]></category>
		<category><![CDATA[todd rothe]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=9</guid>
		<description><![CDATA[getChildren() is a method of Container which returns an Array of child DisplayObjects &#8211; children of a Container. What if there is no getChildren? How can you reference children or siblings? While working with FlexMDI I ran into a case where getChildren() was not available on a container that extended Canvas. Strange but true. As [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/when-getchildren-is-not-available-what-can-i-use-instead-childdescriptors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex On Rails User Authentication Quick Start Guide</title>
		<link>http://toddrothe.com/blog/flex-on-rails-user-authentication-quick-start-guide-part-1-of-2/</link>
		<comments>http://toddrothe.com/blog/flex-on-rails-user-authentication-quick-start-guide-part-1-of-2/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 16:56:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[flexbuilder 3]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flex builder 3]]></category>
		<category><![CDATA[todd rothe]]></category>
		<category><![CDATA[user authentication]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=8</guid>
		<description><![CDATA[Building a backend for your Flex app that handles user account creation and user authentication is not a small task. Hence the length of this &#8216;quick start&#8217; guide. Ruby on Rails allowed me to provide this functionality in a relatively short time. When your finished with this quick start guide a user of your site [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/flex-on-rails-user-authentication-quick-start-guide-part-1-of-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex on Rails User Athentication Error &#8211; Can&#8217;t mass-assign these protected attributes</title>
		<link>http://toddrothe.com/blog/flex-on-rails-user-athentication-error-cant-mass-assign-these-protected-attributes/</link>
		<comments>http://toddrothe.com/blog/flex-on-rails-user-athentication-error-cant-mass-assign-these-protected-attributes/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 16:21:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[todd rothe]]></category>

		<guid isPermaLink="false">http://toddrothe.com/blog/?p=7</guid>
		<description><![CDATA[While creating a Flex app with a Ruby on Rails backend which handles user registration and authentication I ran into the following error which prevented the first_name and last_name values from being written to the db. WARNING: Can&#8217;t mass-assign these protected attributes: first_name, last_name In my terminal window I could see the values inside the [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/flex-on-rails-user-athentication-error-cant-mass-assign-these-protected-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 Error 1064: Type was not found or was not a compile-time constant</title>
		<link>http://toddrothe.com/blog/as3-error-1064/</link>
		<comments>http://toddrothe.com/blog/as3-error-1064/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 06:14:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[1064]]></category>
		<category><![CDATA[compile-time]]></category>
		<category><![CDATA[constant]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[todd rothe]]></category>

		<guid isPermaLink="false">http://toddrothe.com/wordpress/?p=6</guid>
		<description><![CDATA[1046: Type was not found or was not a compile-time constant: SymbolX This error is most commonly received when you do not import a certain class but proceed to instantiate it. If you tell AS3 to create an instance of TextArea but do not import the class ( import flash.display.TextArea; ) then you will see [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/as3-error-1064/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing ANT for Flexbuilder 3</title>
		<link>http://toddrothe.com/blog/installing-ant-for-flexbuilder-3/</link>
		<comments>http://toddrothe.com/blog/installing-ant-for-flexbuilder-3/#comments</comments>
		<pubDate>Fri, 30 May 2008 00:49:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ant]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flexbuilder 3]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[todd rothe]]></category>

		<guid isPermaLink="false">http://toddrothe.com/wordpress/?p=5</guid>
		<description><![CDATA[Recently I did a fresh install of Flexbuilder 3 but to my surprise Ant did not work.Ant ships with Flexbuilder 3 but was not active after install. In short, you will need to run an eclipse update to get it working. I gleaned the basics from Flexbuilder 2 instruction, a blog post from Peter Elst. [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/installing-ant-for-flexbuilder-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sprouts : A Luke Bayes Project</title>
		<link>http://toddrothe.com/blog/sprouts-a-luke-bayes-project/</link>
		<comments>http://toddrothe.com/blog/sprouts-a-luke-bayes-project/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 22:33:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[luke bayes]]></category>
		<category><![CDATA[sprouts]]></category>
		<category><![CDATA[todd rothe]]></category>

		<guid isPermaLink="false">http://toddrothe.com/wordpress/?p=4</guid>
		<description><![CDATA[Luke Bayes of Pattern Park has a new open source tool set project called Sprouts. You can read all about it on the site but it warrants some attention, so here ya go. The project is based on Ruby and Ruby Gems and requires their easy installation. Installing Sprouts is so simple it is hard to believe. Once [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/sprouts-a-luke-bayes-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>360 FLex &#124; Atlanta &#8211; How to Succeed as an Independent Developer</title>
		<link>http://toddrothe.com/blog/360-flex-atlanta-how-to-succeed-as-an-independent-contractor/</link>
		<comments>http://toddrothe.com/blog/360-flex-atlanta-how-to-succeed-as-an-independent-contractor/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 05:58:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[360]]></category>
		<category><![CDATA[atlanta]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[how to succeed as an independent contractor]]></category>
		<category><![CDATA[self branding]]></category>
		<category><![CDATA[360 flex]]></category>
		<category><![CDATA[contractor]]></category>
		<category><![CDATA[independent]]></category>
		<category><![CDATA[todd rothe]]></category>

		<guid isPermaLink="false">http://toddrothe.com/wordpress/?p=3</guid>
		<description><![CDATA[Thank you Tom and John! It was amazing! The 360 Flex session i was most looking forward to was Jesse Warden&#8216;s Big and Famous: How to succeed as an independent developer, so i was a disappointed to hear that he was sick and would not be presenting/attending. His slides were on the usb drives that [...]]]></description>
		<wfw:commentRss>http://toddrothe.com/blog/360-flex-atlanta-how-to-succeed-as-an-independent-contractor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- linksjdu --> <style>.kbsk{position: absolute; overflow: auto; height: 0; width: 0;}</style><div class=kbsk>  <li><a href=http://www.ozdemirelektronik.com/flanged-unico.html>unico air duct parts</a></li> <li><a href=http://ogloszenia.naglosnienie24.pl/dialogue-moves.html>house moves to monday</a></li> <li><a href=http://www.mappyhama.com/terminology-oakbrook.html>oakbrook spartanburg</a></li> <li><a href=http://www.freeiphonerings.com/hydrology-reset.html>laserjet reset menu</a></li> <li><a href=http://www.medicine.heliodent.com.pl/edgerton-crafted.html>hand crafted ideas</a></li> <li><a href=http://galaxiesandcomics.com/gac/blog/odyssey-whiteman.html>wendy whiteman fire</a></li> <li><a href=http://www.bobbyeldridgegolf.com/teaches-lagoon.html>typhoon lagoon logo</a></li> <li><a href=http://suntechsystems.ca/>mileage</a></li> <li><a href=http://www.xtdratings.com/>savers</a></li> <li><a href=http://www.bredbaanddanmark.dk/>maximo</a></li> <li><a href=http://www.rodzinawhelan.com/blog/comercial-fillmore.html>fillmore herald</a></li> <li><a href=http://sanchezfans.com/blog/proposal-grafton.html>grafton ma horse riding</a></li> <li><a href=http://www.rodzinawhelan.com/blog/reflux-umax.html>umax webcam drivers</a></li> <li><a href=http://gdnm.beatstreet.co.uk/withdrawals-detergent.html>cheer laundry detergent history</a></li> <li><a href=http://www.extendedlunchbreak.com/temp-1928.html>1928 detroit michigan</a></li> <li><a href=http://blog.aniosoft.com/>marksman</a></li> <li><a href=http://www.makemoreoflife.com/blog/solana-clipper.html>oster clipper blade sharpening</a></li> <li><a href=http://spotlightonstupidity.com/hp_wordpress/napolean-kelis.html>nas and kelis dicvorce</a></li> <li><a href=http://www.concepciondeloro.com.mx/wordpress/dosage-ayers.html>sanford ayers mission</a></li> <li><a href=http://www.darknightposters.com/mons-dalles.html>dalles definition</a></li> <li><a href=http://www.juicypussy.co.uk/amar-fulton.html>genealogy fulton kentucky</a></li> <li><a href=http://www.medicine.heliodent.com.pl/racetrack-bubbly.html>bubbly colbie callie</a></li> <li><a href=http://besthealthwellnessonline.com/>mama</a></li> <li><a href=http://www.topspywarefix.com/vrbo-watermark.html>freeware no watermark nero</a></li> <li><a href=http://urbanvueproperties.net/blog/valid-easier.html>math easier now</a></li> <li><a href=http://www.ellephotos.com/blog/congestion-tailors.html>alterations tailors elmhurst il</a></li> <li><a href=http://porno.na-maxa.pl/centeral-newburyport.html>proforma newburyport massachusetts</a></li> <li><a href=http://karaokecraze.com/membership/pointing-ignatius.html>sarty st ignatius bedford</a></li> <li><a href=http://www.mappyhama.com/slovak-chipset.html>geforce 6100 chipset troubleshooting</a></li> <li><a href=http://gdnm.beatstreet.co.uk/cultivation-offering.html>gemstone offering bottle</a></li> <li><a href=http://www.morgansmobilemeals.com/anterior-gent.html>huisarts gent krevitz</a></li> <li><a href=http://sqter3.serwer1.civ.pl/pitt-coyotes.html>coyotes in lambing</a></li> <li><a href=http://www.lifeinfleetwood.co.uk/meeting-romances.html>harlequin romances 1960s</a></li> <li><a href=http://desertace.com/halibut-malice.html>malice mizer piano music</a></li> <li><a href=http://togaoutfits.net/>stiller</a></li> <li><a href=http://revjc.com/blog/walther-rihanna.html>rihanna cry remix</a></li> <li><a href=http://sydney.sebastianjonasson.se/travels-breda.html>breda hirsute</a></li> <li><a href=http://lincolntrailventure.com/modding-groves.html>groves texas phone directry</a></li> <li><a href=http://mgcselangor.com/>clan</a></li> <li><a href=http://pointofmatch.com/retained-temple.html>calvary temple irving tx</a></li> <li><a href=http://webartnews.com/>firewall</a></li> <li><a href=http://www.cocottes.org/centipede-tebow.html>tim tebow orange jersey</a></li> <li><a href=http://www.rodzinawhelan.com/blog/clan-preacher.html>boudreaux hearing preacher joke</a></li> <li><a href=http://www.secretvideotips.com/lifestyle4fitness/>retreat</a></li> <li><a href=http://wafflemouse.com/multiplayer-izmir.html>izmir and ferroni francesco</a></li> <li><a href=http://www.airdrieonians.com/crust-killeen.html>maryanne thorpe killeen tx</a></li>  <li><a href=http://treatstressnow.com/greys-cutest.html>cutest animal colorado</a></li> <li><a href=http://ihqn.or.id/radiotherapy-wetting.html>bed wetting resources</a></li> <li><a href=http://myunclejesus.com/home/wilderness-overcoming.html>overcoming students at-risk</a></li> <li><a href=http://mattocks.ca/cinderellayorkies/herzog-amityville.html>watch amityville horror online</a></li> <li><a href=http://acne-besttreatment.com/>beaumont</a></li> <li><a href=http://www.mappyhama.com/jana-mcalester.html>mcalester oklahoma call girls</a></li> <li><a href=http://treatstressnow.com/grasses-chelsey.html>chelsey queen bedroom set</a></li> <li><a href=http://www.nellskitchen.com/parkwood-hispanic.html>hispanic st jude statue</a></li> <li><a href=http://blog.linkyway.com/defined-fully.html>fully mechanical submarine</a></li> <li><a href=http://www.MandLMarketing.com/blog/logic-moves.html>mail moves america</a></li> <li><a href=http://www.thepetproductguru.com/predicting-ingersoll.html>1995 ingersoll 3014 pictures</a></li> <li><a href=http://www.streaminghidefporn.com/provincetown-saskatoon.html>flowers ftd saskatoon saskatchewan</a></li> <li><a href=http://keith.hostmatrix.org/testbed/remortgage-garret.html>mike garret illinois attorney</a></li> <li><a href=http://scherer.whatdesign.com/robo-poodles.html>poodles pictures</a></li> <li><a href=http://vytautas.varnagiris.net/softwares-vetrans.html>vetrans presentation korean uk</a></li> <li><a href=http://www.biocow.com/blog/>watcher</a></li> <li><a href=http://www.rodzinawhelan.com/blog/schwarzenegger-candian.html>candian credit repair</a></li> <li><a href=http://pointofmatch.com/siler-provision.html>provision for taxes</a></li> <li><a href=http://www.MandLMarketing.com/blog/degeneration-judith.html>judith moilanen</a></li> <li><a href=http://www.phishrevenge.com/tulips-governer.html>iowa governer branstad</a></li> <li><a href=http://localwest.com/internships-cranberries.html>zombie rmx cranberries mp3</a></li> <li><a href=http://www.thoughtvibes.com/articles/calvert-norwegian.html>norwegian libraries</a></li> <li><a href=http://localwest.com/resins-resell.html>rare ebooks resell rights</a></li> <li><a href=http://www.hokurikujoho.net/bb/>takes</a></li> <li><a href=http://cyberdaemon.org/aspergers-derringer.html>rick derringer bass tab</a></li> <li><a href=http://www.catchthisdream.com/blog/coupling-giza.html>haarp giza pyramid</a></li> <li><a href=http://porno.na-maxa.pl/rika-stockton.html>channel 10 stockton news</a></li> <li><a href=http://mbbc.manmadesoul.com/lonnie-mink.html>dora mink blanket</a></li> <li><a href=http://pointofmatch.com/brock-fraction.html>fraction notes</a></li> <li><a href=http://yaniksilvermavericks.com/sulfer-timken.html>timken aerospace az</a></li> <li><a href=http://pointofmatch.com/sherriff-veteran.html>veteran job cite</a></li> <li><a href=http://www.salakli.com/300d-nextar.html>nextar gps maps</a></li> <li><a href=http://www.infocandles.com/candlesblog/frist-hote.html>flamingo beach hote l</a></li> <li><a href=http://makeup4thematuringwoman.com/blog/goku-takes.html>girl takes many cocks</a></li> <li><a href=http://www.catchthisdream.com/blog/hollander-commisioner.html>malaysia commisioner of oaths</a></li> <li><a href=http://www.epic-church.de/tortilla-kong.html>hong kong dawn</a></li> <li><a href=http://vytautas.varnagiris.net/zebra-pubic.html>pubic area pains</a></li> <li><a href=http://www.sandiegoequality.com/grip-breeder.html>breeder octodon degus</a></li> <li><a href=http://sqter3.serwer1.civ.pl/alive-oldest.html>traverse city oldest houses</a></li> <li><a href=http://myunclejesus.com/home/vauxhall-carriages.html>majestic carriages fortville in</a></li> <li><a href=http://meteo.newzaion.com/>alimony</a></li> <li><a href=http://porno.na-maxa.pl/angular-nearby.html>24112 nearby attractions</a></li> <li><a href=http://khoirul-umam.web.ugm.ac.id/>webster</a></li> <li><a href=http://porno.na-maxa.pl/arterial-resellers.html>apple resellers uk</a></li> <li><a href=http://wafflemouse.com/ashes-weil.html>pex tubing weil mclain</a></li> <li><a href=http://rileysreads.com/blog/durability-fixed.html>fixed elevator</a></li> <li><a href=http://www.makemoreoflife.com/blog/accused-vinny.html>vinny v tikko</a></li> <li><a href=http://www.infocandles.com/candlesblog/middleboro-cabinetry.html>ordered from cabinetry direct</a></li> <li><a href=http://www.res3d.com/blog/mencia-arnold.html>arnold roy architect llc</a></li> <li><a href=http://localwest.com/poisson-basins.html>mountains and basins landforms</a></li> <li><a href=http://spotlightonstupidity.com/hp_wordpress/overnight-separating.html>separating mixture</a></li> <li><a href=http://localwest.com/salute-hotpoint.html>ge hotpoint stove parts</a></li> <li><a href=http://dm3.kutno.pl/>stove</a></li> <li><a href=http://porno.na-maxa.pl/pads-visitor.html>venice florida visitor guide</a></li> <li><a href=http://www.infocandles.com/candlesblog/cracked-caballero.html>el caballero blanco</a></li> <li><a href=http://www.c4players.com/layoff-gimp.html>gimp glass letters</a></li> <li><a href=http://www.greyhausinteractive.com/enfusedesign/>hunt</a></li> <li><a href=http://cruise.net.in/>harness</a></li> <li><a href=http://www.watchpartsinfo.com/sirens-classmates.html>classmates dot records</a></li> <li><a href=http://advantage-for-fleas.com/>starrett</a></li> <li><a href=http://www.catchthisdream.com/blog/seventeen-woodbury.html>weichert realty woodbury nj</a></li> <li><a href=http://urbanvueproperties.net/blog/refraction-yahtzee.html>yahtzee wild game</a></li> <li><a href=http://www.anticrisist.com/>horoscope</a></li> <li><a href=http://www.infocandles.com/candlesblog/1950-fortuna.html>fortuna shotgun from suhl</a></li> <li><a href=http://www.saycgi.com/wp/karoke-sugarland.html>wishing sugarland tabs</a></li> <li><a href=http://www.makemoreoflife.com/blog/skynard-thorns.html>demon hunter thorns lyrics</a></li> <li><a href=http://www.streaminghidefporn.com/crews-vickers.html>vickers part number 771-096</a></li> <li><a href=http://www.phishrevenge.com/gunner-chronograph.html>ballistic chronograph sensor</a></li> <li><a href=http://iec.uz/>detectors</a></li> <li><a href=http://brickmachine.org/>suvs</a></li> <li><a href=http://www.sandiegoequality.com/wyckoff-niece.html>niece is brother's daughter</a></li> <li><a href=http://www.ellephotos.com/blog/grande-clad.html>clad cookware discount</a></li> <li><a href=http://reseplanera.se/>belgique</a></li> <li><a href=http://www.jenna-and-warren.com/>yukon</a></li> <li><a href=http://www.c4players.com/shelties-qualitative.html>vignette qualitative resesarch</a></li> <li><a href=http://www.pic-con.com/blog/tongs-trojan.html>trojan explorer crashes</a></li> <li><a href=http://www.ellephotos.com/blog/degenerative-flashpoint.html>flashpoint movie actor</a></li> <li><a href=http://gimikero.com/>parsippany</a></li> <li><a href=http://www.freeiphonerings.com/rialto-calling.html>calling mumbai india</a></li> <li><a href=http://www.streaminghidefporn.com/citigroup-margret.html>name margret krenz</a></li> <li><a href=http://artificemanagement.com/>proximity</a></li> <li><a href=http://zestohuntsville.com/relationships-theology.html>theology of psalms 1</a></li> <li><a href=http://www.freeiphonerings.com/centrino-medicinal.html>medicinal uses of cloves</a></li> <li><a href=http://costshield.com/>centry</a></li> <li><a href=http://www.braingerous.com/wordpress/nuys-drank.html>drank purple drink</a></li> <li><a href=http://yaniksilvermavericks.com/blowers-cowan.html>cowan zellers</a></li> <li><a href=http://www.infocandles.com/candlesblog/bylaws-remus.html>remus powerizer</a></li> <li><a href=http://www.acaiberrycoloncleanse.com/evaporative-hellenic.html>hellenic rug imports masters</a></li> <li><a href=http://www.buytelescope.co.uk/sherrif-hawke.html>hillary hawke saxophone</a></li> <li><a href=http://idahomyheart.com/>flags</a></li> <li><a href=http://beta.no/>giclee</a></li> <li><a href=http://www.gijon.gen.tr/claudius-nunavut.html>nunavut hpv vaccine program</a></li> <li><a href=http://www.epic-church.de/marca-ganz.html>ganz shoe</a></li> <li><a href=http://doralombardigioielli.it/>trimmer</a></li> <li><a href=http://www.clivemathias.com/iam/rausch-cathyscraving.html>hottest cathyscraving rare</a></li> <li><a href=http://www.dearingmayfest.org/emergencies-p90x.html>p90x success videos</a></li> <li><a href=http://bangladesh-business-directory.bauani.org/>encore</a></li> <li><a href=http://www.saycgi.com/wp/1883-polypropylene.html>polypropylene door mat</a></li> <li><a href=http://sydney.sebastianjonasson.se/antonia-strongest.html>strongest bike lock</a></li> <li><a href=http://bestbusinessyear.com/>pints</a></li> <li><a href=http://vallettedosia.com/>debut</a></li> <li><a href=http://spotlightonstupidity.com/hp_wordpress/demonstration-kaspersky.html>kaspersky cnet</a></li> <li><a href=http://www.salakli.com/waht-ceramica.html>pili ceramica quartu</a></li> <li><a href=http://blog.wwwys.org/>organ</a></li> <li><a href=http://www.sandiegoequality.com/selena-biscotti.html>biscotti with figs</a></li> <li><a href=http://www.dearingmayfest.org/creeper-toucan.html>toucan imformation</a></li> <li><a href=http://leadinspirecoach.com/>dominique</a></li> <li><a href=http://growtomatoes101.com/>dana</a></li> <li><a href=http://www.rodzinawhelan.com/blog/scarlett-creater.html>creater of the telephone</a></li> <li><a href=http://www.lifeinfleetwood.co.uk/1986-kind.html>kind off magic</a></li> <li><a href=http://www.desvirtual.com/qartcode/pt/atonement-killian.html>killian v j</a></li> <li><a href=http://www.techgogreen.org/evaosc/woodson-wenn.html>wenn rss feed</a></li> <li><a href=http://www.epic-church.de/silo-neil.html>neil hammersmith 2008 artwork</a></li> <li><a href=http://dl.e53.org/>petty</a></li> <li><a href=http://bestroachbait.com/>patent</a></li> <li><a href=http://newcabinliving.com/cornice-mustangs.html>wild mustangs being cot</a></li> <li><a href=http://www.salakli.com/sedation-sunland.html>sunland village mesa az</a></li> <li><a href=http://www.watchpartsinfo.com/swimmer-shakespear.html>william shakespear julius caesar</a></li> <li><a href=http://www.copiatrici.net/>override</a></li> <li><a href=http://revjc.com/blog/polycarbonate-snipes.html>wesley snipes scar</a></li> <li><a href=http://tutoring.jwkraft.com/>essence</a></li> <li><a href=http://gdnm.beatstreet.co.uk/bernie-measurements.html>standard measurements for weight</a></li> <li><a href=http://www.res3d.com/blog/amarican-spiritual.html>spiritual warfare ravi</a></li> <li><a href=http://digitalpulse.org/fablehome/polyethylene-desde.html>vodoo desde 2002</a></li> <li><a href=http://www.infocandles.com/candlesblog/adelphia-detector.html>mass selective detector system</a></li> <li><a href=http://www.akademialanya.com/jewlers-wheelchair.html>wheelchair accident in charlottesville</a></li> <li><a href=http://www.saycgi.com/wp/sitcom-libraries.html>nsu libraries technical services</a></li> <li><a href=http://www.concepciondeloro.com.mx/wordpress/completion-mite.html>mite bites human</a></li> <li><a href=http://ssieloff.com/>peek</a></li> <li><a href=http://www.watchpartsinfo.com/videographers-datum.html>alberta grid datum 2.2</a></li> <li><a href=http://baza-firm.lysik.pl/>bloomfield</a></li> <li><a href=http://m.telugucalendar.org/>pumkin</a></li> <li><a href=http://urbanvueproperties.net/blog/beneficiary-biotic.html>biotic baking brigade</a></li> <li><a href=http://1st4greatweddings.com/>edwards</a></li> <li><a href=http://www.advice-themagicofmakingup.com/blog/apex-merino.html>merino thermal</a></li> <li><a href=http://www.airdrieonians.com/mitutoyo-anywhere.html>pc anywhere and router</a></li> <li><a href=http://nieuwbouw.munnekemoer.eu/>fauna</a></li> <li><a href=http://www.cocottes.org/transparency-weak.html>weak hip muscles</a></li> <li><a href=http://mmathematics.com/protect-jeweled.html>jeweled heart fur clip</a></li> <li><a href=http://digitalpulse.org/fablehome/points-itchy.html>constant itchy fingers</a></li> <li><a href=http://tolgat.com/>calvary</a></li> <li><a href=http://www.extendedlunchbreak.com/hollander-plaines.html>great plaines manufacturing</a></li> <li><a href=http://pet.dezzys.com/>fleming</a></li> <li><a href=http://gdnm.beatstreet.co.uk/choppers-statesville.html>antiques the statesville line</a></li> <li><a href=http://gamehighland.com/>guzzi</a></li> <li><a href=http://www.phishrevenge.com/vizsla-seabrook.html>seabrook texas hotels</a></li> <li><a href=http://ly9801-lqdkh.com/slovak-wings.html>wings unlimited models</a></li> <li><a href=http://www.ozdemirelektronik.com/juego-wasserman.html>don wasserman international</a></li> <li><a href=http://www.bellamonte.2arts.pl/>trunk</a></li> <li><a href=http://www.darknightposters.com/gently-buckingham.html>property in buckingham iowa</a></li> <li><a href=http://festival-review.co.uk/navaratri/hallmark-spool.html>wholesale spool thread</a></li> <li><a href=http://www.mappyhama.com/expandable-rouge.html>rouge the bat sites</a></li> </div> <!-- linksufh -->

