<?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>Dedy&#039;s Personal Site - Project Management - Web Developer  - PHP Developer - PHP Freelancer</title>
	<atom:link href="http://www.geraiweb.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geraiweb.com/wordpress</link>
	<description>Get to know me.</description>
	<lastBuildDate>Wed, 20 Feb 2013 03:30:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Balivilla</title>
		<link>http://www.geraiweb.com/wordpress/2013/02/19/balivilla/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=balivilla</link>
		<comments>http://www.geraiweb.com/wordpress/2013/02/19/balivilla/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 09:01:46 +0000</pubDate>
		<dc:creator>dedy</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.geraiweb.com/wordpress/?p=234</guid>
		<description><![CDATA[Environment : PHP5, codeigniter, jquery, mysql]]></description>
				<content:encoded><![CDATA[<p>Environment : PHP5, codeigniter, jquery, mysql</p>

<div class="ngg-galleryoverview" id="ngg-gallery-1-234">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.geraiweb.com/wordpress/2013/02/19/balivilla/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.geraiweb.com/wordpress/wp-content/gallery/balivilla/19-feb-13-3-56-08-pm.jpg" title=" " rel="lightbox[set_1]" >
								<img title="19-feb-13-3-56-08-pm" alt="19-feb-13-3-56-08-pm" src="http://www.geraiweb.com/wordpress/wp-content/gallery/balivilla/thumbs/thumbs_19-feb-13-3-56-08-pm.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-2" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.geraiweb.com/wordpress/wp-content/gallery/balivilla/19-feb-13-3-56-16-pm.jpg" title=" " rel="lightbox[set_1]" >
								<img title="19-feb-13-3-56-16-pm" alt="19-feb-13-3-56-16-pm" src="http://www.geraiweb.com/wordpress/wp-content/gallery/balivilla/thumbs/thumbs_19-feb-13-3-56-16-pm.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-3" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.geraiweb.com/wordpress/wp-content/gallery/balivilla/19-feb-13-3-57-52-pm.jpg" title=" " rel="lightbox[set_1]" >
								<img title="19-feb-13-3-57-52-pm" alt="19-feb-13-3-57-52-pm" src="http://www.geraiweb.com/wordpress/wp-content/gallery/balivilla/thumbs/thumbs_19-feb-13-3-57-52-pm.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://www.geraiweb.com/wordpress/2013/02/19/balivilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Setup Virtual Host on Local Web Server using Apache on Windows</title>
		<link>http://www.geraiweb.com/wordpress/2010/06/03/how-to-setup-virtual-host-on-local-web-server-using-apache-on-windows/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-setup-virtual-host-on-local-web-server-using-apache-on-windows</link>
		<comments>http://www.geraiweb.com/wordpress/2010/06/03/how-to-setup-virtual-host-on-local-web-server-using-apache-on-windows/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 05:04:50 +0000</pubDate>
		<dc:creator>dedy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.geraiweb.com/wordpress/?p=224</guid>
		<description><![CDATA[there are 2 files that needed to be edited in order to create virtual host on local computer . 1.  apache side  : ./apache/conf/httpd.conf enable for include httpd-vhosts.conf : Include conf/extra/httpd-vhosts.conf ./apache/conf/extra/httpd-vhosts.conf    , to configure the virtual host ex : NameVirtualHost 127.0.0.1 &#60;VirtualHost 127.0.0.1&#62; DocumentRoot &#8220;E:/folder/to/web1/&#8221; ServerName web1.local &#60;/VirtualHost&#62; &#60;VirtualHost 127.0.0.1&#62; DocumentRoot &#8220;E:/folder/to/web2/&#8221; ServerName [...]]]></description>
				<content:encoded><![CDATA[<p>there are 2 files that needed to be edited in order to create virtual host on local computer .</p>
<p>1.  apache side  :</p>
<p>./apache/conf/httpd.conf</p>
<p>enable for include httpd-vhosts.conf :</p>
<p style="padding-left: 30px;"><span style="font-family: 'Courier New', Courier, mono; line-height: normal; font-size: small; color: #0000aa;"> </span><span style="line-height: normal; font-size: small;"><span style="color: #3366ff;"> Include conf/extra/httpd-vhosts.conf</span></span></p>
<p><span style="font-family: 'Courier New', Courier, mono; line-height: normal; font-size: small; color: #0000aa;"><br />
</span></p>
<p>./apache/conf/extra/httpd-vhosts.conf    , to configure the virtual host</p>
<p>ex :</p>
<p style="padding-left: 30px;"><span style="color: #3366ff;">NameVirtualHost 127.0.0.1</span></p>
<p style="padding-left: 30px;"><span style="color: #3366ff;">&lt;VirtualHost 127.0.0.1&gt;</span></p>
<p style="padding-left: 60px;"><span style="color: #3366ff;"> DocumentRoot &#8220;E:/folder/to/web1/&#8221;</span></p>
<p style="padding-left: 60px;"><span style="color: #3366ff;"> ServerName web1.local</span></p>
<p style="padding-left: 30px;"><span style="color: #3366ff;">&lt;/VirtualHost&gt; </span></p>
<div>
<p style="padding-left: 30px;"><span style="color: #3366ff;">&lt;VirtualHost 127.0.0.1&gt;</span></p>
<p style="padding-left: 60px;"><span style="color: #3366ff;"> DocumentRoot &#8220;E:/folder/to/web2/&#8221;</span></p>
<p style="padding-left: 60px;"><span style="color: #3366ff;"> ServerName web2.local</span></p>
<p style="padding-left: 30px;"><span style="color: #3366ff;">&lt;/VirtualHost&gt; </span></p>
</div>
<p>2. windows site, for the resolving dns</p>
<p>C:\Windows\system32\drivers\etc\hosts</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 157px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">127.0.0.1       creation.dedy.com</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 157px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">127.0.0.1       balivilla.local</div>
<p style="padding-left: 30px;"><span style="color: #3366ff;">127.0.0.1       web1.local</span></p>
<p style="padding-left: 30px;"><span style="color: #3366ff;">127.0.0.1       web2.local</span></p>
<p style="padding-left: 30px;">
<p><span style="color: #000000;">then restart apache </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geraiweb.com/wordpress/2010/06/03/how-to-setup-virtual-host-on-local-web-server-using-apache-on-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>how to setup adsl modem d-link dsl 526B with linksys wireless router wrt54gh</title>
		<link>http://www.geraiweb.com/wordpress/2010/03/27/how-to-setup-adsl-modem-d-link-dsl-526b-with-linksys-wireless-router-wrt54gh/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-setup-adsl-modem-d-link-dsl-526b-with-linksys-wireless-router-wrt54gh</link>
		<comments>http://www.geraiweb.com/wordpress/2010/03/27/how-to-setup-adsl-modem-d-link-dsl-526b-with-linksys-wireless-router-wrt54gh/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 04:42:53 +0000</pubDate>
		<dc:creator>dedy</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.geraiweb.com/wordpress/?p=220</guid>
		<description><![CDATA[When I bought a new PC , I need to share the internet connection I have at home . Previously with 1 notebook at home, I just need adsl modem plug into my notebook. But with the new PC , I need to share the internet connection using a wireless router . After searching, my [...]]]></description>
				<content:encoded><![CDATA[<p>When I bought a new PC , I need to share the internet connection I have at home .</p>
<p>Previously with 1 notebook at home, I just need adsl modem plug into my notebook.</p>
<p>But with the new PC , I need to share the internet connection using a wireless router .</p>
<p>After searching, my choice come to linksys wrt54gh, due to its price <img src='http://www.geraiweb.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
<p>a. The connection</p>
<p>adsl cable &#8211; adsl modem &#8211; wireless router &#8212; pc / notebook</p>
<p>b. with dlink 526b , I use it as a bridge . and put the ppoe dial in my router.</p>
<p>c. Step by step how to :</p>
<p>1. open adsl modem web setting , by default is http://192.168.1.1 , user and pass : admin / admin (default)</p>
<p>2. change wan connection setting in adsl modem , from ppoe to bridge mode :</p>
<p>in the wan connection, edit the existing setting .</p>
<p>click next. then choose bridge instead of ppoe.</p>
<p>3. save  . It&#8217;s done for setting in adsl modem</p>
<p>4. Unplug the utp cable from pc to adsl , and plug it into the router</p>
<p>5. open the router web admin , by default is http://192.168.1.1/  user : &lt;blank &gt; / admin</p>
<p>6. change the router IP so it has different segment with adsl modem.  In this case , I use 192.168.0.1</p>
<p>7.  enable dhcp in router</p>
<p>8. In the internet connection, choose PPoE , and fill the user and pass provide by your internet provider (I use speedy ) .</p>
<p>9 .  Save settings. wait until it restart</p>
<p>10.  restart PC (or just repair the lan connection)</p>
<p>11. connect adsl modem with the router,  from the router , port internet , connect to adsl modem utp port</p>
<p>12. done.</p>
<p>good luck</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geraiweb.com/wordpress/2010/03/27/how-to-setup-adsl-modem-d-link-dsl-526b-with-linksys-wireless-router-wrt54gh/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to setting adsl modem TP-Link TD-8817 with wireless router Linksys wrt54GH</title>
		<link>http://www.geraiweb.com/wordpress/2010/03/27/how-to-setting-adsl-modem-tp-link-td-8817-with-wireless-router-linksys-wrt54gh/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-setting-adsl-modem-tp-link-td-8817-with-wireless-router-linksys-wrt54gh</link>
		<comments>http://www.geraiweb.com/wordpress/2010/03/27/how-to-setting-adsl-modem-tp-link-td-8817-with-wireless-router-linksys-wrt54gh/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 04:26:44 +0000</pubDate>
		<dc:creator>dedy</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.geraiweb.com/wordpress/?p=216</guid>
		<description><![CDATA[It&#8217;s very simple to setting adsl modem with the wrt54gh. It&#8217;s because I need to access internet when I&#8217;m in my friend&#8217;s house. But he only have 1 internet connection using telkom speedy adsl modem tp link td-8817. So I brought my wireless router (linksys wrt54GH) and setup there. I&#8217;ll post later how to setup [...]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s very simple to setting adsl modem with the wrt54gh.</p>
<p>It&#8217;s because I need to access internet when I&#8217;m in my friend&#8217;s house. But he only have 1 internet connection using telkom speedy adsl modem tp link td-8817.</p>
<p>So I brought my wireless router (linksys wrt54GH) and setup there.</p>
<p>I&#8217;ll post later how to setup an adsl modem dlink with this wireless router.</p>
<p>These are the steps :</p>
<p>a. the structure will be like this :</p>
<p>adsl cable &#8212; adsl modem &#8212; wireless router (internet port) &#8212; pc</p>
<p>b. I assume the IP of the adsl modem is 192.168.1.1</p>
<p>c. By default , the IP of the router is 192.168.1.1 .</p>
<p>So first unplug the utp cable from pc to adsl modem , and connect it from pc to router (not the internet port).</p>
<p>d.  open http://192.168.1.1</p>
<p>e.  By default  , user password for the router is : &lt;blank&gt; / admin.</p>
<p>f. Make the IP of the wireless router to different segment, by changing the router IP in basic setup.</p>
<p>In this case, I use 192.168.0.1</p>
<p>g. Why different segment ? Because the adsl modem itself has the dhcp service. And in 1 segment , there can not be 2 DHCP server running , it can cause conflict.</p>
<p>h. Then in the internet connection type , choose &#8216;Automatic configuration &#8211; DHCP&#8217; .</p>
<p>f.  Save settings. will need couple time to restart the router.</p>
<p>g. After that , connect the adsl modem with router .  put the utp in the internet port of the router , and connect it to adsl modem.</p>
<p>h. done . No settings changed in the adsl modem needed.</p>
<p>j. restart the modem and pc if needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geraiweb.com/wordpress/2010/03/27/how-to-setting-adsl-modem-tp-link-td-8817-with-wireless-router-linksys-wrt54gh/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>meredirect url dengan htaccess</title>
		<link>http://www.geraiweb.com/wordpress/2009/07/14/meredirect-url-dengan-htaccess/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=meredirect-url-dengan-htaccess</link>
		<comments>http://www.geraiweb.com/wordpress/2009/07/14/meredirect-url-dengan-htaccess/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 11:32:53 +0000</pubDate>
		<dc:creator>dedy</dc:creator>
				<category><![CDATA[Pemrograman]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.geraiweb.com/wordpress/?p=182</guid>
		<description><![CDATA[&#60;IfModule mod_rewrite.c&#62; RewriteEngine On RewriteBase / Redirect / http://www.new-address.com/ RewriteRule (.*) http://www.new-address.com/$1 [L] &#60;/IfModule&#62; explanation : RewriteBase / * untuk menentukan folder aktif u/ rewrite tersebut Redirect / http://www.new-address.com/ *meredirect request ke folder '/' , ke alamat baru RewriteRule (.*) http://www.new-address.com/$1 [L] * semua request di redirect ke alamat baru (plus parameter di belakangnya)]]></description>
				<content:encoded><![CDATA[<div>
<p><span style="font-family: 'Courier New'; line-height: 18px; white-space: pre;">&lt;IfModule mod_rewrite.c&gt;</span></p>
<pre class="alt2" dir="ltr">RewriteEngine On
RewriteBase /
Redirect / http://www.new-address.com/
RewriteRule (.*) http://www.new-address.com/$1 [L]
&lt;/IfModule&gt;</pre>
<pre class="alt2" dir="ltr">explanation :</pre>
<pre class="alt2" dir="ltr"><span id="more-182"></span></pre>
<pre class="alt2" dir="ltr">RewriteBase /</pre>
<pre class="alt2" dir="ltr">* untuk menentukan folder aktif u/ rewrite tersebut</pre>
<pre class="alt2" dir="ltr">
<pre class="alt2" dir="ltr">
<pre class="alt2" dir="ltr">
<pre class="alt2" dir="ltr"></pre>
<pre class="alt2" dir="ltr">Redirect / http://www.new-address.com/</pre>
<pre class="alt2" dir="ltr">*meredirect request ke folder '/' , ke alamat baru</pre>
<pre class="alt2" dir="ltr"></pre>
<pre class="alt2" dir="ltr">RewriteRule (.*) http://www.new-address.com/$1 [L]</pre>
<pre class="alt2" dir="ltr">* semua request di redirect ke alamat baru (plus parameter di belakangnya)</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.geraiweb.com/wordpress/2009/07/14/meredirect-url-dengan-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom 404 page in codeigniter</title>
		<link>http://www.geraiweb.com/wordpress/2009/06/26/custom-404-page-in-codeigniter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=custom-404-page-in-codeigniter</link>
		<comments>http://www.geraiweb.com/wordpress/2009/06/26/custom-404-page-in-codeigniter/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 10:43:06 +0000</pubDate>
		<dc:creator>dedy</dc:creator>
				<category><![CDATA[Pemrograman]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[codeigniter]]></category>

		<guid isPermaLink="false">http://www.geraiweb.com/wordpress/?p=205</guid>
		<description><![CDATA[Helo, I found this in the internet when I need to custom my 404 page . Because the default 404 page from codeigniter is so &#8216;default&#8217; . When the application can not found the page requested, it handle by the Exceptions in the codeigniter , function show_404. You can find the file in the &#8216;./libraries/Exceptions.php&#8217; [...]]]></description>
				<content:encoded><![CDATA[<p>Helo,</p>
<p>   I found this in the internet when I need to custom my 404 page . Because the default 404 page from codeigniter is so &#8216;default&#8217; <img src='http://www.geraiweb.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
<p>When the application can not found the page requested, it handle by the Exceptions in the codeigniter , function show_404.</p>
<p>You can find the file in the &#8216;./libraries/Exceptions.php&#8217; .</p>
<p>In order to create your own 404 page, you just need to override the function show_404($page = &#8221;) .</p>
<p>How we do that ? </p>
<p>You just need to create a file named : &#8216;MY_Exceptions.php&#8217; , and put it in the folder &#8216;./application/libraries&#8217;.</p>
<p>And the content of the file should be like this : </p>
<p><code></p>
<pre class="brush: php">
&lt;?

	class MY_Exceptions extends CI_Exceptions{
		
	  	public function __construct(){
	      parent::__construct();
	    }
		
		function show_404($page = &#039;&#039;){
			redirect(&#039;404&#039;,&#039;refresh&#039;);  // you can change this with what you want
			exit;
		}
	}
?&gt;
</pre>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geraiweb.com/wordpress/2009/06/26/custom-404-page-in-codeigniter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Difference between parsing variable and parsing reference</title>
		<link>http://www.geraiweb.com/wordpress/2009/06/24/difference-between-parsing-variable-and-parsing-reference/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=difference-between-parsing-variable-and-parsing-reference</link>
		<comments>http://www.geraiweb.com/wordpress/2009/06/24/difference-between-parsing-variable-and-parsing-reference/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 09:46:42 +0000</pubDate>
		<dc:creator>dedy</dc:creator>
				<category><![CDATA[Pemrograman]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[parsing reference]]></category>

		<guid isPermaLink="false">http://www.geraiweb.com/wordpress/?p=187</guid>
		<description><![CDATA[I found an interesting code when I'm coding.

what  is difference between :

$_fx  = &#038;$a ;

with

$_fx  = $a ;

The first one,  we call it parsing reference, and the second one , is parsing value.

you can see the difference with this sample : ]]></description>
				<content:encoded><![CDATA[<p>I found an interesting code when I&#8217;m coding.</p>
<p>what  is difference between :</p>
<p>$_fx  = &amp;$a ;</p>
<p>with</p>
<p>$_fx  = $a ;</p>
<p>The first one,  we call it parsing reference, and the second one , is parsing value.</p>
<p>you can see the difference with this sample :</p>
<p><code>
<pre class="brush: php">
&lt;?&lt;/code&gt;&lt;/code&gt;

&lt;code&gt;&lt;code&gt; &lt;/code&gt;

&lt;code&gt;echo &quot;without reference: &lt;BR&gt;&quot;;
$a = 5;
$b = $a;

echo &quot; a : 5&lt;BR&gt;&quot;;
echo &#039;$b = $a &lt;BR&gt;&#039;;
echo &quot;${b} = ${a} &lt;BR&gt;&quot;;

for($i=1;$i&lt;5;$i++){
$b++;
echo &quot;a(${a}) | b(${b}) &lt;BR&gt;&quot;;
}

echo &quot;&lt;BR&gt;&lt;BR&gt;&quot;;

echo &quot;with reference (&amp;amp;amp;amp;) : &lt;br&gt;&quot;;

$a = 5;
$b = &amp;amp;amp;amp;$a;

echo &quot; a : 5&lt;BR&gt;&quot;;
echo &#039;$b = &amp;amp;amp;amp;$a &lt;BR&gt;&#039;;
echo &quot;${b} = ${a} &lt;BR&gt;&quot;;

for($i=1;$i&lt;5;$i++){
$b++;
echo &quot;a(${a}) | b(${b}) &lt;BR&gt;&quot;;
}

?&gt;

&lt;/code&gt;

&lt;/code&gt;

&lt;code&gt;&lt;code&gt;</pre>
<p></code></p>
<p>as you can see, using &#8216;&amp;&#8217; , the value of $a is also changed .</p>
<p>so what I get is , if you using a reference, any changes you made on the reference variable ($b) will efect the real variable ($a)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geraiweb.com/wordpress/2009/06/24/difference-between-parsing-variable-and-parsing-reference/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pengalaman mengurus SIM hilang</title>
		<link>http://www.geraiweb.com/wordpress/2009/03/06/pengalaman-mengurus-sim-hilang/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pengalaman-mengurus-sim-hilang</link>
		<comments>http://www.geraiweb.com/wordpress/2009/03/06/pengalaman-mengurus-sim-hilang/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 02:13:55 +0000</pubDate>
		<dc:creator>dedy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.geraiweb.com/wordpress/?p=174</guid>
		<description><![CDATA[gw kehilangan dompet beberapa minggu lalu , yg isi nya KTP, SIM A , dan SIM C . Untung gw jarang2 banget bawa kartu kredit or kartu debet di dompet kalau tidak penting. Yang ingin gw ceritain di sini , pengalaman gw ngurus sim . pertama2 , jelas, kita harus ke kantor polisi untuk melaporkan [...]]]></description>
				<content:encoded><![CDATA[<p>gw kehilangan dompet beberapa minggu lalu , yg isi nya KTP, SIM A , dan SIM C . Untung gw jarang2 banget bawa kartu kredit or kartu debet di dompet kalau tidak penting.</p>
<p>Yang ingin gw ceritain di sini , pengalaman gw ngurus sim .</p>
<p>pertama2 , jelas, kita harus ke kantor polisi untuk melaporkan kehilangan, dari situ kita dapat surat laporan kehilangan.</p>
<p>Nah surat itu di copy, copy nya di pakai u/ urus KTP , asli nya di pakai u/ urus sim hilang .</p>
<p>Yang perlu di siapkan u/ mengurus sim hilang :</p>
<p>a. KTP Asli , ya asli, jadi bisa ngurus sim hilang , setelah ngurus ktp yg hilang nya selesai <img src='http://www.geraiweb.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>b. Copy KTP (copy aja 3, tp kyknya kepakai 1 doang) .</p>
<p>c. Copy SIM lama yg hilang (kebetulan gw ada ) , masing2 3 (terpakai mungkin 1)</p>
<p>d. Surat laporan kehilangan yang asli dari pos polisi.</p>
<p>e. Pakai sepatu , dan pakaian yang rapih (khan mo di photo <img src='http://www.geraiweb.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>f. Bawa alat2 tulis . Kemaren sih yang di pakai cukup balpoint saja. Tapi yang bikin baru, seperti nya harus bawa pensil 2b.</p>
<p>Kenapa musti bawa spare copy-an ?? Karena kalau foto copy di samsat, aduh mahal nya. 1 lembar @500 . (sedangkan gw copy di luar, 1 lembar @100) <img src='http://www.geraiweb.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  .</p>
<p>Gw mengurus sim hilang ini di samsat di Daan mogot . Yang kalau dari arah citra land ke arah cengkareng , setelah pertigaan jalan panjang &#8211; daan mogot, masih lurus lagi dikit, ada nya di sebelah kanan.</p>
<p>Setelah sampai parkiran motor , yang harus di perhatikan adalah : lihat ke arah kantin yang ada antrian . <img src='http://www.geraiweb.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   .  Ada nya di sebelah kiri parkiran motor.</p>
<p>Itu adalah tempat untuk mengambil test kesehatan , di sini kena charge Rp. 15.000 u/ sim A/C dan Rp. 20.000 untuk sim B1 (Biarpun ngurus hilang 2 sim, tapi cuman dikenakan biaya test 1x di sini).</p>
<p>Abis antri formulir test kesehatan, masuk ke ruang test kesehatan, di sini yang di test cuman penglihatan . Setelah test selama kurang lebih 5 detik ( yup , cepat sekali <img src='http://www.geraiweb.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) , kita menuju ke gedung utama, di sebelah kanan parkiran motor .</p>
<p>Setelah masuk gedung, kita ke arah kiri , ke loket asuransi . isi formulir asuransi , trus bayar asuransinya  Rp. 15.000 . isi alamat nya kudu lengkap sampe rt rw .</p>
<p>Abis itu , ambil formulir administrasi pendaftaran sim (ada di sebelah nya loket asuransi) . Nanti dapat 2 lembar,  1 formulir isian, 1 lembar tanda terima.</p>
<p>1 formulir, @ Rp. 60.000 . Gw ambil 2 formulir.</p>
<p>Abis isi formulir ( isi juga yang lembar tanda terima), masuk ke dalam (lewatin pintu yg di jaga pak polisi) .</p>
<p>trus ke kanan , cari tangga ke lantai 2 . Ke ruang arsip, lapor aja kalau sim kita hilang.</p>
<p>Kita serahin : formulir isian tadi, surat laporan kehilangan  , copy KTP , copy sim .</p>
<p>Abis itu , kita turun lagi , ke loket 18. Loket ini untuk mengurus sim hilang.</p>
<p>Abis itu kita langsung foto, kita bisa foto di loket 23-26.</p>
<p>Setelah foto , udah deh, proses sudah selesai, kita tunggu di loket 30 untuk hasilnya.</p>
<p>Setelah nama gw di panggil di loket 30, kena charge rp.5000 untuk tempat SIM .</p>
<p>TOTAL cost :</p>
<p>a. Test kesehatan :  rp. 15.000</p>
<p>b. Asuransi : rp. 15.000</p>
<p>c. Formulir SIM : @rp.60.000 x 2 = rp. 120.000</p>
<p>d. dompet Tempat SIM : rp. 5000.</p>
<p>TOTAL : rp. 155.000  (Untuk 2 sim A dan C).</p>
<p>Waktu yang diperlukan : Datang jam 8.45 , pulang jam 10.00 <img src='http://www.geraiweb.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Salut dengan pak polisi yang untuk perpanjangan sim tanpa biaya &#8216;lain-lain&#8217; <img src='http://www.geraiweb.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . Tapi gak tau kalau yg bikin baru ataupun yang mutasi dari daerah. soal nya dulu waktu gw mutasi sim dari daerah, di minta surat pencabutan berkas dari daerah awal <img src='http://www.geraiweb.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  . tapi dengan &#8216;bantuan&#8217; pak polisi, maka surat itu bisa di abaikan.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geraiweb.com/wordpress/2009/03/06/pengalaman-mengurus-sim-hilang/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Mengubah strange filename ke string</title>
		<link>http://www.geraiweb.com/wordpress/2009/03/04/mengubah-strange-filename-ke-string/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mengubah-strange-filename-ke-string</link>
		<comments>http://www.geraiweb.com/wordpress/2009/03/04/mengubah-strange-filename-ke-string/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 09:33:48 +0000</pubDate>
		<dc:creator>dedy</dc:creator>
				<category><![CDATA[Pemrograman]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php script]]></category>

		<guid isPermaLink="false">http://www.geraiweb.com/wordpress/?p=169</guid>
		<description><![CDATA[Ini gw dapet dari php.net waktu gw nyari fungsi u/ mengubah character non alphanumeric ke &#8216;-&#8217; . Berguna u/ merename filename yg aneh2 atau hal2 lain : &#60;?&#60;/code&#62; &#60;code&#62; &#60;/code&#62; &#60;code&#62;$string = &#34;d&#039;edy adhie&#38;amp;amp;%sdf\&#34;ddd)(*)@#^$*(&#38;amp;amp;)%sfsd.jpg&#34;; echo &#34;&#60;BR&#62;&#60;BR&#62;&#34;; echo &#34;string asli : &#34;.$string.&#34;&#60;BR&#62;&#60;BR&#62;&#34;; echo &#34;sesudah convert : &#34;.string_to_filename($string); function string_to_filename($word) { $pos = strrpos($word,&#34;.&#34;); $ext = substr($word,$pos); [...]]]></description>
				<content:encoded><![CDATA[<p>Ini gw dapet dari php.net waktu gw nyari fungsi u/ mengubah character non alphanumeric ke &#8216;-&#8217; .</p>
<p>Berguna u/ merename filename yg aneh2 atau hal2 lain :</p>
<p><code><span id="more-169"></span></p>
<pre class="brush: php">
&lt;?&lt;/code&gt;

&lt;code&gt; &lt;/code&gt;

&lt;code&gt;$string = &quot;d&#039;edy adhie&amp;amp;amp;%sdf\&quot;ddd)(*)@#^$*(&amp;amp;amp;)%sfsd.jpg&quot;;

echo &quot;&lt;BR&gt;&lt;BR&gt;&quot;;

echo &quot;string asli : &quot;.$string.&quot;&lt;BR&gt;&lt;BR&gt;&quot;;

echo &quot;sesudah convert : &quot;.string_to_filename($string);

function string_to_filename($word) {

$pos = strrpos($word,&quot;.&quot;);

$ext = substr($word,$pos);

$wordToReplace = substr($word,0,$pos);

&lt;span&gt; &lt;/span&gt;

&lt;span&gt; &lt;/span&gt;// only replace the filename, exclude the extension

$tmp = preg_replace(&#039;/\W+|\W+/&#039;, &#039;-&#039;, $wordToReplace); &lt;span&gt; &lt;/span&gt;// remove all non-alphanumeric chars at begin &amp;amp;amp; end of string

$tmp = preg_replace(&#039;/\s+/&#039;, &#039;-&#039;, $tmp); &lt;span&gt; &lt;/span&gt;// compress internal whitespace and replace with _

return strtolower(preg_replace(&#039;/\W-/&#039;, &#039;-&#039;, $tmp)).$ext; &lt;span&gt; &lt;/span&gt;// remove all non-alphanumeric chars except _ and -

}

&lt;/code&gt;

&lt;code&gt;?&gt;
</pre>
<p></code><br />
hasil nya :</p>
<blockquote><p>string asli : d&#8217;edy adhie&amp;%sdf&#8221;ddd)(*)@#^$*(&amp;)%sfsd.jpg</p>
<p>sesudah convert : d-edy-adhie-sdf-ddd-sfsd.jpg</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.geraiweb.com/wordpress/2009/03/04/mengubah-strange-filename-ke-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mobile connection &#8211; on progress</title>
		<link>http://www.geraiweb.com/wordpress/2009/02/04/mobile-connection-on-progress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mobile-connection-on-progress</link>
		<comments>http://www.geraiweb.com/wordpress/2009/02/04/mobile-connection-on-progress/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 08:05:32 +0000</pubDate>
		<dc:creator>dedy</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.geraiweb.com/wordpress/?p=167</guid>
		<description><![CDATA[mobile connection is a cellular spare part distributor]]></description>
				<content:encoded><![CDATA[<p>mobile connection is a cellular spare part distributor</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geraiweb.com/wordpress/2009/02/04/mobile-connection-on-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
