<?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>Untuk ngingetin semua yg pernah ku tau</title>
	<atom:link href="http://myhandbook.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://myhandbook.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 13 Jan 2012 13:13:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='myhandbook.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Untuk ngingetin semua yg pernah ku tau</title>
		<link>http://myhandbook.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://myhandbook.wordpress.com/osd.xml" title="Untuk ngingetin semua yg pernah ku tau" />
	<atom:link rel='hub' href='http://myhandbook.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Hapus log sql server</title>
		<link>http://myhandbook.wordpress.com/2008/09/13/hapus-log-sql-server/</link>
		<comments>http://myhandbook.wordpress.com/2008/09/13/hapus-log-sql-server/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 05:35:15 +0000</pubDate>
		<dc:creator>myhandbook</dc:creator>
				<category><![CDATA[SQLServer]]></category>

		<guid isPermaLink="false">http://myhandbook.wordpress.com/?p=53</guid>
		<description><![CDATA[Use HRMDB BACKUP LOG HRMDB WITH TRUNCATE_ONLY DBCC SHRINKFILE(2, 2)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myhandbook.wordpress.com&amp;blog=926046&amp;post=53&amp;subd=myhandbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://myhandbook.wordpress.com/2008/09/13/hapus-log-sql-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22f415c261b24c9eb17a73311d53fe25?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">myhandbook</media:title>
		</media:content>
	</item>
		<item>
		<title>Paging Data VB.net datagridview dengan Fungsi</title>
		<link>http://myhandbook.wordpress.com/2008/09/13/paging-data-vbnet-datagridview-dengan-fungsi/</link>
		<comments>http://myhandbook.wordpress.com/2008/09/13/paging-data-vbnet-datagridview-dengan-fungsi/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 04:45:57 +0000</pubDate>
		<dc:creator>myhandbook</dc:creator>
				<category><![CDATA[VB .Net]]></category>

		<guid isPermaLink="false">http://myhandbook.wordpress.com/?p=48</guid>
		<description><![CDATA[Fungsi cek jumlah data yang di select Public Shared Function CekRowSelect(ByVal Sql As String) As Integer Dim NewSql As String NewSql = &#8220;Select count (*) from (&#8221; &#38; Sql &#38; &#8220;) a&#8221; Dim sDa As New SqlDataAdapter(NewSql, DbConString) Dim Dt As New DataTable sDa.Fill(Dt) Return CType(Dt.Rows(0).Item(0), Integer) Dt.Dispose() sDa.Dispose() End Function Fungsi untuk ambil data [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myhandbook.wordpress.com&amp;blog=926046&amp;post=48&amp;subd=myhandbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://myhandbook.wordpress.com/2008/09/13/paging-data-vbnet-datagridview-dengan-fungsi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22f415c261b24c9eb17a73311d53fe25?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">myhandbook</media:title>
		</media:content>

		<media:content url="http://myhandbook.files.wordpress.com/2008/09/paging-data.jpg?w=300" medium="image">
			<media:title type="html">paging-data</media:title>
		</media:content>
	</item>
		<item>
		<title>Fungsi terbilang untuk crystal reports</title>
		<link>http://myhandbook.wordpress.com/2008/07/19/fungsi-terbilang-untuk-crystal-reports/</link>
		<comments>http://myhandbook.wordpress.com/2008/07/19/fungsi-terbilang-untuk-crystal-reports/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 06:40:11 +0000</pubDate>
		<dc:creator>myhandbook</dc:creator>
				<category><![CDATA[VB .Net]]></category>

		<guid isPermaLink="false">http://myhandbook.wordpress.com/?p=42</guid>
		<description><![CDATA[Sori ga sempet nulis banyak. nanti aja ya kalo lagi ada waktu. btw ini contoh dll yg siap pakai. http://125.163.73.146/dll/ dengan membuat dll dengan kata depan CRUFLxxx. kemudian register. untuk dll yang dibuat dengan vb6 sangat mudah membuat dan diregistrasi dengan regsrv32 CRUFLTerbilang.dll, nanti akan muncul sebagai additional function di CR. untuk dll yang dibuat [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myhandbook.wordpress.com&amp;blog=926046&amp;post=42&amp;subd=myhandbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://myhandbook.wordpress.com/2008/07/19/fungsi-terbilang-untuk-crystal-reports/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/22f415c261b24c9eb17a73311d53fe25?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">myhandbook</media:title>
		</media:content>
	</item>
	</channel>
</rss>
