<?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>a way to remember &#124; PHP &#124; Java &#124; Code &#124; Stories &#124; Idea &#124; Friendship &#124; Life &#124; Knowledge Management &#124; Sharing Knowledge &#124; Notes and Writing &#124; Jolly Lengkono &#124; FTI &#124; UKSW &#124; BISTEK &#124; SWBTC &#124; Programmer &#124; Programming &#124; Ajax &#124; Others &#124; Google</title>
	<atom:link href="http://n3tg33ks.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://n3tg33ks.wordpress.com</link>
	<description>a way to remember &#124; PHP &#124; Java &#124; Code &#124; Stories &#124; Idea &#124; Friendship &#124; Life &#124; Knowledge Management &#124; Sharing Knowledge &#124; Notes and Writing &#124; Jolly Lengkono &#124; FTI &#124; UKSW &#124; BISTEK &#124; SWBTC &#124; Programmer &#124; Programming &#124; Ajax &#124; Others &#124; Google</description>
	<lastBuildDate>Fri, 20 Nov 2009 01:58:02 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='n3tg33ks.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/6d5a911dae48dc97c58357f1b3883b3f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>a way to remember &#124; PHP &#124; Java &#124; Code &#124; Stories &#124; Idea &#124; Friendship &#124; Life &#124; Knowledge Management &#124; Sharing Knowledge &#124; Notes and Writing &#124; Jolly Lengkono &#124; FTI &#124; UKSW &#124; BISTEK &#124; SWBTC &#124; Programmer &#124; Programming &#124; Ajax &#124; Others &#124; Google</title>
		<link>http://n3tg33ks.wordpress.com</link>
	</image>
			<item>
		<title>Dropdown Menu</title>
		<link>http://n3tg33ks.wordpress.com/2009/11/20/dropdown-menu/</link>
		<comments>http://n3tg33ks.wordpress.com/2009/11/20/dropdown-menu/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 01:49:44 +0000</pubDate>
		<dc:creator>n3tg33ks</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://n3tg33ks.wordpress.com/?p=142</guid>
		<description><![CDATA[Contoh dropdown menu ini bisa tampil dengan baik di Firefox, IE, Safari dan Chrome.
Kode html, tampilan awal menu. Sampai di sini tampilan masih seperti list biasa.

&#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#62;
&#60;head&#62;
&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=utf-8&#34; /&#62;
&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;dropdown.css&#34;/&#62;
&#60;script type=&#34;text/javascript&#34; src=&#34;jquery.js&#34;&#62;&#60;/script&#62;
&#60;script type=&#34;text/javascript&#34; src=&#34;makedropdown.js&#34;&#62;&#60;/script&#62;
&#60;title&#62;Drop Down Example&#60;/title&#62;
&#60;/head&#62;

&#60;body&#62;
&#60;ul id=&#34;cssdropdown&#34;&#62;
 &#60;li&#62;
 &#60;div&#62;Search Engines&#60;/div&#62;
 &#60;ul&#62;
 &#60;li&#62;&#60;a href=&#34;http://google.com/&#34;&#62;&#60;div&#62;Google&#60;/div&#62;&#60;/a&#62;&#60;/li&#62;
 &#60;li&#62;&#60;a href=&#34;http://yahoo.com/&#34;&#62;&#60;div&#62;Yahoo&#60;/div&#62;&#60;/a&#62;&#60;/li&#62;
 &#60;li&#62;&#60;a href=&#34;http://live.com/&#34;&#62;&#60;div&#62;Live Search&#60;/div&#62;&#60;/a&#62;&#60;/li&#62;
 &#60;/ul&#62;
 &#60;/li&#62;
 &#60;li&#62;
 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=n3tg33ks.wordpress.com&blog=1087890&post=142&subd=n3tg33ks&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://n3tg33ks.wordpress.com/2009/11/20/dropdown-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f87bc1af3e550b18a32cc17d14a6086?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">n3tg33ks</media:title>
		</media:content>

		<media:content url="http://n3tg33ks.files.wordpress.com/2009/11/awal.png" medium="image">
			<media:title type="html">Tampilan awal</media:title>
		</media:content>

		<media:content url="http://n3tg33ks.files.wordpress.com/2009/11/untitled.png" medium="image">
			<media:title type="html">Dropdown menu jadi</media:title>
		</media:content>
	</item>
		<item>
		<title>Load font dari source yang sudah ditentukan.</title>
		<link>http://n3tg33ks.wordpress.com/2009/11/17/load-font-dari-source-yang-sudah-ditentukan/</link>
		<comments>http://n3tg33ks.wordpress.com/2009/11/17/load-font-dari-source-yang-sudah-ditentukan/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 08:10:05 +0000</pubDate>
		<dc:creator>n3tg33ks</dc:creator>
				<category><![CDATA[Tips&Trick]]></category>

		<guid isPermaLink="false">http://n3tg33ks.wordpress.com/?p=135</guid>
		<description><![CDATA[Supaya aplikasi web bisa me-load font dari direktori yang kita inginkan. Sehingga dimanapun web itu dibuka akan tetap menggunakan font yang sama.


@font-face {
 font-family: yourFontName;
 src: url(/location/of/font/FontFileName.ttf) format(&#34;truetype&#34;);
}

/* Then use it like you would any other font */
.yourFontName { font-family:yourFontName, verdana, helvetica, sans-serif;}

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=n3tg33ks.wordpress.com&blog=1087890&post=135&subd=n3tg33ks&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://n3tg33ks.wordpress.com/2009/11/17/load-font-dari-source-yang-sudah-ditentukan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f87bc1af3e550b18a32cc17d14a6086?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">n3tg33ks</media:title>
		</media:content>
	</item>
		<item>
		<title>Mengetahui secara utuh</title>
		<link>http://n3tg33ks.wordpress.com/2009/11/17/mengetahui-secara-utuh/</link>
		<comments>http://n3tg33ks.wordpress.com/2009/11/17/mengetahui-secara-utuh/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 01:53:09 +0000</pubDate>
		<dc:creator>n3tg33ks</dc:creator>
				<category><![CDATA[Stories]]></category>

		<guid isPermaLink="false">http://n3tg33ks.wordpress.com/?p=133</guid>
		<description><![CDATA[Untuk mengetahui berapa persen bagian software yang sudah selesai dikerjakan, saya harus mengetahui ukuran software itu sendiri. &#8220;Saya tidak mungkin mengatakan sesuatu tinggal setengah, jika saya tidak mengetahui bagaimana bentuk utuhnya&#8221;.
  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=n3tg33ks.wordpress.com&blog=1087890&post=133&subd=n3tg33ks&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://n3tg33ks.wordpress.com/2009/11/17/mengetahui-secara-utuh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f87bc1af3e550b18a32cc17d14a6086?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">n3tg33ks</media:title>
		</media:content>
	</item>
		<item>
		<title>n3tg33ks pindah&#8230;.</title>
		<link>http://n3tg33ks.wordpress.com/2008/06/23/n3tg33ks-pindah/</link>
		<comments>http://n3tg33ks.wordpress.com/2008/06/23/n3tg33ks-pindah/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 08:48:01 +0000</pubDate>
		<dc:creator>n3tg33ks</dc:creator>
				<category><![CDATA[Stories]]></category>

		<guid isPermaLink="false">http://n3tg33ks.wordpress.com/?p=126</guid>
		<description><![CDATA[   Balik lagi
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=n3tg33ks.wordpress.com&blog=1087890&post=126&subd=n3tg33ks&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://n3tg33ks.wordpress.com/2008/06/23/n3tg33ks-pindah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f87bc1af3e550b18a32cc17d14a6086?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">n3tg33ks</media:title>
		</media:content>
	</item>
		<item>
		<title>gimana klo pemimpin orkestra diganti robot ajah ??</title>
		<link>http://n3tg33ks.wordpress.com/2008/06/17/gimana-klo-pemimpin-orkestra-diganti-robot-ajah/</link>
		<comments>http://n3tg33ks.wordpress.com/2008/06/17/gimana-klo-pemimpin-orkestra-diganti-robot-ajah/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 04:46:08 +0000</pubDate>
		<dc:creator>n3tg33ks</dc:creator>
				<category><![CDATA[Techno stuff]]></category>

		<guid isPermaLink="false">http://n3tg33ks.wordpress.com/?p=124</guid>
		<description><![CDATA[
Robot pimpin orkestra Detroit &#8211;&#62; okezone.com
Chatting di YM dan Google Talk cukup 1 Account &#8211;&#62; okezone.com
Mozilla segera luncurkan mobile browser &#8211;&#62; okezone.com
Firefox 3 Final &#8211;&#62; okezone.com

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=n3tg33ks.wordpress.com&blog=1087890&post=124&subd=n3tg33ks&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://n3tg33ks.wordpress.com/2008/06/17/gimana-klo-pemimpin-orkestra-diganti-robot-ajah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f87bc1af3e550b18a32cc17d14a6086?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">n3tg33ks</media:title>
		</media:content>
	</item>
		<item>
		<title>pengembangan diri, beasiswa luar negeri dan &#8230;.. DUIT</title>
		<link>http://n3tg33ks.wordpress.com/2008/06/05/pengembangan-diri-beasiswa-luar-negeri-dan-duit/</link>
		<comments>http://n3tg33ks.wordpress.com/2008/06/05/pengembangan-diri-beasiswa-luar-negeri-dan-duit/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 03:27:03 +0000</pubDate>
		<dc:creator>n3tg33ks</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://n3tg33ks.wordpress.com/?p=122</guid>
		<description><![CDATA[Entah kenapa belakangan ini ketiga topik diatas &#8220;memenuhi&#8221; kepala saya. Kenapa pengembangan diri? kenapa beasiswa? dan kenapa duit? . Ada hubungan yang erat antara ketiganya. Awalnya saya membaca sebuah buku yang berjudul &#8220;When Faster Harder Smarter is Not Enough&#8221;, tulisan Kathryn D. Cramer, Ph.D. , terbitan Penerbit Andi Yogyakarta . Saya banyak membaca tentang bagaimana [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=n3tg33ks.wordpress.com&blog=1087890&post=122&subd=n3tg33ks&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://n3tg33ks.wordpress.com/2008/06/05/pengembangan-diri-beasiswa-luar-negeri-dan-duit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f87bc1af3e550b18a32cc17d14a6086?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">n3tg33ks</media:title>
		</media:content>

		<media:content url="http://img176.imageshack.us/img176/4397/phot0023ap7.gif" medium="image" />
	</item>
		<item>
		<title>Wacana Inti Informatika (WII)</title>
		<link>http://n3tg33ks.wordpress.com/2008/06/03/wacana-inti-informatika-wii/</link>
		<comments>http://n3tg33ks.wordpress.com/2008/06/03/wacana-inti-informatika-wii/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 10:12:34 +0000</pubDate>
		<dc:creator>n3tg33ks</dc:creator>
				<category><![CDATA[Stories]]></category>

		<guid isPermaLink="false">http://n3tg33ks.wordpress.com/?p=120</guid>
		<description><![CDATA[Setelah numpang hampir 1 tahun di ruangan milik BISTEK, yang terletak di Kampus Hijau UKSW, Wacana Inti Informatika (WII) resmi pindah kantor   .
Alamat kantor Jl. Pemandangan, Desa Boegel Salatiga 50711
Emank sih, lokasinya dipinggir kota dan area dataran tinggi, maklumlah di Salatiga. Tapi situasinya emank pas banget untuk kerjaan kita&#8221; yang kerja di sini. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=n3tg33ks.wordpress.com&blog=1087890&post=120&subd=n3tg33ks&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://n3tg33ks.wordpress.com/2008/06/03/wacana-inti-informatika-wii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f87bc1af3e550b18a32cc17d14a6086?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">n3tg33ks</media:title>
		</media:content>

		<media:content url="http://img507.imageshack.us/img507/8784/phot0006ga8.gif" medium="image" />

		<media:content url="http://img507.imageshack.us/img507/1307/phot0013yx1.gif" medium="image" />

		<media:content url="http://img507.imageshack.us/img507/8218/phot0014ss7.gif" medium="image" />
	</item>
		<item>
		<title>struts validator, pretty cool</title>
		<link>http://n3tg33ks.wordpress.com/2008/04/21/struts-validator-pretty-cool/</link>
		<comments>http://n3tg33ks.wordpress.com/2008/04/21/struts-validator-pretty-cool/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 03:45:17 +0000</pubDate>
		<dc:creator>n3tg33ks</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JEE]]></category>
		<category><![CDATA[Struts]]></category>
		<category><![CDATA[Validator]]></category>

		<guid isPermaLink="false">http://n3tg33ks.wordpress.com/?p=118</guid>
		<description><![CDATA[Bulan februari kemarin saya menulis tentang error handling-nya struts -&#62; http://n3tg33ks.wordpress.com/2008/02/22/error-handling-struts-1x/ . Struts validator ini sebenarnya sama saja intinya, cuma saya ajah yang nulis judulnya gak kompak   . Ada beberapa hal yang membedakan dari tulisan sebelumnya. Pertama, Untuk Form(model)-nya meng-extends class ValidatorForm, bukan ActionForm. Kedua, disini tidak perlu meng-override method validate() dan reset(). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=n3tg33ks.wordpress.com&blog=1087890&post=118&subd=n3tg33ks&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://n3tg33ks.wordpress.com/2008/04/21/struts-validator-pretty-cool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f87bc1af3e550b18a32cc17d14a6086?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">n3tg33ks</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP session storing Object</title>
		<link>http://n3tg33ks.wordpress.com/2008/04/16/php-session-storing-object/</link>
		<comments>http://n3tg33ks.wordpress.com/2008/04/16/php-session-storing-object/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 07:09:52 +0000</pubDate>
		<dc:creator>n3tg33ks</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://n3tg33ks.wordpress.com/?p=117</guid>
		<description><![CDATA[HttpSession on java allow me to store an object, then i try it on php and it can be done as well. Very simple as follow:
this listing show you the object registered in session


&#60;?php

           $user = new User();
        [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=n3tg33ks.wordpress.com&blog=1087890&post=117&subd=n3tg33ks&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://n3tg33ks.wordpress.com/2008/04/16/php-session-storing-object/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f87bc1af3e550b18a32cc17d14a6086?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">n3tg33ks</media:title>
		</media:content>
	</item>
		<item>
		<title>Point Of Sale application using JPA, not fix yet</title>
		<link>http://n3tg33ks.wordpress.com/2008/04/15/point-of-sale-application-using-jpa-not-fix-yet/</link>
		<comments>http://n3tg33ks.wordpress.com/2008/04/15/point-of-sale-application-using-jpa-not-fix-yet/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 03:54:33 +0000</pubDate>
		<dc:creator>n3tg33ks</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://n3tg33ks.wordpress.com/?p=116</guid>
		<description><![CDATA[I wrote a Point Of Sale application implementing JPA technology inside it. But it&#8217;s not fix yet, i&#8217;ll try to finish it anytime i&#8217;m free. So i have been upload this application project folder into google code, here it is the svn url, check it out:
http://point-of-sale.googlecode.com/svn/trunk/
i hope you can help me to finish it, or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=n3tg33ks.wordpress.com&blog=1087890&post=116&subd=n3tg33ks&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://n3tg33ks.wordpress.com/2008/04/15/point-of-sale-application-using-jpa-not-fix-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f87bc1af3e550b18a32cc17d14a6086?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">n3tg33ks</media:title>
		</media:content>
	</item>
	</channel>
</rss>