<?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>Muharihar Pic's</title>
	<atom:link href="http://mhspic.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mhspic.wordpress.com</link>
	<description>Just another Muharihar Pic's weblog</description>
	<lastBuildDate>Wed, 01 Jul 2009 14:04:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mhspic.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Muharihar Pic's</title>
		<link>http://mhspic.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mhspic.wordpress.com/osd.xml" title="Muharihar Pic&#039;s" />
	<atom:link rel='hub' href='http://mhspic.wordpress.com/?pushpress=hub'/>
		<item>
		<title>FK DDL Regeneration for MySQL</title>
		<link>http://mhspic.wordpress.com/2009/07/01/dfk-ddl-regeneration-for-mysql/</link>
		<comments>http://mhspic.wordpress.com/2009/07/01/dfk-ddl-regeneration-for-mysql/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 13:38:07 +0000</pubDate>
		<dc:creator>mhspic</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mhspic.wordpress.com/2009/07/01/dfk-ddl-regeneration-for-mysql/</guid>
		<description><![CDATA[&#60;?php mysql_connect(&#8216;localhost:3307&#8242;,&#8217;root&#8217;,'slopoc&#8217;); /* set with your mysql database configuration */ $the_schema = &#8216;mhs_job_scheduler&#8217;; /* set with your database schema */ function get_table_rec($schema){ /* low query mysql_select_db(&#8216;information_schema&#8217;); $query = &#8220;select distinct table_name from table_constraints where constraint_schema = &#8216;&#8221;.$schema.&#8217;&#8221; AND  constraint_type = &#8216;FOREIGN KEY&#8217; &#8220;; */ mysql_select_db($schema); $query = &#8220;show tables&#8221;; return mysql_query($query); } echo &#8220;&#60;table border=1&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=114&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:0;"> </span></p>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">&lt;?php<span style="white-space:pre;"> </span></div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>mysql_connect(&#8216;localhost:3307&#8242;,&#8217;root&#8217;,'slopoc&#8217;); /* set with your mysql database configuration */</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$the_schema = &#8216;mhs_job_scheduler&#8217;; /* set with your database schema */</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>function get_table_rec($schema){</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>/* low query</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>mysql_select_db(&#8216;information_schema&#8217;);<span style="white-space:pre;"> </span></div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$query = &#8220;select distinct table_name from table_constraints where constraint_schema = &#8216;&#8221;.$schema.&#8217;&#8221; AND  constraint_type = &#8216;FOREIGN KEY&#8217; &#8220;;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>*/</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>mysql_select_db($schema);</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$query = &#8220;show tables&#8221;;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>return mysql_query($query);</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>}</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span></div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span></div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>echo &#8220;&lt;table border=1&gt; &lt;tr&gt; &lt;td colspan=3&gt; FK DDL Regeneration of &lt;b&gt; $the_schema &lt;/b&gt; Schema &lt;/td&gt; &lt;/tr&gt;&#8221;;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span></div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$res_table_fk = get_table_rec($the_schema);</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$i = 1;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>while ($rec_table_fk = mysql_fetch_array($res_table_fk)){</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$table_fk = $the_schema.&#8217;.&#8217;.$rec_table_fk[0];</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>echo &#8220;&lt;tr&gt; &lt;td&gt; &lt;b&gt; $i &lt;/b&gt; &lt;/td&gt; &lt;td colspan=2&gt; &lt;b&gt; $table_fk &lt;/td&gt; &lt;/td&gt; &lt;/tr&gt;&#8221;;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$query = &#8220;show create table $table_fk&#8221;;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$res = mysql_query($query);</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>while ($rec = mysql_fetch_array($res)){<span style="white-space:pre;"> </span></div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>echo &#8220;&lt;tr&gt; &lt;td&gt; &lt;/td&gt; &lt;td&gt; DDL of $rec[0] Table &lt;/td&gt; &lt;td&gt; $rec[1] &lt;/td&gt; &lt;/tr&gt;&#8221;;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$pos = strpos($rec[1],&#8217;FOREIGN KEY&#8217;);</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>if ($pos &gt; 0){</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$left = substr($rec[1],0,$pos);</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$right = substr($rec[1],$pos,strlen($rec[1])-$pos);</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$left_rev = strrev($left);</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$pos_cons = strpos($left_rev,&#8217;TNIARTSNOC&#8217;);</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$pos_coma = strpos($left_rev,&#8217;,');</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$cons = substr($left,$pos-$pos_coma,$pos_coma);</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$ddl_cons = $cons .&#8217; &#8216;.substr($right,0,strlen($right)-(strlen($right)-strpos($right,&#8217;ENGINE&#8217;)));</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$ddl_cons = &#8216;ALTER TABLE `&#8217;.$table_fk.&#8217;` ADD &#8216;.$ddl_cons.&#8217;;';</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>echo &#8220;&lt;tr&gt; &lt;td&gt; &lt;/td&gt; &lt;td&gt; FK DDL &lt;/td&gt; &lt;td&gt; &lt;font color=BLUE&gt; $ddl_cons &lt;/font&gt; &lt;/td&gt; &lt;/tr&gt;&#8221;;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>} else {</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>echo &#8220;&lt;tr&gt; &lt;td&gt; &lt;/td&gt; &lt;td&gt; FK DDL &lt;/td&gt; &lt;td&gt; &lt;font color=RED&gt; NO FK &lt;/font&gt; &lt;/td&gt; &lt;/tr&gt;&#8221;;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>}</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>}</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>$i++;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>}</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>echo &#8220;&lt;/table&gt;&#8221;;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">?&gt;</div>
<p>&lt;?php<span style="white-space:pre;"> </span></p>
<p><span style="white-space:pre;"> </span>mysql_connect(&#8216;localhost:3307&#8242;,&#8217;root&#8217;,'slopoc&#8217;); /* set with your mysql database configuration */</p>
<p><span style="white-space:pre;"> </span>$the_schema = &#8216;mhs_job_scheduler&#8217;; /* set with your database schema */</p>
<p><span style="white-space:pre;"> </span>function get_table_rec($schema){</p>
<p><span style="white-space:pre;"> </span>/* low query</p>
<p><span style="white-space:pre;"> </span>mysql_select_db(&#8216;information_schema&#8217;);<span style="white-space:pre;"> </span></p>
<p><span style="white-space:pre;"> </span>$query = &#8220;select distinct table_name from table_constraints where constraint_schema = &#8216;&#8221;.$schema.&#8217;&#8221; AND  constraint_type = &#8216;FOREIGN KEY&#8217; &#8220;;</p>
<p><span style="white-space:pre;"> </span>*/</p>
<p><span style="white-space:pre;"> </span>mysql_select_db($schema);</p>
<p><span style="white-space:pre;"> </span>$query = &#8220;show tables&#8221;;</p>
<p><span style="white-space:pre;"> </span>return mysql_query($query);</p>
<p><span style="white-space:pre;"> </span>}</p>
<p><span style="white-space:pre;"> </span></p>
<p><span style="white-space:pre;"> </span></p>
<p><span style="white-space:pre;"> </span>echo &#8220;&lt;table border=1&gt; &lt;tr&gt; &lt;td colspan=3&gt; FK DDL Regeneration of &lt;b&gt; $the_schema &lt;/b&gt; Schema &lt;/td&gt; &lt;/tr&gt;&#8221;;</p>
<p><span style="white-space:pre;"> </span></p>
<p><span style="white-space:pre;"> </span>$res_table_fk = get_table_rec($the_schema);</p>
<p><span style="white-space:pre;"> </span>$i = 1;</p>
<p><span style="white-space:pre;"> </span>while ($rec_table_fk = mysql_fetch_array($res_table_fk)){</p>
<p><span style="white-space:pre;"> </span>$table_fk = $the_schema.&#8217;.&#8217;.$rec_table_fk[0];</p>
<p><span style="white-space:pre;"> </span>echo &#8220;&lt;tr&gt; &lt;td&gt; &lt;b&gt; $i &lt;/b&gt; &lt;/td&gt; &lt;td colspan=2&gt; &lt;b&gt; $table_fk &lt;/td&gt; &lt;/td&gt; &lt;/tr&gt;&#8221;;</p>
<p><span style="white-space:pre;"> </span>$query = &#8220;show create table $table_fk&#8221;;</p>
<p><span style="white-space:pre;"> </span>$res = mysql_query($query);</p>
<p><span style="white-space:pre;"> </span>while ($rec = mysql_fetch_array($res)){<span style="white-space:pre;"> </span></p>
<p><span style="white-space:pre;"> </span>echo &#8220;&lt;tr&gt; &lt;td&gt; &lt;/td&gt; &lt;td&gt; DDL of $rec[0] Table &lt;/td&gt; &lt;td&gt; $rec[1] &lt;/td&gt; &lt;/tr&gt;&#8221;;</p>
<p><span style="white-space:pre;"> </span>$pos = strpos($rec[1],&#8217;FOREIGN KEY&#8217;);</p>
<p><span style="white-space:pre;"> </span>if ($pos &gt; 0){</p>
<p><span style="white-space:pre;"> </span>$left = substr($rec[1],0,$pos);</p>
<p><span style="white-space:pre;"> </span>$right = substr($rec[1],$pos,strlen($rec[1])-$pos);</p>
<p><span style="white-space:pre;"> </span>$left_rev = strrev($left);</p>
<p><span style="white-space:pre;"> </span>$pos_cons = strpos($left_rev,&#8217;TNIARTSNOC&#8217;);</p>
<p><span style="white-space:pre;"> </span>$pos_coma = strpos($left_rev,&#8217;,');</p>
<p><span style="white-space:pre;"> </span>$cons = substr($left,$pos-$pos_coma,$pos_coma);</p>
<p><span style="white-space:pre;"> </span>$ddl_cons = $cons .&#8217; &#8216;.substr($right,0,strlen($right)-(strlen($right)-strpos($right,&#8217;ENGINE&#8217;)));</p>
<p><span style="white-space:pre;"> </span>$ddl_cons = &#8216;ALTER TABLE `&#8217;.$table_fk.&#8217;` ADD &#8216;.$ddl_cons.&#8217;;';</p>
<p><span style="white-space:pre;"> </span>echo &#8220;&lt;tr&gt; &lt;td&gt; &lt;/td&gt; &lt;td&gt; FK DDL &lt;/td&gt; &lt;td&gt; &lt;font color=BLUE&gt; $ddl_cons &lt;/font&gt; &lt;/td&gt; &lt;/tr&gt;&#8221;;</p>
<p><span style="white-space:pre;"> </span>} else {</p>
<p><span style="white-space:pre;"> </span>echo &#8220;&lt;tr&gt; &lt;td&gt; &lt;/td&gt; &lt;td&gt; FK DDL &lt;/td&gt; &lt;td&gt; &lt;font color=RED&gt; NO FK &lt;/font&gt; &lt;/td&gt; &lt;/tr&gt;&#8221;;</p>
<p><span style="white-space:pre;"> </span>}</p>
<p><span style="white-space:pre;"> </span>}</p>
<p><span style="white-space:pre;"> </span>$i++;</p>
<p><span style="white-space:pre;"> </span>}</p>
<p><span style="white-space:pre;"> </span>echo &#8220;&lt;/table&gt;&#8221;;</p>
<p>?&gt;</p>
<p>download <a href="http://kudakode.freehostia.com/open_code/php/mysql/" target="_blank">disini</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mhspic.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mhspic.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mhspic.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mhspic.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mhspic.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mhspic.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mhspic.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mhspic.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mhspic.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mhspic.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mhspic.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mhspic.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mhspic.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mhspic.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=114&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mhspic.wordpress.com/2009/07/01/dfk-ddl-regeneration-for-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d152435b7ab62deaf57264e6ec89241?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhspic</media:title>
		</media:content>
	</item>
		<item>
		<title>New Relaease: qoSikel 1.0 Alfa</title>
		<link>http://mhspic.wordpress.com/2009/05/21/new-relaease-qosikel-1-0-alfa/</link>
		<comments>http://mhspic.wordpress.com/2009/05/21/new-relaease-qosikel-1-0-alfa/#comments</comments>
		<pubDate>Thu, 21 May 2009 11:58:14 +0000</pubDate>
		<dc:creator>mhspic</dc:creator>
				<category><![CDATA[Pemerintahan ( eGoverment )]]></category>
		<category><![CDATA[Produk Saya (My Product)]]></category>
		<category><![CDATA[Sistem Informasi ( Information System )]]></category>

		<guid isPermaLink="false">http://mhspic.wordpress.com/?p=89</guid>
		<description><![CDATA[ qoSikel 1.0 Alfa is a Web-Desktop Information System for Controlling &#8220;Government Village&#8221; Management.  It based on PHP as web server language and ExtJS (http://extjs.com) as web client language. It use Oracle and MySQL as the database. qoSikel also support Charting with &#8220;flash charting method&#8221;.qoSikel use qWikiOffice (http://qwikioffice.com) as the framework. RoadMap: Ver. 1.0  Alfa: [ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=89&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> qoSikel 1.0 Alfa is a Web-Desktop Information System for Controlling &#8220;Government Village&#8221; Management.  It based on PHP as web server language and ExtJS (http://extjs.com) as web client language. It use Oracle and MySQL as the database. qoSikel also support Charting with &#8220;flash charting method&#8221;.qoSikel use qWikiOffice (http://qwikioffice.com) as the framework.</p>
<p>RoadMap:</p>
<p>Ver. 1.0  Alfa: [ 21 Mey 2009]</p>
<ul>
<li>Report Viewer support for Charting with &#8220;flash charting method&#8221;</li>
<li>Support for Oracle &amp; MySQL</li>
</ul>
<p>Ver 1.o Beta: [on progress...]</p>
<ul>
<li>Add printting modul with Jasper Report</li>
<li>Add export modul (Excell)</li>
</ul>
<p>Screen Shot:</p>
<div id="attachment_98" class="wp-caption aligncenter" style="width: 410px"><a href="http://mhspic.files.wordpress.com/2009/05/all.png"><img class="size-thumbnail wp-image-98" title="qoSikel 1.0 alfa" src="http://mhspic.files.wordpress.com/2009/05/all.png?w=400&#038;h=264" alt="qoSikel 1.0 alfa" width="400" height="264" /></a><p class="wp-caption-text">qoSikel 1.0 alfa</p></div>

<a href='http://mhspic.wordpress.com/2009/05/21/new-relaease-qosikel-1-0-alfa/all/' title='qoSikel s-1'><img width="150" height="107" src="http://mhspic.files.wordpress.com/2009/05/all.png?w=150&#038;h=107" class="attachment-thumbnail" alt="qoSikel s-1" title="qoSikel s-1" /></a>
<a href='http://mhspic.wordpress.com/2009/05/21/new-relaease-qosikel-1-0-alfa/ref-agama1/' title='qoSikel s-2 Ref Agama'><img width="150" height="107" src="http://mhspic.files.wordpress.com/2009/05/ref-agama1.png?w=150&#038;h=107" class="attachment-thumbnail" alt="qoSikel s-2 Ref Agama" title="qoSikel s-2 Ref Agama" /></a>
<a href='http://mhspic.wordpress.com/2009/05/21/new-relaease-qosikel-1-0-alfa/lap-report1/' title='qoSikel s-3 Grid Report'><img width="150" height="107" src="http://mhspic.files.wordpress.com/2009/05/lap-report1.png?w=150&#038;h=107" class="attachment-thumbnail" alt="qoSikel s-3 Grid Report" title="qoSikel s-3 Grid Report" /></a>
<a href='http://mhspic.wordpress.com/2009/05/21/new-relaease-qosikel-1-0-alfa/lap-report-graph1/' title='qoSikel s-4 Chart Report'><img width="150" height="107" src="http://mhspic.files.wordpress.com/2009/05/lap-report-graph1.png?w=150&#038;h=107" class="attachment-thumbnail" alt="qoSikel s-4 Chart Report" title="qoSikel s-4 Chart Report" /></a>
<a href='http://mhspic.wordpress.com/2009/05/21/new-relaease-qosikel-1-0-alfa/mains-perangkat-edit1/' title='qoSikel s-5 Form Editor'><img width="150" height="107" src="http://mhspic.files.wordpress.com/2009/05/mains-perangkat-edit1.png?w=150&#038;h=107" class="attachment-thumbnail" alt="qoSikel s-5 Form Editor" title="qoSikel s-5 Form Editor" /></a>
<a href='http://mhspic.wordpress.com/2009/05/21/new-relaease-qosikel-1-0-alfa/mains-perangkat1/' title='qoSikel s-6 Grid View'><img width="150" height="107" src="http://mhspic.files.wordpress.com/2009/05/mains-perangkat1.png?w=150&#038;h=107" class="attachment-thumbnail" alt="qoSikel s-6 Grid View" title="qoSikel s-6 Grid View" /></a>
<a href='http://mhspic.wordpress.com/2009/05/21/new-relaease-qosikel-1-0-alfa/ref-agama/' title='ref-agama'><img width="150" height="107" src="http://mhspic.files.wordpress.com/2009/05/ref-agama.png?w=150&#038;h=107" class="attachment-thumbnail" alt="ref-agama" title="ref-agama" /></a>
<a href='http://mhspic.wordpress.com/2009/05/21/new-relaease-qosikel-1-0-alfa/lap-report/' title='lap-report'><img width="150" height="107" src="http://mhspic.files.wordpress.com/2009/05/lap-report.png?w=150&#038;h=107" class="attachment-thumbnail" alt="lap-report" title="lap-report" /></a>
<a href='http://mhspic.wordpress.com/2009/05/21/new-relaease-qosikel-1-0-alfa/lap-report-graph/' title='lap-report-graph'><img width="150" height="107" src="http://mhspic.files.wordpress.com/2009/05/lap-report-graph.png?w=150&#038;h=107" class="attachment-thumbnail" alt="lap-report-graph" title="lap-report-graph" /></a>
<a href='http://mhspic.wordpress.com/2009/05/21/new-relaease-qosikel-1-0-alfa/mains-perangkat-edit/' title='mains-perangkat-edit'><img width="150" height="107" src="http://mhspic.files.wordpress.com/2009/05/mains-perangkat-edit.png?w=150&#038;h=107" class="attachment-thumbnail" alt="mains-perangkat-edit" title="mains-perangkat-edit" /></a>
<a href='http://mhspic.wordpress.com/2009/05/21/new-relaease-qosikel-1-0-alfa/mains-perangkat/' title='mains-perangkat'><img width="150" height="107" src="http://mhspic.files.wordpress.com/2009/05/mains-perangkat.png?w=150&#038;h=107" class="attachment-thumbnail" alt="mains-perangkat" title="mains-perangkat" /></a>

<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mhspic.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mhspic.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mhspic.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mhspic.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mhspic.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mhspic.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mhspic.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mhspic.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mhspic.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mhspic.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mhspic.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mhspic.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mhspic.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mhspic.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=89&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mhspic.wordpress.com/2009/05/21/new-relaease-qosikel-1-0-alfa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d152435b7ab62deaf57264e6ec89241?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhspic</media:title>
		</media:content>

		<media:content url="http://mhspic.files.wordpress.com/2009/05/all.png?w=150" medium="image">
			<media:title type="html">qoSikel 1.0 alfa</media:title>
		</media:content>
	</item>
		<item>
		<title>SAK W3 Version: Progress RoadMap(2009.1)</title>
		<link>http://mhspic.wordpress.com/2009/01/16/sak-w3-version-progress-roadmap20091/</link>
		<comments>http://mhspic.wordpress.com/2009/01/16/sak-w3-version-progress-roadmap20091/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 15:34:35 +0000</pubDate>
		<dc:creator>mhspic</dc:creator>
				<category><![CDATA[CMS Elxis]]></category>
		<category><![CDATA[Pemerintahan ( eGoverment )]]></category>
		<category><![CDATA[Produk Saya (My Product)]]></category>
		<category><![CDATA[Sistem Informasi ( Information System )]]></category>

		<guid isPermaLink="false">http://mhspic.wordpress.com/?p=61</guid>
		<description><![CDATA[Development Progress for: Sistem Administrasi Kependudukan Web Version RoadMap (2009.1): Template: Front End Template (85%) Login Template (100%) Back End Template (95%) Front End Future: Add Graphical Statistic on Front End Add Blog (More than 17 Blog) Add Product Sections Add Anonymous/Guest account to access Statistical Report Add News Sections Add Polling Sessions Add SAK [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=61&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Development Progress for: Sistem Administrasi Kependudukan Web Version</p>
<div id="attachment_60" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-60" title="progress_v1_s" src="http://mhspic.files.wordpress.com/2009/01/progress_v1_s.jpg?w=450&#038;h=400" alt="SAK W3 Progress RoadMap (2009.1)" width="450" height="400" /><p class="wp-caption-text">SAK W3 Progress RoadMap (2009.1)</p></div>
<p>RoadMap (2009.1):</p>
<p>Template:</p>
<ul>
<li>Front End Template (85%)</li>
<li>Login Template (100%)</li>
<li>Back End Template (95%)</li>
</ul>
<p><span id="more-61"></span></p>
<p>Front End Future:</p>
<ul>
<li>Add Graphical Statistic on Front End</li>
<li>Add Blog (More than 17 Blog)</li>
<li>Add Product Sections</li>
<li>Add Anonymous/Guest account to access Statistical Report</li>
<li>Add News Sections</li>
<li>Add Polling Sessions</li>
<li>Add SAK Link (SAK Guest Access, SIE, SIAK, Intranet)</li>
<li>Add Blog Comment</li>
<li>Add More Future</li>
</ul>
<p>Back End Future:</p>
<ul>
<li>Core For SIE (80%)</li>
<li>Graphical and Table Display</li>
<li>Add ACL Level Access</li>
<li>Add ACL Group Access</li>
<li>Add User Access</li>
<li>Bug Fixing for Elxis Core and Extension</li>
<li>More Future&#8230;</li>
</ul>
<ul></ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mhspic.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mhspic.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mhspic.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mhspic.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mhspic.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mhspic.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mhspic.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mhspic.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mhspic.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mhspic.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mhspic.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mhspic.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mhspic.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mhspic.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=61&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mhspic.wordpress.com/2009/01/16/sak-w3-version-progress-roadmap20091/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d152435b7ab62deaf57264e6ec89241?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhspic</media:title>
		</media:content>

		<media:content url="http://mhspic.files.wordpress.com/2009/01/progress_v1_s.jpg" medium="image">
			<media:title type="html">progress_v1_s</media:title>
		</media:content>
	</item>
		<item>
		<title>Coming soon! Sistem Administrasi Kependudukan (SAK) W3 Version!</title>
		<link>http://mhspic.wordpress.com/2009/01/15/coming-soon-sistem-administrasi-kependudukan-sak-w3-version/</link>
		<comments>http://mhspic.wordpress.com/2009/01/15/coming-soon-sistem-administrasi-kependudukan-sak-w3-version/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 14:52:33 +0000</pubDate>
		<dc:creator>mhspic</dc:creator>
				<category><![CDATA[CMS Elxis]]></category>
		<category><![CDATA[Pemerintahan ( eGoverment )]]></category>
		<category><![CDATA[Produk Saya (My Product)]]></category>
		<category><![CDATA[Sistem Informasi ( Information System )]]></category>

		<guid isPermaLink="false">http://mhspic.wordpress.com/2009/01/15/coming-soon-sistem-administrasi-kependudukan-sak-w3-version/</guid>
		<description><![CDATA[In development process: Sistem Administrasi Kependudukan (SAK) Web Version! Road Map (2009) Add Front End Interface Add Back End Interface Add Back End Anonymous/Quest User Add Graphical Report Add Akta Report Add More Future&#8230; Development Tools: Elxis CMS FrameWork, The Power of Open Source! Oracle Database Compatible Browser: Firefox 3+ Opera 9.5+ GoogleCrhome Safari 3.2+  IE [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=56&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In development process: Sistem Administrasi Kependudukan (SAK) Web Version!</p>
<div id="attachment_55" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-55" title="SAK Front End Interface" src="http://mhspic.files.wordpress.com/2009/01/sak_web_on_dev.jpg?w=450&#038;h=400" alt="SAK Front End Interface" width="450" height="400" /><p class="wp-caption-text">SAK Front End Interface</p></div>
<p>Road Map (2009)</p>
<ul>
<li>Add Front End Interface</li>
<li>Add Back End Interface</li>
<li>Add Back End Anonymous/Quest User</li>
<li>Add Graphical Report</li>
<li>Add Akta Report</li>
<li>Add More Future&#8230;</li>
</ul>
<p><span id="more-56"></span></p>
<p>Development Tools:</p>
<ul>
<li>Elxis CMS FrameWork, The Power of Open Source!</li>
<li>Oracle Database</li>
</ul>
<div>Compatible Browser:</div>
<div>
<ul>
<li>Firefox 3+</li>
<li>Opera 9.5+</li>
<li>GoogleCrhome</li>
<li>Safari 3.2+ </li>
<li>IE 6+ </li>
</ul>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mhspic.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mhspic.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mhspic.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mhspic.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mhspic.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mhspic.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mhspic.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mhspic.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mhspic.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mhspic.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mhspic.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mhspic.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mhspic.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mhspic.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=56&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mhspic.wordpress.com/2009/01/15/coming-soon-sistem-administrasi-kependudukan-sak-w3-version/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d152435b7ab62deaf57264e6ec89241?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhspic</media:title>
		</media:content>

		<media:content url="http://mhspic.files.wordpress.com/2009/01/sak_web_on_dev.jpg" medium="image">
			<media:title type="html">SAK Front End Interface</media:title>
		</media:content>
	</item>
		<item>
		<title>Elxis, CMS yang powerfull dan X-database</title>
		<link>http://mhspic.wordpress.com/2009/01/03/curhat-elxis-cms-yang-powerfull-dan-x-database/</link>
		<comments>http://mhspic.wordpress.com/2009/01/03/curhat-elxis-cms-yang-powerfull-dan-x-database/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 03:08:42 +0000</pubDate>
		<dc:creator>mhspic</dc:creator>
				<category><![CDATA[CMS Elxis]]></category>
		<category><![CDATA[Curhat (Just For Fan)]]></category>

		<guid isPermaLink="false">http://mhspic.wordpress.com/?p=45</guid>
		<description><![CDATA[Sekarang ini banyak CMS (Content Management System) yang telah beredar dan mempunyai &#8220;pengsa pasarnya&#8221; sendiri. Hal ini disebabkan kemudahan yang disediakan oleh CMS. Di antara CMS yang paling populer di indonesia adalah: Joomla, sudah banyak institusi baik pemerintahan, pendidikan, perusahaan, yayasan, komunitas maupun web-site pribadi (blog) yang telah menggunakan Joomla. Joomla adalah turunan dari Mambo, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=45&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sekarang ini banyak CMS (Content Management System) yang telah beredar dan mempunyai &#8220;pengsa pasarnya&#8221; sendiri. Hal ini disebabkan kemudahan yang disediakan oleh CMS.</p>
<p>Di antara CMS yang paling populer di indonesia adalah: Joomla, sudah banyak institusi baik pemerintahan, pendidikan, perusahaan, yayasan, komunitas maupun web-site pribadi (blog) yang telah menggunakan Joomla. Joomla adalah turunan dari Mambo, lalu apakah anda tahu ada turunan Mambo selain Joomla?<span id="more-45"></span></p>
<p>Jawabnya adalah Elxis CMS, dengan slogannya Feel the power of Open Source! Elxis telah melebarkan sayapnya melalui web site resminya http://www.elxis.org. Lalu apa kelebihan dari Elxis di banding Joomla?</p>
<p>Berbeda dengan Joomla yang sekarang ini masih menggunakan MySQL sebagai database-nya, Elxis dapat di install menggunakan database yang berbeda-beda (X-Database) . Dan tidak tanggung-tanggung, database yang di dukung adalah database yang telah bertaraf enterprise seperti: MySQL, PosgreSQL, dan Oracle. Tidak hanya itu, Elxis juga di desain untuk database selain tiga database di atas. untuk lebih lengkapnya anda dapat mengunjungi web site elxis (www.elxis.org).</p>
<p>Lalu kelemahannya apa? Kelemahan yang paling menonjol adalah belum banyaknya Extension (Component, Modul, Mambots) untuk Elxis, tapi seiring dengan waktu, developer elxis (biasa disebut dengan Elxis Team) terus memproduksi Extension untuk elxis, sehingga akan lebih banyak Extension yang dapat digunakan.</p>
<p>Lalu bagaimana dengan Keamanan (Security)? Elxis telah terbukti lebih aman dari Joomla, hal ini di buktikan dengan adanya Elxis Defender yang di dedikasikan sebagai tools security dan juga teknik pemrograman-nya yang di desain se-aman mungkin. Selain itu, Elxis telah terbukti adalah CMS berbasis Mambo yang lebih sedikit Bug-nya ketimbang Mambo dan Joomla.</p>
<p>Anda tidak percaya? Silahkan coba dahulu! Download Elxis di  http://www.elxis-downloads.com lalu install di hosting atau komputer Anda!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mhspic.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mhspic.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mhspic.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mhspic.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mhspic.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mhspic.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mhspic.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mhspic.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mhspic.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mhspic.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mhspic.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mhspic.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mhspic.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mhspic.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=45&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mhspic.wordpress.com/2009/01/03/curhat-elxis-cms-yang-powerfull-dan-x-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d152435b7ab62deaf57264e6ec89241?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhspic</media:title>
		</media:content>
	</item>
		<item>
		<title>MHSCore Logo</title>
		<link>http://mhspic.wordpress.com/2008/10/30/mhscore-logo/</link>
		<comments>http://mhspic.wordpress.com/2008/10/30/mhscore-logo/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 11:17:30 +0000</pubDate>
		<dc:creator>mhspic</dc:creator>
				<category><![CDATA[Curhat (Just For Fan)]]></category>
		<category><![CDATA[Produk Saya (My Product)]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mhspic.wordpress.com/?p=39</guid>
		<description><![CDATA[Berfikir tentang logo yang akan saya pake untuk produk-produk saya. Tapi kelihatannya belum mewakili. . Pantang menyerah dan terus desain! Merdeka! Thinking about logo for my product. But i think it&#8217;s not yet linked with my product. . Keep Design and Never give up!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=39&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_40" class="wp-caption aligncenter" style="width: 228px"><a href="http://mhspic.files.wordpress.com/2008/10/mhs_core_a.png"><img class="size-full wp-image-40" title="MHSCore Logo" src="http://mhspic.files.wordpress.com/2008/10/mhs_core_a.png?w=218&#038;h=151" alt="MHSCore Logo" width="218" height="151" /></a><p class="wp-caption-text">MHSCore Logo</p></div>
<p>Berfikir tentang logo yang akan saya pake untuk produk-produk saya. Tapi kelihatannya belum mewakili. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . Pantang menyerah dan terus desain! Merdeka!</p>
<p>Thinking about logo for my product. But i think it&#8217;s not yet linked with my product. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . Keep Design and Never give up!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mhspic.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mhspic.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mhspic.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mhspic.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mhspic.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mhspic.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mhspic.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mhspic.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mhspic.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mhspic.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mhspic.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mhspic.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mhspic.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mhspic.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=39&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mhspic.wordpress.com/2008/10/30/mhscore-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d152435b7ab62deaf57264e6ec89241?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhspic</media:title>
		</media:content>

		<media:content url="http://mhspic.files.wordpress.com/2008/10/mhs_core_a.png" medium="image">
			<media:title type="html">MHSCore Logo</media:title>
		</media:content>
	</item>
		<item>
		<title>News: Still in development!  &#8220;Administrasi Kartu Pencari Kerja&#8221;</title>
		<link>http://mhspic.wordpress.com/2008/10/30/news-still-in-development-administrasi-kartu-pencari-kerja/</link>
		<comments>http://mhspic.wordpress.com/2008/10/30/news-still-in-development-administrasi-kartu-pencari-kerja/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 01:00:19 +0000</pubDate>
		<dc:creator>mhspic</dc:creator>
				<category><![CDATA[Produk Saya (My Product)]]></category>

		<guid isPermaLink="false">http://mhspic.wordpress.com/?p=36</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=36&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_37" class="wp-caption aligncenter" style="width: 460px"><a href="http://mhspic.files.wordpress.com/2008/10/ycard_s3.png"><img class="size-full wp-image-37" title="news:Still in development!  &quot;Administrasi Kartu Pencari Kerja&quot;" src="http://mhspic.files.wordpress.com/2008/10/ycard_s3.png?w=450&#038;h=340" alt="news:Still in development!  &quot;Administrasi Kartu Pencari Kerja&quot;" width="450" height="340" /></a><p class="wp-caption-text">News: Still in development!  </p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mhspic.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mhspic.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mhspic.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mhspic.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mhspic.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mhspic.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mhspic.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mhspic.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mhspic.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mhspic.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mhspic.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mhspic.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mhspic.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mhspic.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=36&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mhspic.wordpress.com/2008/10/30/news-still-in-development-administrasi-kartu-pencari-kerja/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d152435b7ab62deaf57264e6ec89241?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhspic</media:title>
		</media:content>

		<media:content url="http://mhspic.files.wordpress.com/2008/10/ycard_s3.png" medium="image">
			<media:title type="html">news:Still in development!  &#34;Administrasi Kartu Pencari Kerja&#34;</media:title>
		</media:content>
	</item>
		<item>
		<title>New Release: CAPIL (Akta Catatan Sipil)</title>
		<link>http://mhspic.wordpress.com/2008/08/19/new-release-capil-akta-catatan-sipil/</link>
		<comments>http://mhspic.wordpress.com/2008/08/19/new-release-capil-akta-catatan-sipil/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 07:56:55 +0000</pubDate>
		<dc:creator>mhspic</dc:creator>
				<category><![CDATA[Produk Saya (My Product)]]></category>

		<guid isPermaLink="false">http://mhspic.wordpress.com/?p=32</guid>
		<description><![CDATA[Aplikasi untuk Kantor Catatan Sipil. Khususnya untuk Administrasi Akta: Akta Kelahiran; Akta Pernikahan; Akta Perceraian; Akta Kematian; Akta Pengakuan. Fitur: Dual Bahasa (Indonesia / English) Skin/Tampilan menarik; dapat di ubah-ubah Dapat di sinkronkan dengan SIAK Depdagri (WebLogic-Oracle) Komponen Development: Bahasa Pemrograman (Pascal) dengan IDE Delphi Database menggunakan Oracle Client Server Komponen Ke Tiga A.B Kuncoro [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=32&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_33" class="wp-caption aligncenter" style="width: 509px"><a href="http://mhspic.files.wordpress.com/2008/08/mhsportocapil01-00.png"><img class="size-full wp-image-33" src="http://mhspic.files.wordpress.com/2008/08/mhsportocapil01-00.png?w=499&#038;h=375" alt="CAPIL (Akta Catatan Sipil)" width="499" height="375" /></a><p class="wp-caption-text">CAPIL (Akta Catatan Sipil)</p></div>
<p>Aplikasi untuk Kantor Catatan Sipil. Khususnya untuk Administrasi Akta: Akta Kelahiran; Akta Pernikahan; Akta Perceraian; Akta Kematian; Akta Pengakuan.</p>
<p>Fitur: <span id="more-32"></span></p>
<ul>
<li>Dual Bahasa (Indonesia / English)</li>
<li>Skin/Tampilan menarik; dapat di ubah-ubah</li>
<li>Dapat di sinkronkan dengan SIAK Depdagri (WebLogic-Oracle)</li>
</ul>
<p>Komponen Development:</p>
<ul>
<li>Bahasa Pemrograman (Pascal) dengan IDE Delphi</li>
<li>Database menggunakan Oracle</li>
<li>Client Server</li>
</ul>
<p>Komponen Ke Tiga</p>
<ul>
<li> A.B Kuncoro &#8211; Catatan Sipil V 1.0</li>
</ul>
<p> </p>
<p>Informasi lebih lanjut:</p>
<p>Pemesanan, Konsultasi, Reseller dapat mengubungi:</p>
<p>Muhammad Hari Suharto, email: muharihar@infoterkini.com, telpon/sms: 08562904227; blog: mhs.infoterkini.com; YM Chat: indocyber2002</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mhspic.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mhspic.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mhspic.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mhspic.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mhspic.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mhspic.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mhspic.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mhspic.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mhspic.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mhspic.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mhspic.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mhspic.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mhspic.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mhspic.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mhspic.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mhspic.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=32&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mhspic.wordpress.com/2008/08/19/new-release-capil-akta-catatan-sipil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d152435b7ab62deaf57264e6ec89241?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhspic</media:title>
		</media:content>

		<media:content url="http://mhspic.files.wordpress.com/2008/08/mhsportocapil01-00.png" medium="image">
			<media:title type="html">CAPIL (Akta Catatan Sipil)</media:title>
		</media:content>
	</item>
		<item>
		<title>New Release: SIMGAJI Alfa Testing</title>
		<link>http://mhspic.wordpress.com/2008/08/19/new-release-simgaji-alfa-testing/</link>
		<comments>http://mhspic.wordpress.com/2008/08/19/new-release-simgaji-alfa-testing/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 00:58:04 +0000</pubDate>
		<dc:creator>mhspic</dc:creator>
				<category><![CDATA[Produk Saya (My Product)]]></category>

		<guid isPermaLink="false">http://mhspic.wordpress.com/?p=24</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=24&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_25" class="wp-caption aligncenter" style="width: 510px"><a href="http://mhspic.files.wordpress.com/2008/08/mhsportosimgaji01.png"><img class="size-full wp-image-25" src="http://mhspic.files.wordpress.com/2008/08/mhsportosimgaji01.png?w=500&#038;h=363" alt="SIMGAJI" width="500" height="363" /></a><p class="wp-caption-text">SIMGAJI</p></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mhspic.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mhspic.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mhspic.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mhspic.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mhspic.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mhspic.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mhspic.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mhspic.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mhspic.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mhspic.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mhspic.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mhspic.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mhspic.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mhspic.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mhspic.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mhspic.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=24&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mhspic.wordpress.com/2008/08/19/new-release-simgaji-alfa-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d152435b7ab62deaf57264e6ec89241?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhspic</media:title>
		</media:content>

		<media:content url="http://mhspic.files.wordpress.com/2008/08/mhsportosimgaji01.png" medium="image">
			<media:title type="html">SIMGAJI</media:title>
		</media:content>
	</item>
		<item>
		<title>New Release: Job Scheduler (Task Script Scheduler)</title>
		<link>http://mhspic.wordpress.com/2008/06/23/new-release-job-scheduler-task-script-scheduler/</link>
		<comments>http://mhspic.wordpress.com/2008/06/23/new-release-job-scheduler-task-script-scheduler/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 02:28:45 +0000</pubDate>
		<dc:creator>mhspic</dc:creator>
				<category><![CDATA[Produk Saya (My Product)]]></category>

		<guid isPermaLink="false">http://mhspic.wordpress.com/?p=20</guid>
		<description><![CDATA[Feature: - Running Task/Job/Script Schedule formated by: Date Time Day Month Year Custom - Compressed Result file (.rar) - Sending Result file to FTP Server - Monitoring Result File from http web server Example of script: - Backup oracle db every year, month, day, hour or minutes - Backup mysql db every day<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=20&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://mhspic.files.wordpress.com/2008/06/job-task-scheduler-v1-s-1.png"><img class="aligncenter size-full wp-image-21" src="http://mhspic.files.wordpress.com/2008/06/job-task-scheduler-v1-s-1.png?w=500&#038;h=380" alt="Job Scheduler (Task Script Scheduler)" width="500" height="380" /></a><br />
Feature:<br />
- Running Task/Job/Script Schedule formated by:</p>
<ul>
<li> Date</li>
<li> Time</li>
<li> Day</li>
<li> Month</li>
<li> Year</li>
<li> Custom</li>
</ul>
<p>- Compressed Result file (.rar)<br />
- Sending Result file to FTP Server<br />
- Monitoring Result File from http web server</p>
<p>Example of script:<br />
- Backup oracle db every year, month, day, hour or minutes<br />
- Backup mysql db every day</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mhspic.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mhspic.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mhspic.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mhspic.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mhspic.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mhspic.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mhspic.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mhspic.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mhspic.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mhspic.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mhspic.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mhspic.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mhspic.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mhspic.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mhspic.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mhspic.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mhspic.wordpress.com&amp;blog=3705074&amp;post=20&amp;subd=mhspic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mhspic.wordpress.com/2008/06/23/new-release-job-scheduler-task-script-scheduler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d152435b7ab62deaf57264e6ec89241?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mhspic</media:title>
		</media:content>

		<media:content url="http://mhspic.files.wordpress.com/2008/06/job-task-scheduler-v1-s-1.png" medium="image">
			<media:title type="html">Job Scheduler (Task Script Scheduler)</media:title>
		</media:content>
	</item>
	</channel>
</rss>
