<?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/"
	>

<channel>
	<title>HaTTaWebID - All Included ! &#187; Tutorial</title>
	<atom:link href="http://hatta.web.id/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://hatta.web.id</link>
	<description>All Included !</description>
	<lastBuildDate>Tue, 14 Oct 2008 08:21:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Protégé &#8211; Ontology Builder</title>
		<link>http://hatta.web.id/2008/07/protege-ontology-builder/</link>
		<comments>http://hatta.web.id/2008/07/protege-ontology-builder/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 05:17:51 +0000</pubDate>
		<dc:creator>HaT</dc:creator>
				<category><![CDATA[Protégé]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://hatta.web.id/?p=134</guid>
		<description><![CDATA[
Protégé is a free, open source ontology editor and knowledge-base framework.
The Protégé platform supports two main ways of modeling ontologies via the Protégé-Frames and Protégé-OWL editors. Protégé ontologies can be exported into a variety of formats including RDF(S), OWL, and XML Schema. (more)
Protégé is based on Java, is extensible, and provides a plug-and-play environment that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hatta.web.id/wp-content/uploads/2008/07/protege.gif"><img class="alignnone size-medium wp-image-135" title="protege" src="http://hatta.web.id/wp-content/uploads/2008/07/protege.gif" alt="" width="160" height="57" /></a></p>
<p>Protégé is a free, open source ontology editor and knowledge-base framework.</p>
<p>The Protégé platform supports two main ways of modeling ontologies via the Protégé-Frames and Protégé-OWL editors. Protégé ontologies can be exported into a variety of formats including RDF(S), OWL, and XML Schema. (more)</p>
<p>Protégé is based on Java, is extensible, and provides a plug-and-play environment that makes it a flexible base for rapid prototyping and application development. (more)<br />
Protégé is supported by a strong community of developers and academic, government and corporate users, who are using Protégé for knowledge solutions in areas as diverse as biomedicine, intelligence gathering, and corporate modeling.</p>
<p>Download : <a href="http://protege.stanford.edu/download/registered.html" target="_blank">protege.stanford.edu</a></p>
<p>Tutorial : <a href="http://www.co-ode.org/resources/tutorials/ProtegeOWLTutorial.pdf" target="_blank">ProtegeOWLTutorial.pdf</a> and for v4 <a href="http://www.co-ode.org/resources/tutorials/ProtegeOWLTutorial-p4.0.pdf" target="_blank">ProtegeOWLTutorial-p4.0.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hatta.web.id/2008/07/protege-ontology-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HaTTaWebID Random Testimonial Script</title>
		<link>http://hatta.web.id/2008/06/hattawebid-random-testimonial-script/</link>
		<comments>http://hatta.web.id/2008/06/hattawebid-random-testimonial-script/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 03:56:59 +0000</pubDate>
		<dc:creator>HaT</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://hatta.web.id/?p=13</guid>
		<description><![CDATA[Di kanan atas web HaTTaWebID ada Random Testimonial&#8230; Coba di refresh aja.. nanti random.. script PHP nya sederhana banget&#8230; kalo yang pengen masang juga&#8230;

&#60;?php
$quotes = array(
"Random testimonial 1",
"Random testimonial 2",
"Random testimonial 3"
);
echo $quotes[rand(0, count($quotes) - 1)];
?&#62;
Cara make : tinggal GANTI tulisan Random testimonial 1 dst. dengan testimonial yang ada&#8230; kalo lebih dari tiga tinggal ditambahin [...]]]></description>
			<content:encoded><![CDATA[<p>Di kanan atas web HaTTaWebID ada <em>Random Testimonial&#8230; </em>Coba di refresh aja.. nanti random.. script PHP nya sederhana banget&#8230; kalo yang pengen masang juga&#8230;<br />
<code><br />
&lt;?php<br />
$quotes = array(<br />
"Random testimonial 1",<br />
"Random testimonial 2",<br />
"Random testimonial 3"<br />
);<br />
echo $quotes[rand(0, count($quotes) - 1)];<br />
?&gt;</code></p>
<p>Cara make : tinggal GANTI tulisan Random testimonial 1 dst. dengan testimonial yang ada&#8230; kalo lebih dari tiga tinggal ditambahin aja&#8230; seperti ini&#8230;<br />
<span id="more-13"></span></p>
<p><code>&lt;?php<br />
$quotes = array(<br />
"Random testimonial 1",</code><code><br />
"Random testimonial 2",<br />
"Random testimonial 3",<br />
"Random testimonial 4",<br />
"Random testimonial 5"</code><code><br />
);<br />
echo $quotes[rand(0, count($quotes) - 1)];<br />
?&gt;</code></p>
<p>dan seterus nya&#8230;. =)</p>
]]></content:encoded>
			<wfw:commentRss>http://hatta.web.id/2008/06/hattawebid-random-testimonial-script/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
