<?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>Shabirin</title>
	<atom:link href="http://shabirin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://shabirin.wordpress.com</link>
	<description>Just Ngeblog</description>
	<lastBuildDate>Sat, 19 Mar 2011 13:14:07 +0000</lastBuildDate>
	<language>id</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='shabirin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/4ccf0360da3ebf12bf3c4033b4b6572e?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Shabirin</title>
		<link>http://shabirin.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://shabirin.wordpress.com/osd.xml" title="Shabirin" />
	<atom:link rel='hub' href='http://shabirin.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Combobox Dinamis Menggunakan fungsi Collections Generic IEnumerable</title>
		<link>http://shabirin.wordpress.com/2011/03/19/combobox-dinamis-menggunakan-fungsi-collection-generic-ienumerable/</link>
		<comments>http://shabirin.wordpress.com/2011/03/19/combobox-dinamis-menggunakan-fungsi-collection-generic-ienumerable/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 12:04:37 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://shabirin.wordpress.com/?p=228</guid>
		<description><![CDATA[Modul1 Module Module1 'Coded By Shabirin &#124; shabirin@yahoo.co.id Public Sub FillComboBox(ByVal cmbBox As ComboBox, ByRef content As Collections.Generic.IEnumerable(Of MyList)) Dim FillList As New List(Of MyList) FillList.AddRange(content) With cmbBox .DataSource = FillList .DropDownStyle = ComboBoxStyle.DropDownList .DisplayMember = "DisplayMember" .ValueMember = "ValueMember" End With End Sub End Module Public Class MyList 'Coded By Shabirin &#124; shabirin@yahoo.co.id Private <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shabirin.wordpress.com&amp;blog=4336367&amp;post=228&amp;subd=shabirin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shabirin.wordpress.com/2011/03/19/combobox-dinamis-menggunakan-fungsi-collection-generic-ienumerable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/354a0e930addabd255e94fa2a1595f44?s=96&#38;d=" medium="image">
			<media:title type="html">brian</media:title>
		</media:content>
	</item>
		<item>
		<title>Radiobutton pada GroupBox dengan kode</title>
		<link>http://shabirin.wordpress.com/2011/03/19/radiobutton-pada-groupbox-dengan-kode/</link>
		<comments>http://shabirin.wordpress.com/2011/03/19/radiobutton-pada-groupbox-dengan-kode/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 11:48:42 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://shabirin.wordpress.com/?p=222</guid>
		<description><![CDATA[pada Visual Basic 2010 buat 1 form, misalnya: frmTest, terus isikan kode berikut: 'Coded by shabirin &#124; shabirin@yahoo.co.id Public Class frmTest     Dim radioPoint As New Point(7, 12) Dim location = New Point(10, 10) Dim newGroupBox As New GroupBox     Private Sub frmTest_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load                 With newGroupBox             .Text = "Test"             .Width = 100             .Controls.Add(AddRadioToGroupBox("Ayam"))             .Controls.Add(AddRadioToGroupBox("Ikan"))             .Controls.Add(AddRadioToGroupBox("Telor"))             .Height = radioPoint.Y + 5             .Location = location         End With         Me.Controls.Add(newGroupBox)     End Sub     Public Function AddRadioToGroupBox(ByVal Text As String) As RadioButton         Dim newRadio = New RadioButton         newRadio.Text = Text         newRadio.Width = 90         newRadio.Location = radioPoint         radioPoint.Y += newRadio.Height         Return newRadio     End Function End Class Filed under: <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shabirin.wordpress.com&amp;blog=4336367&amp;post=222&amp;subd=shabirin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shabirin.wordpress.com/2011/03/19/radiobutton-pada-groupbox-dengan-kode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/354a0e930addabd255e94fa2a1595f44?s=96&#38;d=" medium="image">
			<media:title type="html">brian</media:title>
		</media:content>
	</item>
		<item>
		<title>Belajar VB.Net 2010 MySQL Bagian I</title>
		<link>http://shabirin.wordpress.com/2011/03/19/belajar-vb-net-2010-mysql-bagian-i/</link>
		<comments>http://shabirin.wordpress.com/2011/03/19/belajar-vb-net-2010-mysql-bagian-i/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 08:20:07 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://shabirin.wordpress.com/?p=216</guid>
		<description><![CDATA[Pengenalan Microsoft Visual Basic .NET adalah sebuah alat untuk mengembangkan dan membangun aplikasi yang bergerak di atas sistem .NET Framework, dengan menggunakan bahasa BASIC. Dengan menggunakan alat ini, para programmer dapat membangun aplikasi Windows Forms, Aplikasi web berbasis ASP.NET, dan juga aplikasi command-line. Alat ini dapat diperoleh secara terpisah dari beberapa produk lainnya (seperti Microsoft <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shabirin.wordpress.com&amp;blog=4336367&amp;post=216&amp;subd=shabirin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shabirin.wordpress.com/2011/03/19/belajar-vb-net-2010-mysql-bagian-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/354a0e930addabd255e94fa2a1595f44?s=96&#38;d=" medium="image">
			<media:title type="html">brian</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/en/thumb/2/26/Vb_dot_net.png/300px-Vb_dot_net.png" medium="image" />
	</item>
		<item>
		<title>Membuat Fungsi Tanggal Bulan dan Tahun pada Codecharge (PHP)</title>
		<link>http://shabirin.wordpress.com/2009/05/06/membuat-fungsi-tanggal-bulan-dan-tahun-pada-codecharge/</link>
		<comments>http://shabirin.wordpress.com/2009/05/06/membuat-fungsi-tanggal-bulan-dan-tahun-pada-codecharge/#comments</comments>
		<pubDate>Wed, 06 May 2009 14:56:11 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shabirin.wordpress.com/?p=148</guid>
		<description><![CDATA[mo nulis about codecharge nih, barusan nyobain bikin fungsi yang outputnya seperti dibawah ini : hari ini : Rabu, 06 Mei 2009. dimana Rabu adalah hari sekarang, 06 tanggal sekarang, Mei Bulan Sekarang, dan 2009 tahun sekarang. Oke, trus aja langsung membuat fungsi di codecharge pada bagian &#8220;common.php&#8221;. mengapa di &#8220;common.php&#8221; karena semua page biasanya <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shabirin.wordpress.com&amp;blog=4336367&amp;post=148&amp;subd=shabirin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shabirin.wordpress.com/2009/05/06/membuat-fungsi-tanggal-bulan-dan-tahun-pada-codecharge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/354a0e930addabd255e94fa2a1595f44?s=96&#38;d=" medium="image">
			<media:title type="html">brian</media:title>
		</media:content>
	</item>
		<item>
		<title>Sekilas tentang Ajax &#8230;</title>
		<link>http://shabirin.wordpress.com/2009/05/05/sekilas-tentang-ajax/</link>
		<comments>http://shabirin.wordpress.com/2009/05/05/sekilas-tentang-ajax/#comments</comments>
		<pubDate>Tue, 05 May 2009 01:40:53 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://shabirin.wordpress.com/?p=140</guid>
		<description><![CDATA[Kini jamannya web 2.0. teknologi web sudah berevolusi yang membuat dunia WWW makin menarik dan canggih seperti adanya teknologi AJAX atau Asynchronous JavaScript and XML. Dari namanya AJAX terlihat sekali bersifat Asynchronous yang artinya permintaan data tambahan dari server dan loadingnya dilakukan di background tanpa mempengaruhi tampilan dan sifat halaman web sekarang, data diambil melalui <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shabirin.wordpress.com&amp;blog=4336367&amp;post=140&amp;subd=shabirin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shabirin.wordpress.com/2009/05/05/sekilas-tentang-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/354a0e930addabd255e94fa2a1595f44?s=96&#38;d=" medium="image">
			<media:title type="html">brian</media:title>
		</media:content>
	</item>
		<item>
		<title>Restart Windows 2003 Server dengan Schedule</title>
		<link>http://shabirin.wordpress.com/2009/05/04/restart-windows-2003-server-dengan-schedule/</link>
		<comments>http://shabirin.wordpress.com/2009/05/04/restart-windows-2003-server-dengan-schedule/#comments</comments>
		<pubDate>Mon, 04 May 2009 16:48:18 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shabirin.wordpress.com/?p=138</guid>
		<description><![CDATA[ups, mo nulis lagi neh barusan tadi baru nyetting server yang harus on 24&#215;7. klo dipikir2 server kerja terus lama kelamaan bisa hang juga, jd lebih baek direstart tiap hari supaya fresh, cuman klo manual sih repot juga jd pake schedule ajaah dah. langsung deh ke start -&#62; control panel -&#62; scheduled tasks pada windows <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shabirin.wordpress.com&amp;blog=4336367&amp;post=138&amp;subd=shabirin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shabirin.wordpress.com/2009/05/04/restart-windows-2003-server-dengan-schedule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/354a0e930addabd255e94fa2a1595f44?s=96&#38;d=" medium="image">
			<media:title type="html">brian</media:title>
		</media:content>
	</item>
		<item>
		<title>Membuat ListBox Tahun pada Codecharge (PHP)</title>
		<link>http://shabirin.wordpress.com/2009/05/04/membuat-listbox-tahun-pada-codecharge-php/</link>
		<comments>http://shabirin.wordpress.com/2009/05/04/membuat-listbox-tahun-pada-codecharge-php/#comments</comments>
		<pubDate>Mon, 04 May 2009 16:26:53 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Codecharge]]></category>

		<guid isPermaLink="false">http://shabirin.wordpress.com/?p=134</guid>
		<description><![CDATA[Beberapa bulan sibuk sekali ampe lupa ngeblog soalnya banyak nimbruk difacebook, heheh. intro aja, oke kembali ke codecharge. mulanya ingin membuat data filter berdasarkan tahun untuk form filter tapi kalau harus ngetik taon repot juga nih gimana supaya lebih mudah akhirnya nyoba2 bikin fungsi yang selanjutnya sy sisipkan dibaris paling bawah pada file common.php pada <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shabirin.wordpress.com&amp;blog=4336367&amp;post=134&amp;subd=shabirin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shabirin.wordpress.com/2009/05/04/membuat-listbox-tahun-pada-codecharge-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/354a0e930addabd255e94fa2a1595f44?s=96&#38;d=" medium="image">
			<media:title type="html">brian</media:title>
		</media:content>
	</item>
		<item>
		<title>Modul VB6-MySQL dengan MyODBC 5.1</title>
		<link>http://shabirin.wordpress.com/2009/03/06/modul-vb6-mysql-dengan-myodbc/</link>
		<comments>http://shabirin.wordpress.com/2009/03/06/modul-vb6-mysql-dengan-myodbc/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 09:52:21 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://shabirin.wordpress.com/?p=124</guid>
		<description><![CDATA[hello, pengen nulis aja nih about vb6 mysql. bla..bla&#8230;bla&#8230; buat database mysql, sebagai contoh setelah dibuat didapat informasi sebagai berikut: host : localhost user : root pass : 1234 database : belajar untuk modul koneksi berikut codenya: Option Explicit Private CN As New ADODB.Connection Public Function OpenKoneksiMySQL() As Boolean Dim isOpen As Boolean Dim ANS    <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shabirin.wordpress.com&amp;blog=4336367&amp;post=124&amp;subd=shabirin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shabirin.wordpress.com/2009/03/06/modul-vb6-mysql-dengan-myodbc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/354a0e930addabd255e94fa2a1595f44?s=96&#38;d=" medium="image">
			<media:title type="html">brian</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Server dengan Web Developer Controller</title>
		<link>http://shabirin.wordpress.com/2009/03/05/web-server-dengan-web-developer-controller/</link>
		<comments>http://shabirin.wordpress.com/2009/03/05/web-server-dengan-web-developer-controller/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 05:48:49 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shabirin.wordpress.com/?p=121</guid>
		<description><![CDATA[udah lama ngga ngeblog nih, o..iya.., aku lagi belajar pemrograman web nih yakni php,asp,asp.net(vb),dan jsp. cuman rada bingung mengintegrasikan antara server IIS,Apache,Tomcat.  nyari2 all-in-one web server yg terintegrasi apache,iis,dan tomcat akhirnya nemu web developer controller. dimana bisa mengintegrasikan ketiga jenis server tersebut IIS,Apache,dan Tomcat. klo yang lain webserver ada wamp dan xampp cuman ngga teringrasi <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shabirin.wordpress.com&amp;blog=4336367&amp;post=121&amp;subd=shabirin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shabirin.wordpress.com/2009/03/05/web-server-dengan-web-developer-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/354a0e930addabd255e94fa2a1595f44?s=96&#38;d=" medium="image">
			<media:title type="html">brian</media:title>
		</media:content>
	</item>
		<item>
		<title>Tips n Trik Scan to Text dengan Ms.Office</title>
		<link>http://shabirin.wordpress.com/2008/12/07/tips-n-trik-scan-to-text-dengan-msoffice/</link>
		<comments>http://shabirin.wordpress.com/2008/12/07/tips-n-trik-scan-to-text-dengan-msoffice/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 10:14:32 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shabirin.wordpress.com/?p=114</guid>
		<description><![CDATA[Kemaren sy disuruh scan dokumen dan dikirim ke email, kemudian sy scan aja tuh document tp dipikir2 susah juga nanti buat temen sy klo harus ngetik ulang jadi cari cara gimana supaya dokument tersebut bisa discan jadi text. dulu sih pernah make pake omnipage bawaan di paket cd scan. cuman berhubung cd nya ilang jadi <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shabirin.wordpress.com&amp;blog=4336367&amp;post=114&amp;subd=shabirin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://shabirin.wordpress.com/2008/12/07/tips-n-trik-scan-to-text-dengan-msoffice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/354a0e930addabd255e94fa2a1595f44?s=96&#38;d=" medium="image">
			<media:title type="html">brian</media:title>
		</media:content>
	</item>
	</channel>
</rss>
