<?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>Ben Benesh</title>
	<atom:link href="http://benjaminbenesh.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://benjaminbenesh.com</link>
	<description>Website and Blog of Benjamin Benesh</description>
	<lastBuildDate>Tue, 13 Dec 2011 02:58:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Appcelerator: Working with JSON</title>
		<link>http://benjaminbenesh.com/2011/12/12/appcelerator-working-with-json/</link>
		<comments>http://benjaminbenesh.com/2011/12/12/appcelerator-working-with-json/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 02:58:22 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Appcelerator]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[appcelerator]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[titanium]]></category>

		<guid isPermaLink="false">http://benjaminbenesh.com/?p=108</guid>
		<description><![CDATA[While working with Appcelerator and viewing examples by others, I&#8217;ve noticed that many people seem to find the need to use an Eval() statement when parsing their remote JSON data.  It works, but it can be done without using  &#8230; <a href="http://benjaminbenesh.com/2011/12/12/appcelerator-working-with-json/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While working with Appcelerator and viewing examples by others, I&#8217;ve noticed that many people seem to find the need to use an Eval() statement when parsing their remote JSON data.  It works, but it can be done without using the Eval() function just to parse the JSON string data.  Below is a very basic example showing the use of the parse function built into Titanium.</p>
<pre class="brush: jscript; title: ; notranslate">
var loader = Titanium.Network.createHTTPClient();
loader.setTimeout(99000);
loader.open(&quot;GET&quot;,&quot;http://someplace.tld/json&quot;);

loader.onload = function(){
	data = JSON.parse(this.responseText);
	alert(data);
};

loader.onerror = function(){
  Titanium.UI.createAlertDialog({
  	message:&quot;An error has occured.\nPlease try again.&quot;,
  	title:'Connection Error'
  }).show();
};

loader.send();
</pre>
]]></content:encoded>
			<wfw:commentRss>http://benjaminbenesh.com/2011/12/12/appcelerator-working-with-json/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Still Here</title>
		<link>http://benjaminbenesh.com/2011/04/22/im-still-here/</link>
		<comments>http://benjaminbenesh.com/2011/04/22/im-still-here/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 00:00:18 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Personal Life]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://benjaminbenesh.com/?p=103</guid>
		<description><![CDATA[Wow, it&#8217;s been a while since I have updated this site.  I recently switched to a new theme for more of a fresh look.  
A lot has happened in the past few months.  I graduated from college  &#8230; <a href="http://benjaminbenesh.com/2011/04/22/im-still-here/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wow, it&#8217;s been a while since I have updated this site.  I recently switched to a new theme for more of a fresh look.  </p>
<p>A lot has happened in the past few months.  I graduated from college in January, and started working as a web/mobile developer with Stellar Blue Web Design.  I have really been neglecting my own site, and plan on updating this page a lot more often with various new posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://benjaminbenesh.com/2011/04/22/im-still-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Move</title>
		<link>http://benjaminbenesh.com/2011/01/22/server-move-2/</link>
		<comments>http://benjaminbenesh.com/2011/01/22/server-move-2/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 19:32:09 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://benjaminbenesh.com/?p=96</guid>
		<description><![CDATA[I recently moved to a new server.  If you are seeing this message, then you are viewing the site on the new server.  Please let me know if you find anything that isn&#8217;t working.
]]></description>
			<content:encoded><![CDATA[<p>I recently moved to a new server.  If you are seeing this message, then you are viewing the site on the new server.  Please let me know if you find anything that isn&#8217;t working.</p>
]]></content:encoded>
			<wfw:commentRss>http://benjaminbenesh.com/2011/01/22/server-move-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coming Soon</title>
		<link>http://benjaminbenesh.com/2010/05/21/coming-soon/</link>
		<comments>http://benjaminbenesh.com/2010/05/21/coming-soon/#comments</comments>
		<pubDate>Fri, 21 May 2010 22:28:12 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://benjaminbenesh.com/?p=75</guid>
		<description><![CDATA[New Look
Soon I will be implementing a whole new look for this site.  I&#8217;ve had this theme for a few years now, and with time there comes change.
Android
I plan on updating this site more often with posts about Android development  &#8230; <a href="http://benjaminbenesh.com/2010/05/21/coming-soon/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>New Look</h1>
<p>Soon I will be implementing a whole new look for this site.  I&#8217;ve had this theme for a few years now, and with time there comes change.</p>
<h1>Android</h1>
<pre class="brush: java; title: ; notranslate">
public void R()
{
     String hello = &quot;Hello, Android&quot;;
     System.out.println(hello);
}
</pre>
<p>I plan on updating this site more often with posts about Android development since I plan on launching another site for my Android software. Details on that will be released later.</p>
]]></content:encoded>
			<wfw:commentRss>http://benjaminbenesh.com/2010/05/21/coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fall Already?</title>
		<link>http://benjaminbenesh.com/2009/10/07/fall_already/</link>
		<comments>http://benjaminbenesh.com/2009/10/07/fall_already/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 23:20:18 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Personal Life]]></category>

		<guid isPermaLink="false">http://benjaminbenesh.com/?p=56</guid>
		<description><![CDATA[Where did the summer go.  The weather here seriously went from nice and warm to cold, windy, and rainy for the past week.  I really am not looking forward to winter either.
On another note, Krista and I got a new  &#8230; <a href="http://benjaminbenesh.com/2009/10/07/fall_already/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Where did the summer go.  The weather here seriously went from nice and warm to cold, windy, and rainy for the past week.  I really am not looking forward to winter either.</p>
<p>
<a href="http://benjaminbenesh.com/wp-content/gallery/java/img00088.jpg" title="Here he is doing what he does best." class="thickbox" rel="singlepic68"  rel="lightbox[56]">
	<img class="ngg-singlepic ngg-left" src="http://benjaminbenesh.com/wp-content/gallery/cache/68_watermark_320x240_img00088.jpg" alt="Java Browsing Reddit.com" title="Java Browsing Reddit.com" />
</a>
</p>
<p>On another note, Krista and I got a new Kitten named Java.  Here he is browsing Reddit.com  He was named partially after the Java programming language, and because of his colors.  As of right now, he is 3 months old and just keeps on growing.  When we first brought him home, Snickers was not a fan of him and would hiss and growl at him for at least a week.  Things are the opposite now.  They are pretty much best friends and play, sleep, and groom each other.  A nice thing about another cat it that we hope Snickers, who has become quite the fat kitty,  will get into better shape.  Another nice thing is that we no longer get awoken in the morning by a meowing cat who wants attention.</p>
]]></content:encoded>
			<wfw:commentRss>http://benjaminbenesh.com/2009/10/07/fall_already/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>School and Snickers</title>
		<link>http://benjaminbenesh.com/2009/05/08/school-and-snickers/</link>
		<comments>http://benjaminbenesh.com/2009/05/08/school-and-snickers/#comments</comments>
		<pubDate>Sat, 09 May 2009 00:48:42 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Personal Life]]></category>

		<guid isPermaLink="false">http://benjaminbenesh.com/?p=47</guid>
		<description><![CDATA[I only have one more week of class for this year and I can&#8217;t wait.  Right now I have lots of studying, but it will be worth  it.  Right now I am in the process of trying to find another  &#8230; <a href="http://benjaminbenesh.com/2009/05/08/school-and-snickers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I only have one more week of class for this year and I can&#8217;t wait.  Right now I have lots of studying, but it will be worth  it.  Right now I am in the process of trying to find another job for the summer so that I can afford to pay rent and such for the summer and next year.</p>
<p>On another note, Krista is working on building a nightstand out of cardboard for one of her classes.  Snickers, our cat, decided that she wanted to see if she could fit where the drawer goes.  She did, and she even posed for the camera.</p>
<p><strong>edit:</strong> In order to conserve bandwidth, I removed the original picture.  It can still be viewed in the gallery though.</p>
<p>
<a href="http://benjaminbenesh.com/wp-content/gallery/snickers/snickbox.jpg" title="" class="thickbox" rel="singlepic69"  rel="lightbox[47]">
	<img class="ngg-singlepic ngg-center" src="http://benjaminbenesh.com/wp-content/gallery/cache/69_watermark_320x240_snickbox.jpg" alt="snickbox" title="snickbox" />
</a>
</p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://benjaminbenesh.com/2009/05/08/school-and-snickers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RGB 7-Segment Display</title>
		<link>http://benjaminbenesh.com/2009/04/15/rgb-7-segment-display/</link>
		<comments>http://benjaminbenesh.com/2009/04/15/rgb-7-segment-display/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 19:27:20 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[7-segment]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[led]]></category>

		<guid isPermaLink="false">http://benjaminbenesh.com/?p=35</guid>
		<description><![CDATA[I thought this was pretty interesting.  I&#8217;ve been working with 7-segment displays in class and I found someone who decided to make his own, but by using RGB LED&#8217;s.  I think you could do some pretty cool stuff since you  &#8230; <a href="http://benjaminbenesh.com/2009/04/15/rgb-7-segment-display/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I thought this was pretty interesting.  I&#8217;ve been working with 7-segment displays in class and I found someone who decided to make his own, but by using RGB LED&#8217;s.  I think you could do some pretty cool stuff since you aren&#8217;t then stuck with one color for your display.  <a href="http://www.jave.de/blog2/?p=7" target="_blank">Head on over</a> and check out his post.</p>
]]></content:encoded>
			<wfw:commentRss>http://benjaminbenesh.com/2009/04/15/rgb-7-segment-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Move</title>
		<link>http://benjaminbenesh.com/2009/02/09/server-move/</link>
		<comments>http://benjaminbenesh.com/2009/02/09/server-move/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 03:15:10 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://benjaminbenesh.com/2009/02/09/server-move/</guid>
		<description><![CDATA[I just got done moving the site to a new server.  Everything seems to be running fine as far as I can see.  If you encounter any errors, please contact me using the link on the right and  &#8230; <a href="http://benjaminbenesh.com/2009/02/09/server-move/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just got done moving the site to a new server.  Everything seems to be running fine as far as I can see.  If you encounter any errors, please contact me using the link on the right and let me know.</p>
<p>Thanks,<br />
Ben</p>
<p>PS. I didn&#8217;t feel like this from moving it&#8230;</p>
<p><a href="http://www.youtube.com/watch?v=txqiwrbYGrs&#038;fmt=18">http://www.youtube.com/watch?v=txqiwrbYGrs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://benjaminbenesh.com/2009/02/09/server-move/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to Class</title>
		<link>http://benjaminbenesh.com/2009/02/02/back-to-class/</link>
		<comments>http://benjaminbenesh.com/2009/02/02/back-to-class/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 23:36:27 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Personal Life]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://benjaminbenesh.com/2009/02/02/back-to-class/</guid>
		<description><![CDATA[So after a month and a half interim, I am now back in class.  It&#8217;s probably going to take a bit to get back into the swing of things since it involves waking up at 6 AM and I  &#8230; <a href="http://benjaminbenesh.com/2009/02/02/back-to-class/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So after a month and a half interim, I am now back in class.  It&#8217;s probably going to take a bit to get back into the swing of things since it involves waking up at 6 AM and I haven&#8217;t been up earlier than 8 AM in a while.  This semester I have three courses towards my major, and it feels good to finally be so close to working on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://benjaminbenesh.com/2009/02/02/back-to-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Weeks!</title>
		<link>http://benjaminbenesh.com/2008/11/30/two-weeks/</link>
		<comments>http://benjaminbenesh.com/2008/11/30/two-weeks/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 05:30:28 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Personal Life]]></category>

		<guid isPermaLink="false">http://benjaminbenesh.com/?p=26</guid>
		<description><![CDATA[So I only have two weeks left of this semester. It really seems to have just flew right by. The workload towards the end is more than I have had in a while though, which is quite disappointing. I can&#8217;t  &#8230; <a href="http://benjaminbenesh.com/2008/11/30/two-weeks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="clear: both">So I only have two weeks left of this semester. It really seems to have just flew right by. The workload towards the end is more than I have had in a while though, which is quite disappointing. I can&#8217;t wait for it to be over though since I don&#8217;t have to go back until February 2.</p>
<p style="clear: both">Work has been crazy too. It is now holiday shopping time and sales are finally starting to pick up. I will not be driving back to Marinette anymore every two weeks since I don&#8217;t want to have to deal with snowy roads, and I get more hours now at The Shack.</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://benjaminbenesh.com/2008/11/30/two-weeks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
