<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>app79</title>
	<link>http://app79.com</link>
	<description>common wisdom, helpful code and useful apps</description>
	<lastBuildDate>Wed, 12 Aug 2009 05:01:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>IE Stack Overflow Javascript Fix</title>
		<description><![CDATA[Fix for calling the same function a few times in an almost infinite loop using the onchange event and getting a stack overflow at line 0 or any other line error in Internet Explorer:
function MyFunction(currentTextBox, nextTextBox)
{ 
//magic code in here
//when magic finished, call next magic spell
setTimeout(function(){FireNextBox(nextTextBox},1);
}
function FireNextBox(nextTextBox)
{
nextTextBox.onchange();
}
//for last textbox in loop
function FinalFunction()
{
return;
//the end
}

The above scenario [...]]]></description>
		<link>http://app79.com/2009/08/11/ie-stack-overflow-javascript-fix/</link>
			</item>
	<item>
		<title>Marshmallow theory</title>
		<description><![CDATA[I apparently have too much time on my hands this evening. Here is a cartoon:

Technorati Tags: marshmallow theory,cartoon
]]></description>
		<link>http://app79.com/2009/05/27/marshmallow-theory/</link>
			</item>
	<item>
		<title>How to get me to watch your YouTube tutorial video</title>
		<description><![CDATA[Sometimes I watch youtube videos for things besides crazy beatboxers and kids getting attacked by ninja cats.
Sometimes I like learning things. The problem is you people who teach on youtube waste a lot of my time with ineffective tutorial videos. Instead of just complaining here is my mini guide to effective youtube tutorializing.
1. Keep it [...]]]></description>
		<link>http://app79.com/2009/05/27/how-to-get-me-to-watch-your-youtube-tutorial-video/</link>
			</item>
	<item>
		<title>Why can&#8217;t my Mii be happy I&#8217;m a loser? &#8211; Nintendo&#8217;s Tech Support Forums</title>
		<description><![CDATA[ Trying out Windows Live Writer (Yahoo it if you want to download it). Found this awesome thread on Nintendo’s tech support forum regarding why your mii on your wii can’t be permanently happy:
Turn off sad face on Wii sports - Wii Games - Nintendo's Tech Support Forums
(Windows Live Writer and my findings are uncorrelated [...]]]></description>
		<link>http://app79.com/2009/03/30/why-cant-my-mii-be-happy-im-a-loser-nintendos-tech-support-forums/</link>
			</item>
	<item>
		<title>Tech Support Sadness</title>
		<description><![CDATA[Below are some of the sad scenarios my friend Alex has had to endure while providing tech support to a city office that shall remain unnamed.

E-mail Fail 1
Customer: “I haven’t got an e mail in 2 days, fix it.”
Alex: “Have you tried sorting by date and not subject?”

E-mail Fail 2
Customer: “I haven’t been getting email”
Alex: [...]]]></description>
		<link>http://app79.com/2009/03/11/tech-support-sadness/</link>
			</item>
	<item>
		<title>I&#8217;m famous.</title>
		<description><![CDATA[Not really, but I did compose some music once upon a time for this pretty cool multimedia piece by this guy dominic who works for the washington post. You can view it here: www.dominicbracco.com click on 'recent multimedia' and it's the second piece that plays about abandoned places. While you're there check out some of [...]]]></description>
		<link>http://app79.com/2009/02/17/im-famous/</link>
			</item>
	<item>
		<title>How Generation Y can survive in the Corporate World</title>
		<description><![CDATA[Do what you're getting paid to do at the highest level you can and quit complaining.
]]></description>
		<link>http://app79.com/2009/02/14/how-generation-y-can-survive-in-the-corporate-world/</link>
			</item>
	<item>
		<title>The LinkBox Project</title>
		<description><![CDATA[
]]></description>
		<link>http://app79.com/2009/02/09/the-linkbox-project/</link>
			</item>
	<item>
		<title>the top 7 benefits of switching to linux</title>
		<description><![CDATA[(intentionally left blank)
]]></description>
		<link>http://app79.com/2009/02/05/the-top-7-benefits-of-switching-to-linux/</link>
			</item>
	<item>
		<title>How to schedule your employees</title>
		<description><![CDATA[Manager: When do you work best?
Employee: '( Morning, Afternoon, Evening, Twilight ) '
Manager: Ok, you can work in the (insert employee's selection)
]]></description>
		<link>http://app79.com/2009/02/04/how-to-schedule-your-workers/</link>
			</item>
</channel>
</rss>
