<?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>Re-Cycled Air</title>
	<atom:link href="http://www.re-cycledair.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.re-cycledair.com</link>
	<description>Quality Web Development Since 1998</description>
	<lastBuildDate>Fri, 29 Jan 2010 05:10: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>Disabling Internet Explorer Cross Site Scripting Filter (XSS)</title>
		<link>http://www.re-cycledair.com/disabling-internet-explorer-cross-site-scripting-filer-xss</link>
		<comments>http://www.re-cycledair.com/disabling-internet-explorer-cross-site-scripting-filer-xss#comments</comments>
		<pubDate>Tue, 26 Jan 2010 14:12:59 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.re-cycledair.com/?p=240</guid>
		<description><![CDATA[A client of mine recently tasked me with figuring out why the newer versions of IE were throwing a Cross Site Scripting (XSS) error.  For the life of me,  couldn&#8217;t figure out why.  Maybe it was because they were submitting a form to another server?  Or perhaps because the Javascript was closing the window when [...]]]></description>
			<content:encoded><![CDATA[<p>A client of mine recently tasked me with figuring out why the newer versions of IE were throwing a Cross Site Scripting (XSS) error.  For the life of me,  couldn&#8217;t figure out why.  Maybe it was because they were submitting a form to another server?  Or perhaps because the Javascript was closing the window when it was done?  I don&#8217;t know.  But, I did find a nice little trick that allows you to disable the Cross Site Scripting(XSS) filter in IE.</p>
<p>All that you need to do is add <span style="font-family: Courier New;">&#8220;X-XSS-Protection: 0&#8243;</span> to the response header.  For instance, to disable the Cross Site Scripting(XSS) filter all you do is:</p>
<blockquote><p>header(&#8220;X-XSS-Protection: 0&#8243;);</p></blockquote>
<p>That&#8217;s it.  Usually that will resolve any XSS errors you have.  It may not be the best solution from a security stand point, but it&#8217;ll work in a pinch,</p>
]]></content:encoded>
			<wfw:commentRss>http://www.re-cycledair.com/disabling-internet-explorer-cross-site-scripting-filer-xss/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discovering a Cross Site Scripting Attack</title>
		<link>http://www.re-cycledair.com/discovering-a-cross-site-scripting-attack</link>
		<comments>http://www.re-cycledair.com/discovering-a-cross-site-scripting-attack#comments</comments>
		<pubDate>Tue, 26 Jan 2010 06:17:55 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.re-cycledair.com/?p=238</guid>
		<description><![CDATA[As any good free-lance web developer does, I was browsing my competition&#8217;s portfolio earlier this evening.  I was curious as to how the layout was done on one of their client&#8217;s web pages, so I opened the source.  Near the bottom, there were probably 100 links injected into the page.  It turns out that they [...]]]></description>
			<content:encoded><![CDATA[<p>As any good free-lance web developer does, I was browsing my competition&#8217;s portfolio earlier this evening.  I was curious as to how the layout was done on one of their client&#8217;s web pages, so I opened the source.  Near the bottom, there were probably 100 links injected into the page.  It turns out that they were the victim of a cross-site scripting attack.</p>
<p>I immediately notified the owner, but I&#8217;m still pretty excited that I made a discovery like this.  You hear about cross-site scripting attacks all the time, but I&#8217;ve never actually discovered one.</p>
<p>For those interested, the site in question is:  <a href="http://www.skydivecms.com/">http://www.skydivecms.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.re-cycledair.com/discovering-a-cross-site-scripting-attack/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone and iPod Touch Development:  Starting Out</title>
		<link>http://www.re-cycledair.com/iphone-and-ipod-touch-development-starting-out</link>
		<comments>http://www.re-cycledair.com/iphone-and-ipod-touch-development-starting-out#comments</comments>
		<pubDate>Fri, 22 Jan 2010 00:25:11 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[IPhone App Development]]></category>

		<guid isPermaLink="false">http://www.re-cycledair.com/?p=226</guid>
		<description><![CDATA[Last Christmas I graduated from college.  One of my graduation gifts was a 2nd generation iPod Touch!  At the time, the iPod Touch was one of the coolest things I had ever got.  I immediately started to play with it, and was impressed with it&#8217;s ability to know the orientation of the device.  It&#8217;s multi-touch [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left"><a href="http://www.re-cycledair.com/wp-content/uploads/2010/01/iphone_dev.jpg"><img class="size-full wp-image-227 alignleft" style="margin: 5px" src="http://www.re-cycledair.com/wp-content/uploads/2010/01/iphone_dev.jpg" alt="Beginning iPhone 3 Development Book Cover" width="139" height="184" /></a>Last Christmas I graduated from college.  One of my graduation gifts was a 2nd generation iPod Touch!  At the time, the iPod Touch was one of the coolest things I had ever got.  I immediately started to play with it, and was impressed with it&#8217;s ability to know the orientation of the device.  It&#8217;s multi-touch support was also impressive.  Probably the coolest part of owning an iPod Touch was that &#8220;there&#8217;s an app for that&#8221; attitude.  The sheer volume of available apps was mind blowing.</p>
<p style="text-align: left">After graduation I started grad school, so I didn&#8217;t have much time to play on the technical side of iPod Touch and iPhone development.  However, I now have the time, and what follows is my journey on the road to iPod Touch and iPhone development enlightenment.</p>
<p style="text-align: left">
<p style="text-align: left">
<h3><strong>Getting Started </strong></h3>
<div id="attachment_228" class="wp-caption alignright" style="width: 235px"><a href="http://www.re-cycledair.com/wp-content/uploads/2010/01/IMG_1696.jpg"><img class="size-medium wp-image-228 " style="margin: 5px" src="http://www.re-cycledair.com/wp-content/uploads/2010/01/IMG_1696-225x300.jpg" alt="iPod Touch on top of &quot;Beginning iPhone 3 Development&quot;" width="225" height="300" /></a><p class="wp-caption-text">The iPod Touch.  A little banged up, but still amazing.</p></div>
<p>Before I even got started with iPhone development, I already ran into a problem:  I don&#8217;t own a Mac, nor do I want to own one.  It&#8217;s not that I don&#8217;t like them.  They&#8217;re beautiful machines with top of the line hardware and software, it&#8217;s just they&#8217;re a little outside my</p>
<p>price range.  So, how does one go about developing for the iPod Touch and iPhone on a Windows machine?  Well, there are a few different options.  Some revolve around <a href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;ved=0CAgQFjAA&amp;url=http%3A%2F%2Fwww.cygwin.com%2F&amp;rct=j&amp;q=cygwin&amp;ei=ZuFYS7qlIY-CNLyF9eAE&amp;usg=AFQjCNG181i4HT_pzwalR1pEs9gAFGqazQ" target="_blank">Cygwin</a>, while others around <a href="http://www.vmware.com" target="_blank">VMWare</a>.  There is a good thread going on over at <a href="http://www.stackoverflow.com" target="_blank">Stack Overflow</a> (<a href="http://stackoverflow.com/questions/113547/iphone-development-on-windows" target="_blank">here</a>) about it.  Depending on your situation, you may want to just pony up the cash for a Mac Mini, but to each their own.  In my case, I went with one of the methods listed above.</p>
<h3><strong>About the Book </strong></h3>
<p>The book I&#8217;ll be using for this adventure is &#8220;<a href="http://www.amazon.com/Beginning-iPhone-Development-Exploring-SDK/dp/1430224592/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1264116425&amp;sr=8-1" target="_blank">Beginning iPhone 3 Development:  Exploring the iPhone SDK</a>&#8221; by Dave Mark and Jeff LaMarche.  It was reasonably priced, well reviewed, and had a grapefruit on the cover.  How could I possibly go wrong with this?  While I&#8217;ve only read the back cover at this point, the only problem I have with it is that it fails to mention the need for a Mac.  Some people might say &#8220;Duh!  Of course you need a Mac for iPhone and iPod Touch development!&#8221;, but it&#8217;s not always obvious to everyone.</p>
<h3><strong>Requirements</strong></h3>
<p>As with most development projects, there are a few things you need before you get started.  In the case of iPhone &amp; iPod Touch development, you need the iPhone SDK (also, from this point forward I&#8217;m going to start referring to &#8220;iPhone &amp; iPod Touch development&#8221; as &#8220;iPhone development&#8221;).  To get at the iPhone SDK, you need to visit <a href="http://developer.apple.com/iphone/" target="_blank">http://developer.apple.com/iphone/</a> and sign up to be an iPhone developer.  It&#8217;s free (or has free options), so that&#8217;s a relief.</p>
<p>The sign up process seemed fairly painless.  While I&#8217;m not a huge fan of having to register and give out personal information, they control the SDK, so I suppose I must do as they say.  Nothing too suprising once you&#8217;re through the registration though, except the download is <strong>2.5 GB!!! </strong>The worst part is that I have no idea why.  I always thought Netbeans with the JDK/JRE was huge, but this thing blows it out of the water.</p>
<h3><strong>Hello World</strong></h3>
<p>It&#8217;s a programming tradition to learn any new programming language with a simple &#8220;Hello World&#8221; program.  Even when not programming, some programmers <a href="http://twitter.com/BillGates/statuses/7957453193" target="_blank">still use &#8220;Hello World&#8221; to break the ice</a>.  Hardly one to break with tradition, I&#8217;m going to be starting with a &#8220;Hello World&#8221; too, except this time for an entire platform, instead of just a programming language.</p>
<p>After much fumbling around, here are the steps to getting a &#8220;Hello World&#8221; program started.</p>
<ol>
<li>Open XCode and select <strong>New Project&#8230; </strong>from the <strong>File</strong> menu.</li>
<li>Select <strong>View-based Application.</strong></li>
<li>Name your project <strong>Hello World</strong>.</li>
<li>In the <strong>Groups and Files</strong> window, open the <strong>Resources</strong> group.</li>
<li><strong>Double Click</strong> the file <em>Hello_WorldViewController.xib</em></li>
<li>With the view now open, browse down the library until you find <strong>Label</strong>.</li>
<li><strong>Drag </strong>the <strong>label</strong> to the view.</li>
<li><strong>Double Click</strong> the label, and type &#8220;Hello world!&#8221;.</li>
<li>Now go to <strong>File</strong>, then <strong>Save</strong>.</li>
<li>Go back to Xcode and select <strong>Build</strong>, then <strong>Build and Run</strong>.</li>
</ol>
<p>Honestly, I expected it to be a bit harder than this.  Next time I&#8217;m hoping to make it though chapter 3, where I get to learn how to handle basic user interaction!  As always, any feedback is welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.re-cycledair.com/iphone-and-ipod-touch-development-starting-out/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using HTTPService to get XML results from a server</title>
		<link>http://www.re-cycledair.com/using-httpservice-to-get-xml-results-from-a-server</link>
		<comments>http://www.re-cycledair.com/using-httpservice-to-get-xml-results-from-a-server#comments</comments>
		<pubDate>Tue, 12 Jan 2010 19:13:53 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://24.236.128.109:8000/?p=209</guid>
		<description><![CDATA[I&#8217;m not a Flex developer, but I&#8217;m quickly becoming one.  Recently I was tasked with creating a Flex form, sending it to the server, waiting for a response, and handling things accordingly.  My problem was that I couldn&#8217;t figure out how to use my result set that I received from the server.  Turns out, I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not a Flex developer, but I&#8217;m quickly becoming one.  Recently I was tasked with creating a Flex form, sending it to the server, waiting for a response, and handling things accordingly.  My problem was that I couldn&#8217;t figure out how to use my result set that I received from the server.  Turns out, I needed to import a EventResult library, which was the turning point.</p>
<p><strong>The Actionscript</strong></p>
<blockquote><p>import mx.rpc.events.ResultEvent;</p>
<p>private function thanks(evt:ResultEvent):void{<br />
var dataFromServer:XML = XML(evt.result);<br />
mx.controls.Alert.show(dataFromServer.toXMLString());<br />
}</p></blockquote>
<p><strong>The Flex</strong></p>
<blockquote><p>&lt;mx:HTTPService<br />
id=&#8221;srv&#8221; useProxy=&#8221;false&#8221;<br />
url=&#8221;http://localhost/form.php&#8221; method=&#8221;POST&#8221;<br />
contentType=&#8221;application/x-www-form-urlencoded&#8221;<br />
resultFormat=&#8221;xml&#8221; result=&#8221;thanks(event); &#8220;&gt;<br />
&lt;mx:request&gt;<br />
&lt;name&gt;<br />
{ bname.text }<br />
&lt;/name&gt;<br />
&lt;address&gt;<br />
{ baddress.text }</p>
<p>&lt;/address&gt;<br />
&lt;/mx:request&gt;<br />
&lt;/mx:HTTPService&gt;</p></blockquote>
<p>What happens here is that the HTTPService sends my data to the server, then some new data is returned in XML format.  Important things to remember are the <strong>ResultEvent</strong> that is passed to the event handler.  Just passing a normal event didn&#8217;t do much for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.re-cycledair.com/using-httpservice-to-get-xml-results-from-a-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contributing to Ubuntu</title>
		<link>http://www.re-cycledair.com/contributing-to-ubuntu</link>
		<comments>http://www.re-cycledair.com/contributing-to-ubuntu#comments</comments>
		<pubDate>Thu, 07 Jan 2010 09:14:14 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://24.236.128.109:8000/?p=206</guid>
		<description><![CDATA[After dragging my feet on open source contribution for some time, I&#8217;ve decided to get actively involved with Ubuntu.  I&#8217;m going to start by learning how to package different things, and then go from there.  I would eventually like to get a new package into the next version of Ubuntu, but I think starting small [...]]]></description>
			<content:encoded><![CDATA[<p>After dragging my feet on open source contribution for some time, I&#8217;ve decided to get actively involved with Ubuntu.  I&#8217;m going to start by learning how to package different things, and then go from there.  I would eventually like to get a new package into the next version of Ubuntu, but I think starting small would be great too <img src='http://www.re-cycledair.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.re-cycledair.com/contributing-to-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Return</title>
		<link>http://www.re-cycledair.com/return</link>
		<comments>http://www.re-cycledair.com/return#comments</comments>
		<pubDate>Wed, 06 Jan 2010 19:20:30 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[contracting]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[grad school]]></category>

		<guid isPermaLink="false">http://24.236.128.109:8000/?p=203</guid>
		<description><![CDATA[As the job prospects in my neck of the woods are few and far between, I will most likely be returning to grad school this spring.  While it isn&#8217;t best situation, it is currently the best choice I have to make ends meet and further my career.  I won&#8217;t be taking my grad assistantship back [...]]]></description>
			<content:encoded><![CDATA[<p>As the job prospects in my neck of the woods are few and far between, I will most likely be returning to grad school this spring.  While it isn&#8217;t best situation, it is currently the best choice I have to make ends meet and further my career.  I won&#8217;t be taking my grad assistantship back either.  It was far too time consuming and did little to further me as a person or as a software developer.  I have instead opted for contracting through various people with hopes that it may eventually become a full time thing.</p>
<p>Wish me luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.re-cycledair.com/return/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Coming Weeks</title>
		<link>http://www.re-cycledair.com/the-coming-weeks</link>
		<comments>http://www.re-cycledair.com/the-coming-weeks#comments</comments>
		<pubDate>Mon, 04 Jan 2010 10:00:14 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://24.236.128.109:8000/?p=201</guid>
		<description><![CDATA[The coming weeks are going to be big at Re-Cycled Air.  I hope to get the following things done:

Form an legitimate LLC through the State of Michigan. (Sole proprietorship is too risky)
Get a federal tax id number so that I can sub contract work if necessary (fingers crossed).
Track down as many free-lance jobs as possible.
Start [...]]]></description>
			<content:encoded><![CDATA[<p>The coming weeks are going to be big at Re-Cycled Air.  I hope to get the following things done:</p>
<ul>
<li>Form an legitimate LLC through the State of Michigan. (Sole proprietorship is too risky)</li>
<li>Get a federal tax id number so that I can sub contract work if necessary (fingers crossed).</li>
<li>Track down as many free-lance jobs as possible.</li>
<li>Start a business bank account with said tax id.</li>
<li>Create a business plan.</li>
<li>Create a contract template for use with jobs.</li>
<li>Find a good way to manage jobs (Trac server?)</li>
<li>Find a good way to manage invoices (Paypal?)</li>
<li>Land a few contracts.</li>
</ul>
<p>That being said, if you need any help with web design / web programming, drop me a line.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.re-cycledair.com/the-coming-weeks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still waiting&#8230;. but this time with a measure of patience!</title>
		<link>http://www.re-cycledair.com/still-waiting-but-this-time-with-a-measure-of-patience</link>
		<comments>http://www.re-cycledair.com/still-waiting-but-this-time-with-a-measure-of-patience#comments</comments>
		<pubDate>Fri, 11 Dec 2009 07:03:59 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://24.236.128.109:8000/?p=184</guid>
		<description><![CDATA[I&#8217;ve been waiting for over 3 weeks to hear back from IBM.  I eventually heard from them, when they apologized for taking so long.  All this is understandable as they interviewed a TON of people.  The good news is that they want to offer me a job!  They bad news, is that they can&#8217;t give [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been waiting for over 3 weeks to hear back from IBM.  I eventually heard from them, when they apologized for taking so long.  All this is understandable as they interviewed a TON of people.  The good news is that they want to offer me a job!  They bad news, is that they can&#8217;t give me my offer yet because of corporate red-tape.  It has to finalized, stamped, copied in triplicate, etc, etc.  Either way, I&#8217;m <span style="text-decoration: underline;">very</span> excited to see what they have to offer.</p>
<p>I also got an interesting call today from MSU.  I applied for a position as a web developer there almost a month ago, and got a call to interview today.  I was caught off guard, so I hope I didn&#8217;t sound not-interested.  I have an interview with them on 12/15.  I look forward to hearing about the position, hopefully answering some interesting questions, and seeing what they have to offer.  While I doubt they can match IBM&#8217;s pay scale, they have other incentives like tuition reimbursement and then like, which make a job there very enticing.</p>
<p>Also, along a different line, I created a URL shortener the other day.  It&#8217;s called <a href="http://fwds.me"><strong>fwds.me</strong></a>.  It works like any other URL shortener, except faster <img src='http://www.re-cycledair.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> *</p>
<p>That&#8217;s all I have for now.  I&#8217;ll leave an update when I&#8217;ve made some job decisions.</p>
<p>*It&#8217;s probably not faster, but it&#8217;s at least as fast as most other shorteners.  I use Apache mod_rewrite to handle the url, and then a quick sql query to find out the original URL.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.re-cycledair.com/still-waiting-but-this-time-with-a-measure-of-patience/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Somtimes&#8230;</title>
		<link>http://www.re-cycledair.com/somtimes</link>
		<comments>http://www.re-cycledair.com/somtimes#comments</comments>
		<pubDate>Mon, 30 Nov 2009 19:39:32 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://24.236.128.109:8000/?p=181</guid>
		<description><![CDATA[&#8230;talking to [Insert OS Here] zealots is like talking to a brick wall.

]]></description>
			<content:encoded><![CDATA[<p>&#8230;talking to [Insert OS Here] zealots is like talking to a brick wall.</p>
<p><img class="aligncenter size-full wp-image-180" src="http://24.236.128.109:8000/wp-content/uploads/2009/11/techno-jihad.jpg" alt="Long Flight" width="439" height="355" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.re-cycledair.com/somtimes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Waiting</title>
		<link>http://www.re-cycledair.com/waiting</link>
		<comments>http://www.re-cycledair.com/waiting#comments</comments>
		<pubDate>Wed, 25 Nov 2009 16:09:16 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://24.236.128.109:8000/?p=178</guid>
		<description><![CDATA[For the past 5.5 years I&#8217;ve been in college.  Yes, that long.  After 4.5 years, I graduated with a B.S. in Computer Science from Central Michigan University.  From that point I thought that it would be prudent to go to grad school.  This was a big mistake.  As it turns out, I never really had [...]]]></description>
			<content:encoded><![CDATA[<p>For the past 5.5 years I&#8217;ve been in college.  Yes, that long.  After 4.5 years, I graduated with a B.S. in Computer Science from Central Michigan University.  From that point I thought that it would be prudent to go to grad school.  This was a <span style="text-decoration: underline;"><em>big</em></span> mistake.  As it turns out, I never really had much interest in continuing my education formally after my undergrad.  So, 3 weeks ago I resolved to get a big person job (scary!).</p>
<p>As it would happen, a Fortune 500 company (actually, it&#8217;s in the top 15) was looking for 50 or so candidates for it&#8217;s new center in the Lansing area.   They had recruiters on campus, and as soon as I told them I was looking for work, was a grad student, and had loads of external experience, they seemed interested.</p>
<p>I was invited down to Lansing for a &#8220;meet and greet&#8221; event at their new center.  Things went well, and one of the recruiters made a point to introduce me the head of center to me.  I consider this a <strong><span style="text-decoration: underline;">good</span></strong> thing.  After that, I was invited down a week later for a round of interviews with the company.  The interviews went extremely well, and I feel like I&#8217;ll get a call back (keeping the fingers crossed!).</p>
<p>They were looking to fill 50 positions, and they were interviewing 70 people.  Assuming that they realistically can fill 20 positions, those are still very good odds for getting a job.  They said it could take up to 2 weeks to get a call back (for good or bad).  Now I&#8217;m waiting.  Impatiently at that.</p>
<p>Waiting to find out what the rest of your life will bring is nerve-wracking.  I have no more fingernails left and I have to admit I&#8217;m kind of boring to be around.  I can&#8217;t get it out of my mind.  Working for this company would be great: interesting project, smart co-workers, new technologies.  Oh yeah, and money + benefits.  I haven&#8217;t had health insurance in 5 years.  Going to the doctor when I get sick would be swell.  A new car might be nice too if I have to commute (VW Golf TDI!).</p>
<p>But for now, I wait.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.re-cycledair.com/waiting/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.365 seconds -->
