<?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; jtable</title>
	<atom:link href="http://stupidzombie.com/blog/tag/jtable/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.1</generator>
		<item>
		<title>More functionality: Export ping results and filtering</title>
		<link>http://stupidzombie.com/blog/2009/04/27/more-functionality-export-ping-results-and-filtering/</link>
		<comments>http://stupidzombie.com/blog/2009/04/27/more-functionality-export-ping-results-and-filtering/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 02:03:28 +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[zombie]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[jtable]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[synth]]></category>

		<guid isPermaLink="false">http://stupidzombie.com/blog/?p=37</guid>
		<description><![CDATA[Yep, now you can export the ping results as a CVS file for later analisys or just for fun.  Also you can filter the contents of the result table using regular expressions as you type Now is time for the next step which is to add some sexyness to the GUI using Synth.]]></description>
			<content:encoded><![CDATA[<p>Yep, now you can export the ping results as a CVS file for later analisys or just for fun.  Also you can filter the contents of the result table using regular expressions as you type <img src='http://stupidzombie.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now is time for the next step which is to add some sexyness to the GUI using<a href="http://java.sun.com/docs/books/tutorial/uiswing/lookandfeel/synth.html" target="_blank"> Synth</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://stupidzombie.com/blog/2009/04/27/more-functionality-export-ping-results-and-filtering/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Refactored GUI: Not Using JList anymore, welcome JTable. Also plans for the future</title>
		<link>http://stupidzombie.com/blog/2009/04/25/refactored-gui-not-using-jlist-anymore-welcome-jtable-also-plans-for-the-future/</link>
		<comments>http://stupidzombie.com/blog/2009/04/25/refactored-gui-not-using-jlist-anymore-welcome-jtable-also-plans-for-the-future/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 03:54:04 +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[gui]]></category>
		<category><![CDATA[jtable]]></category>
		<category><![CDATA[stupidzombie]]></category>

		<guid isPermaLink="false">http://stupidzombie.com/blog/?p=26</guid>
		<description><![CDATA[So first take a look on the old version of PingBlog (or run it from here using Java webstart): Initially the HTML Tag generation and the Ping GUI were separate. Now the new version offers more details in a more organized way: Big difference using a JTable. Also ping updates are handled better using a [...]]]></description>
			<content:encoded><![CDATA[<p>So first take a look on the old version of PingBlog (or run it from here using Java webstart):</p>
<p><a title="StupidZombie by josevnz, on Flickr" href="http://www.flickr.com/photos/josevnz/3183979706/"><img src="http://farm4.static.flickr.com/3453/3183979706_afea295158.jpg" alt="StupidZombie" width="500" height="448" /><br />
Initially the HTML Tag generation and the Ping GUI were separate.</a></p>
<p>Now the new version offers more details in a more organized way:</p>
<p><a title="StupidZombie ping scree by josevnz, on Flickr" href="http://www.flickr.com/photos/josevnz/3475373204/"><img src="http://farm4.static.flickr.com/3591/3475373204_e01ffa8bd2.jpg" alt="StupidZombie ping scree" width="500" height="429" /><br />
Big difference using a JTable. Also ping updates are handled better using a Observable &#8211; Observer pattern.</a></p>
<p>The idea is to be able to navigate all the ping types more easily (yes, more directories are comming).</p>
<p><strong>Version 1.0 details:</strong><br />
And when version 1.0 will be ready? Well, I plan to release a beta version with all the functionality enabled before having the website ready. But the following changes are coming pretty soon:</p>
<ul>
<li>Sorting and filtering on the table. Easy one but need to sit down and code it</li>
<li>Use Synth for the look and feel of the application</li>
<li>Merge the new logo and look and feel with the GUI and the website. No ETA on this one, except than is a work in progress</li>
</ul>
<p>Once all this is ready I will offer a Jar for download and a webstart link. Stay tunned, more changes comming this way <img src='http://stupidzombie.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> !</p>
<p><strong>And for version 1.1?</strong></p>
<p>Version 1.1 will be mostly bug fixes but also will add two more important features:</p>
<ul>
<li>More directories. Yes, there are lots of directories out there and StupidZombie will support them all!</li>
<li>Soporte para Español (Spanish support). Should be easy to plug in. Also other languages will be added</li>
</ul>
<p>So let&#8217;s the Zombie domination begin!</p>
]]></content:encoded>
			<wfw:commentRss>http://stupidzombie.com/blog/2009/04/25/refactored-gui-not-using-jlist-anymore-welcome-jtable-also-plans-for-the-future/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
