<?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>StupidZombie &#187; stupidzombie</title>
	<atom:link href="http://stupidzombie.com/blog/tag/stupidzombie/feed/" rel="self" type="application/rss+xml" />
	<link>http://stupidzombie.com/blog</link>
	<description>Updates and news of Blockhead</description>
	<lastBuildDate>Wed, 28 Oct 2009 15:05:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Twitter support will not be ready for release 1.1</title>
		<link>http://stupidzombie.com/blog/2009/07/25/twitter-support-will-not-be-ready-for-release-11/</link>
		<comments>http://stupidzombie.com/blog/2009/07/25/twitter-support-will-not-be-ready-for-release-11/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 03:48:06 +0000</pubDate>
		<dc:creator>josevnz</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[stupidzombie]]></category>
		<category><![CDATA[twetter]]></category>

		<guid isPermaLink="false">http://stupidzombie.com/blog/?p=131</guid>
		<description><![CDATA[The reason is that I found several usability issues while testing the twitter code, that also affect the other pingers. So rather to release new functionality at this point I rather focus on fixing this issue while improving the current user experience. But don&#8217;t worry, release 1.2 is not as heavy as 1.1 and Twitter [...]]]></description>
			<content:encoded><![CDATA[<p>The reason is that I found several usability issues while testing the twitter code, that also affect the other pingers. So rather to release new functionality at this point I rather focus on fixing this issue while improving the current user experience.</p>
<p>But don&#8217;t worry, release 1.2 is not as heavy as 1.1 and Twitter code is pretty advanced. I prefer to release more often than do a mega release, that is all <img src='http://stupidzombie.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://stupidzombie.com/blog/2009/07/25/twitter-support-will-not-be-ready-for-release-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thinking ahead: StupidZombie 1.2</title>
		<link>http://stupidzombie.com/blog/2009/07/18/thinking-ahead-stupidzombie-12/</link>
		<comments>http://stupidzombie.com/blog/2009/07/18/thinking-ahead-stupidzombie-12/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 13:55:30 +0000</pubDate>
		<dc:creator>josevnz</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[1.2]]></category>
		<category><![CDATA[javafx]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[stupidzombie]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://stupidzombie.com/blog/?p=121</guid>
		<description><![CDATA[Yeah, release of 1.1 is one feature away and I&#8217;m thinking ahead for the 1.2 release; This one will be more focused on GUI improvements than anything else, no more functionality. Besides profiling the application with Yourkit, I plan to polish the Swing GUI by using Swing Explorer. A quick preview of what is coming: [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, release of 1.1 is one feature away and I&#8217;m thinking ahead for <a href="http://kenai.com/jira/browse/STUPIDZOMBIE-3">the 1.2 release</a>; This one will be more focused on GUI improvements than anything else, no more functionality. Besides profiling the application with Yourkit, I plan to polish the Swing GUI by using <a href="http://swingexplorer.dev.java.net ">Swing Explorer.</a></p>
<p>A quick preview of what is coming:</p>
<h2>Use Nimbus!</h2>
<p>Nimbus is beautiful, but will require some customizations. Good thing is that is based on Synth and<a href="http://72.5.124.65/learning/javaoneonline/j1sessn.jsp?sessn=TS-6096&#038;yr=2008&#038;track=desktop"> everything can be tweaked using UIManager</a>.</p>

<div class="wp_codebox"><table><tr id="p1212"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
</pre></td><td class="code" id="p121code2"><pre class="java" style="font-family:monospace;">		<span style="color: #000000; font-weight: bold;">for</span> <span style="color: #009900;">&#40;</span>LookAndFeelInfo laf <span style="color: #339933;">:</span> 
			<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Auimanager+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">UIManager</span></a>.<span style="color: #006633;">getInstalledLookAndFeels</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> 
			    <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Nimbus&quot;</span>.<span style="color: #006633;">equals</span><span style="color: #009900;">&#40;</span>laf.<span style="color: #006633;">getName</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> 
			         <span style="color: #000000; font-weight: bold;">try</span> <span style="color: #009900;">&#123;</span>
						<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Auimanager+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">UIManager</span></a>.<span style="color: #006633;">setLookAndFeel</span><span style="color: #009900;">&#40;</span>laf.<span style="color: #006633;">getClassName</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
					<span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">catch</span> <span style="color: #009900;">&#40;</span><a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aclassnotfoundexception+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">ClassNotFoundException</span></a> e<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
						<span style="color: #666666; font-style: italic;">// TODO Auto-generated catch block</span>
						e.<span style="color: #006633;">printStackTrace</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
					<span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">catch</span> <span style="color: #009900;">&#40;</span><a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Ainstantiationexception+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">InstantiationException</span></a> e<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
						<span style="color: #666666; font-style: italic;">// TODO Auto-generated catch block</span>
						e.<span style="color: #006633;">printStackTrace</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
					<span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">catch</span> <span style="color: #009900;">&#40;</span><a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aillegalaccessexception+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">IllegalAccessException</span></a> e<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
						<span style="color: #666666; font-style: italic;">// TODO Auto-generated catch block</span>
						e.<span style="color: #006633;">printStackTrace</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
					<span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">catch</span> <span style="color: #009900;">&#40;</span><a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aunsupportedlookandfeelexception+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">UnsupportedLookAndFeelException</span></a> e<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
						<span style="color: #666666; font-style: italic;">// TODO Auto-generated catch block</span>
						e.<span style="color: #006633;">printStackTrace</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
					<span style="color: #009900;">&#125;</span> 
			    <span style="color: #009900;">&#125;</span> 
			<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<h2>JavaFX GUI?</h2>
<p>Very likely. Here I will try to come with something that looks totally awesome, less &#8220;Swingy&#8221; <img src='http://stupidzombie.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Still, the old GUI will be supported so you will have two flavors of it. Let&#8217;s see how that goes, but I expect it to be a combination of <a href="http://developers.sun.com/learning/javaoneonline/sessions/2009/pdf/TS-5575.pdf">Swing + JavaFX</a>.</p>
<h2>More localization?</h2>
<p>I&#8217;m thinking seriously to add more languages to StupidZombie. If the audience is global then it should, right?</p>
<p>OK, too much thinking, time to do some coding instead <img src='http://stupidzombie.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://stupidzombie.com/blog/2009/07/18/thinking-ahead-stupidzombie-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finished adding online manual browsing using default browser</title>
		<link>http://stupidzombie.com/blog/2009/07/04/finished-adding-online-manual-browsing-using-default-browser/</link>
		<comments>http://stupidzombie.com/blog/2009/07/04/finished-adding-online-manual-browsing-using-default-browser/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 11:00:56 +0000</pubDate>
		<dc:creator>josevnz</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[zombie]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[java native desktop]]></category>
		<category><![CDATA[stupidzombie]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://stupidzombie.com/blog/?p=113</guid>
		<description><![CDATA[Using Java Desktop object I enabled this functionality for the 1.1 release. Now is time to code other features.]]></description>
			<content:encoded><![CDATA[<p>Using Java Desktop object <a href="http://kenai.com/jira/browse/STUPIDZOMBIE-10">I enabled this functionality for the 1.1 release</a>. Now is time to code other features.</p>
]]></content:encoded>
			<wfw:commentRss>http://stupidzombie.com/blog/2009/07/04/finished-adding-online-manual-browsing-using-default-browser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>StupidZombie Blog has a new look and feel!</title>
		<link>http://stupidzombie.com/blog/2009/07/03/stupidzombie-blog-has-a-new-look-and-feel/</link>
		<comments>http://stupidzombie.com/blog/2009/07/03/stupidzombie-blog-has-a-new-look-and-feel/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 22:31:18 +0000</pubDate>
		<dc:creator>josevnz</dc:creator>
				<category><![CDATA[opensource]]></category>
		<category><![CDATA[zombie]]></category>
		<category><![CDATA[stupidzombie]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://stupidzombie.com/blog/?p=107</guid>
		<description><![CDATA[Finally I got some time to do something about the look and feel of the WordPress template. I cannibalized the default WordPress template and made some minimal changes (that way I made sure it was compliant with WordPress standards). Looks good and will be improved over time for now at least the website and the [...]]]></description>
			<content:encoded><![CDATA[<p>Finally I got some time to do something about the look and feel of the WordPress template. I cannibalized the default WordPress template and made some minimal changes (that way I made sure it was compliant <a href="http://codex.wordpress.org/Theme_Development_Checklist">with WordPress standards</a>). Looks good and will be improved over time for now at least the website and the Blog look more consistent!</p>
<p>To give something back the community I also made this a downloadable WordPress theme (it will take some time to get it added to the WordPress website, <a href="http://kenai.com/projects/stupidzombie/downloads/download/WordPress%20support/stupidzombie.zip">so I made a link to the Kenai.com site</a>.). It is also on Subversion on the 1.1 branch (under website/blog/wordpress/themes).</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://stupidzombie.com/blog/2009/07/03/stupidzombie-blog-has-a-new-look-and-feel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>StupidZombie 1.1: Now faster</title>
		<link>http://stupidzombie.com/blog/2009/06/13/stupidzombie-11-now-faster/</link>
		<comments>http://stupidzombie.com/blog/2009/06/13/stupidzombie-11-now-faster/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 03:26:30 +0000</pubDate>
		<dc:creator>josevnz</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[zombie]]></category>
		<category><![CDATA[apache commons]]></category>
		<category><![CDATA[apache jakarta]]></category>
		<category><![CDATA[stupidzombie]]></category>

		<guid isPermaLink="false">http://stupidzombie.com/blog/?p=99</guid>
		<description><![CDATA[Just finished branching StupidZombie 1.1. If you want to take a look on the code (making changes) then do the following: 1 svn co https://kenai.com/svn/stupidzombie~source-code-repository/Branches/1.1 So, what&#8217;s new? Well, some speedup came for free this time. I decided to upgrade all the major libraries of StupidZombie and some of them have important improvements in term [...]]]></description>
			<content:encoded><![CDATA[<p>Just finished branching StupidZombie 1.1. If you want to take a look on the code (making changes) then do the following:</p>

<div class="wp_codebox"><table><tr id="p995"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p99code5"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">svn</span> <span style="color: #c20cb9; font-weight: bold;">co</span> https:<span style="color: #000000; font-weight: bold;">//</span>kenai.com<span style="color: #000000; font-weight: bold;">/</span>svn<span style="color: #000000; font-weight: bold;">/</span>stupidzombie~source-code-repository<span style="color: #000000; font-weight: bold;">/</span>Branches<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">1.1</span></pre></td></tr></table></div>

<p>So, what&#8217;s new? Well, some speedup came for free this time. I decided to upgrade all the major libraries of StupidZombie and some of them have important improvements in term of speed and memory utilization, like the usage of the new class &#8216;XmlRpcLiteHttpTransportFactory&#8217;:</p>

<div class="wp_codebox"><table><tr id="p996"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code" id="p99code6"><pre class="java" style="font-family:monospace;">&nbsp;
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Ahashmap+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">HashMap</span></a> <span style="color: #339933;">&lt;</span>String, Object<span style="color: #339933;">&gt;</span>result <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> HashMap<span style="color: #339933;">&lt;</span>String, Object<span style="color: #339933;">&gt;</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
XmlRpcClient xmlrpc <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">null</span><span style="color: #339933;">;</span>
XmlRpcClientConfigImpl config <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> XmlRpcClientConfigImpl<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">try</span> <span style="color: #009900;">&#123;</span>
config.<span style="color: #006633;">setServerURL</span><span style="color: #009900;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aurl+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">URL</span></a><span style="color: #009900;">&#40;</span>BUNDLE.<span style="color: #006633;">getString</span><span style="color: #009900;">&#40;</span>directory<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
xmlrpc <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> XmlRpcClient <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
xmlrpc.<span style="color: #006633;">setConfig</span><span style="color: #009900;">&#40;</span>config<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
xmlrpc.<span style="color: #006633;">setTransportFactory</span><span style="color: #009900;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> XmlRpcLiteHttpTransportFactory<span style="color: #009900;">&#40;</span>xmlrpc<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aobject+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Object</span></a><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> params <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aobject+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #003399;">Object</span></a><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#123;</span>name, url<span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
result <span style="color: #339933;">=</span>
<span style="color: #009900;">&#40;</span>HashMap<span style="color: #339933;">&lt;</span>String, Object<span style="color: #339933;">&gt;</span><span style="color: #009900;">&#41;</span> xmlrpc.<span style="color: #006633;">execute</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;weblogUpdates.ping&quot;</span>, params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Next update is to fix (once for all) the menu handling in OSX. After that localization is the next milestone!</p>
]]></content:encoded>
			<wfw:commentRss>http://stupidzombie.com/blog/2009/06/13/stupidzombie-11-now-faster/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Softpedia shows some love to StupidZombie!</title>
		<link>http://stupidzombie.com/blog/2009/06/09/softpedia-shows-some-love-to-stupidzombie/</link>
		<comments>http://stupidzombie.com/blog/2009/06/09/softpedia-shows-some-love-to-stupidzombie/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 00:12:09 +0000</pubDate>
		<dc:creator>josevnz</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[zombie]]></category>
		<category><![CDATA[awards]]></category>
		<category><![CDATA[softpedia]]></category>
		<category><![CDATA[stupidzombie]]></category>

		<guid isPermaLink="false">http://stupidzombie.com/blog/?p=97</guid>
		<description><![CDATA[Brain eaters, rejoice!: Congratulations, StupidZombie, one of your products, has been added to Softpedia&#8217;s database of software programs for Mac OS. It is featured with a description text, screenshots, download links and technical details on this page: http://mac.softpedia.com/get/Internet-Utilities/StupidZombie.shtml The description text was created by our editors, using sources such as text from your product&#8217;s homepage, [...]]]></description>
			<content:encoded><![CDATA[<p>Brain eaters, rejoice!:</p>
<blockquote><p>Congratulations,</p>
<p>StupidZombie, one of your products, has been added to Softpedia&#8217;s database<br />
of software programs for Mac OS. It is featured with a description text,<br />
screenshots, download links and technical details on this page:<br />
<a href="http://mac.softpedia.com/get/Internet-Utilities/StupidZombie.shtml" target="_blank">http://mac.softpedia.com/get/Internet-Utilities/StupidZombie.shtml</a></p>
<p>The description text was created by our editors, using sources such as<br />
text from your product&#8217;s homepage, information from its help system, the<br />
PAD file (if available) and the editor&#8217;s own opinions on the program<br />
itself.</p>
<p>&#8220;StupidZombie&#8221; has been tested in the Softpedia labs using several<br />
industry-leading security solutions and found to be completely clean of<br />
adware/spyware components. We are impressed with the quality of your<br />
product and encourage you to keep these high standards in the future.</p>
<p>To assure our visitors that StupidZombie is clean, we have granted it with<br />
the &#8220;100% FREE&#8221; Softpedia award. To let your users know about this<br />
certification, you may display this award on your website, on software<br />
boxes or inside your product.</p>
<p>More information about your product&#8217;s certification and the award is<br />
available on this page:<br />
<a href="http://mac.softpedia.com/progClean/StupidZombie-Clean-57902.html" target="_blank">http://mac.softpedia.com/progClean/StupidZombie-Clean-57902.html</a></p></blockquote>
<p>Thanks fo the people of Softpedia <img src='http://stupidzombie.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://stupidzombie.com/blog/2009/06/09/softpedia-shows-some-love-to-stupidzombie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>StupidZombie user manual is online</title>
		<link>http://stupidzombie.com/blog/2009/06/06/stupidzombie-user-manual-is-online/</link>
		<comments>http://stupidzombie.com/blog/2009/06/06/stupidzombie-user-manual-is-online/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 23:59:36 +0000</pubDate>
		<dc:creator>josevnz</dc:creator>
				<category><![CDATA[opensource]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[stupidzombie]]></category>

		<guid isPermaLink="false">http://stupidzombie.com/blog/?p=95</guid>
		<description><![CDATA[The StupidZombie user manual is online now. Is a work in progress but now users will have a quick way to get familiar with all the features the program has to offer.]]></description>
			<content:encoded><![CDATA[<p>The StupidZombie user manual <a href="http://kenai.com/projects/stupidzombie/pages/EnglishManual" target="_self">is online now</a>. Is a work in progress but now users will have a quick way to get familiar with all the features the program has to offer.</p>
]]></content:encoded>
			<wfw:commentRss>http://stupidzombie.com/blog/2009/06/06/stupidzombie-user-manual-is-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>StupidZombie 1.0 is out</title>
		<link>http://stupidzombie.com/blog/2009/06/05/stupidzombie-10-is-out/</link>
		<comments>http://stupidzombie.com/blog/2009/06/05/stupidzombie-10-is-out/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 04:14:57 +0000</pubDate>
		<dc:creator>josevnz</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[zombie]]></category>
		<category><![CDATA[1.0]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[stupidzombie]]></category>

		<guid isPermaLink="false">http://stupidzombie.com/blog/?p=89</guid>
		<description><![CDATA[Release 1.0 is there!!!. No known bugs, very simple GUI and functionality. However this is the road for the 1.1 release: - Soporte para Español ¡(si señor)! - Update blog status on Twitter - Update blog statis on Facebook - More directories - Bugfixes from the 1.1 release So stay tunned and happy download!]]></description>
			<content:encoded><![CDATA[<p>Release 1.0 is there!!!. No known bugs, very simple GUI and functionality. However this is the road for the 1.1 release:</p>
<p>- Soporte para Español ¡(si señor)!<br />
- Update blog status on Twitter<br />
- Update blog statis on Facebook<br />
- More directories<br />
- Bugfixes from the 1.1 release</p>
<p>So stay tunned and <a href="http://kenai.com/projects/stupidzombie/downloads" target="_blank">happy download!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stupidzombie.com/blog/2009/06/05/stupidzombie-10-is-out/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bitacoras.com showing support to StupidZombie</title>
		<link>http://stupidzombie.com/blog/2009/06/03/bitacorascom-showing-support-to-stupidzombie/</link>
		<comments>http://stupidzombie.com/blog/2009/06/03/bitacorascom-showing-support-to-stupidzombie/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 00:35:08 +0000</pubDate>
		<dc:creator>josevnz</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[bitacoras.com]]></category>
		<category><![CDATA[stupidzombie]]></category>

		<guid isPermaLink="false">http://stupidzombie.com/blog/?p=87</guid>
		<description><![CDATA[Woot! Woot! Great news indeed. The article (In Spanish) follows: http://bitacoras.com/noticias/archivos/stupidzombie-aplicacion-de-escritorio-para-envio-de-ping.php]]></description>
			<content:encoded><![CDATA[<p>Woot! Woot!</p>
<p>Great news indeed. The article (In Spanish) follows:<br />
<a href="http://bitacoras.com/noticias/archivos/stupidzombie-aplicacion-de-escritorio-para-envio-de-ping.php"></p>
<p>http://bitacoras.com/noticias/archivos/stupidzombie-aplicacion-de-escritorio-para-envio-de-ping.php</a><br />
 <img src='http://stupidzombie.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://stupidzombie.com/blog/2009/06/03/bitacorascom-showing-support-to-stupidzombie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Suprises from JavaOne: StupidZombie is now available at the Java store</title>
		<link>http://stupidzombie.com/blog/2009/06/02/suprises-from-javaone-stupidzombie-is-now-available-at-the-java-store/</link>
		<comments>http://stupidzombie.com/blog/2009/06/02/suprises-from-javaone-stupidzombie-is-now-available-at-the-java-store/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 00:53:35 +0000</pubDate>
		<dc:creator>josevnz</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[zombie]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[java store]]></category>
		<category><![CDATA[store]]></category>
		<category><![CDATA[stupidzombie]]></category>

		<guid isPermaLink="false">http://stupidzombie.com/blog/?p=77</guid>
		<description><![CDATA[Sun Microsystems (or should I say Oracle ) unveiled their strategy for Java apps. The project (code named Vector) is an application store, similar to the Apple store but with the potential of being bigger and oriented to desktop applications: The Java Warehouse is the repository for Java and JavaFX applications submitted by developers for [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_81" class="wp-caption alignnone" style="width: 310px"><img src="http://stupidzombie.com/blog/wp-content/uploads/2009/06/picture-1-300x194.png" alt="Java store and StupidZombie" title="Java store" width="300" height="194" class="size-medium wp-image-81" /><p class="wp-caption-text">Java store and StupidZombie</p></div><br />
Sun Microsystems (or should I say Oracle <img src='http://stupidzombie.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ) unveiled their strategy for Java apps. The project (code named Vector) is an application store, similar to the Apple store but with the potential of being bigger and oriented to desktop applications:</p>
<blockquote><p>The Java Warehouse is the repository for Java and JavaFX applications submitted by developers for distribution through the Java Store to hundreds of millions of desktops worldwide.</p></blockquote>
<p>Right now the offer a private invitation and I luckily got accepted to <a href="http://java.sun.com/warehouse/reference/faq/index.jsp">try their beta program</a>. And guess which application will be part of the Java store?</p>
<blockquote><p>Dear Jose V Nunez Z,</p>
<p>Congratulations! Your application to the Java Warehouse was reviewed, and you have been approved. You may now start submitting your applications at the link below.</p>
<p>Developer Dashboard »<br />
Please do not reply to this email, as this is an automated email which no person monitors. If you have questions, please refer to the FAQ page.</p>
<p>Sincerely,<br />
The Java Warehouse Team</p></blockquote>
<p>Very excited, I hope that people will get interested in the application and will start requesting features. Right now I&#8217;m working out some Icon details but as soon is ready I will post the link of the application at the Java store so you can play with it.</p>
<p>StupidZombie world domination!</p>
]]></content:encoded>
			<wfw:commentRss>http://stupidzombie.com/blog/2009/06/02/suprises-from-javaone-stupidzombie-is-now-available-at-the-java-store/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
