<?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>Feliany's Weblog</title>
	<atom:link href="http://feliany.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://feliany.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 23 Nov 2007 01:41:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='feliany.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Feliany's Weblog</title>
		<link>http://feliany.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://feliany.wordpress.com/osd.xml" title="Feliany&#039;s Weblog" />
	<atom:link rel='hub' href='http://feliany.wordpress.com/?pushpress=hub'/>
		<item>
		<title>USER CONTROL &#8211; PV1</title>
		<link>http://feliany.wordpress.com/2007/11/23/user-control-pv1/</link>
		<comments>http://feliany.wordpress.com/2007/11/23/user-control-pv1/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 01:41:45 +0000</pubDate>
		<dc:creator>feliany</dc:creator>
				<category><![CDATA[User Control - PV1 (UAS)]]></category>

		<guid isPermaLink="false">http://feliany.wordpress.com/2007/11/23/user-control-pv1/</guid>
		<description><![CDATA[User Control User Control merupakan fasilitas yang disediakan oleh Visual Basic .NET untuk membuat control sendiri sesuai dengan kebutuhan. Fungsi User Control    : -  membuat tampilan / antar muka di form. co. control yang sering digunakn yaitu  : TextBox, Label, Button, dsb -  dapat memproses data -  menerima inputan user -  bereaksi terhadap event atau [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=15&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>User Control </strong></p>
<p><em>User Control </em>merupakan fasilitas yang disediakan oleh Visual Basic .NET untuk membuat control sendiri sesuai dengan kebutuhan.</p>
<p><em>Fungsi User Control    :</em><br />
-  membuat tampilan / antar muka di form.<br />
co. control yang sering digunakn yaitu  : TextBox, Label, Button, dsb<br />
-  dapat memproses data<br />
-  menerima inputan user<br />
-  bereaksi terhadap event atau melakukan fungsi lain yang menghubungkan antara user dan aplikasi</p>
<p><em>Contoh codingnya    :</em><br />
Imports JAM_DIGITAL<br />
Public Class Form2<br />
Inherits System.Windows. Forms. Form<br />
Dim JAM As New JAM_DIGITAL.UserControl1<br />
Private Sub Form2_Load(Byval sender as&#8230;&#8230;..)<br />
Handles MyBase.Load<br />
JAM. Top = 35<br />
JAM. Left = 170<br />
Me.Controls.Add (JAM)<br />
End Sub<br />
End Class</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/feliany.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/feliany.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/feliany.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/feliany.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/feliany.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/feliany.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/feliany.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/feliany.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/feliany.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/feliany.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/feliany.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/feliany.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/feliany.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/feliany.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/feliany.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/feliany.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=15&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://feliany.wordpress.com/2007/11/23/user-control-pv1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d55740b36fb8d0c371d22edee2ff607?s=96&#38;d=identicon" medium="image">
			<media:title type="html">feliany</media:title>
		</media:content>
	</item>
		<item>
		<title>Listview &#8211; PV2</title>
		<link>http://feliany.wordpress.com/2007/10/10/listview-pv2/</link>
		<comments>http://feliany.wordpress.com/2007/10/10/listview-pv2/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 12:23:16 +0000</pubDate>
		<dc:creator>feliany</dc:creator>
				<category><![CDATA[Listview - PV2]]></category>

		<guid isPermaLink="false">http://feliany.wordpress.com/2007/10/10/listview-pv2/</guid>
		<description><![CDATA[Listview fungsinya    Mampu menampilkan grid didalamnya serta mampu menampung berbagai tipe data selain teks. Misalnya    : tipe bitmap, selain itu listview juga mampu menampilkan data lebih dari satu kolom dibandingkan listbox. Tambah data di listview Buat dulu form gambar pada form &#8211; load listview1.view :view details listview1.columns.Add(&#8220;Kode&#8221;,75,_HorisontalAlignment.center)  listview1.columns.Add(&#8220;Nama&#8221;,100,HorisontalAlignment.Left)  listview1.columns.Add(&#8220;Satuan&#8221;,100,HorisontalAlignment.Left)  diButton tambah Dim xList As New [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=11&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Listview</strong></p>
<p><em>fungsinya   </em></p>
<p>Mampu menampilkan grid didalamnya serta mampu menampung berbagai tipe data selain teks.</p>
<p>Misalnya    : tipe bitmap, selain itu listview juga mampu menampilkan data lebih dari satu kolom dibandingkan listbox.</p>
<p><em>Tambah data di listview</em></p>
<p>Buat dulu form gambar pada form &#8211; load</p>
<p>listview1.view :view details</p>
<p>listview1.columns.Add(&#8220;Kode&#8221;,75,_HorisontalAlignment.center)</p>
<p align="left"> listview1.columns.Add(&#8220;Nama&#8221;,100,HorisontalAlignment.Left)</p>
<p align="left"> listview1.columns.Add(&#8220;Satuan&#8221;,100,HorisontalAlignment.Left)</p>
<p align="left"> <em>diButton tambah</em></p>
<p align="left">Dim xList As New listview Item (TextBox.text)</p>
<p align="left">xlist.subitems.Add(textbox2.text)</p>
<p align="left">xlist.subitems.Add(textbox3.text)</p>
<p align="left">listview1.items.add(xlist)</p>
<p align="left"><em>button hapus</em></p>
<p align="left">Try</p>
<p align="left">Listview1.Items.Remove(listview1.focusedItem)</p>
<p align="left">Catch ex As Exception</p>
<p align="left">MessageBox.Show(&#8220;Gagal dihapus!!!&#8221;)</p>
<p align="left">End Try</p>
<p align="left"><em>(Dalam pembuatan listview tentukan dulu kolom yang akan ditampilkan serta tipe dari listview itu sendiri (grid,normal atau menggunakan image dengan imagelist) kemudian inisialisasi obyek listview item sebelum mengisikan data didalam listview tersebut!!) </em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/feliany.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/feliany.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/feliany.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/feliany.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/feliany.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/feliany.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/feliany.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/feliany.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/feliany.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/feliany.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/feliany.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/feliany.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/feliany.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/feliany.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/feliany.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/feliany.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=11&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://feliany.wordpress.com/2007/10/10/listview-pv2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d55740b36fb8d0c371d22edee2ff607?s=96&#38;d=identicon" medium="image">
			<media:title type="html">feliany</media:title>
		</media:content>
	</item>
		<item>
		<title>ToolBar &amp; StatusBar</title>
		<link>http://feliany.wordpress.com/2007/10/02/toolbar-statusbar/</link>
		<comments>http://feliany.wordpress.com/2007/10/02/toolbar-statusbar/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 11:59:48 +0000</pubDate>
		<dc:creator>feliany</dc:creator>
				<category><![CDATA[ToolBar and StatusBar-PV1]]></category>

		<guid isPermaLink="false">http://feliany.wordpress.com/2007/10/02/toolbar-statusbar/</guid>
		<description><![CDATA[TOOLBAR Merupakan kontrol yang terletak di bagian atas form yang terdiri dari serangkaian tombol-tombol yang berbentuk button atau drop-down menu. Fungsi    : untuk melakukan tugas tertentu yang sangat efektif karena dapat mempersingkat pemakai program dalam melakukan pekerjaan yang penting dan sering dilakukan. Langkah-langkah penggunaan : Aktifkan proyek baru sehingga terbentuk sebuah form. Lakukan double klik [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=10&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>TOOLBAR</strong></p>
<p>Merupakan kontrol yang terletak di bagian atas form yang terdiri dari serangkaian tombol-tombol yang berbentuk button atau drop-down menu.</p>
<p><em>Fungsi </em>   : untuk melakukan tugas tertentu yang sangat efektif karena dapat mempersingkat pemakai program dalam melakukan pekerjaan yang penting dan sering dilakukan.</p>
<p><em>Langkah-langkah penggunaan :</em></p>
<ol>
<li>Aktifkan proyek baru sehingga terbentuk sebuah form.</li>
<li>Lakukan double klik pada kontrol ToolBar pada ToolBox &amp; secara otomatis kontrol toolbar ditempatkan pada bagian atas form.</li>
<li>Atur properti ImageList dengan nilai ImageList.</li>
<li>Tambahkan Button untuk toolbar dengan mengatur nilai propertybuttons. Klik tanda elipsis yang ada disebelah kanan (collection) &amp; kotak dialog.</li>
<li>Klik tombol Add &amp; sebuah button tampil di toolbar yang menempel pada form.</li>
<li>Atur property Name, ImageIndex, Style, Text.</li>
<li>Klik tombol <strong>OK </strong>untuk menutup kotak dialognya.</li>
</ol>
<p><em>contoh    :</em></p>
<p>Inherits System.Window&#8230;&#8230;.</p>
<p>Private Sub ToolBar1_ButtonClick(Byval&#8230;.)</p>
<p>Case0</p>
<p>MessageBox.show(&#8220;Tombol save&#8221;)</p>
<p>Case1</p>
<p>MessageBox.show(&#8220;Tombol open&#8221;)</p>
<p>Case4</p>
<p>MessageBox.show(&#8220;Tombol Info&#8221;)</p>
<p>End Select</p>
<p>End Sub</p>
<p><strong>STATUSBAR</strong></p>
<p>Statusbar/baris status  adalah suatu kontrol horisontal yang terletak di bagian bawah suatu layar aplikasi.</p>
<p><em>Fungsi    :</em></p>
<p>Digunakan untuk menampilkan informasi teks seperti jam dan tanggal sistem, keterangan dari penekanan tombol-tombol keyboard. Penjelasan proses yang sedang terjadi dan deskripsi dari item menu.</p>
<p><em>Langkah-langkah penggunaannya    :</em></p>
<ol>
<li>Aktifkan proyek yang ada formnya terdapat toolbar.</li>
<li>Aktifkan kontrol statusbar yang berada ditoolbox dengan cara melakukan dobel klik.</li>
<li>Sebelum menambahkan panel baru pada statusbar, properti show panels yang bernilai Boolean menjadi True.</li>
<li>Pada properti panels, klik elipsis yang ada disebelah kanan (collection) selanjutnya sebuah kotak dialog status Barpanel collection editor ditampilkan.</li>
<li>Klik Add</li>
<li>Atur properti seperti Allegnment, Nama, Text.</li>
<li>Klik button OK untuk menutup kotak dialog.</li>
</ol>
<p><em>Contoh</em></p>
<p>Private Sub Form1_Load(Byval&#8230;)</p>
<p>SatusBar1.Panels(0).Text = Now.ToLongTimeString</p>
<p>End Sub</p>
<p>Private SubTimer1_Tick</p>
<p>StatusBar1.Panels(1).Text = Now.ToLongTimeString</p>
<p>End Sub</p>
<p><em>(Properti Timer : Enable :True, Interval : 1000) </em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/feliany.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/feliany.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/feliany.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/feliany.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/feliany.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/feliany.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/feliany.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/feliany.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/feliany.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/feliany.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/feliany.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/feliany.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/feliany.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/feliany.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/feliany.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/feliany.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=10&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://feliany.wordpress.com/2007/10/02/toolbar-statusbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d55740b36fb8d0c371d22edee2ff607?s=96&#38;d=identicon" medium="image">
			<media:title type="html">feliany</media:title>
		</media:content>
	</item>
		<item>
		<title>Error Provider &#8211; PV1</title>
		<link>http://feliany.wordpress.com/2007/09/28/error-provider-pv1/</link>
		<comments>http://feliany.wordpress.com/2007/09/28/error-provider-pv1/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 03:35:53 +0000</pubDate>
		<dc:creator>feliany</dc:creator>
				<category><![CDATA[Error Provider - PV1]]></category>

		<guid isPermaLink="false">http://feliany.wordpress.com/2007/09/28/error-provider-pv1/</guid>
		<description><![CDATA[Error Provider Fungsi  : Salah satu komponen yang tersedia pada VB. Net untuk memudahkan kita dalam melakukan validasi terhadap kemungkinan error yang terjadi khususnya untuk melakukan validasi pada inputan yang berhubungan dengan user interface. Memberikan berupa message yang akan ditempatkan pada tooltip &#38; juga icon untuk memberitahukan pada user jika terjadi error. Contoh  : Private [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=9&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Error Provider</strong></p>
<p><em>Fungsi  :</em> Salah satu komponen yang tersedia pada VB. Net untuk memudahkan kita dalam melakukan validasi terhadap kemungkinan error yang terjadi khususnya untuk melakukan validasi pada inputan yang berhubungan dengan user interface. Memberikan berupa message yang akan ditempatkan pada tooltip &amp; juga icon untuk memberitahukan pada user jika terjadi error<em>. </em></p>
<p><em>Contoh  :</em></p>
<p>Private Sub Button1_click .( Byval &#8230;.)</p>
<p>Handles.Button1.Click</p>
<p>If TextBox1.Text = &#8221; &#8221; then</p>
<p>Error Provider1.SetError(TextBox), (&#8220;Cannot leave textbox Blank&#8221;)</p>
<p>Else</p>
<p>Error Provider1.SetError(TextBox1, &#8221; &#8220;)</p>
<p>End If</p>
<p>End Sub</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/feliany.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/feliany.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/feliany.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/feliany.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/feliany.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/feliany.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/feliany.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/feliany.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/feliany.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/feliany.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/feliany.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/feliany.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/feliany.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/feliany.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/feliany.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/feliany.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=9&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://feliany.wordpress.com/2007/09/28/error-provider-pv1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d55740b36fb8d0c371d22edee2ff607?s=96&#38;d=identicon" medium="image">
			<media:title type="html">feliany</media:title>
		</media:content>
	</item>
		<item>
		<title>Error Handling &#8211; PV1</title>
		<link>http://feliany.wordpress.com/2007/09/28/error-handling-pv1/</link>
		<comments>http://feliany.wordpress.com/2007/09/28/error-handling-pv1/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 03:26:58 +0000</pubDate>
		<dc:creator>feliany</dc:creator>
				<category><![CDATA[Error Handlind - PV1]]></category>

		<guid isPermaLink="false">http://feliany.wordpress.com/2007/09/28/error-handling-pv1/</guid>
		<description><![CDATA[1.  try &#8230; catch &#8230; finally Fungsi  : Melakukan penanganan kesalahan, maka program tidak akan berhenti, tetapi akan mengeksekusi blok program yang terdapat setelah catch, sdangkan pernyataan yang terdapat setelah finally merupakan blok program yang akan selalu di eksekusi tanpa memperdulikan adanya kesalahan atau tidak. try &#8212;&#8211;&#62; statement yang berpotensi dapat menyebabkan error catch &#8212;&#8211;&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=8&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>1.  try &#8230; catch &#8230; finally</strong></p>
<p><em>Fungsi  :</em> Melakukan penanganan kesalahan, maka program tidak akan berhenti, tetapi akan mengeksekusi blok program yang terdapat setelah catch, sdangkan pernyataan yang terdapat setelah finally merupakan blok program yang akan selalu di eksekusi tanpa memperdulikan adanya kesalahan atau tidak.</p>
<p><strong>try </strong>&#8212;&#8211;&gt; statement yang berpotensi dapat menyebabkan error</p>
<p><strong>catch</strong> &#8212;&#8211;&gt; variabel As jenis exception, statement untuk menghandle error yang mungkin terjadi.</p>
<p><strong>finally</strong> &#8212;&#8211;&gt; statement final untuk membersihkan error</p>
<p><em>contoh  :</em></p>
<p>Dim a As Integer<br />
Dim b As Integer                                                                                                                           Dim c As Integer                                                                                                                                   Try a = b\c</p>
<p>cacth exc As Exception</p>
<p>console.WriteLine (&#8220;A run &#8211; time error occurred&#8221;)</p>
<p>Finally</p>
<p>Console.ReadLine ( )</p>
<p>End Try</p>
<p><strong>2.  Throw Exception</strong></p>
<p><em>Fungsi  :</em>  elain menangkap error yang mungkin terjadi dengan menggunakan catch kita juga dapat menghandle error yang terjadi dengan melempar / throw exeption.</p>
<p><em>contoh  :</em></p>
<p>Public class cbsPerson</p>
<p>Private mintAge As Integer</p>
<p>Public Property Age ( ) As Integer</p>
<p>Get</p>
<p>ge = MintAge</p>
<p>End Get</p>
<p>Set (Byval&#8230;.)</p>
<p>If value &gt;= 0 then</p>
<p>mintAge = value</p>
<p>Else</p>
<p>Throw New ApplicationException (&#8220;Age cannot be negavite&#8221;)</p>
<p>End If</p>
<p>End Set</p>
<p>End Property</p>
<p>End Class</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/feliany.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/feliany.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/feliany.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/feliany.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/feliany.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/feliany.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/feliany.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/feliany.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/feliany.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/feliany.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/feliany.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/feliany.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/feliany.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/feliany.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/feliany.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/feliany.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=8&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://feliany.wordpress.com/2007/09/28/error-handling-pv1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d55740b36fb8d0c371d22edee2ff607?s=96&#38;d=identicon" medium="image">
			<media:title type="html">feliany</media:title>
		</media:content>
	</item>
		<item>
		<title>Connected Environment &#8211; PV2</title>
		<link>http://feliany.wordpress.com/2007/09/28/connected-environment-pv2/</link>
		<comments>http://feliany.wordpress.com/2007/09/28/connected-environment-pv2/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 02:58:40 +0000</pubDate>
		<dc:creator>feliany</dc:creator>
				<category><![CDATA[Connected Environment]]></category>

		<guid isPermaLink="false">http://feliany.wordpress.com/2007/09/28/connected-environment-pv2/</guid>
		<description><![CDATA[Connected Environment merupakan sebuah lingkungan dimana aplikasi sistem informasi selalu berhubungan dengan Database. Setiap perubahan yang terjadi secara visual (pada form saat runtime) akan berpengaruh secara langsung pada Database yang bersangkutan. Connected Environment dimulai dari membuat Connection, mengerjakan query melalui command lalu menyimpan hasil dari command ke dalam Data Reader. Sedangkan Database yang dipakai adalah [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=7&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Connected Environment </strong>merupakan sebuah lingkungan dimana aplikasi sistem informasi selalu berhubungan dengan Database. Setiap perubahan yang terjadi secara visual (pada form saat runtime) akan berpengaruh secara langsung pada Database yang bersangkutan. Connected Environment dimulai dari membuat Connection, mengerjakan query melalui command lalu menyimpan hasil dari command ke dalam Data Reader. Sedangkan Database yang dipakai adalah Microsoft SQL Server 2000. Class &#8211; class yang dipakai untuk melakukan proses &#8211; proses tersebut adalah :</p>
<p><em><strong>SQL Connection</strong></em> &#8212;&#8212;&#8211;&gt; digunakan untuk melakukan koneksi ke dalam Database. Contoh :                                                                                                           &#8211; untuk melakukan koneksi tambahkan dulu pernyataan imports ke baris pertama jendela kode sebagai berikut:</p>
<p>Imports System.Data.SqlClient</p>
<p>- Berikutnya deklarasikan objek connection :</p>
<p>Private Sub Open Connection ( )</p>
<p>Dim strcon As String_</p>
<p>&#8220;Data source  =_                                                                                                              &#8220;SQLq ; Initial Catalog = DBq ; &#8221; &amp; _</p>
<p>&#8220;UID = Userq ; PWD = passq &#8220;</p>
<p>conn = NewSqlConnection (strcon)</p>
<p>conn.open ( )</p>
<p>End Sub</p>
<p><em><strong>SQL Command </strong></em>&#8212;&#8211;&gt; digunakan untuk menjalankan perintah Sql(query) pada Database.                                                                                                                         Contoh  :                                                                                                                             &#8211; menjalankan perintah, pertamakali deklarasikan variabel objek command :</p>
<p>Dim cmdkaryawan As New SqlCommand ( )</p>
<p>- Berikutnya menggunakan metode create command dari objek connection &amp; menggunakan properti commenttext untuk memberitahu ADO.NET bagaimana menterjemahkan perintah :</p>
<p>cmdKaryawan = cnn.createcommand</p>
<p>cmdKaryawan.CommandText = _</p>
<p>&#8220;SELECT FirstName + &#8216; &#8216;+ LastName As Nama Penuh&#8221;_</p>
<p>&amp; &#8220;From Employess&#8221;</p>
<p><em><strong>SQL Data Reader</strong></em> &#8212;&#8211;&gt; digunakan untuk melakukan pembacaan data hasil dari SQL Command, dengan sifat Forward-only dan Read-only</p>
<p>Contoh  : membuat objek Data Reader menggunakan metode ExecuteReader ( ) dari objek command.</p>
<p>SqlConnection1.open ( )</p>
<p>Dim SQLReader As System.Data.SlqClient.SqlDataReader</p>
<p>SQLReader = SqlCommand1.ExecuteReader( )</p>
<p>while SQLReader.Read</p>
<p>ListBox1.Items.Add (SQLReader.Item(&#8220;ProductID&#8221;) _</p>
<p>&amp; vbTab &amp; SQLReader.Item (&#8220;ProductName&#8221;))</p>
<p>End while</p>
<p>SqlConnection1.Close ( )</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/feliany.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/feliany.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/feliany.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/feliany.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/feliany.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/feliany.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/feliany.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/feliany.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/feliany.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/feliany.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/feliany.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/feliany.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/feliany.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/feliany.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/feliany.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/feliany.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=7&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://feliany.wordpress.com/2007/09/28/connected-environment-pv2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d55740b36fb8d0c371d22edee2ff607?s=96&#38;d=identicon" medium="image">
			<media:title type="html">feliany</media:title>
		</media:content>
	</item>
		<item>
		<title>tentang procedure dan function</title>
		<link>http://feliany.wordpress.com/2007/09/14/tentang-procedure-dan-function/</link>
		<comments>http://feliany.wordpress.com/2007/09/14/tentang-procedure-dan-function/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 04:00:10 +0000</pubDate>
		<dc:creator>feliany</dc:creator>
				<category><![CDATA[Procedure dan Function]]></category>

		<guid isPermaLink="false">http://feliany.wordpress.com/2007/09/14/tentang-procedure-dan-function/</guid>
		<description><![CDATA[procedure yaitu blok perintah yang dengan pernyataan deklarasi tertentu dan diakhiri dengan sebuah perintah end sebagai tanda akhir dari prosedur. Contoh syntax : [ jangkauan ] sub nama prosedur [(paramete)] blok perintah end sub pemanggilan prosedur : Private sub cekAngka () if not isNumeric  (xTeks.text) then Messagebox.show(&#8220;Harus diisi angka&#8221; xTeks.focus() end if end sub Private [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=6&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>procedure yaitu blok perintah yang dengan pernyataan deklarasi tertentu dan diakhiri dengan sebuah perintah end sebagai tanda akhir dari prosedur.</p>
<p>Contoh syntax : [ jangkauan ] sub nama prosedur</p>
<p>[(paramete)]</p>
<p>blok perintah</p>
<p>end sub</p>
<p>pemanggilan prosedur :</p>
<p>Private sub cekAngka ()<br />
if not isNumeric  (xTeks.text) then</p>
<p>Messagebox.show(&#8220;Harus diisi angka&#8221;</p>
<p>xTeks.focus()</p>
<p>end if</p>
<p>end sub</p>
<p>Private sub TextBox1_LostFocus(&#8230;&#8230;&#8230;.)</p>
<p>cekAngka(sender)</p>
<p>end sub</p>
<p>Function yaitu pemanggilan function secara umum, selalu diarahkanke sebuah variabel sebagai titik balik dari funsi twrsebut.</p>
<p>Contoh syntax :</p>
<p>[Private] [Public] [Static] Function  (nama Funsi0</p>
<p>(parameter) [as Tipe]</p>
<p>pernyataan</p>
<p>end function</p>
<p>contoh pemanggilan : private sub Button1_Click(&#8230;)</p>
<p>Messagebox.show(Hitung)</p>
<p>end sub</p>
<p>Function HITUNG</p>
<p>DIM A, B, C AS INTEGER</p>
<p>A=200;B=500</p>
<p>C=A+B</p>
<p>RETURN C</p>
<p>END FUNCTION</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/feliany.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/feliany.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/feliany.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/feliany.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/feliany.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/feliany.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/feliany.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/feliany.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/feliany.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/feliany.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/feliany.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/feliany.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/feliany.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/feliany.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/feliany.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/feliany.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=6&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://feliany.wordpress.com/2007/09/14/tentang-procedure-dan-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d55740b36fb8d0c371d22edee2ff607?s=96&#38;d=identicon" medium="image">
			<media:title type="html">feliany</media:title>
		</media:content>
	</item>
		<item>
		<title>component</title>
		<link>http://feliany.wordpress.com/2007/09/04/component/</link>
		<comments>http://feliany.wordpress.com/2007/09/04/component/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 09:35:53 +0000</pubDate>
		<dc:creator>feliany</dc:creator>
				<category><![CDATA[component di VB.Net]]></category>

		<guid isPermaLink="false">http://feliany.wordpress.com/2007/09/04/component/</guid>
		<description><![CDATA[Component yang dipilih yaitu : - Label  Menampilkan teks, tetapi pemakai tidak bisa berinteraksi dengannya. contoh : Lbl_nama Label memiliki properties yaitu : 1. text fungsinya untuk memasukkan inputan. 2. size fungsinya untuk mengubah ukuran dari label tersebut bisa diperkecil ataupun          diperbesar. Label memiliki Methods yaitu : 1. close fungsinya untuk menutup form 2. hide [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=4&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Component yang dipilih yaitu :</p>
<p>-<strong> Label </strong></p>
<p>Menampilkan teks, tetapi pemakai tidak bisa berinteraksi dengannya. contoh : Lbl_nama</p>
<p><em>Label memiliki properties yaitu :</em></p>
<p>1. text fungsinya untuk memasukkan inputan.</p>
<p>2. size fungsinya untuk mengubah ukuran dari label tersebut bisa diperkecil ataupun          diperbesar.</p>
<p><em>Label memiliki Methods yaitu :</em></p>
<p>1. close fungsinya untuk menutup form</p>
<p>2. hide fungsinya untuk menyembunyikan form</p>
<p><em>Label memiliki event yaitu :</em></p>
<p>1. click fungsinya untuk event click yang terjadi apabila tombol kiri mouse ditekan dan dilepas dengan cepat saat posisi pinter berada diatas suatu objek</p>
<p>2. Dblclick fungsinya untuk event double click yang terjadi apabila tombol kiri mouse ditekan dan dilepas dengan cepat sebanyak 2 kali saat posisi pointer berada diatas suatu objek.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/feliany.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/feliany.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/feliany.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/feliany.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/feliany.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/feliany.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/feliany.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/feliany.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/feliany.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/feliany.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/feliany.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/feliany.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/feliany.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/feliany.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/feliany.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/feliany.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=4&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://feliany.wordpress.com/2007/09/04/component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d55740b36fb8d0c371d22edee2ff607?s=96&#38;d=identicon" medium="image">
			<media:title type="html">feliany</media:title>
		</media:content>
	</item>
		<item>
		<title>Cara Membuat Blog</title>
		<link>http://feliany.wordpress.com/2007/08/30/cara-membuat-blog/</link>
		<comments>http://feliany.wordpress.com/2007/08/30/cara-membuat-blog/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 05:54:55 +0000</pubDate>
		<dc:creator>feliany</dc:creator>
				<category><![CDATA[Tugas]]></category>

		<guid isPermaLink="false">http://feliany.wordpress.com/2007/08/30/cara-membuat-blog/</guid>
		<description><![CDATA[- Pilih salah satu blog - Saya pilih www.wordpress.com - Lalu di sign up - Masukin user name kita, lalu masukan password,pilih confirm, isi email address kita. - Lalu centang (V) I have read&#8230;&#8230;&#8230; - Lalu pilihblog title - Lalu sign in, isi kolom user name dan password kita - Setelah kita pilih web blog [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=3&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>- Pilih salah satu blog<br />
- Saya pilih www.wordpress.com<br />
- Lalu di sign up<br />
- Masukin user name kita, lalu masukan password,pilih confirm, isi email address kita.<br />
- Lalu centang (V) I have read&#8230;&#8230;&#8230;<br />
- Lalu pilihblog title<br />
- Lalu sign in, isi kolom user name dan password kita<br />
- Setelah kita pilih web blog title,<br />
- Pada bagian menu atas kita pilih menu write<br />
- lalu pilih write Post untuk membuat posting baru</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/feliany.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/feliany.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/feliany.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/feliany.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/feliany.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/feliany.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/feliany.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/feliany.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/feliany.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/feliany.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/feliany.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/feliany.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/feliany.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/feliany.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/feliany.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/feliany.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=3&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://feliany.wordpress.com/2007/08/30/cara-membuat-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d55740b36fb8d0c371d22edee2ff607?s=96&#38;d=identicon" medium="image">
			<media:title type="html">feliany</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://feliany.wordpress.com/2007/08/30/hello-world/</link>
		<comments>http://feliany.wordpress.com/2007/08/30/hello-world/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 05:41:25 +0000</pubDate>
		<dc:creator>feliany</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=1&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/feliany.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/feliany.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/feliany.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/feliany.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/feliany.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/feliany.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/feliany.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/feliany.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/feliany.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/feliany.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/feliany.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/feliany.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/feliany.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/feliany.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/feliany.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/feliany.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=feliany.wordpress.com&amp;blog=1612426&amp;post=1&amp;subd=feliany&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://feliany.wordpress.com/2007/08/30/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d55740b36fb8d0c371d22edee2ff607?s=96&#38;d=identicon" medium="image">
			<media:title type="html">feliany</media:title>
		</media:content>
	</item>
	</channel>
</rss>
