<?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>Fachrul Stream Story</title> <atom:link href="http://fachrul.com/feed" rel="self" type="application/rss+xml" /><link>http://fachrul.com</link> <description>Fachrul Stream personal blog and official webpage about story and biography. Sometimes he write about self improvement tips.</description> <lastBuildDate>Mon, 03 Jun 2013 22:29:00 +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> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>James Bond Island Icon is Behind Me.!!</title><link>http://fachrul.com/life-james-bond-island-icon-is-behind-me.html</link> <comments>http://fachrul.com/life-james-bond-island-icon-is-behind-me.html#comments</comments> <pubDate>Mon, 03 Jun 2013 04:05:28 +0000</pubDate> <dc:creator>Fachrul Stream</dc:creator> <category><![CDATA[Life]]></category><guid isPermaLink="false">http://fachrul.com/?p=3608</guid> <description><![CDATA[Photo shoot in front of James Bond Island Icon, Krabi &#8211; Thailand ^^]]></description> <wfw:commentRss>http://fachrul.com/life-james-bond-island-icon-is-behind-me.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Refreshing ke PhiPhi Island &#8211; Thailand</title><link>http://fachrul.com/life-refreshing-ke-phiphi-island-thailand.html</link> <comments>http://fachrul.com/life-refreshing-ke-phiphi-island-thailand.html#comments</comments> <pubDate>Sun, 10 Mar 2013 15:12:55 +0000</pubDate> <dc:creator>Fachrul Stream</dc:creator> <category><![CDATA[Life]]></category><guid isPermaLink="false">http://fachrul.com/?p=3590</guid> <description><![CDATA[Hehe.. punya sedikit uang lebih hasil dari kerja di internet, dibuat jalan jalan ke luar negeri.. alhamdulilah ]]></description> <wfw:commentRss>http://fachrul.com/life-refreshing-ke-phiphi-island-thailand.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Main ke Dinas Sosial Sidoarjo</title><link>http://fachrul.com/life-main-ke-dinas-sosial-sidoarjo.html</link> <comments>http://fachrul.com/life-main-ke-dinas-sosial-sidoarjo.html#comments</comments> <pubDate>Fri, 01 Feb 2013 15:08:14 +0000</pubDate> <dc:creator>Fachrul Stream</dc:creator> <category><![CDATA[Life]]></category><guid isPermaLink="false">http://fachrul.com/?p=3584</guid> <description><![CDATA[Disamping kuliah dan pekerjaan online saya. selalu saya sempatkan dan ingat selalu kalo habis gajian main kesini ]]></description> <wfw:commentRss>http://fachrul.com/life-main-ke-dinas-sosial-sidoarjo.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>ODESK GMAIL Product Test Answer</title><link>http://fachrul.com/blog/caraku-odesk-gmail-product-test-answer.html</link> <comments>http://fachrul.com/blog/caraku-odesk-gmail-product-test-answer.html#comments</comments> <pubDate>Fri, 04 Jan 2013 00:33:16 +0000</pubDate> <dc:creator>Fachrul Stream</dc:creator> <category><![CDATA[Tips]]></category><guid isPermaLink="false">http://fachrul.com/?p=3509</guid> <description><![CDATA[ODESK GMAIL Product Test Answer Question: 1 What does Gmail’s AutoComplete feature do? a. Suggest spelling corrections b. Suggests the appropriate way to finish your emails c. Suggests names from your contact list in alphabetical order d. Suggests names from your contact list in the order of frequency of use e. All of the above [...]]]></description> <wfw:commentRss>http://fachrul.com/blog/caraku-odesk-gmail-product-test-answer.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Delete all post in a category wordpress</title><link>http://fachrul.com/blog/programing-delete-all-post-in-a-category-wordpress.html</link> <comments>http://fachrul.com/blog/programing-delete-all-post-in-a-category-wordpress.html#comments</comments> <pubDate>Mon, 17 Dec 2012 14:09:28 +0000</pubDate> <dc:creator>Fachrul Stream</dc:creator> <category><![CDATA[Programing]]></category><guid isPermaLink="false">http://fachrul.com/?p=3506</guid> <description><![CDATA[Delete all post in a category wordpress delete a,b,c,d FROM wp_posts a LEFT JOIN wp_term_relationships b ON ( a.ID = b.object_id ) LEFT JOIN wp_postmeta c ON ( a.ID = c.post_id ) LEFT JOIN wp_term_taxonomy d ON ( d.term_taxonomy_id = b.term_taxonomy_id ) LEFT JOIN wp_terms e ON ( e.term_id = d.term_id ) WHERE e.term_id =36]]></description> <wfw:commentRss>http://fachrul.com/blog/programing-delete-all-post-in-a-category-wordpress.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Delete duplicate title using query mysql wordpress</title><link>http://fachrul.com/blog/programing-delete-duplicate-title-using-query-mysql-wordpress.html</link> <comments>http://fachrul.com/blog/programing-delete-duplicate-title-using-query-mysql-wordpress.html#comments</comments> <pubDate>Sat, 01 Dec 2012 03:47:02 +0000</pubDate> <dc:creator>Fachrul Stream</dc:creator> <category><![CDATA[Programing]]></category><guid isPermaLink="false">http://fachrul.com/?p=3502</guid> <description><![CDATA[DELETE bad_rows.* from wp_posts as bad_rows inner join ( select post_title, MIN(id) as min_id from wp_posts group by post_title having count(*) &#62; 1 ) as good_rows on good_rows.post_title = bad_rows.post_title and good_rows.min_id &#60;&#62; bad_rows.id]]></description> <wfw:commentRss>http://fachrul.com/blog/programing-delete-duplicate-title-using-query-mysql-wordpress.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Install wordpress2blogger converter di localhost</title><link>http://fachrul.com/blog/caraku-install-wordpress2blogger-converter-di-localhost.html</link> <comments>http://fachrul.com/blog/caraku-install-wordpress2blogger-converter-di-localhost.html#comments</comments> <pubDate>Sat, 01 Dec 2012 02:31:37 +0000</pubDate> <dc:creator>Fachrul Stream</dc:creator> <category><![CDATA[Tips]]></category><guid isPermaLink="false">http://fachrul.com/?p=3499</guid> <description><![CDATA[Okey , kita langsung praktek aja Install wordpress2blogger converter di localhost pertama &#8211; tama siapkan beberapa perlengkapan dibawah ini (bisa didownload gratis) :]]></description> <wfw:commentRss>http://fachrul.com/blog/caraku-install-wordpress2blogger-converter-di-localhost.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Cara Membuat Random Color dengan PHP</title><link>http://fachrul.com/blog/programing-cara-membuat-random-color-dengan-php.html</link> <comments>http://fachrul.com/blog/programing-cara-membuat-random-color-dengan-php.html#comments</comments> <pubDate>Sun, 29 Jan 2012 11:10:18 +0000</pubDate> <dc:creator>Fachrul Stream</dc:creator> <category><![CDATA[Programing]]></category><guid isPermaLink="false">http://fachrul.com/?p=3491</guid> <description><![CDATA[Kali ini adalah fungsi PHP tentang Cara Membuat Random Color dengan PHP, simpen lagi di blog pribadi buat arsip biar gampang nyarinya  function random_color(){ mt_srand((double)microtime()*1000000); $c = ''; while(strlen($c)&#60;6){ $c .= sprintf("%02X", mt_rand(0, 235)); } return $c; }]]></description> <wfw:commentRss>http://fachrul.com/blog/programing-cara-membuat-random-color-dengan-php.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Cara Minify HTML dengan HTML Tidy</title><link>http://fachrul.com/blog/programing-cara-minify-html-dengan-html-tidy.html</link> <comments>http://fachrul.com/blog/programing-cara-minify-html-dengan-html-tidy.html#comments</comments> <pubDate>Fri, 13 Jan 2012 04:13:51 +0000</pubDate> <dc:creator>Fachrul Stream</dc:creator> <category><![CDATA[Programing]]></category><guid isPermaLink="false">http://fachrul.com/?p=3488</guid> <description><![CDATA[Cara Minify HTML dengan HTML Tidy yang paling simple nih. &#60;? function html_tidy( $input_html, $indent = "true", $no_body_tags = "true", $fix = "true" ) { ob_start( ); $tidy = new tidy; $config = array( 'indent' =&#62; $indent, 'output-xhtml' =&#62; true, 'wrap' =&#62; 200, 'clean' =&#62; $fix, 'show-body-only' =&#62; $no_body_tags ); $tidy-&#62;parseString( $input_html, $config, 'utf8' ); [...]]]></description> <wfw:commentRss>http://fachrul.com/blog/programing-cara-minify-html-dengan-html-tidy.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Cara Untuk Menghilangkan Tag Tertentu Menggunakan PHP</title><link>http://fachrul.com/blog/programing-cara-untuk-menghilangkan-tag-tertentu-menggunakan-php.html</link> <comments>http://fachrul.com/blog/programing-cara-untuk-menghilangkan-tag-tertentu-menggunakan-php.html#comments</comments> <pubDate>Thu, 12 Jan 2012 01:45:15 +0000</pubDate> <dc:creator>Fachrul Stream</dc:creator> <category><![CDATA[Programing]]></category><guid isPermaLink="false">http://fachrul.com/?p=3486</guid> <description><![CDATA[Langsung aja Cara Untuk Menghilangkan Tag Tertentu Menggunakan PHP Karna ini digunakan untuk arsip pribadi biar ga lupa juga &#60;? function ilang_tags($text, $tags = array()) { $args = func_get_args(); $text = array_shift($args); $tags = func_num_args() &#62; 2 ? array_diff($args,array($text)) : (array)$tags; foreach ($tags as $tag){ while(preg_match('/&#60;'.$tag.'(&#124;\W[^&#62;]*)&#62;(.*)&#60;\/'. $tag .'&#62;/iusU', $text, $found)){ $text = str_replace($found[0],$found[2],$text); } } [...]]]></description> <wfw:commentRss>http://fachrul.com/blog/programing-cara-untuk-menghilangkan-tag-tertentu-menggunakan-php.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>