<?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>Caleb Adam Haye &#187; Caleb</title>
	<atom:link href="http://caleb.org/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://caleb.org/blog</link>
	<description></description>
	<lastBuildDate>Fri, 25 Sep 2009 10:40:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reusing properties in database.yml</title>
		<link>http://caleb.org/blog/uncategorized/reusing-properties-in-databaseyml/</link>
		<comments>http://caleb.org/blog/uncategorized/reusing-properties-in-databaseyml/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 22:14:16 +0000</pubDate>
		<dc:creator>Caleb</dc:creator>
				<category><![CDATA[Caleb]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/reusing-properties-in-databaseyml/</guid>
		<description><![CDATA[Recently, I ran into a useful way to store your base database properties, and override them per development environment.  This approach is really useful, so I thought I would blog about it.
Here is an example config/database.yml file which implements the aforementioned approach:

login: &#038;login
  adapter: mysql
  username: _your_username_
  password: _your_password_
  host: [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I ran into a useful way to store your base database properties, and override them per development environment.  This approach is really useful, so I thought I would blog about it.</p>
<p>Here is an example config/database.yml file which implements the aforementioned approach:</p>
<pre>
login: &#038;login
  adapter: mysql
  username: _your_username_
  password: _your_password_
  host: mysql.yourdomain.com
  socket: /var/run/mysqld/mysqld.sock

development:
  < <: *login
  database: myclient_dev

test:
  <<: *login
  database: myclient_test

production:
  <<: *login
  host: mysql.myclient.com
  database: myclient
</pre>
]]></content:encoded>
			<wfw:commentRss>http://caleb.org/blog/uncategorized/reusing-properties-in-databaseyml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on Michael Jackson&#8230;</title>
		<link>http://caleb.org/blog/uncategorized/more-on-michael-jackson/</link>
		<comments>http://caleb.org/blog/uncategorized/more-on-michael-jackson/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 23:38:41 +0000</pubDate>
		<dc:creator>Caleb</dc:creator>
				<category><![CDATA[Caleb]]></category>

		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/more-on-michael-jackson/</guid>
		<description><![CDATA[I have loved Michael Jackson for as long as I can remember, as the following picture hopefully illustrates:

If anyone has a copy of the SEGA &#8220;Moonwalker&#8221; ROM or an actual disk, please let me know!

I take the loss of Michael Jackson to heart, it is very saddening and humbling to me that a man of [...]]]></description>
			<content:encoded><![CDATA[<p>I have loved Michael Jackson for as long as I can remember, as the following picture hopefully illustrates:</p>
<p><img src="http://www.caleb.org/mj.jpg" alt="Michael and I ... back in the day" /></p>
<p>If anyone has a copy of the SEGA &#8220;Moonwalker&#8221; ROM or an actual disk, please let me know!<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/lF89npFbn8g&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/lF89npFbn8g&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>I take the loss of Michael Jackson to heart, it is very saddening and humbling to me that a man of such awesome talent could be so thoroughly destroyed.  Michael Jackson was a prince in the black community, and a lesson for all black men that no matter how much talent one has, the powers that be in this system that has historically been so oppressive can, and perhaps will ultimately destroy you.</p>
<p>One of my favorite artists, Jeru said it best when he said, &#8220;The days blow by like dust, even men of steel rust&#8221;.</p>
<p>Apparently, Michael Jackson wasn&#8217;t doing so bad 2 days prior to his untimely death&#8230; we&#8217;ll miss you Mike!</p>
]]></content:encoded>
			<wfw:commentRss>http://caleb.org/blog/uncategorized/more-on-michael-jackson/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rest In Peace Michael, we love you!</title>
		<link>http://caleb.org/blog/uncategorized/rest-in-peace-michael-we-love-you/</link>
		<comments>http://caleb.org/blog/uncategorized/rest-in-peace-michael-we-love-you/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 01:05:16 +0000</pubDate>
		<dc:creator>Caleb</dc:creator>
				<category><![CDATA[Caleb]]></category>

		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/rest-in-peace-michael-we-love-you/</guid>
		<description><![CDATA[This is a link to a Thriller video that we put together during my days @ EVB

I also have a VHS of a &#8220;We Are the World&#8221; rendition we did for a 3rd grade school recital, in which I was MJ &#8230; but that&#8217;s confidential  
Really though, who is going to be the next [...]]]></description>
			<content:encoded><![CDATA[<p>This is a link to a Thriller video that we put together during my days @ <a target="_blank" href="http://evb.com">EVB</a></p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/eIlACvVXFj0&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/eIlACvVXFj0&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>I also have a VHS of a &#8220;We Are the World&#8221; rendition we did for a 3rd grade school recital, in which I was MJ &#8230; but that&#8217;s confidential <img src='http://caleb.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Really though, who is going to be the next Michael Jackson?!</p>
]]></content:encoded>
			<wfw:commentRss>http://caleb.org/blog/uncategorized/rest-in-peace-michael-we-love-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speaking at InsideRIA &#8211; Continuous Integration for RIAs</title>
		<link>http://caleb.org/blog/uncategorized/speaking-at-insideria-continuous-integration-for-rias/</link>
		<comments>http://caleb.org/blog/uncategorized/speaking-at-insideria-continuous-integration-for-rias/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 00:38:26 +0000</pubDate>
		<dc:creator>Caleb</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Caleb]]></category>
		<category><![CDATA[Flex / AIR]]></category>
		<category><![CDATA[Speaking]]></category>

		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/speaking-at-insideria-continuous-integration-for-rias/</guid>
		<description><![CDATA[I just got accepted to speak at the InsideRIA Conference!  The show will be going down August 23 to 24, 2009.  It&#8217;s looking like it&#8217;s going to be a great show, hosted by our colleagues at 360&#124;Conference and O&#8217;Reilly. Tickets are cheaper on a first-come, first-serve basis, so buy your tickets ASAP at [...]]]></description>
			<content:encoded><![CDATA[<p>I just got accepted to speak at the InsideRIA Conference!  The show will be going down August 23 to 24, 2009.  It&#8217;s looking like it&#8217;s going to be a great show, hosted by our colleagues at <a target="_blank" href="http://www.360flex.com/">360|Conference</a> and <a target="_blank" href="http://www.oreilly.com">O&#8217;Reilly</a>. Tickets are cheaper on a first-come, first-serve basis, so buy your tickets ASAP at http://insideria.eventbrite.com to get the best possible price. See you there, and hopefully you will have a chance to make it to my session.</p>
<p>Just for the record, I&#8217;m speaking on continuous integration in RIA development architectures <img src='http://caleb.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://caleb.org/blog/uncategorized/speaking-at-insideria-continuous-integration-for-rias/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Decoding Flex &#8220;Unable to transcode&#8221; SWF error</title>
		<link>http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/</link>
		<comments>http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 11:02:52 +0000</pubDate>
		<dc:creator>Caleb</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Caleb]]></category>
		<category><![CDATA[Flex / AIR]]></category>

		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/</guid>
		<description><![CDATA[Tonight (this morning?) while catching up on some work, I was trying to embed assets created in Flash in a Flex project, using the good &#8216;ole Embed method. I&#8217;ve done dozens of times with excellent results, but this time was different.  For some reason, my tried and true approach was generating an ambiguous error [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight (this morning?) while catching up on some work, I was trying to embed assets created in Flash in a Flex project, using the good &#8216;ole Embed method. I&#8217;ve done dozens of times with excellent results, but this time was different.  For some reason, my tried and true approach was generating an ambiguous error message from the Flex compiler.  </p>
<p>It read as follows:<br />
<code>Unable to transcode Assets.swf</code></p>
<p>I wasted a bunch of my own time (and some of <a target='_blank' href="http://www.abdulqabiz.com/blog/">Abdul Qabiz&#8217;s</a>) trying to figure it out, but nothing I tried seemed to work.  Of course I googled for help, and  the results their were even more mystifying.  The only post I could find that sounded remotely close to what I was experiencing was this: <a href="http://www.codeverge.net/item.aspx?item=100658" target="_blank">http://www.codeverge.net/item.aspx?item=100658</a> and even though &#8220;mac_55&#8243; was able to get it working, he had &#8211; as he put it, &#8220;No idea why it wasn&#8217;t working before.&#8221;  That didn&#8217;t help much.</p>
<p> I started to suspect that Flash was somehow to blame, so I tried using another existing asset SWF that I had used w/ success in a previous project.  Low and behold, it worked perfectly.   Okay, that&#8217;s a clue&#8230; it&#8217;s somewhere in Flash. </p>
<p>Next, I saved the .fla that created the SWF that was working to the desktop and recompiled&#8230; then I tried using the resultant SWF in Flex again.  You guessed it, it didn&#8217;t work.</p>
<p>Now I was really starting to think I was on to something, Flash was creating corrupt SWFs for some reason.  I had crashed Flash about 10 times earlier trying to import PSDs, so I thought a restart may be in order, hopefully to resolve some phantom memory leak.  So, I restarted.</p>
<p>After restart, I opened the previously successful, but now failing .fla and rebuilt.  I noticed a ton of errors.  Apparently, when I saved the .fla to the desktop, I broke the dependency chain somewhere and caused a bunch of errors.  I realized that I hadn&#8217;t seen the errors before, most likely because the Output window was buried beneath a bunch of panels.  Then, I opened the .fla for my apparently un-transcodable SWF &#8211; published the movie and poop, an error.  Apparently &#8220;Background&#8221; is a reserved name, and my library item w/ the linkage id &#8220;Background&#8221; was causing the error.  I changed the name to &#8220;BG&#8221;, it compliled fine, and worked perfectly in Flex.</p>
<p>The morale of the story is: if you see the &#8220;Unable to transcode&#8221; error message, make sure you&#8217;re freakin&#8217; SWF is building properly.  duh.</p>
<p>Hopefully someone on the Flex team can make sure that we get a more verbose error message in Flex 4.</p>
]]></content:encoded>
			<wfw:commentRss>http://caleb.org/blog/uncategorized/decoding-flex-unable-to-transcode-swf-error/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Live Blogging from FlashForward!</title>
		<link>http://caleb.org/blog/uncategorized/live-blogging-from-flashforward/</link>
		<comments>http://caleb.org/blog/uncategorized/live-blogging-from-flashforward/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 09:12:30 +0000</pubDate>
		<dc:creator>Caleb</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Caleb]]></category>
		<category><![CDATA[FlashForward]]></category>
		<category><![CDATA[Flex / AIR]]></category>
		<category><![CDATA[Speaking]]></category>

		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/live-blogging-from-flashforward/</guid>
		<description><![CDATA[The conference organizers have asked me to live blog from the upcoming FlashForward conference, and I have obliged.  So, for those of you who aren&#8217;t fortunate enough to actually attend the conference, you can stay up to date with the topics covered in each session by following my blog, the FlashForward blog, and twitter.
If [...]]]></description>
			<content:encoded><![CDATA[<p>The conference organizers have asked me to live blog from the upcoming <a target="_blank" href="http://flashforwardconference.com">FlashForward conference</a>, and I have obliged.  So, for those of you who aren&#8217;t fortunate enough to actually attend the conference, you can stay up to date with the topics covered in each session by following my blog, the <a target="_blank" href="http://flashforwardconference.com">FlashForward</a> blog, and <a href="http://www.twitter.com/calebhaye/" target="_blank">twitter</a>.</p>
<p>If you are one of the fortunate attendees of this year&#8217;s FlashForward conference, by all means say hello if you see me <img src='http://caleb.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>This year, FlashForward is a single track conference, so that means I could potentially cover each and every seminar&#8230;  I&#8217;m not promising that, but I will promise to keep you up to date on the items that are the most interesting (IMHO).  I&#8217;ll be doing my best to invoke conversations with all of the speakers and many of the attendees, and I&#8217;ll be sure to take and publish plenty of notes, including of any interesting URLs or examples for people to try.  </p>
<p>If anyone has any idea on how we might make the live blogging from the event more relevant or useful, please let me know ASAP.  I&#8217;m often too busy writing code to stop and blog, but things are changing soon&#8230; in a major way.  Stay tuned for updates <img src='http://caleb.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://caleb.org/blog/uncategorized/live-blogging-from-flashforward/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vuvox has been acquired by eBay</title>
		<link>http://caleb.org/blog/uncategorized/vuvox-has-been-acquired-by-ebay/</link>
		<comments>http://caleb.org/blog/uncategorized/vuvox-has-been-acquired-by-ebay/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 20:14:36 +0000</pubDate>
		<dc:creator>Caleb</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Caleb]]></category>
		<category><![CDATA[Flex / AIR]]></category>

		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/vuvox-has-been-acquired-by-ebay/</guid>
		<description><![CDATA[Vuvox, the  Flash/Flex/Ruby-based company for which I am the former Lead Software Engineer, has been acquired by eBay.  I&#8217;ve seen several articles about the acquisition online, so apparently it&#8217;s public.  I haven&#8217;t seen any posting about how much it was sold for, so I guess I&#8217;ll just keep that info to myself. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="www.vuvox.com" target="_blank">Vuvox</a>, the  Flash/Flex/Ruby-based company for which I am the former Lead Software Engineer, has been acquired by eBay.  I&#8217;ve seen several articles about the acquisition online, so apparently it&#8217;s public.  I haven&#8217;t seen any posting about how much it was sold for, so I guess I&#8217;ll just keep that info to myself. </p>
<p>For those of you who don&#8217;t know, here&#8217;s the blurb on <a href="www.vuvox.com" target="_blank">Vuvox</a>:</p>
<blockquote><p><a href="www.vuvox.com" target="_blank">VUVOX</a> is an easy to use production and instant sharing service that allows you to mix, create and blend your personal media â€“ video, photos and music into rich personal expressions.</p></blockquote>
<p><a target="_blank" href="http://ebayinkblog.com/2008/06/23/vuvox-on-ebay/">http://ebayinkblog.com/2008/06/23/vuvox-on-ebay/</a><br />
<a target="_blank" href="http://seekingalpha.com/article/82695-ebay-acquires-vuvox?source=feed">http://seekingalpha.com/article/82695-ebay-acquires-vuvox?source=feed</a></p>
<p>Congratulations to Brian, Jim, Belmer, and Luke&#8230; Great work fellas</p>
]]></content:encoded>
			<wfw:commentRss>http://caleb.org/blog/uncategorized/vuvox-has-been-acquired-by-ebay/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lynda sold FlashForward.</title>
		<link>http://caleb.org/blog/uncategorized/beau-bought-flashforward-thanks-lynda/</link>
		<comments>http://caleb.org/blog/uncategorized/beau-bought-flashforward-thanks-lynda/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 17:19:03 +0000</pubDate>
		<dc:creator>Caleb</dc:creator>
				<category><![CDATA[Caleb]]></category>

		<guid isPermaLink="false">http://caleb.org/blog/uncategorized/beau-bought-flashforward-thanks-lynda/</guid>
		<description><![CDATA[Let me send an official thank you and virtual hug to Lynda, who has been an excellent host for FlashForward and an inspiration to us all.   She has given people like myself the opportunity to grow from conference attendee to conference speaker, but that&#8217;s not the only reason why appreciate her so much. [...]]]></description>
			<content:encoded><![CDATA[<p>Let me send an official thank you and virtual hug to Lynda, who has been an excellent host for <a href="http://www.flashforwardconference.com" target="_blank">FlashForward</a> and an inspiration to us all.   She has given people like myself the opportunity to grow from conference attendee to conference speaker, but that&#8217;s not the only reason why appreciate her so much.  Lynda managed to breach the sometimes cold, technological world of interactive technology with old-fashioned, sincere charm and an undying love for sharing and teaching.  I know we can only expect great more wonderful things from her and the rest of the folks at <a target="_blank" href="Lynda.com">Lynda.com</a> for years to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://caleb.org/blog/uncategorized/beau-bought-flashforward-thanks-lynda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now teaching ActionScript at the Academy of Art MFA Program</title>
		<link>http://caleb.org/blog/uncategorized/now-teaching-actionscript-at-the-academy-of-art-mfa-program/</link>
		<comments>http://caleb.org/blog/uncategorized/now-teaching-actionscript-at-the-academy-of-art-mfa-program/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 22:31:54 +0000</pubDate>
		<dc:creator>Caleb</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Caleb]]></category>
		<category><![CDATA[Speaking]]></category>

		<guid isPermaLink="false">http://caleb.org/blog/?p=43</guid>
		<description><![CDATA[Well, it&#8217;s official; I am now faculty at the Academy of Art University.  More specifically, I&#8217;m teaching a group directed study in the Academy of Art San Francisco&#8217;s School of Digital Arts + Communications MFA program.
Last Friday, I taught my first ActionScript class to graduate students working their way towards a Master&#8217;s degree at [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s official; I am now faculty at the Academy of Art University.  More specifically, I&#8217;m teaching a group directed study in the Academy of Art San Francisco&#8217;s School of Digital Arts + Communications MFA program.</p>
<p>Last Friday, I taught my first ActionScript class to graduate students working their way towards a Master&#8217;s degree at the Academy of Art.  I must say, I&#8217;m very excited about the class of students that I have and the class of projects they are bringing along with them.</p>
<p>The class is diverse, offering a rich variety of projects and cultural perspectives.  Yet since it is a group directed study, it is also small and intimate (8 students), a nice quality for any academic environment.  All of my students want to learn ActionScript and programming in Flash, and for the most part they are all daunted, or at least put off in some sense, by the prospect of learning ActionScript 3.  I look forward to helping them learn to love the joys and rewards of adhering to best practices (most of all, keeping it simple) on the way to developing fun, interactive applications in Flash.</p>
<p>If any Flash superstars or evangelists are planning to be in the Bay Area anytime within the next 14 weeks, and have an interest in stopping by the class to inspire the next generation of Flash developers, by all means drop me a line so that we can plan accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://caleb.org/blog/uncategorized/now-teaching-actionscript-at-the-academy-of-art-mfa-program/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>got work?</title>
		<link>http://caleb.org/blog/uncategorized/got-work/</link>
		<comments>http://caleb.org/blog/uncategorized/got-work/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 20:51:47 +0000</pubDate>
		<dc:creator>Caleb</dc:creator>
				<category><![CDATA[Caleb]]></category>

		<guid isPermaLink="false">http://caleb.org/blog/?p=42</guid>
		<description><![CDATA[If you&#8217;re a Flash/Flex or WPF/Silverlight engineer with some availability and are looking for interesting projects to work on, please get in touch with me.  Metaliq, the place of my employment, is searching for talented engineers with experience creating rich, engaging user experiences.  I am also personally interested in talking to prospective Flash/Flex/Silverlight [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a Flash/Flex or WPF/Silverlight engineer with some availability and are looking for interesting projects to work on, please get in touch with me.  Metaliq, the place of my employment, is searching for talented engineers with experience creating rich, engaging user experiences.  I am also personally interested in talking to prospective Flash/Flex/Silverlight contractors who are interested in working with me directly on smaller side projects.  </p>
<p>The opportunities are various, and span the gamut of cool things happening in the Bay Area&#8217;s technology space, but don&#8217;t let geography be a barrier&#8230; we can and will either relocate you or work with you remotely if need be.</p>
<p>Following is an excerpt describing the Interactive Software Engineer position(s) we have available, extracted from<a href="http://metaliq.com/developer.aspx" target="_blank">the original posting on the Metaliq web site</a>:</p>
<blockquote><p>
Metaliq is looking for a highly creative, flexible, and skilled Interactive Engineer to be part of a dynamic team of industry leaders.</p>
<p>Applicant must have 5+ combined years of engineering for interactive applications. Ideal candidate will have strong skills in one or more of the following technologies: ActionScript 3 (AS3), .NET C#, Java, or comparable OOP language. Applicant should also have a base knowledge and understanding of Internet based applications (including XML and SQL/relational databases) and some hands-on experience with Silverlight, WPF, XAML and/or Flash.</p>
<p>As an Interactive Engineer you will be part of the Metaliq engineering team, primarily focused on Microsoft and Adobe related technologies as they specifically relate to Rich Interactive Application Development. This role will also incorporate the integration of high levels of data specifically as it relates to connecting to backend data services.
</p></blockquote>
<p>&#8230; for more info, <a href="http://metaliq.com/developer.aspx" target="_blank">please see the original posting</a>.</p>
<p>The industry is really bubbling right now.  By that I mean that it is hot, moving, lively, etc.  I hope that it&#8217;s not the prerequisite for some inevitable burst as some &#8220;experts&#8221; seem to be convinced of.  Again, please get in touch with me if you have any interest in the above job posting, or in working with me on smaller side projects which are nevertheless interesting and lucrative.</p>
<p>Interested parties may contact <a href="mailto:me@caleb.org">me at caleb.org</a> or <a href="mailto:caleb@metaliq.com">caleb at metaliq.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://caleb.org/blog/uncategorized/got-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
