<?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 My place to Speak!</title>
	<atom:link href="http://blog.aslingga.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aslingga.com</link>
	<description>… my little house that gave me a place to talk and share what I had seen, heard, and felt.</description>
	<lastBuildDate>Tue, 14 Feb 2012 06:36:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Displaying JSON data from PHP script by Angga Lingga</title>
		<link>http://blog.aslingga.com/2009/12/23/displaying-json-data-from-php-script/comment-page-1/#comment-1233</link>
		<dc:creator>Angga Lingga</dc:creator>
		<pubDate>Tue, 14 Feb 2012 06:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://aslingga.wordpress.com/?p=221#comment-1233</guid>
		<description>buat mas Bertho sudah menggunakan XMLHttpRequest belum untuk meng-get dan meng-post datanya ke server PHPnya ???</description>
		<content:encoded><![CDATA[<p>buat mas Bertho sudah menggunakan XMLHttpRequest belum untuk meng-get dan meng-post datanya ke server PHPnya ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Chatting Application using Java RMI by Angga Lingga</title>
		<link>http://blog.aslingga.com/2010/03/27/simple-chatting-application-using-java-rmi/comment-page-1/#comment-1232</link>
		<dc:creator>Angga Lingga</dc:creator>
		<pubDate>Tue, 14 Feb 2012 06:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.aslingga.com/?p=367#comment-1232</guid>
		<description>I&#039;m so sorry but I use EditPlus when I code this program so I don&#039;t know the problems when you run it by using Eclipse or another IDE.

Anyway I will try to help you and inform you ASAP when I get the answer.</description>
		<content:encoded><![CDATA[<p>I&#8217;m so sorry but I use EditPlus when I code this program so I don&#8217;t know the problems when you run it by using Eclipse or another IDE.</p>
<p>Anyway I will try to help you and inform you ASAP when I get the answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send email using PHP Mailer and Yii Framework by Angga Lingga</title>
		<link>http://blog.aslingga.com/2010/05/27/send-email-using-php-mailer-and-yii-framework/comment-page-1/#comment-1231</link>
		<dc:creator>Angga Lingga</dc:creator>
		<pubDate>Tue, 14 Feb 2012 06:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.aslingga.com/?p=394#comment-1231</guid>
		<description>Awesome :D</description>
		<content:encoded><![CDATA[<p>Awesome <img src='http://blog.aslingga.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Displaying JSON data from PHP script by Bertho</title>
		<link>http://blog.aslingga.com/2009/12/23/displaying-json-data-from-php-script/comment-page-1/#comment-1230</link>
		<dc:creator>Bertho</dc:creator>
		<pubDate>Mon, 13 Feb 2012 06:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://aslingga.wordpress.com/?p=221#comment-1230</guid>
		<description>Mas angga, saya mau nanya ne mas..
Saya kan buat aplikasi native mobile di android dan BB, saya pake framework Phonegap
Nah phonegap kan harus ngoding : HTML, Javascript sama CSS buat aplikasinya
Disini saya pakai HTML, JSON buat ngirim dan terima data yg diproses dari PHP di server saya
Jadi HTML sama javascript(Json) di local nanti dia ngakses ke php saya di server
Saya dah nyoba2 buat CRUD tapi ga bisa2 ne bro...Bisa buatin contohnya bro?
Thanks</description>
		<content:encoded><![CDATA[<p>Mas angga, saya mau nanya ne mas..<br />
Saya kan buat aplikasi native mobile di android dan BB, saya pake framework Phonegap<br />
Nah phonegap kan harus ngoding : HTML, Javascript sama CSS buat aplikasinya<br />
Disini saya pakai HTML, JSON buat ngirim dan terima data yg diproses dari PHP di server saya<br />
Jadi HTML sama javascript(Json) di local nanti dia ngakses ke php saya di server<br />
Saya dah nyoba2 buat CRUD tapi ga bisa2 ne bro&#8230;Bisa buatin contohnya bro?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send email using PHP Mailer and Yii Framework by ares</title>
		<link>http://blog.aslingga.com/2010/05/27/send-email-using-php-mailer-and-yii-framework/comment-page-1/#comment-1162</link>
		<dc:creator>ares</dc:creator>
		<pubDate>Tue, 03 Jan 2012 17:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.aslingga.com/?p=394#comment-1162</guid>
		<description>Download the PHPMailer extension for Yii Framework from this link.
Create ‘extensions‘ directory under ‘protected‘ directory. (Optional if you have created it before)
Extract the compressed files into extensions directory.
Now created a new controller and make a function actionSendEmail().
Put the codes into the actionSendMail() body.
Call the action request to your controller and wait until your web server finish processing your request.
If the your mail sent successfully it will display result ‘Message sent successfully!‘ either it will display ‘Fail to send your message!</description>
		<content:encoded><![CDATA[<p>Download the PHPMailer extension for Yii Framework from this link.<br />
Create ‘extensions‘ directory under ‘protected‘ directory. (Optional if you have created it before)<br />
Extract the compressed files into extensions directory.<br />
Now created a new controller and make a function actionSendEmail().<br />
Put the codes into the actionSendMail() body.<br />
Call the action request to your controller and wait until your web server finish processing your request.<br />
If the your mail sent successfully it will display result ‘Message sent successfully!‘ either it will display ‘Fail to send your message!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Chatting Application using Java RMI by Salvan</title>
		<link>http://blog.aslingga.com/2010/03/27/simple-chatting-application-using-java-rmi/comment-page-1/#comment-1151</link>
		<dc:creator>Salvan</dc:creator>
		<pubDate>Fri, 30 Dec 2011 22:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.aslingga.com/?p=367#comment-1151</guid>
		<description>Hi,

  I try to execute the application in Eclipse at Windows 7, i&#039;m starting the Rmiregistry in a console by the command 
&gt;start rmiregistry &amp; 
and in the other console when i execute de command :
&gt;java ChatServer N° Port     
it give me a problem that &quot;Trouble : Please run rmiregistry&quot; 

Thanks for your interesting code and please response me in the shortest delay</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>  I try to execute the application in Eclipse at Windows 7, i&#8217;m starting the Rmiregistry in a console by the command<br />
&gt;start rmiregistry &amp;<br />
and in the other console when i execute de command :<br />
&gt;java ChatServer N° Port<br />
it give me a problem that &#8220;Trouble : Please run rmiregistry&#8221; </p>
<p>Thanks for your interesting code and please response me in the shortest delay</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send email using PHP Mailer and Yii Framework by Angga Lingga</title>
		<link>http://blog.aslingga.com/2010/05/27/send-email-using-php-mailer-and-yii-framework/comment-page-1/#comment-1140</link>
		<dc:creator>Angga Lingga</dc:creator>
		<pubDate>Sun, 25 Dec 2011 19:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.aslingga.com/?p=394#comment-1140</guid>
		<description>maksudnya biar terkirim otomatis ??? wah kalo otomatis mesti pake scheduler gitu dari databasemu atau buat jobs dari PHPnya :D</description>
		<content:encoded><![CDATA[<p>maksudnya biar terkirim otomatis ??? wah kalo otomatis mesti pake scheduler gitu dari databasemu atau buat jobs dari PHPnya <img src='http://blog.aslingga.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Koneksi Internet 3(Three) lambat by Name *</title>
		<link>http://blog.aslingga.com/2010/05/29/koneksi-internet-3three-lambat/comment-page-4/#comment-1128</link>
		<dc:creator>Name *</dc:creator>
		<pubDate>Wed, 07 Dec 2011 12:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.aslingga.com/?p=423#comment-1128</guid>
		<description>three bikin gua mau bantingin laptop gua! fuc*</description>
		<content:encoded><![CDATA[<p>three bikin gua mau bantingin laptop gua! fuc*</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Software Testing by Angga Lingga</title>
		<link>http://blog.aslingga.com/2009/12/15/software-testing/comment-page-1/#comment-1107</link>
		<dc:creator>Angga Lingga</dc:creator>
		<pubDate>Fri, 25 Nov 2011 02:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://aslingga.wordpress.com/?p=206#comment-1107</guid>
		<description>&lt;a href=&quot;#comment-1106&quot; rel=&quot;nofollow&quot;&gt;@Rave&lt;/a&gt; sama-sama bro :D semoga membantu</description>
		<content:encoded><![CDATA[<p><a href="#comment-1106" rel="nofollow">@Rave</a> sama-sama bro <img src='http://blog.aslingga.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  semoga membantu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Software Testing by Rave</title>
		<link>http://blog.aslingga.com/2009/12/15/software-testing/comment-page-1/#comment-1106</link>
		<dc:creator>Rave</dc:creator>
		<pubDate>Thu, 24 Nov 2011 09:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://aslingga.wordpress.com/?p=206#comment-1106</guid>
		<description>Thanks bro...</description>
		<content:encoded><![CDATA[<p>Thanks bro&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

