<?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>zombievirus</title>
	<atom:link href="http://zombievir.us/feed/" rel="self" type="application/rss+xml" />
	<link>http://zombievir.us</link>
	<description>My name is Sue. I am a UI Engineer in Boston, Ma.  I kind of hate blogging.</description>
	<lastBuildDate>Thu, 15 Sep 2011 16:41:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The post in which I make a frowny face about writing code for agencies</title>
		<link>http://zombievir.us/2011/09/the-post-in-which-i-make-a-frowny-face-about-writing-code-for-agencies/</link>
		<comments>http://zombievir.us/2011/09/the-post-in-which-i-make-a-frowny-face-about-writing-code-for-agencies/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 16:41:22 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=319</guid>
		<description><![CDATA[While I was at Optaros I got to work on a prototype for a startup. It was pretty rad. The people were excellent, I loved their idea and I loved my prototype. Basically what I made was a drag and drop tool you could use to make store windows that people could shop off of. [...]]]></description>
			<content:encoded><![CDATA[<p>While I was at Optaros I got to work on a prototype for a startup.  It was pretty rad. The people were excellent, I loved their idea and I loved my prototype.</p>
<p>Basically what I made was a drag and drop tool you could use to make store windows that people could shop off of.  I feel like it&#8217;s ok that I write about this now given that I found a press release about their upcoming launch that says pretty much the same thing.</p>
<p>Under the assumption that I&#8217;d be the one building this site after the Blueprinting phase, I made my prototype with reusable code. I loved the product, so I tested the heck out of that prototype because I was constantly playing with it.  It was really fun.</p>
<p>And here is where the bubble bursts.  We did not get the go ahead to build the site.  Originally we were going to give them a site which they could look at, and use to show investors, but not my actual prototype code.  The logic being that this was usable code and they paid for a prototype.  Well then Amazon went down and lost EVERYTHING.  One of the members on our team zipped up my code and send it on over to the client, or ex-client, whatever.  It was already pretty much over at that point.</p>
<p>Last week I got a DM from a coworker at Optaros about the startup&#8217;s new agency and their little press release about how awesome the product is and how they totally just build this super awesome window creation experience. They also linked another project similar that was affiliated with the startup.</p>
<p>Sooo&#8230; yeah they used my code.  The HTML, the Javascript, all of it was there, comments and all.  Even the comments that said &#8220;This is a total hack, do not go live with this&#8221; were there. I know that as soon as it was passed off, it belonged to the client and they could do whatever they wished with it.   So they gave it to the next guy, and the next guy used it all and stamped their name on it. </p>
<p>Honestly, I kinda felt dirty. Here is this agency I have zero affiliation with taking credit for something I made.  What was worse was that I made the whole thing in 2 weeks, I tried my best to make it beautiful and when I looked at the code they added, it was about 500 lines of shit that could have been done in one.  I AM NOT EXAGGERATING WHEN I SAY THAT.  There is actually a chunk of code in that file that is well over half the document, that could have been done in one line of code.  Which leads me to believe the agency doesn&#8217;t have the team savvy enough to build a tool like that.  Also the rest of the site was pretty much an HTTP request nightmare. </p>
<p>The silver lining is YAY SOMETHING I MADE IS LIVE NOW!  I can be happy about that.  It was a good prototype, but that doesn&#8217;t change the fact that it was just a prototype.  There was a lot of it that needed to be changed before going live and I never got to do it.  It&#8217;s not as beautiful as I would have done it if we got the chance to make it. </p>
<p>I think it&#8217;s funny that when I help build a prototype hoping that the client will use the code, they don&#8217;t (Finishline) and when I build a prototype where I wouldn&#8217;t want the client to use my code, they do.  It just could have been so much better and more polished.</p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2011/09/the-post-in-which-i-make-a-frowny-face-about-writing-code-for-agencies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting why .index() returns -1 ALL THE DAMN TIME</title>
		<link>http://zombievir.us/2011/08/troubleshooting-why-index-returns-1-all-the-damn-time/</link>
		<comments>http://zombievir.us/2011/08/troubleshooting-why-index-returns-1-all-the-damn-time/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 15:46:56 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=315</guid>
		<description><![CDATA[Does your .index() code return -1? Are you working on updating someone else&#8217;s old codebase? CHECK THE VERSION OF JQUERY. Bam. I just saved you an hour of OMGWTFBBQ.]]></description>
			<content:encoded><![CDATA[<p>Does your .index() code return -1?<br />
Are you working on updating someone else&#8217;s old codebase?</p>
<p>CHECK THE VERSION OF JQUERY.</p>
<p>Bam.  I just saved you an hour of OMGWTFBBQ.</p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2011/08/troubleshooting-why-index-returns-1-all-the-damn-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HASH: Adam is a genius</title>
		<link>http://zombievir.us/2011/02/hash-adam-is-a-genius/</link>
		<comments>http://zombievir.us/2011/02/hash-adam-is-a-genius/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 21:24:08 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=221</guid>
		<description><![CDATA[This is code that makes total sense. function search(type){ searchType = { ITEMS: function(){ console.log('searchforItems'); }, BACKGROUNDS: function(){ console.log('searchforbackgrounds'); }, PROPS: function(){ console.log('searchforprops'); }, THEMES: function(){ console.log('searchforthemes'); } } searchType[type](); } search('ITEMS'); This might be duuuh for most, but was doing everything as private functions and the type was getting lost in scope so nothing [...]]]></description>
			<content:encoded><![CDATA[<p>This is code that makes total sense.<br />
<code><br />
   function search(type){<br />
       searchType = {<br />
         ITEMS: function(){<br />
           console.log('searchforItems');<br />
         },<br />
         BACKGROUNDS: function(){<br />
           console.log('searchforbackgrounds');<br />
         },<br />
         PROPS: function(){<br />
           console.log('searchforprops');<br />
         },<br />
         THEMES: function(){<br />
           console.log('searchforthemes');<br />
         }<br />
       }<br />
      searchType[type]();<br />
}<br />
search('ITEMS');<br />
</code></p>
<p>This might be duuuh for most, but  was doing everything as private functions and the type was getting lost in scope so nothing happened.  It was super annoying.  Adam saved the day. </p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2011/02/hash-adam-is-a-genius/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I might be turning into a Sasshole</title>
		<link>http://zombievir.us/2011/02/i-might-be-turning-into-a-sasshole/</link>
		<comments>http://zombievir.us/2011/02/i-might-be-turning-into-a-sasshole/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 18:12:44 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[sass]]></category>
		<category><![CDATA[scss]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=218</guid>
		<description><![CDATA[Joel finally wore me down and got me to start using Sass. At first I found it irritating. You have to run a watcher in terminal so every time you update the scss file, it updates the corresponding css file. I would not put in proper tabbing or a space and it would error. A [...]]]></description>
			<content:encoded><![CDATA[<p>Joel finally wore me down and got me to start using <a href="http://sass-lang.com/">Sass</a>.</p>
<p>At first I found it irritating.   You have to run a watcher in terminal so every time you update the scss file, it updates the corresponding css file.  I would not put in proper tabbing or a space and it would error.  A week of dealing with that and now I am conditioned to perfect tabbing. </p>
<p>I am using SCSS syntax which has brackets.   I love it because it comes out looking like this:<br />
<code><br />
/*SCSS HERE - FAR MORE AWESOME.  HAS NESTING*/<br />
table.hl {<br />
  margin: 2em 0;<br />
  td.ln {<br />
    text-align: right;<br />
  }<br />
}</p>
<p>li {<br />
  font: {<br />
    family: serif;<br />
    weight: bold;<br />
    size: 1.2em;<br />
  }<br />
}<br />
</code></p>
<p>Which equates to this in CSS:<br />
<code><br />
/*CSS HERE*/<br />
table.hl {<br />
  margin: 2em 0;<br />
}<br />
table.hl td.ln {<br />
  text-align: right;<br />
}</p>
<p>li {<br />
  font-family: serif;<br />
  font-weight: bold;<br />
  font-size: 1.2em;<br />
}<br />
</code></p>
<p>This has made it much easier to organize and find code.  </p>
<p>You can also declare variables in SCSS, things like color, padding, margins, rounded corners, boxshadows, AKA shit you retype over and over and over, and will have to edit on a billion elements should the design change.</p>
<p><code><br />
$blue: #3bbfce;<br />
$margin: 16px;</p>
<p>.content-navigation {<br />
  border-color: $blue;<br />
  color:<br />
    darken($blue, 9%);<br />
}</p>
<p>.border {<br />
  padding: $margin / 2;<br />
  margin: $margin / 2;<br />
  border-color: $blue;<br />
}<br />
</code></p>
<p>That is awesome.   Right now I am using it on a prototype web application and it&#8217;s just me on the team so I am now sure how great this is when it comes to working in a group.  I forsee a lot of having to convert css files to scss files every time I update.  I am worried that if I can&#8217;t get my team to use sass there might be some issues with format and organization.   I guess I&#8217;ll find out all that during Build Phase. Dah well. </p>
<p>So far my dealings with SCSS is  A+++++++ would recommend to all.</p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2011/02/i-might-be-turning-into-a-sasshole/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IE TESTING IS BACK ON!</title>
		<link>http://zombievir.us/2011/02/ie-testing-is-back-on/</link>
		<comments>http://zombievir.us/2011/02/ie-testing-is-back-on/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 17:59:12 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[browser testing]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[ie8]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=217</guid>
		<description><![CDATA[W3Fools have started hosting the spoon browser code for IE6, IE7 &#038; IE8. They have also included a friendly FU to Microsoft. Can we just make this opensource so there are 50 mirrors?]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iecss.com/spoon/">W3Fools have started hosting the spoon browser code for IE6, IE7 &#038; IE8. </a></p>
<p>They have also included a friendly FU to Microsoft. </p>
<p>Can we just make this opensource so there are 50 mirrors?</p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2011/02/ie-testing-is-back-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO: Install MYSQL on a mac (the lazy way)</title>
		<link>http://zombievir.us/2011/01/how-to-install-mysql-on-a-mac-the-lazy-way/</link>
		<comments>http://zombievir.us/2011/01/how-to-install-mysql-on-a-mac-the-lazy-way/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 19:29:19 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=211</guid>
		<description><![CDATA[This week at Optaros, yes OPTAROS, the new company I work for that sounds a lot like a transformer and is equally cool, if not more cool than a giant robot, I have to install MYSQL on my fancy new Macbook Pro. After consulting friends and acting as a telephone in a 3 way argument [...]]]></description>
			<content:encoded><![CDATA[<p>This week at Optaros, yes OPTAROS, the new company I work for that sounds a lot like a transformer and is equally cool, if not more cool than a giant robot,  I have to install MYSQL on my fancy new Macbook Pro.</p>
<p>After consulting friends and acting as a telephone in a 3 way argument about the best method for installing MYSQL, I ended up using <a href="https://github.com/mxcl/homebrew/wiki/installation">Homebrew</a>.   [other options: mysql disk img, macports]</p>
<p>First: Go to terminal and install homebrew by typing in:<br />
<code>ruby -e "$(curl -fsSLk https://gist.github.com/raw/323731/install_homebrew.rb)"</code></p>
<p>Next: Install <a href="http://developer.apple.com/technologies/tools/xcode.html">Xcode</a>.  This is easy, you just need to sign up to be a mac developer. </p>
<p>Last: In terminal go to your user/local folder<br />
<code> cd /usr/local</code></p>
<p>Then install MYSQL with homebrew<br />
<code>brew install mysql</code></p>
<p>Wait forever until it&#8217;s done installing.  You now have MYSQL on your mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2011/01/how-to-install-mysql-on-a-mac-the-lazy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HAPPY NEW YEAR</title>
		<link>http://zombievir.us/2011/01/happy-new-year/</link>
		<comments>http://zombievir.us/2011/01/happy-new-year/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 16:20:55 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[artwork]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[potential life lessons]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=207</guid>
		<description><![CDATA[Life update: I got a new job! Starting TOMORROW, I am working for Optaros. At some point in December I decided I wanted to look around at what was out there in the world of Agencies and Consulting. I hadn&#8217;t interviewed since I got my job at Molecular (now Isobar) over three years ago and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://zombievir.us/wp-content/uploads/2011/01/tumblr_le99lnBYGD1qd1iswo1_500.gif"><img src="http://zombievir.us/wp-content/uploads/2011/01/tumblr_le99lnBYGD1qd1iswo1_500.gif" alt="" title="tumblr_le99lnBYGD1qd1iswo1_500" width="500" height="333" class="aligncenter size-full wp-image-208" style="width:500 px; height:333px; margin:0 auto;" /></a></p>
<p><strong>Life update:  </strong> </p>
<p>I got a new job!  Starting TOMORROW, I am working for Optaros. </p>
<p>At some point in December I decided I wanted to look around at what was out there in the world of Agencies and Consulting.  I hadn&#8217;t interviewed since I got my job at Molecular (now Isobar) over three years ago and I was terrified.  I was worried about rejection.  I was worried that I wasn&#8217;t good enough.  I was just worried about change in general.  After sending my resume out on a sunday and getting called back Monday morning by every place I applied, I quickly got over all of my fears.</p>
<p>This is what I learned from the experience of interviewing:  I am not a moron.  Not only am I  good at being a front end developer,  I even made it through the tech interview for a software development company for a senior level position.  Talking to people during interviews about what I do for a living is the easiest thing in the world, because I LOVE developing. Not once did I feel like I was BSing the interviewer.  I genuinely knew all the answers to the tech questions.  Closures, classical vs Prototypal Inheritance, performance testing, cross browser testing, posting/getting,  synchronous/asynchronous, etc- I knew how to explain it.  After each interview I would buzz around in circles wondering when the hell did I learn all this stuff.  This is all stuff you just do, you don&#8217;t talk about it.  No client cares about if you are using closures. It&#8217;s amazing that in a little over 3 years I have learned so much. </p>
<p>Ironically, the company I picked had one of the lighter tech interviews.  This isn&#8217;t a bad thing because their overall process and company structure was my ideal place to work.  I am really excited about my first day tomorrow. The only bummer I have about working for Optaros is that they don&#8217;t have cubicals, so I don&#8217;t have a place for all the posters I just took home. I don&#8217;t know how long I should wait before I bring in a ton of action figures&#8230; I&#8217;m thinking not until February. </p>
<p>Leaving Isobar was bittersweet.  I love everyone I&#8217;d worked with there and there had been some amazing projects. There had been some evil, wake up in cold sweat, projects as well, but I&#8217;m sure those happen at all agencies. I had given 4 weeks notice and through the four weeks I was getting more and more anxious about leaving.  I have no doubt that I am going to hang out with my isobar friends outside of work and that&#8217;s all I want.  I would be distraught if I didn&#8217;t think I would see Dave or Rob or Emile or Bobby again. On Friday I thought I might start crying hysterically when I left, but I had to work late to finish up some stuff and I was completely dry eyed.  It wasn&#8217;t very sad and it just didn&#8217;t feel as in the good parts were over.  The best thing about Isobar is the people who work there and I can hang out with them outside of work. </p>
<p><strong>Tech Stuff</strong><br />
So far I&#8217;ve had a pretty lazy new year. I learned about Qunit which I hope to start using on whatever personal or company project I work on next.  I&#8217;ve had a couple breakthroughs with managing event bubbling in jQuery while trying to make the most ridiculous form ever designed. One might say it &#8220;over-designed.&#8221; And lastly, I have been using a lot of CSS to manage state, in the OOCSS inheritance sense. </p>
<p><strong>Art Stuff </strong><br />
I&#8217;ve been drawing every day.  I have started both a tumblr and a DA account.</p>
<p>I am reading <a href="http://www.amazon.com/Drawn-Life-Classes-Stanchfield-Lectures/dp/0240811070/ref=pd_bxgy_b_img_b">Drawn to Life: 20 Golden Years of Disney Masters</a> which is freaking amazing!  It&#8217;s like taking an illustration class.  </p>
<p>I was told I got a lot better after drawing this:<br />
<a href="http://zombievir.us/wp-content/uploads/2011/01/B1LG6.jpg"><img src="http://zombievir.us/wp-content/uploads/2011/01/B1LG6.jpg" alt="" title="B1LG6" width="722" height="878" class="aligncenter size-full wp-image-209" style="width:722 px; height:878px; margin:0 auto;" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2011/01/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The only cure for stress is Murder She Wrote and doodling.</title>
		<link>http://zombievir.us/2010/12/the-only-cure-for-stress-is-murder-she-wrote-and-doodling/</link>
		<comments>http://zombievir.us/2010/12/the-only-cure-for-stress-is-murder-she-wrote-and-doodling/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 23:26:57 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[artwork]]></category>
		<category><![CDATA[ice cream]]></category>
		<category><![CDATA[incubus]]></category>
		<category><![CDATA[tentacle monster]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=199</guid>
		<description><![CDATA[I love me some formulaic television. Every season of Murder She Wrote is on Netflix. This show was made for drinking games.]]></description>
			<content:encoded><![CDATA[
<a href='http://zombievir.us/2010/12/the-only-cure-for-stress-is-murder-she-wrote-and-doodling/icecream/' title='icecream'><img width="150" height="150" src="http://zombievir.us/wp-content/uploads/2010/12/icecream-150x150.jpg" class="attachment-thumbnail" alt="icecream" title="icecream" /></a>
<a href='http://zombievir.us/2010/12/the-only-cure-for-stress-is-murder-she-wrote-and-doodling/succubi2/' title='succubi2'><img width="150" height="150" src="http://zombievir.us/wp-content/uploads/2010/12/succubi2-150x150.jpg" class="attachment-thumbnail" alt="succubi2" title="succubi2" /></a>

<p>I love me some formulaic television.  Every season of Murder She Wrote is on Netflix.  This show was made for drinking games.  </p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2010/12/the-only-cure-for-stress-is-murder-she-wrote-and-doodling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I don&#8217;t even&#8230;</title>
		<link>http://zombievir.us/2010/12/i-dont-even/</link>
		<comments>http://zombievir.us/2010/12/i-dont-even/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 04:36:12 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[homework]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[nervous breakdown]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=197</guid>
		<description><![CDATA[OK seriously. Why does this have to be so hard. Why do I have to call about 5 methods to do one fucking thing? I hate you java. I hate your stupid strongly typed face.]]></description>
			<content:encoded><![CDATA[<p><a href="http://zombievir.us/wp-content/uploads/2010/12/homework.jpg"><img src="http://zombievir.us/wp-content/uploads/2010/12/homework.jpg" alt="" title="homework" width="300" height="365" class="aligncenter size-full wp-image-198" style="width:300 px; height:365px; margin:0 auto;" /></a></p>
<p>OK seriously.  Why does this have to be so hard.  Why do I have to call about 5 methods to do one fucking thing? I hate you java.  I hate your stupid strongly typed face. </p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2010/12/i-dont-even/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Servers and the command line&#8230;</title>
		<link>http://zombievir.us/2010/12/servers-and-the-command-line/</link>
		<comments>http://zombievir.us/2010/12/servers-and-the-command-line/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 16:50:05 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[telnet]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=196</guid>
		<description><![CDATA[My server would not run for the ATM simulator homework I was editing this weekend, so I sent it to Dave to see what was wrong. He said it worked for him and declared &#8220;Y U NO WRITE CODE THAT IS BROKEN?&#8221; So I tried it again, and again, I got the dreaded error: An [...]]]></description>
			<content:encoded><![CDATA[<p>My server would not run for the ATM simulator homework I was editing this weekend, so I sent it to Dave to see what was wrong.  He said it worked for him and declared &#8220;Y U NO WRITE CODE THAT IS BROKEN?&#8221;   </p>
<p>So I tried it again, and again, I got the dreaded error:<br />
<code><br />
An exception occurred while communicating with the ATM<br />
java.net.ConnectException: Connection refused<br />
    at java.net.PlainSocketImpl.socketConnect(Native Method)<br />
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)<br />
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)<br />
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)<br />
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:433)<br />
    at java.net.Socket.connect(Socket.java:529)<br />
    at java.net.Socket.connect(Socket.java:477)<br />
    at java.net.Socket.<init>(Socket.java:374)<br />
    at java.net.Socket.<init>(Socket.java:187)<br />
    at cscie160.hw6.ATMProxy.<init>(ATMProxy.java:19)<br />
    at cscie160.hw6.Client.main(Client.java:12)<br />
</code></p>
<p>About here I am seriously losing my mind and falling deeper into a pit of despair and insanity.  Why the hell does my server not work?<br />
<img src="http://zombievir.us/wp-content/uploads/2010/06/tRBE1.gif" alt="" title="working" width="360" height="240" class="aligncenter size-full wp-image-68" style="width:360 px; height:240px; margin:0 auto;" /><br />
Today, Dave comes in and I learn about Telnet.  THIS WORKS:</p>
<p>Go to the &#8220;bin&#8221; folder of my java project and start my server.<br />
<code><br />
java cscie160.hw6.Server 7777<br />
</code></p>
<p>Then after it declares &#8220;Accepting clients&#8221;  hit <strong>COMMAND+t</strong>  (I am on a mac)  and  type in:<br />
<code><br />
telnet localhost 7777<br />
</code></p>
<p>Rejoice as I finally see:<br />
<code><br />
Trying 127.0.0.1...<br />
Connected to localhost.<br />
</code></p>
<p>Thank. Freaking. God.   My ATM works fine now. </p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2010/12/servers-and-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

