<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Lokamaya</title>
	<atom:link href="http://blog.lokamaya.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.lokamaya.net</link>
	<description>Menjelajahi Dunia Maya</description>
	<lastBuildDate>Tue, 08 Nov 2011 11:46:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on OsCommerce Product Image (OPI) Module by Zaenal</title>
		<link>http://blog.lokamaya.net/code-php/oscommerce-product-image-module/comment-page-1#comment-532</link>
		<dc:creator>Zaenal</dc:creator>
		<pubDate>Tue, 08 Nov 2011 11:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lokamaya.net/?p=822#comment-532</guid>
		<description>It&#039;s should works in 2.2. Just copy catalog/ext/ from version 2.3.</description>
		<content:encoded><![CDATA[<p>It&#8217;s should works in 2.2. Just copy catalog/ext/ from version 2.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OsCommerce Product Image (OPI) Module by nofuser</title>
		<link>http://blog.lokamaya.net/code-php/oscommerce-product-image-module/comment-page-1#comment-530</link>
		<dc:creator>nofuser</dc:creator>
		<pubDate>Mon, 31 Oct 2011 18:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lokamaya.net/?p=822#comment-530</guid>
		<description>How to work in 2.2?</description>
		<content:encoded><![CDATA[<p>How to work in 2.2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OsCommerce Product Image (OPI) Module by Zaenal</title>
		<link>http://blog.lokamaya.net/code-php/oscommerce-product-image-module/comment-page-1#comment-465</link>
		<dc:creator>Zaenal</dc:creator>
		<pubDate>Wed, 21 Sep 2011 05:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lokamaya.net/?p=822#comment-465</guid>
		<description>If you want to ask question about this addon, please visit support forum!</description>
		<content:encoded><![CDATA[<p>If you want to ask question about this addon, please visit support forum!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Highlight Post Widget Plugin by Zaenal</title>
		<link>http://blog.lokamaya.net/code-php/highlight-post-widget-plugin/comment-page-1#comment-319</link>
		<dc:creator>Zaenal</dc:creator>
		<pubDate>Wed, 18 May 2011 06:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lokamaya.net/?p=548#comment-319</guid>
		<description>I have to test it first on WP 3.1.1. It&#039;s seem I have to update this plugin.</description>
		<content:encoded><![CDATA[<p>I have to test it first on WP 3.1.1. It&#8217;s seem I have to update this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Highlight Post Widget Plugin by Mark</title>
		<link>http://blog.lokamaya.net/code-php/highlight-post-widget-plugin/comment-page-1#comment-318</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 18 May 2011 06:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lokamaya.net/?p=548#comment-318</guid>
		<description>I can&#039;t find the custom field in the post using 3.1.1
any suggestion?
thanks. m</description>
		<content:encoded><![CDATA[<p>I can&#8217;t find the custom field in the post using 3.1.1<br />
any suggestion?<br />
thanks. m</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compressed Prototype Javascript Framework by Zaenal</title>
		<link>http://blog.lokamaya.net/code-javascript/compressed-prototype-1-7-0-0/comment-page-1#comment-275</link>
		<dc:creator>Zaenal</dc:creator>
		<pubDate>Sun, 03 Apr 2011 17:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lokamaya.net/?p=789#comment-275</guid>
		<description>Sorry, I upgraded the Download Manager plugin and suddenly all download files not works. But I have resolved this issue.</description>
		<content:encoded><![CDATA[<p>Sorry, I upgraded the Download Manager plugin and suddenly all download files not works. But I have resolved this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Like Auto-Suggestion Text Field by Zaenal</title>
		<link>http://blog.lokamaya.net/code-javascript/facebook-like-compose-field/comment-page-1#comment-154</link>
		<dc:creator>Zaenal</dc:creator>
		<pubDate>Tue, 25 Jan 2011 08:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lokamaya.net/?p=202#comment-154</guid>
		<description>Hi Jhonatan,

1#
In the example (download archieve), I use &quot;compose_to.php&quot; to generate xml. You can edit that file or create a new &quot;cities.php&quot; file, where you can manipulate data from database. Don&#039;t forget to change &lt;em&gt;Options.script&lt;/em&gt; when initiating AutoField in the main file (index.php)
&lt;code&gt;Event.observe(window, &#039;load&#039;, function() {new AutoField(&#039;compose_to&#039;, {script:&#039;cities.php&#039;, delay:10})});&lt;/code&gt;

2#
By default, AutoField will cache the result (xml) from ajax query. To disable this option, just add &quot;cache:false&quot; to the line of javascript mentioned above
&lt;code&gt;Event.observe(window, &#039;load&#039;, function() {new AutoField(&#039;compose_to&#039;, {script:&#039;cities.php&#039;, delay:10, cache:false})});&lt;/code&gt;

3#
Considering it&#039;s a list of cities: do you require others input? whether it&#039;s country, state, or both. Unfortunately AutoField does not have such features. It will need little tweak to the main script (javascript/autofield.js).

Best,</description>
		<content:encoded><![CDATA[<p>Hi Jhonatan,</p>
<p>1#<br />
In the example (download archieve), I use &#8220;compose_to.php&#8221; to generate xml. You can edit that file or create a new &#8220;cities.php&#8221; file, where you can manipulate data from database. Don&#8217;t forget to change <em>Options.script</em> when initiating AutoField in the main file (index.php)<br />
<code>Event.observe(window, 'load', function() {new AutoField('compose_to', {script:'cities.php', delay:10})});</code></p>
<p>2#<br />
By default, AutoField will cache the result (xml) from ajax query. To disable this option, just add &#8220;cache:false&#8221; to the line of javascript mentioned above<br />
<code>Event.observe(window, 'load', function() {new AutoField('compose_to', {script:'cities.php', delay:10, cache:false})});</code></p>
<p>3#<br />
Considering it&#8217;s a list of cities: do you require others input? whether it&#8217;s country, state, or both. Unfortunately AutoField does not have such features. It will need little tweak to the main script (javascript/autofield.js).</p>
<p>Best,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Like Auto-Suggestion Text Field by Jhonatan</title>
		<link>http://blog.lokamaya.net/code-javascript/facebook-like-compose-field/comment-page-1#comment-153</link>
		<dc:creator>Jhonatan</dc:creator>
		<pubDate>Tue, 25 Jan 2011 02:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lokamaya.net/?p=202#comment-153</guid>
		<description>Very straightforward and clean. Thank you for sharing!

One challenge: how should I go about replacing the xml array with a php database connection? My list is considerably long (cities worldwide) and dynamic, it would be counterproductive to download the xml periodically. 

Any thoughts?

Thanks</description>
		<content:encoded><![CDATA[<p>Very straightforward and clean. Thank you for sharing!</p>
<p>One challenge: how should I go about replacing the xml array with a php database connection? My list is considerably long (cities worldwide) and dynamic, it would be counterproductive to download the xml periodically. </p>
<p>Any thoughts?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on inspectForm: Unobtrusive Form Validation by Achille</title>
		<link>http://blog.lokamaya.net/code-javascript/unobtrusive-form-validation/comment-page-1#comment-105</link>
		<dc:creator>Achille</dc:creator>
		<pubDate>Tue, 20 Apr 2010 14:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lokamaya.net/?p=196#comment-105</guid>
		<description>Hy, i&#039;m testing your script and sound good! 
Only samples and documentation aren&#039;t poor for a not web developer: so, how i can work with &quot;radio&quot; inputs?
Sorry for my bad english</description>
		<content:encoded><![CDATA[<p>Hy, i&#8217;m testing your script and sound good!<br />
Only samples and documentation aren&#8217;t poor for a not web developer: so, how i can work with &#8220;radio&#8221; inputs?<br />
Sorry for my bad english</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Like Auto-Suggestion Text Field by Zaenal</title>
		<link>http://blog.lokamaya.net/code-javascript/facebook-like-compose-field/comment-page-1#comment-87</link>
		<dc:creator>Zaenal</dc:creator>
		<pubDate>Fri, 26 Mar 2010 06:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lokamaya.net/?p=202#comment-87</guid>
		<description>My pleasure. I just modified Antonio Ramirez (Webeater) &#039;s works and shared it here.</description>
		<content:encoded><![CDATA[<p>My pleasure. I just modified Antonio Ramirez (Webeater) &#8216;s works and shared it here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

