<?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>Nisanurulkhotimah's Weblog</title>
	<atom:link href="http://nisanurulkhotimah.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nisanurulkhotimah.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 23 Apr 2008 02:41:52 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>id</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='nisanurulkhotimah.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c7e61f85434a44857dda32eb6f0b2f3a?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Nisanurulkhotimah's Weblog</title>
		<link>http://nisanurulkhotimah.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nisanurulkhotimah.wordpress.com/osd.xml" title="Nisanurulkhotimah&#8217;s Weblog" />
		<item>
		<title>SBD</title>
		<link>http://nisanurulkhotimah.wordpress.com/2008/04/23/sistem-basis-data/</link>
		<comments>http://nisanurulkhotimah.wordpress.com/2008/04/23/sistem-basis-data/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 02:14:34 +0000</pubDate>
		<dc:creator>nisanurulkhotimah</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nisanurulkhotimah.wordpress.com/?p=3</guid>
		<description><![CDATA[# MySQL-Front Dump 2.2
#
# Host: localhost   Database: jadual_praktikum
#——————————————————–
# Server version 4.0.12-nt
#
# Table structure for table ‘Asisten’
#
CREATE TABLE `Asisten` (
`Nim` varchar(10) default NULL,
`Nama` varchar(30) default NULL,
`Jenis_Kelamin` enum(’P’,’L’) default NULL,
`Fakultas` varchar(50) default NULL
) TYPE=MyISAM;
#
# Dumping data for table ‘asisten’
#
#
# Table structure for table ‘dosen’
#
CREATE TABLE `dosen` (
`NIP` varchar(10) default NULL,
`Nama` varchar(30) default NULL,
`Jenis_Kelamin` enum(’P’,’L’) default NULL
) TYPE=MyISAM;
#
# [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nisanurulkhotimah.wordpress.com&blog=3521841&post=3&subd=nisanurulkhotimah&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;"># MySQL-Front Dump 2.2<br />
#<br />
# Host: localhost   Database: jadual_praktikum<br />
#——————————————————–<br />
# Server version 4.0.12-nt</span></span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;">#<br />
# Table structure for table ‘Asisten’<br />
#</span></span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;">CREATE TABLE `Asisten` (<br />
`Nim` varchar(10) default NULL,<br />
`Nama` varchar(30) default NULL,<br />
`Jenis_Kelamin` enum(’P’,’L’) default NULL,<br />
`Fakultas` varchar(50) default NULL<br />
) TYPE=MyISAM;</span></span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;">#<br />
# Dumping data for table ‘asisten’<br />
#</span></span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;">#<br />
# Table structure for table ‘dosen’<br />
#</span></span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;">CREATE TABLE `dosen` (<br />
`NIP` varchar(10) default NULL,<br />
`Nama` varchar(30) default NULL,<br />
`Jenis_Kelamin` enum(’P’,’L’) default NULL<br />
) TYPE=MyISAM;</span></span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;">#<br />
# Dumping data for table ‘dosen’<br />
#<br />
INSERT INTO dosen VALUES(”02000009″,”Tito Pandito”,”L”);</span></span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;">#<br />
# Table structure for table ‘mahasiswa’<br />
#</span></span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;">CREATE TABLE `mahasiswa` (<br />
`Nim` varchar(10) default NULL,<br />
`Nama` varchar(30) default NULL,<br />
`Jenis_Kelamin` enum(’P’,’L’) default NULL,<br />
`Prodi` varchar(30) default NULL<br />
) TYPE=MyISAM;</span></span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;">#<br />
# Dumping data for table ‘mahasiswa’<br />
#<br />
INSERT INTO mahasiswa VALUES(”0501060099″,”ika margiyani”,”P”,”P.Matematika”);<br />
INSERT INTO mahasiswa VALUES(”0501060080″,”siti nasiroh”,”P”,”P.Matematika”);<br />
INSERT INTO mahasiswa VALUES(”0401060090″,indra”,”L”,”P.Bhs.Inggris”);<br />
INSERT INTO mahasiswa VALUES(”0401060078″,”Andi”,”L”,”P.Bhs.Inggris”);</span></span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;">#<br />
# Table structure for table ‘mata_kuliah’<br />
#</span></span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;">CREATE TABLE `mata_kuliah` (<br />
`Kode_MK` varchar(10) default NULL,<br />
`Mata_Kuliah` varchar(30) default NULL,<br />
`Keterangan` enum(’B’,’U’) default NULL,<br />
`Bobot_SKS` int(30) unsigned default NULL<br />
) TYPE=MyISAM;</span></span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;">#<br />
# Dumping data for table ‘mata_kuliah’<br />
#</span></span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;">#<br />
# Table structure for table ‘waktu’<br />
#</span></span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;">CREATE TABLE `waktu` (<br />
`Jam` varchar(10) default NULL,<br />
`Hari` varchar(30) default NULL<br />
) TYPE=MyISAM;</span></span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><span style="font-size:x-small;">#<br />
# Dumping data for table ‘waktu’<br />
#<br />
INSERT INTO waktu VALUES(”16.30″,”senin”);<br />
INSERT INTO waktu VALUES(”16.30″,”selasa”);<br />
INSERT INTO waktu VALUES(”16.30″,”jum&#8217;at”);</span></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nisanurulkhotimah.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nisanurulkhotimah.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nisanurulkhotimah.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nisanurulkhotimah.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nisanurulkhotimah.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nisanurulkhotimah.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nisanurulkhotimah.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nisanurulkhotimah.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nisanurulkhotimah.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nisanurulkhotimah.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nisanurulkhotimah.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nisanurulkhotimah.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nisanurulkhotimah.wordpress.com&blog=3521841&post=3&subd=nisanurulkhotimah&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nisanurulkhotimah.wordpress.com/2008/04/23/sistem-basis-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f9704f6cf541de5990a935212b1eeef?s=96&#38;d=identicon" medium="image">
			<media:title type="html">nisanurulkhotimah</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://nisanurulkhotimah.wordpress.com/2008/04/19/hello-world/</link>
		<comments>http://nisanurulkhotimah.wordpress.com/2008/04/19/hello-world/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 05:17:22 +0000</pubDate>
		<dc:creator>nisanurulkhotimah</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=nisanurulkhotimah.wordpress.com&blog=3521841&post=1&subd=nisanurulkhotimah&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nisanurulkhotimah.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nisanurulkhotimah.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nisanurulkhotimah.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nisanurulkhotimah.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nisanurulkhotimah.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nisanurulkhotimah.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nisanurulkhotimah.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nisanurulkhotimah.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nisanurulkhotimah.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nisanurulkhotimah.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nisanurulkhotimah.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nisanurulkhotimah.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nisanurulkhotimah.wordpress.com&blog=3521841&post=1&subd=nisanurulkhotimah&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nisanurulkhotimah.wordpress.com/2008/04/19/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1f9704f6cf541de5990a935212b1eeef?s=96&#38;d=identicon" medium="image">
			<media:title type="html">nisanurulkhotimah</media:title>
		</media:content>
	</item>
	</channel>
</rss>