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

<channel>
	<title>Arief . Di Solo . Com</title>
	<atom:link href="http://arief.disolo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://arief.disolo.com</link>
	<description>In The World Of Multitasking and Load Balancing</description>
	<pubDate>Fri, 27 Jun 2008 06:26:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>[SOLVED] Can Not Delete Thumbnail In User Photo Plugin</title>
		<link>http://arief.disolo.com/resolved-can-not-delete-thumbnail-in-user-photo-plugin/</link>
		<comments>http://arief.disolo.com/resolved-can-not-delete-thumbnail-in-user-photo-plugin/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 06:21:28 +0000</pubDate>
		<dc:creator>Arief Fajar Nursyamsu</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://arief.disolo.com/?p=21</guid>
		<description><![CDATA[Solution for problem on: http://wordpress.org/support/topic/166501?replies=3
Here is a solution if you can not delete the picture thumbnail generated by User Photo plugin for Wordpress. User Photo is a plugin to let your blog member to upload their picture.
To solve the problem, you just need to edit the plugin file (user-photo.php) around line 212.

&#160;
$thumbpath = ABSPATH . [...]]]></description>
			<content:encoded><![CDATA[<p>Solution for problem on: <a href="http://wordpress.org/support/topic/166501?replies=3">http://wordpress.org/support/topic/166501?replies=3</a></p>
<p>Here is a solution if you can not delete the picture thumbnail generated by <a title="User Photo Plugin" href="http://wordpress.org/extend/plugins/user-photo/">User Photo</a> plugin for <a title="Wordpress" href="http://wordpress.org">Wordpress</a>. User Photo is a plugin to let your blog member to upload their picture.</p>
<p>To solve the problem, you just need to edit the plugin file (<strong>user-photo.php</strong>) around line 212.</p>

<div class="wp_syntax"><div class="code"><pre class="php">&nbsp;
<span style="color: #000033;">$thumbpath</span> <span style="color: #339933;">=</span> ABSPATH <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;/wp-content/uploads/userphoto/&quot;</span> <span style="color: #339933;">.</span> <span style="color: #990000;">basename</span><span style="color: #009900;">&#40;</span><span style="color: #000033;">$userdata</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">userphoto_image_file</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Change it to:</p>

<div class="wp_syntax"><div class="code"><pre class="php">&nbsp;
<span style="color: #000033;">$thumbpath</span> <span style="color: #339933;">=</span> ABSPATH <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;/wp-content/uploads/userphoto/&quot;</span> <span style="color: #339933;">.</span> <span style="color: #990000;">basename</span><span style="color: #009900;">&#40;</span><span style="color: #000033;">$userdata</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">userphoto_thumb_file</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Save the file and you can start delete your thumbnail. Make sure that your file permission is set correctly (777 or 775).</p>
<p>It seems that the developer forgot to change <code>userphoto_image_file</code> to <code>userphoto_thumb_file</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://arief.disolo.com/resolved-can-not-delete-thumbnail-in-user-photo-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mengakses CCTV Melalui Internet</title>
		<link>http://arief.disolo.com/akses-cctv-melalui-internet/</link>
		<comments>http://arief.disolo.com/akses-cctv-melalui-internet/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 06:32:47 +0000</pubDate>
		<dc:creator>Arief Fajar Nursyamsu</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[CCTV]]></category>

		<guid isPermaLink="false">http://arief.disolo.com/?p=20</guid>
		<description><![CDATA[Beberapa pengunjung masuk ke blog ini untuk mencari tahu cara mengakses CCTV lewat internet. Jika CCTV-nya adalah milik orang lain, maka tentu saja harus bertanya kepada yang punya tentang IP/URL CCTV tersebut. Tetapi jika Anda ingin mengeset CCTV Anda sendiri supaya bisa diakses lewat internet, maka berikut bahasannya.
Jika anda sudah menggunakan CCTV dilengkapi dengan DVR [...]]]></description>
			<content:encoded><![CDATA[<p>Beberapa pengunjung masuk ke blog ini untuk mencari tahu cara mengakses CCTV lewat internet. Jika CCTV-nya adalah milik orang lain, maka tentu saja harus bertanya kepada yang punya tentang IP/URL CCTV tersebut. Tetapi jika Anda ingin mengeset CCTV Anda sendiri supaya bisa diakses lewat internet, maka berikut bahasannya.</p>
<p>Jika anda sudah menggunakan CCTV dilengkapi dengan DVR (Digital Video Recorder) yang dilengkapi dengan port RJ-45 (Port untuk UTP), maka Anda tentu bisa mengaksesnya melalui interface yang disediakan oleh vendor. Ada dua interface, yang berbasis web dan berbasis aplikasi desktop.</p>
<p>Agar CCTV bisa diakses dari Internet, Anda membutuhkan IP Publik untuk DVR Anda. Jika anda hanya mempunyai IP lokal, Anda bisa meminta ISP Anda untuk melakukan routing dari IP Publik mereka ke IP lokal Anda.</p>
<p>Tetapi jika DVR Anda menggunakan IP lokal dan Anda mempunyai IP Publik (misalnya di router), Anda bisa melakukan routing sendiri. Caranya saya paparkan di <a title="Perintah NAT di Linux" href="http://arief.disolo.com/perintah-untuk-network-address-translatio-di-linux/">sini</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://arief.disolo.com/akses-cctv-melalui-internet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hosting at IIX Server: A Review</title>
		<link>http://arief.disolo.com/hosting-at-iix-server-a-review/</link>
		<comments>http://arief.disolo.com/hosting-at-iix-server-a-review/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 09:03:42 +0000</pubDate>
		<dc:creator>Arief Fajar Nursyamsu</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[IIX]]></category>

		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://arief.disolo.com/?p=18</guid>
		<description><![CDATA[I have several websites and some of them are hosted in IIX (Indonesia Internet eXchange) server. IIX is a network connecting many ISPs in Indonesia to provide faster access for any website hosted in this network. Visitors from Indonesia do not need to route to international backbone to access  IIX hosted website.
I proved it my [...]]]></description>
			<content:encoded><![CDATA[<p>I have several websites and some of them are hosted in IIX (Indonesia Internet eXchange) server. IIX is a network connecting many ISPs in Indonesia to provide faster access for any website hosted in this network. Visitors from Indonesia do not need to route to international backbone to access  IIX hosted website.</p>
<p>I proved it my self that the website is fast to be accessed for visitors from Indonesia. But the problem occurred  when anyone outside Indonesia will access this website. It loaded slowly. Actually the website is targeted for local visitors, but when I want to use <a title="Google Webmaster Tools" href="http://www.google.com/webmasters/tools/">Google Webmaster Tools</a> the problem push me to rethinking about hosting in IIX server.</p>
<p>The tools can not verify my website due to the server time out.  It happened to me  not just  once.  To verify the website usually I did the verification at late at night or early morning, when (imho) the traffic from international backbone to IIX backbone is low.</p>
<p><img class="alignnone size-full wp-image-19" title="Google-Webmaster-Tools" src="http://arief.disolo.com/wp-content/uploads/2008/06/capt_228.jpg" alt="Google Webmaster Tools Server Timeout" width="500" height="67" /></p>
<p>I think the slow response or timed out server effects on search engine indexing. Anyone?</p>
]]></content:encoded>
			<wfw:commentRss>http://arief.disolo.com/hosting-at-iix-server-a-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SOLVED: fetchmail - Server certificate verification error</title>
		<link>http://arief.disolo.com/solved-fetchmail-server-certificate-verification-error/</link>
		<comments>http://arief.disolo.com/solved-fetchmail-server-certificate-verification-error/#comments</comments>
		<pubDate>Mon, 26 May 2008 08:18:31 +0000</pubDate>
		<dc:creator>Arief Fajar Nursyamsu</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[Fetchmail]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://arief.disolo.com/?p=16</guid>
		<description><![CDATA[I am using fetchmail to download emails from Yahoo Small Business mail server. I got the following error in the log file.
May 26 14:55:07 office fetchmail[7593]: Server certificate verification error: unable to get local issuer certificate
May 26 14:55:07 office fetchmail[7593]: Server certificate verification error: certificate not trusted
May 26 14:55:07 office fetchmail[7593]: Server certificate verification error: [...]]]></description>
			<content:encoded><![CDATA[<p>I am using <a title="Fetchmail" href="http://fetchmail.berlios.de">fetchmail</a> to download emails from Yahoo Small Business mail server. I got the following error in the log file.</p>
<blockquote><p>May 26 14:55:07 office fetchmail[7593]: Server certificate verification error: unable to get local issuer certificate<br />
May 26 14:55:07 office fetchmail[7593]: Server certificate verification error: certificate not trusted<br />
May 26 14:55:07 office fetchmail[7593]: Server certificate verification error: unable to verify the first certificate<br />
May 26 14:55:09 office fetchmail[7593]: sleeping at Mon 26 May 2008 02:55:09 PM WIT for 300 seconds</p></blockquote>
<p><a title="Fetchmail Certificate Error" href="http://lists.berlios.de/pipermail/fetchmail-users/2008-January/001433.html">The solution</a> can be achieved by updating the <a title="CA-Certificate" href="http://sial.org/howto/openssl/ca/">CA-Certificate</a>.</p>
<p>In Ubuntu-Server, I just need to do apt-get:</p>
<blockquote><p><strong> apt-get install ca-certificates</strong></p></blockquote>
<p>I am still have a problem on downloading read email from Yahoo Small Business. If the email is already read from the webmail (even it is not already downloaded by fetchmail), it will be no longer downloaded by fetchmail.</p>
<p>Fetchmail downloads undownloaded email (which is what I expect) from other mail servers other than Yahoo.</p>
<p>Anyone?</p>
]]></content:encoded>
			<wfw:commentRss>http://arief.disolo.com/solved-fetchmail-server-certificate-verification-error/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SMBD Error</title>
		<link>http://arief.disolo.com/smbd-error/</link>
		<comments>http://arief.disolo.com/smbd-error/#comments</comments>
		<pubDate>Wed, 14 May 2008 03:12:48 +0000</pubDate>
		<dc:creator>Arief Fajar Nursyamsu</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[Samba]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://arief.disolo.com/?p=15</guid>
		<description><![CDATA[I had a problem with my Samba Server because of libgcrypt and libgpg-error update. Here is what smbd said:
intranet# smbd -v
/libexec/ld-elf.so.1: Shared object &#8220;libgcrypt.so.13&#8243; not found, required by &#8220;smbd&#8221;
First solution is to upgrade the Samba, but I found another error:
=&#62; Patch patch-Makefile.in failed to apply cleanly.
*** Error code 1
Stop in /usr/ports/net/samba3.
*** Error code 1
So to [...]]]></description>
			<content:encoded><![CDATA[<p>I had a problem with my Samba Server because of libgcrypt and libgpg-error update. Here is what smbd said:</p>
<blockquote><p>intranet# smbd -v<br />
/libexec/ld-elf.so.1: Shared object &#8220;libgcrypt.so.13&#8243; not found, required by &#8220;smbd&#8221;</p></blockquote>
<p>First solution is to upgrade the Samba, but I found another error:</p>
<blockquote><p>=&gt; Patch patch-Makefile.in failed to apply cleanly.<br />
*** Error code 1<br />
Stop in /usr/ports/net/samba3.<br />
*** Error code 1</p></blockquote>
<p>So to keep it simple (in the stupid way) :D, here are what I did to solve the problem instead of reinstalling Samba:</p>
<ol>
<li>Locate for the libgcrypt.so.13 that gave me no result.</li>
<li>Go to /usr/local/lib/ and copy the existing libgcrypt.so.15 (caused by update) and give it name: libgcrypt.so.13<br />
<blockquote><p>intranet# cp libgcrypt.so.15 libgcrypt.so.13</p></blockquote>
</li>
<li>Run smbd again, and returned this<br />
<blockquote><p>intranet# smbd<br />
/libexec/ld-elf.so.1: Shared object &#8220;libgpg-error.so.1&#8243; not found, required by &#8220;smbd&#8221;</p></blockquote>
</li>
<li>Go to /usr/local/lib/ and copy the existing libgcrypt.so.0(caused by update) and give it name: libgpg-error.so.1<br />
<blockquote><p>intranet# cp libgpg-error.so.0 libgpg-error.so.1</p></blockquote>
</li>
<li>Run smbd again<br />
<blockquote><p>
intranet# smbd<br />
intranet#</p></blockquote>
</li>
<li>Voila, it works.</li>
</ol>
<p>I think this trick can be applied to other problems due to &#8220;not found shared object&#8221;.</p>
<p>Note: I use FreeBSD 5.5-STABLE</p>
]]></content:encoded>
			<wfw:commentRss>http://arief.disolo.com/smbd-error/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[RESOLVED] jabberd2: ERROR: sm died. Shutting down server.</title>
		<link>http://arief.disolo.com/resolved-jabberd2-error-sm-died-shutting-down-server/</link>
		<comments>http://arief.disolo.com/resolved-jabberd2-error-sm-died-shutting-down-server/#comments</comments>
		<pubDate>Tue, 13 May 2008 03:24:31 +0000</pubDate>
		<dc:creator>Arief Fajar Nursyamsu</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[instant messenger]]></category>

		<category><![CDATA[jabberd2]]></category>

		<guid isPermaLink="false">http://arief.disolo.com/?p=14</guid>
		<description><![CDATA[Sometime when you have a power outage on your jabber server while the service is running, you can not start jabberd. In my case it returned:
ERROR: sm died. Shutting down server.
It happened because the c2s component is trying to bind with the same hostname as sm component.
This problem can be resolved by changing the value [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime when you have a power outage on your jabber server while the service is running, you can not start jabberd. In my case it returned:</p>
<blockquote><p><strong>ERROR: sm died. Shutting down server.</strong></p></blockquote>
<p>It happened because the c2s component is trying to bind with the same hostname as sm component.</p>
<p>This problem can be resolved by <strong>changing the value on &lt;id&gt; tag on c2s.xml to any string</strong>.</p>
<p>More about jabberd2 can be found <a title="JabberD2" href="http://jabberd2.xiaoka.com/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://arief.disolo.com/resolved-jabberd2-error-sm-died-shutting-down-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Perintah Untuk NAT Di Linux</title>
		<link>http://arief.disolo.com/perintah-untuk-network-address-translatio-di-linux/</link>
		<comments>http://arief.disolo.com/perintah-untuk-network-address-translatio-di-linux/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 05:08:34 +0000</pubDate>
		<dc:creator>Arief Fajar Nursyamsu</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[CCTV]]></category>

		<category><![CDATA[IPTables]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[NAT]]></category>

		<guid isPermaLink="false">http://arief.disolo.com/?p=12</guid>
		<description><![CDATA[Beberapa waktu yang lalu saya perlu untuk membuka akses ke CCTV yang berada di jaringan lokal agar dimungkinkan melihat CCTV melalui internet. Konfigurasi CCTV memungkinkan untuk mengeset port selain port 80. CCTV biasa diakses dengan http://192.xxx.xxx.xxx:80, atau melalui software berbasis jawa yang harus di-install di PC.
Untuk memberikan akses user dari luar jaringan (melalui internet), maka [...]]]></description>
			<content:encoded><![CDATA[<p>Beberapa waktu yang lalu saya perlu untuk membuka akses ke CCTV yang berada di jaringan lokal agar dimungkinkan melihat CCTV melalui internet. Konfigurasi CCTV memungkinkan untuk mengeset port selain port 80. CCTV biasa diakses dengan http://192.xxx.xxx.xxx:80, atau melalui software berbasis jawa yang harus di-install di PC.</p>
<p>Untuk memberikan akses user dari luar jaringan (melalui internet), maka perlu dilakukan penerjemahan alamat network yang umum disebut sebagai NAT (Network Address Translation).</p>
<p>CCTV nantinya akan diakses melalui: http://cctv.mydomain.com:81 yang akan diterjemahkan menjadi http://192.xxx.xxx.xxx:80. Kenapa saya menggunakan 81 untuk port akses dari internet? Ini disebabkan port 80 sudah digunakan untuk web server.</p>
<p>Berikut perintah NAT untuk menyelesaikan masalah di atas:</p>
<blockquote><p><strong># iptables -t nat -A PREROUTING -d YOUR_PUBLIC_IP/32 -p tcp -m tcp &#8211;dport 81 -j DNAT &#8211;to-destination YOUR_PRIVATE_IP:80</strong></p></blockquote>
<p>Catatan: ganti YOUR_IP_PUBLIC dengan IP Public Anda dan YOUR_PRIVATE_IP dengan IP Privat Anda.</p>
<p>Selanjutnya perintah tersebut bisa disimpan dengan perintah</p>
<blockquote><p><strong># iptables -save</strong></p></blockquote>
<p>Saya tidak menyimpannya, tetapi perintah itu saya masukkan di-startup file karena alasan kepraktisan <img src='http://arief.disolo.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><img class="aligncenter size-medium wp-image-13" title="CCTV " src="http://arief.disolo.com/wp-content/uploads/2008/04/capt_194-300x251.jpg" alt="CCTV Login Using FQDN" width="300" height="251" /></p>
]]></content:encoded>
			<wfw:commentRss>http://arief.disolo.com/perintah-untuk-network-address-translatio-di-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mengganti String Secara Masal Di Database MySQL</title>
		<link>http://arief.disolo.com/mengganti-string-secara-masal-di-database-mysql/</link>
		<comments>http://arief.disolo.com/mengganti-string-secara-masal-di-database-mysql/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 08:21:18 +0000</pubDate>
		<dc:creator>Arief Fajar Nursyamsu</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://arief.disolo.com/?p=9</guid>
		<description><![CDATA[Beberapa waktu yang lalu, saya bertanya kepada mas Jauhari tentang cara menghandle URL untuk uploaded file di WordPress. Secara default, WordPress akan menggunakan recent URL (URL web, dalam kasus saya adalah: http://local.web/) pada meta file yang diupload.
Saya sedang mengerjakan sebuah website berbasis WordPress dan berencana mengisi content di localhost. Masalah yang saya temui tentu saja [...]]]></description>
			<content:encoded><![CDATA[<p>Beberapa waktu yang lalu, saya bertanya kepada <a title="Jauhari.net" href="http://jauhari.net">mas Jauhari</a> tentang cara meng<em>handle</em> URL untuk uploaded file di <a title="Wordpress" href="http://wordpress.org">WordPress</a>. Secara default, WordPress akan menggunakan recent URL (URL web, dalam kasus saya adalah: http://local.web/) pada meta file yang diupload.</p>
<p>Saya sedang mengerjakan sebuah website berbasis WordPress dan berencana mengisi content di localhost. Masalah yang saya temui tentu saja saat melakukan upload file, maka meta di file tersebut akan terisi: http://local.web/wp-content/uploads/&#8230;&#8221;. Sehingga ketika saya upload ke hosting, pasti bakalan ada masalah jika ada post yang menggunakan file tersebut. Misalnya untuk image tag &lt;img src=&#8221;..&#8221;&gt;.</p>
<p>Ada beberapa solusi yang bisa dilakukan untuk menyelesaikan masalah tersebut. Yaitu:</p>
<ol>
<li>Mengisi content secara online dengan menggunakan URL yang sebenarnya. Tetapi tentu saja saya harus online.</li>
<li><a title="Cara Menjalankan Multiple Domain Di Komputer Lokal" href="http://www.jauhari.net/how-to-run-multiple-domain-on-a-local-computer.jsp">Membuat virtual host</a> dengan domain sama persis dengan yang akan digunakan. Tetapi akan menimbulkan masalah kalau saya akan mengakses web yang sebenarnya (versi lama), walaupun bisa dinyalakan atau dimatikan dengan mengedit file hosts.</li>
<li>Mengganti semua string &#8220;http://local.web/&#8221; menjadi &#8220;http://domain.com/&#8221; di dalam post, secara manual (Manage &gt; Post &gt; Edit).</li>
<li>Mengganti semua string &#8220;http://local.web/&#8221; menjadi &#8220;http://domain.com/&#8221; di setiap record di dalam database.</li>
</ol>
<p>Solusi yang saya pilih adalah menggunakan opsi no 4. Mengganti string di MySQL dengan metode &#8220;find replace&#8221;. Cara melakukakannya juga mudah. Bisa mengunakan phpMyAdmin atau console MySQL. Berikut ini perintah untuk mengganti string secara masal di database MySQL.</p>

<div class="wp_syntax"><div class="code"><pre class="mysql"><span style="color: #993333; font-weight: bold;">UPDATE</span> nama_tabel <span style="color: #993333; font-weight: bold;">SET</span> nama_kolom <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span>nama_kolom,<span style="color: #ff0000;">&quot;string_asal&quot;</span>,<span style="color: #ff0000;">&quot;string_pengganti&quot;</span><span style="color: #66cc66;">&#41;</span></pre></div></div>

<p>Jika bekerja dengan WordPress, dan ingin mengupdate semua post yang memiliki string http://local.web/, berikut contoh perintah SQL-nya.</p>

<div class="wp_syntax"><div class="code"><pre class="mysql"><span style="color: #993333; font-weight: bold;">UPDATE</span> `wp_posts` <span style="color: #993333; font-weight: bold;">SET</span> `post_content` <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span>`post_content`,<span style="color: #ff0000;">&quot;http://local.web/&quot;</span>,<span style="color: #ff0000;">&quot;http://domain.com/&quot;</span><span style="color: #66cc66;">&#41;</span></pre></div></div>

<p>Selesai. Tetapi saat menulis ini saya kembali berpikir ulang, dan saya pikir opsi nomer 2 lebih praktis buat saya. Tinggal memberi tanda # pada record yang menunjukkan bahwa domain.com berada di 127.0.0.1 <img src='http://arief.disolo.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Pilihan mana yang cocok buat Anda?</p>
<p>Catatan tambahan:</p>
<ul>
<li>Cara menjalankan multiple domain di komputer lokal dapat Anda baca di <a title="Cara Menjalankan Multiple Domain Di Komputer Lokal" href="http://www.jauhari.net/how-to-run-multiple-domain-on-a-local-computer.jsp">tulisan saya</a> pada situs <a title="Jauhari.net" href="http://jauhari.net">Jauhari.Net</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://arief.disolo.com/mengganti-string-secara-masal-di-database-mysql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Rugi Jutaan Dolar Karena Pembajakan</title>
		<link>http://arief.disolo.com/microsoft-rugi-jutaan-dolar-karena-pembajakan/</link>
		<comments>http://arief.disolo.com/microsoft-rugi-jutaan-dolar-karena-pembajakan/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 01:49:28 +0000</pubDate>
		<dc:creator>Arief Fajar Nursyamsu</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://arief.disolo.com/?p=6</guid>
		<description><![CDATA[Dari news ticker di tvOne:
Microsoft rugi jutaan dolar karena pembajakan.
Komentar saya:
Salah sendiri produknya dijual mahal. Kalau dijual murah kan tidak bakalan sebesar itu kerugiannya.
]]></description>
			<content:encoded><![CDATA[<p>Dari news ticker di <a title="tvOne" href="http://www.tvone.co.id/">tvOne</a>:</p>
<blockquote><p>Microsoft rugi jutaan dolar karena pembajakan.</p></blockquote>
<p>Komentar saya:</p>
<blockquote><p>Salah sendiri produknya dijual mahal. Kalau dijual murah kan tidak bakalan sebesar itu kerugiannya.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://arief.disolo.com/microsoft-rugi-jutaan-dolar-karena-pembajakan/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Javascript: Highlight All Text In Textfield On Focus</title>
		<link>http://arief.disolo.com/javascript-highlight-all-text-in-textfield-on-focus/</link>
		<comments>http://arief.disolo.com/javascript-highlight-all-text-in-textfield-on-focus/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 08:25:46 +0000</pubDate>
		<dc:creator>Arief Fajar Nursyamsu</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://arief.disolo.com/?p=4</guid>
		<description><![CDATA[During my development for the company’s information system, I found that automatically highlight all text in a textfield can help users to easily delete it’s content, rather than have to block the text or use “Ctrl+A”.
I use Javascript event onFocus() and select() function. Here is how to add it on the textfield properties:
&#60;input name=”country” type=”text” [...]]]></description>
			<content:encoded><![CDATA[<p>During my development for the company’s information system, I found that automatically highlight all text in a textfield can help users to easily delete it’s content, rather than have to block the text or use “Ctrl+A”.</p>
<p>I use Javascript event <strong>onFocus()</strong> and <strong>select()</strong> function. Here is how to add it on the textfield properties:</p>
<p>&lt;input name=”country” type=”text” id=”country” value=”Highlighted Text” <strong>onFocus=”javascript:this.select()”</strong>&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://arief.disolo.com/javascript-highlight-all-text-in-textfield-on-focus/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
