<?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>EarlyEdition.Info &#187; Programming</title>
	<atom:link href="http://www.earlyedition.info/category/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://www.earlyedition.info</link>
	<description>EarlyEdition: Everything At Here Always Early</description>
	<lastBuildDate>Mon, 26 Sep 2011 05:48:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>3 Big Steps WordPress Optimization</title>
		<link>http://www.earlyedition.info/3-big-steps-wordpress-optimization.html</link>
		<comments>http://www.earlyedition.info/3-big-steps-wordpress-optimization.html#comments</comments>
		<pubDate>Fri, 03 Dec 2010 12:56:12 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[3 Big Steps]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Wordpress Optimization]]></category>

		<guid isPermaLink="false">http://www.earlyedition.info/?p=289</guid>
		<description><![CDATA[Here you have general rules but I think that this guide will be very useful specially for HostGator users. If your WordPress is not correctly configured you&#8217;ll need a lot of GPUs for few thousands of users. After a good optimization instead you&#8217;ll be able to respect the montly limit without problems (if not, maybe [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/3-big-steps-wordpress-optimization.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Usage of Quotation mark for PHP Script Optimization</title>
		<link>http://www.earlyedition.info/the-usage-of-quotation-mark-for-php-script-optimization.html</link>
		<comments>http://www.earlyedition.info/the-usage-of-quotation-mark-for-php-script-optimization.html#comments</comments>
		<pubDate>Wed, 22 Oct 2008 02:23:52 +0000</pubDate>
		<dc:creator>katie</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Double quote]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[single quote]]></category>

		<guid isPermaLink="false">http://www.whazup.co.cc/?p=133</guid>
		<description><![CDATA[The usage of quotation mark in script PHP very often we meet, maybe can be every script that we make existed the usage of quotation mark referred. In PHP the usage of quotation mark differentiated between single quotation mark and double quote. This Difference is made not without meaning and its use each can we [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/the-usage-of-quotation-mark-for-php-script-optimization.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shuffle Function in Array</title>
		<link>http://www.earlyedition.info/shuffle-function-in-array.html</link>
		<comments>http://www.earlyedition.info/shuffle-function-in-array.html#comments</comments>
		<pubDate>Mon, 20 Oct 2008 05:54:48 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[shuffle]]></category>

		<guid isPermaLink="false">http://www.whazup.co.cc/?p=137</guid>
		<description><![CDATA[This function randomizes the order of the elements in an array also used together with srand() function. shuffle() example: $ar_value = range('A','F'); // create and fill the elements of $sar_value = array('A','B',...'F'); echo "First value: \n”; WHILE(list($key,$value) = each($ar_value)){ echo “Index[ {$key} ] => $value \n”; } echo “ \n”; echo “After shuffle(): \n”; srand((float)microtime()*1000000); [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/shuffle-function-in-array.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Membangun Web Service Open Source dengan SOAP</title>
		<link>http://www.earlyedition.info/membangun-web-service-open-source-dengan-soap.html</link>
		<comments>http://www.earlyedition.info/membangun-web-service-open-source-dengan-soap.html#comments</comments>
		<pubDate>Sat, 18 Oct 2008 18:39:28 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[nusoap]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[webservice]]></category>

		<guid isPermaLink="false">http://www.whazup.co.cc/?p=142</guid>
		<description><![CDATA[Apa sich teknologi web service itu? web service adalah sebuah sistem yang dirancang untuk dapat mendukung interaksi komunikasi antar mesin-mesin pada suatu jaringan (w3c.org). Teknologi web service memungkinkan kita dapat menghubungkan berbagai jenis software yang memiliki platform dan sistem operasi yang berbeda. Jadi, kita tetap mendapatkan sebuah potongan informasi dari suatu website tanpa harus mengunjungi [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/membangun-web-service-open-source-dengan-soap.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP WebService Programming with NuSOAP Using WSDL</title>
		<link>http://www.earlyedition.info/php-webservice-programming-with-nusoap-using-wsdl.html</link>
		<comments>http://www.earlyedition.info/php-webservice-programming-with-nusoap-using-wsdl.html#comments</comments>
		<pubDate>Sat, 18 Oct 2008 15:06:28 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[nusoap]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[webservice]]></category>
		<category><![CDATA[wsdl]]></category>

		<guid isPermaLink="false">http://www.whazup.co.cc/?p=144</guid>
		<description><![CDATA[Sekedar referensi untuk WebService dan implementasi webservice di PHP itu baca dan gunakan NuSoap bisa download di : http://dietrich.ganx4.com/nusoap/ Trus sebelum mencoba, baca dulu refernsi ini : http://www.wackylabs.net/?submit=Search&#038;s=nusoap http://www.scottnichol.com/soap.htm ini contoh scriptnya: Server : myserver.php // ## part I - setup // includes the nusoap.php file, sets up the namespace and wsdl object // Pull [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/php-webservice-programming-with-nusoap-using-wsdl.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Signs for Regular Expresions</title>
		<link>http://www.earlyedition.info/signs-for-regular-expresions.html</link>
		<comments>http://www.earlyedition.info/signs-for-regular-expresions.html#comments</comments>
		<pubDate>Sat, 11 Oct 2008 06:06:46 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Regular Expresions]]></category>

		<guid isPermaLink="false">http://www.whazup.co.cc/?p=140</guid>
		<description><![CDATA[^ Start of line $ End of line n? Zero or only one single occurrence of character ‘n’ n* Zero or more occurrences of character ‘n’ n+ At least one or more occurrences of character ‘n’ n{2} Exactly two occurrences of ‘n’ n{2,} At least 2 or more occurrences of ‘n’ n{2,4} From 2 to [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/signs-for-regular-expresions.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Catch keywords from Google with PHP script</title>
		<link>http://www.earlyedition.info/catch-keywords-from-google-with-php-script.html</link>
		<comments>http://www.earlyedition.info/catch-keywords-from-google-with-php-script.html#comments</comments>
		<pubDate>Fri, 03 Oct 2008 04:26:21 +0000</pubDate>
		<dc:creator>katie</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[catch]]></category>
		<category><![CDATA[keyword]]></category>

		<guid isPermaLink="false">http://www.whazup.co.cc/?p=134</guid>
		<description><![CDATA[Try this for catch keywords at your web function get_search_phrase($referer){ $key_start = 0; $search_phrase = “”; // used by google, msn, alta vista, ask jeeves, all the web, teoma, wisenut, search.com if (strpos($referer, ‘q=’) !== false) $key_start = strpos($referer, ‘q=’) + 2; // if present, get the search phrase from the referer if ($key_start > [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/catch-keywords-from-google-with-php-script.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Metacharacters in Regular Expresions</title>
		<link>http://www.earlyedition.info/metacharacters-in-regular-expresions.html</link>
		<comments>http://www.earlyedition.info/metacharacters-in-regular-expresions.html#comments</comments>
		<pubDate>Mon, 29 Sep 2008 06:06:47 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Metacharacters]]></category>
		<category><![CDATA[Regular Expresions]]></category>

		<guid isPermaLink="false">http://www.whazup.co.cc/?p=141</guid>
		<description><![CDATA[ereg_replace To delete all signs / symbols from a string, you can use the function with special values: ereg_replace(”[[:punct:]]”,”,$string); The following is a set of special values that denote certain common ranges. They have the advantage that also take in account the ‘locale’ i.e. any variant of the local language/coding system. [:digit:] Only the digits [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/metacharacters-in-regular-expresions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jangan Gunakan Regular Expressions Kecuali Memang Harus</title>
		<link>http://www.earlyedition.info/jangan-gunakan-regular-expressions-kecuali-memang-harus.html</link>
		<comments>http://www.earlyedition.info/jangan-gunakan-regular-expressions-kecuali-memang-harus.html#comments</comments>
		<pubDate>Sat, 27 Sep 2008 05:58:33 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[optimasi]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[regular expression]]></category>

		<guid isPermaLink="false">http://www.whazup.co.cc/?p=139</guid>
		<description><![CDATA[Fitur php sangatlah banyak, beberapa memang sangat powerful. Namun, pada situasi tertentu 2 atau lebih function dapat digunakan untuk mengatasi masalah yang sama, namun dengan perbedaaan performance. Mungkin yang paling sering digunakan adalah ereg_replace dan preg_replace. Bila hanya ingin mengganti string, cukup gunakan str_replace karena dengan regular expression di atas akan memakan waktu 10 kali [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/jangan-gunakan-regular-expressions-kecuali-memang-harus.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple (Multi-dimensional) Array in NuSoap</title>
		<link>http://www.earlyedition.info/multiple-multi-dimensional-array-in-nusoap.html</link>
		<comments>http://www.earlyedition.info/multiple-multi-dimensional-array-in-nusoap.html#comments</comments>
		<pubDate>Thu, 25 Sep 2008 15:48:53 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[nusoap]]></category>

		<guid isPermaLink="false">http://www.whazup.co.cc/?p=145</guid>
		<description><![CDATA[NuSoap &#8211; WSDL untuk data array, bagaimana caranya? mengirim variabel output array kepada aplikasi client. syntax xsd:array tidak ada. Ini contoh aplikasi sederhana untuk menampilkan data mahasiswa dari suatu jurusan. perhatikan tipe data ini : // registers the types &#124;&#124; Register the data structures used by the service // Input Complex Datatype $server-&#62;wsdl-&#62;addComplexType ( ‘TypeDataInput’, [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/multiple-multi-dimensional-array-in-nusoap.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

