<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>rusidi &#039;n lina</title>
	<atom:link href="http://ucid.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ucid.wordpress.com</link>
	<description>me, my wife and my job</description>
	<lastBuildDate>Thu, 26 Nov 2009 04:11:56 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ucid.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/9b50809d10382cfded104c7b7e30aaf8?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>rusidi &#039;n lina</title>
		<link>http://ucid.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ucid.wordpress.com/osd.xml" title="rusidi &#039;n lina" />
		<item>
		<title>ZKoss &#8211; Grid versus Listbox</title>
		<link>http://ucid.wordpress.com/2009/11/26/zkoss-grid-versus-listbox/</link>
		<comments>http://ucid.wordpress.com/2009/11/26/zkoss-grid-versus-listbox/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 04:11:56 +0000</pubDate>
		<dc:creator>ucid</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Zkoss]]></category>

		<guid isPermaLink="false">http://ucid.wordpress.com/?p=223</guid>
		<description><![CDATA[Both grid and listbox support multiple columns and rows. They looks similar. Which one to use? also work combobox in listbox and grid.onopen() are use to run time create database record in listbox and combobox;
Grid

Main use: table-like presentation of data.
Each cell could be dramatically different from each other
To implement selections, developers have to add a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ucid.wordpress.com&blog=634987&post=223&subd=ucid&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<br /><p>Both <strong>grid</strong> and <strong>listbox</strong> support multiple columns and rows. They looks similar. Which one to use? also work combobox in listbox and grid.onopen() are use to run time create database record in listbox and combobox;</p>
<h4>Grid</h4>
<ul>
<li>Main use: table-like presentation of data.</li>
<li>Each cell could be dramatically different from each other</li>
<li>To implement selections, developers have to add a checkbox to each row. There is no easy way to implement single-selection (with radio button).</li>
</ul>
<h4>Listbox</h4>
<ul>
<li>Main use: selectable data</li>
<li>Selections are supported directly (by use of <strong>getSelectedItem</strong> and others)</li>
<li>If textbox is contained in a cell, users cannot select its content.</li>
</ul>
<p>(sumber : http://en.wikibooks.org/wiki/ZK/How-Tos/Concepts-and-Tricks#Tricks</p>
<h3></h3>
Posted in Ajax, Zkoss  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ucid.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ucid.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ucid.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ucid.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ucid.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ucid.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ucid.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ucid.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ucid.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ucid.wordpress.com/223/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ucid.wordpress.com&blog=634987&post=223&subd=ucid&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://ucid.wordpress.com/2009/11/26/zkoss-grid-versus-listbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3920c6ab9c66a017bd5c5798aa1776d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ucid</media:title>
		</media:content>
	</item>
		<item>
		<title>ZKoss &#8211; Window</title>
		<link>http://ucid.wordpress.com/2009/11/25/zkoss-window/</link>
		<comments>http://ucid.wordpress.com/2009/11/25/zkoss-window/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 06:00:38 +0000</pubDate>
		<dc:creator>ucid</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Zkoss]]></category>

		<guid isPermaLink="false">http://ucid.wordpress.com/?p=218</guid>
		<description><![CDATA[
Setelah Berkutat dengan Extjs dengan segala kelebihan dan kekurangannya, sekarang saatnya mengalihkan perhatian ke ZKoss / ZK . Kita awali dengan melihat komponen Window nya. Karena saya terbiasa menulis pembahasan bertaba, jadi rencananya akan sy perbaharui terus pembahasan tentang artikel tentang window di ZK baik ketika ada bug maupun ada feature baru.
Ok, Sebuah Komponen atau [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ucid.wordpress.com&blog=634987&post=218&subd=ucid&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<br /><p><a href="http://ucid.files.wordpress.com/2009/11/zkoss-window.png"><img class="alignnone size-medium wp-image-219" title="zkoss-window" src="http://ucid.files.wordpress.com/2009/11/zkoss-window.png?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>Setelah Berkutat dengan Extjs dengan segala kelebihan dan kekurangannya, sekarang saatnya mengalihkan perhatian ke ZKoss / ZK . Kita awali dengan melihat komponen Window nya. Karena saya terbiasa menulis pembahasan bertaba, jadi rencananya akan sy perbaharui terus pembahasan tentang artikel tentang window di ZK baik ketika ada bug maupun ada feature baru.</p>
<p>Ok, Sebuah Komponen atau saya biasa menyebut obyek saat bertemu Extjs, pasti punya atribut atau senang di sebut properties. Di antaranya :</p>
<blockquote><p>1)border  Values: none | normal  ( String )<br />
2)closable  ( boolean )<br />
3)contentStyle ( String )<br />
4)ctrlKeys ( String )<br />
5)draggable  (String )<br />
6)mode Values: overlapped | popup | modal | embedded | highlighted (integer)<br />
7)position ( String )<br />
8)sizable ( boolean)<br />
9)title ( String )<br />
10)visible ( boolean )</p></blockquote>
<p>Hafalin aja, cuman 10 tok. Nah sekarang kita cari tau bagaimana menggunakan ni properties, nanti di kaitkan method method yang di punyai class Window ini. (<em>be continued..</em>)</p>
Posted in Ajax, Zkoss  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ucid.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ucid.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ucid.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ucid.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ucid.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ucid.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ucid.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ucid.wordpress.com/218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ucid.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ucid.wordpress.com/218/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ucid.wordpress.com&blog=634987&post=218&subd=ucid&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://ucid.wordpress.com/2009/11/25/zkoss-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3920c6ab9c66a017bd5c5798aa1776d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ucid</media:title>
		</media:content>

		<media:content url="http://ucid.files.wordpress.com/2009/11/zkoss-window.png?w=300" medium="image">
			<media:title type="html">zkoss-window</media:title>
		</media:content>
	</item>
		<item>
		<title>Komodo, editor Extjs favoritku</title>
		<link>http://ucid.wordpress.com/2009/11/24/komodo-editor-extjs-favoritku/</link>
		<comments>http://ucid.wordpress.com/2009/11/24/komodo-editor-extjs-favoritku/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 15:08:33 +0000</pubDate>
		<dc:creator>ucid</dc:creator>
				<category><![CDATA[blog referensi]]></category>

		<guid isPermaLink="false">http://ucid.wordpress.com/?p=211</guid>
		<description><![CDATA[Komodo. Setelah kurang lebih 7 bulan lamanya memakai editor ini, sudah saatnya berbagi pengalaman tentang editor ini.Menurut keterangan dari webnya keunggulan Komodo hanya ini :
&#160;
&#160;

Why use Open Komodo?

It&#8217;s free as in speech
It&#8217;s focused on development using dynamic languages and Internet technologies
It&#8217;s built using web-based technologies and dynamic languages
It&#8217;s an established product, ready to use
It allows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ucid.wordpress.com&blog=634987&post=211&subd=ucid&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<br /><p><a href="http://www.openkomodo.com/" target="_blank"></a><a href="http://ucid.files.wordpress.com/2009/11/comodo1.png"><img class="alignleft size-thumbnail wp-image-212" title="comodo1" src="http://ucid.files.wordpress.com/2009/11/comodo1.png?w=150&#038;h=93" alt="" width="150" height="93" /></a>Komodo. Setelah kurang lebih 7 bulan lamanya memakai editor ini, sudah saatnya berbagi pengalaman tentang editor ini.Menurut keterangan dari webnya keunggulan Komodo hanya ini :</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<blockquote>
<h3>Why use Open Komodo?</h3>
<ul>
<li>It&#8217;s free as in speech</li>
<li>It&#8217;s focused on development using dynamic languages and Internet technologies</li>
<li>It&#8217;s built using web-based technologies and dynamic languages</li>
<li>It&#8217;s an established product, ready to use</li>
<li>It allows you to work the way you want to</li>
<li>It&#8217;s built for developers by developers</li>
<li>It&#8217;s easily extensible using XML, JavaScript, and if you like, Python and C++</li>
<li>It has in-depth support for multiple languages</li>
</ul>
</blockquote>
<p>Tetapi paling sering kurasakan adalah fasilitas untuk &#8220;melipat&#8221; halaman code (apa ya istilahnya???), tab dan membesar kecilkan font dan coloring. Walaupun ni Komodo support banyak bahasa program, tetapi aku cuman gunain pas edit javascript  (Extjs).</p>
<p>1. Melipat halaman,Komodo ku percaya karena edit source yang panjangnya puluhan ribu baris membuat mata &#8220;joling&#8221;. Jadi kilipat aja semua jadi kelihatan cuman nama-nama fungsinya. Ku gunakan<strong> View-&gt;Fold-&gt;Collapse All</strong>.<a href="http://ucid.files.wordpress.com/2009/11/comodo2.png"><img class="alignnone size-thumbnail wp-image-213" title="comodo2" src="http://ucid.files.wordpress.com/2009/11/comodo2.png?w=150&#038;h=93" alt="" width="150" height="93" /></a><br />
2. Tab, iya tabing biar kodenya rapi. Beberapa kali ku di elingkan sama bosku..karena kodinganku kurang rapi di eclipse ..hehe <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . Selain itu saya gunakan untuk fungsi yang &#8220;gemuk&#8221;, multi if dan panjangnya amit-amit. Extjs terkenal dengan fungsi yang gemuk karena pake format <a href="www.json.org" target="_blank">JSON</a>. <a href="http://ucid.files.wordpress.com/2009/11/comodo3.png"><img class="size-thumbnail wp-image-216 alignleft" title="comodo3" src="http://ucid.files.wordpress.com/2009/11/comodo3.png?w=150&#038;h=93" alt="" width="150" height="93" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>3. Mengatur besar kecil font dan warna fotn adalah kombinasi bagus. Mata programmer butuh refresing. biar ga liat hitam putih, jadi di buat kadang warnanya dan ukuran font ku atur. Yah lumayan lah&#8230;dari pada buka facebook kalo bosen, lebih baik fokus ngerjain kerjaan.</p>
<p>Btw, apapun editor kamu&#8230;its just tools&#8230; dan apapun bahasa yang anda senangi&#8230;ingat..its just tools. Jadi kalo kebetulan kamu dapet project pake Extjs..cobalah Komodo. Its cool tools&#8230;</p>
Posted in blog referensi  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ucid.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ucid.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ucid.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ucid.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ucid.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ucid.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ucid.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ucid.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ucid.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ucid.wordpress.com/211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ucid.wordpress.com&blog=634987&post=211&subd=ucid&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://ucid.wordpress.com/2009/11/24/komodo-editor-extjs-favoritku/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3920c6ab9c66a017bd5c5798aa1776d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ucid</media:title>
		</media:content>

		<media:content url="http://ucid.files.wordpress.com/2009/11/comodo1.png?w=150" medium="image">
			<media:title type="html">comodo1</media:title>
		</media:content>

		<media:content url="http://ucid.files.wordpress.com/2009/11/comodo2.png?w=150" medium="image">
			<media:title type="html">comodo2</media:title>
		</media:content>

		<media:content url="http://ucid.files.wordpress.com/2009/11/comodo3.png?w=150" medium="image">
			<media:title type="html">comodo3</media:title>
		</media:content>
	</item>
		<item>
		<title>toMyLuv( myLin ) { }</title>
		<link>http://ucid.wordpress.com/2009/11/23/to-my-luv/</link>
		<comments>http://ucid.wordpress.com/2009/11/23/to-my-luv/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 10:13:24 +0000</pubDate>
		<dc:creator>ucid</dc:creator>
				<category><![CDATA[istriku]]></category>

		<guid isPermaLink="false">http://ucid.wordpress.com/?p=203</guid>
		<description><![CDATA[Sejak minggu kmarin hari-hari di temani istri tercinta. Hari hari yang menyenangkan bisa berdua. Walaupun kadang sy suka kemaleman&#8230;sampe ndaq gregetan. Hmmm&#8230;Afwan ya dinda,    nah..ini ku persembahkan untuk ndaq yang tadi sms katanya lagi sakit. Solo -Surabaya&#8230;.

Coba kau tunjuk satu bintang
S&#8217;bagai pedoman langkah kita
Jabat erat hasil karyaku…
Hingga terbias warna syahdu
Akan ku ukir satu [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ucid.wordpress.com&blog=634987&post=203&subd=ucid&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<br /><p>Sejak minggu kmarin hari-hari di temani istri tercinta. Hari hari yang menyenangkan bisa berdua. Walaupun kadang sy suka kemaleman&#8230;sampe ndaq gregetan. Hmmm&#8230;Afwan ya dinda, <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />   nah..ini ku persembahkan untuk ndaq yang tadi sms katanya lagi sakit. Solo -Surabaya&#8230;.</p>
<p><span style="text-align:center; display: block;"><a href="http://ucid.wordpress.com/2009/11/23/to-my-luv/"><img src="http://img.youtube.com/vi/6iVNam9mhHE/2.jpg" alt="" /></a></span></p>
<blockquote><p>Coba kau tunjuk satu bintang<br />
S&#8217;bagai pedoman langkah kita<br />
Jabat erat hasil karyaku…<br />
Hingga terbias warna syahdu</p>
<p>Akan ku ukir satu kisah tentang kita<br />
Dimana baik dan buruk terangkum oleh indah<br />
Akan ku cerna semua karya cipta kita<br />
Dimana hitam dan putih terbalut oleh hangatnya cinta</p>
<p>Dan bila semua terwujudkan&#8230;<br />
Di sisimu s&#8217;lalu hariku</p></blockquote>
<p>so7</p>
<p>Keluargaku,Surgaku&#8230;</p>
<p>Kehidupan rumah tangga memang ga selalu lurus-lurus saja. Kadang ada belokan yang kadang tajam, ada lampu merah dimana kita harus berhenti sejenak memberi waktu kita untuk berpikir dan melihat di sekeliling kita. Yang terpenting kita mau belajar, bagaimana memahami orang yang ada di samping kita, mau mendengar apa yang dia katakan, mau mempertimbangkan apa yang jadi pendapatnya. Khususnya seorang laki-laki, harus mampu memaikan ritme dalam kehidupan keluarganya. You are playmaker &#8230; sekaligus kapten tim kalau di ibaratkan kesebelasan.</p>
<p>Terkadang sya masih suka marah kalau ada hal-hal yang menurutku tidak menyenangkan. Seperti kemarin sewaktu kerja, di SMS mulu oleh istri. Padahal programmmer kalo lagi koding&#8230;ada orang lewat aja ga mau noleh, ini malah di sms terus. kesel ga&#8230;hmmmm, sampe es mosi. Saat gitu, mungkin dulu sewaktu belum nikah, dah tak tutup klek tu hape. Akhiirnya jam pulang..rasanya masih emosi, tetapi ku renungi sms sms istri tadi siang sambil jalan. Kalau di renungi sms jail istri tu wujud kecintaannnya kpd saya, dan dilakukan untuk menghilangkan kebosanan saat sendirian ditinggal suami kerja. hiks..hiks&#8230;jadi merasa bersalah&#8230;, Akhirnya sampe di kosan&#8230;hmm, nah..itulah harus ada energi cadangan untuk merubah nasi yg tlah menjadi bubur, menjadi bubur ayam spesial, yang lezat, gurih dan nikmat.</p>
<p>seperti katas so7&#8230;</p>
<p><span style="color:#ff0000;"><strong><em>Dimana baik dan buruk terangkum oleh indah&#8230;..</em></strong></span></p>
<p><span style="color:#ff0000;"><strong><em>Dimana hitam dan putih terbalut oleh hangatnya cinta&#8230;</em></strong></span></p>
<p><span style="color:#ff0000;"><strong><em><span style="color:#000000;"> </span><br />
</em></strong></span></p>
Posted in istriku  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ucid.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ucid.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ucid.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ucid.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ucid.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ucid.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ucid.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ucid.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ucid.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ucid.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ucid.wordpress.com&blog=634987&post=203&subd=ucid&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://ucid.wordpress.com/2009/11/23/to-my-luv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3920c6ab9c66a017bd5c5798aa1776d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ucid</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/6iVNam9mhHE/2.jpg" medium="image" />
	</item>
		<item>
		<title>install hsqldb ubuntu</title>
		<link>http://ucid.wordpress.com/2009/11/16/install-hsqldb-ubuntu/</link>
		<comments>http://ucid.wordpress.com/2009/11/16/install-hsqldb-ubuntu/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 06:58:18 +0000</pubDate>
		<dc:creator>ucid</dc:creator>
				<category><![CDATA[Zkoss]]></category>

		<guid isPermaLink="false">http://ucid.wordpress.com/?p=200</guid>
		<description><![CDATA[&#160;
sudo apt-get install hsqldb-server
sudo apt-get install hsqldb-server
&#160;
Posted in Zkoss       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ucid.wordpress.com&blog=634987&post=200&subd=ucid&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<br /><p>&nbsp;</p>
<div id="_mcePaste">sudo apt-get install hsqldb-server</div>
<p>sudo apt-get install hsqldb-server</p>
<p>&nbsp;</p>
Posted in Zkoss  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ucid.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ucid.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ucid.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ucid.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ucid.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ucid.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ucid.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ucid.wordpress.com/200/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ucid.wordpress.com/200/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ucid.wordpress.com/200/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ucid.wordpress.com&blog=634987&post=200&subd=ucid&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://ucid.wordpress.com/2009/11/16/install-hsqldb-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3920c6ab9c66a017bd5c5798aa1776d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ucid</media:title>
		</media:content>
	</item>
	</channel>
</rss>