<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Web developers notes,programming tutorials.</title>
	<link>http://developers.chrisranjana.com</link>
	<description>Practical programming advice and development notes</description>
	<pubDate>Tue, 21 May 2013 10:35:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>Comment on Regular Expression in Mysql by Toxic Byte</title>
		<link>http://developers.chrisranjana.com/mysql-database-development/regular-expression-in-mysql-2.html#comment-70</link>
		<pubDate>Mon, 05 Feb 2007 19:10:32 +0000</pubDate>
		<guid>http://developers.chrisranjana.com/mysql-database-development/regular-expression-in-mysql-2.html#comment-70</guid>
					<description>&lt;strong&gt;Using regular expressions in mysql&lt;/strong&gt;

I&#8217;ve used regex in postgres a lot, but I&#8217;ve got a mysql database with a lot of fields that need updating. They&#8217;re in the form of &#8220;http://url/?page=keyword&#8221; and I want to change that to &#8220;http://url/page/keyword/&#38;#8221...</description>
		<content:encoded><![CDATA[<p><strong>Using regular expressions in mysql</strong></p>
<p>I&#8217;ve used regex in postgres a lot, but I&#8217;ve got a mysql database with a lot of fields that need updating. They&#8217;re in the form of &#8220;http://url/?page=keyword&#8221; and I want to change that to &#8220;http://url/page/keyword/&amp;#8221&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using PHP from the command line by satya prakash</title>
		<link>http://developers.chrisranjana.com/php-programming/using-php-from-the-command-line.html#comment-60</link>
		<pubDate>Sat, 03 Feb 2007 10:14:21 +0000</pubDate>
		<guid>http://developers.chrisranjana.com/php-programming/using-php-from-the-command-line.html#comment-60</guid>
					<description>my is similar to this, but i am telling it direct. It is here: http://in.groups.yahoo.com/group/php-well-wishers/message/4</description>
		<content:encoded><![CDATA[<p>my is similar to this, but i am telling it direct. It is here: <a href="http://in.groups.yahoo.com/group/php-well-wishers/message/4" rel="nofollow">http://in.groups.yahoo.com/group/php-well-wishers/message/4</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Why visitors will return to your site by veridicus</title>
		<link>http://developers.chrisranjana.com/php-programming/why-visitors-will-return-to-your-site.html#comment-44</link>
		<pubDate>Wed, 31 Jan 2007 16:15:43 +0000</pubDate>
		<guid>http://developers.chrisranjana.com/php-programming/why-visitors-will-return-to-your-site.html#comment-44</guid>
					<description>No link to the survey?  How the survey was conducted and who sponsored it should be factored into the results.</description>
		<content:encoded><![CDATA[<p>No link to the survey?  How the survey was conducted and who sponsored it should be factored into the results.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on How to make XmlHttpRequest calls to another server in your domain by malar</title>
		<link>http://developers.chrisranjana.com/php-programming/how-to-make-xmlhttprequest-calls-to-another-server-in-your-domain.html#comment-23</link>
		<pubDate>Thu, 11 Jan 2007 05:41:31 +0000</pubDate>
		<guid>http://developers.chrisranjana.com/php-programming/how-to-make-xmlhttprequest-calls-to-another-server-in-your-domain.html#comment-23</guid>
					<description>Much simpler solution for this problem is by using curl;
Create a wrapper for the script which is from a different server.
The wrapper script will do nothing but connect the foreign script using CURL. return the data of that foregin script.

For example if script1.php is in server1 and script2.php is in server2.
And suppose script1.php connects script2.php using AJAX.

Create a wrapper script. Let it be wrapper_script2.php.

wrapper_script2.php will connect script2.php using CURL.

substitute wrapper_script2.php in script1.php for script2.php.</description>
		<content:encoded><![CDATA[<p>Much simpler solution for this problem is by using curl;<br />
Create a wrapper for the script which is from a different server.<br />
The wrapper script will do nothing but connect the foreign script using CURL. return the data of that foregin script.</p>
<p>For example if script1.php is in server1 and script2.php is in server2.<br />
And suppose script1.php connects script2.php using AJAX.</p>
<p>Create a wrapper script. Let it be wrapper_script2.php.</p>
<p>wrapper_script2.php will connect script2.php using CURL.</p>
<p>substitute wrapper_script2.php in script1.php for script2.php.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on How to make XmlHttpRequest calls to another server in your domain by Web developers</title>
		<link>http://developers.chrisranjana.com/php-programming/how-to-make-xmlhttprequest-calls-to-another-server-in-your-domain.html#comment-19</link>
		<pubDate>Tue, 09 Jan 2007 02:09:17 +0000</pubDate>
		<guid>http://developers.chrisranjana.com/php-programming/how-to-make-xmlhttprequest-calls-to-another-server-in-your-domain.html#comment-19</guid>
					<description>Yes &lt;a href="http://www.dyn-web.com/dhtml/iframes/" rel="nofollow"&gt;iframes&lt;/a&gt; are not supported by all browsers . Only a few browsers like

Internet Explorer 4+, Netscape 6+, Firefox, Mozilla, Opera and other modern browsers all support iframes.

:))</description>
		<content:encoded><![CDATA[<p>Yes <a href="http://www.dyn-web.com/dhtml/iframes/" rel="nofollow">iframes</a> are not supported by all browsers . Only a few browsers like</p>
<p>Internet Explorer 4+, Netscape 6+, Firefox, Mozilla, Opera and other modern browsers all support iframes.</p>
<p>:))
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on How to make XmlHttpRequest calls to another server in your domain by DATos</title>
		<link>http://developers.chrisranjana.com/php-programming/how-to-make-xmlhttprequest-calls-to-another-server-in-your-domain.html#comment-18</link>
		<pubDate>Mon, 08 Jan 2007 17:24:28 +0000</pubDate>
		<guid>http://developers.chrisranjana.com/php-programming/how-to-make-xmlhttprequest-calls-to-another-server-in-your-domain.html#comment-18</guid>
					<description>Hi, 
I knew this technique, but it's name is cross-side scripting. I'ts a bit older than AJaX.
By The Way, many browsers doesn't allow iframes ;)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I knew this technique, but it&#8217;s name is cross-side scripting. I&#8217;ts a bit older than AJaX.<br />
By The Way, many browsers doesn&#8217;t allow iframes <img src='http://developers.chrisranjana.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on How to make XmlHttpRequest calls to another server in your domain by www.webeame.net</title>
		<link>http://developers.chrisranjana.com/php-programming/how-to-make-xmlhttprequest-calls-to-another-server-in-your-domain.html#comment-17</link>
		<pubDate>Mon, 08 Jan 2007 12:35:41 +0000</pubDate>
		<guid>http://developers.chrisranjana.com/php-programming/how-to-make-xmlhttprequest-calls-to-another-server-in-your-domain.html#comment-17</guid>
					<description>&lt;strong&gt;Hacer Ajax sin usar el objeto xmlhttprequest&lt;/strong&gt;

Interesante forma de poder hacer peticiones al servidor de forma asincrona sin necesidad de usar el objeto xmlhttprequest, creado expresamente para esto. Explicación en castellano (http://www.anieto2k.com/2007/01/04/ajax-sin-usar-el-objeto-xmlhttprequ...</description>
		<content:encoded><![CDATA[<p><strong>Hacer Ajax sin usar el objeto xmlhttprequest</strong></p>
<p>Interesante forma de poder hacer peticiones al servidor de forma asincrona sin necesidad de usar el objeto xmlhttprequest, creado expresamente para esto. Explicación en castellano (http://www.anieto2k.com/2007/01/04/ajax-sin-usar-el-objeto-xmlhttprequ&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on get_html_translation_table() by Seamus</title>
		<link>http://developers.chrisranjana.com/php-programming/get_html_translation_table.html#comment-3</link>
		<pubDate>Fri, 29 Dec 2006 02:27:17 +0000</pubDate>
		<guid>http://developers.chrisranjana.com/php-programming/get_html_translation_table.html#comment-3</guid>
					<description>Useful to know. The PHP manual entry can be found at: http://php.net/get_html_translation_table</description>
		<content:encoded><![CDATA[<p>Useful to know. The PHP manual entry can be found at: <a href="http://php.net/get_html_translation_table" rel="nofollow">http://php.net/get_html_translation_table</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on preg_replace by Dude</title>
		<link>http://developers.chrisranjana.com/php-function-explanations/preg_replace.html#comment-2</link>
		<pubDate>Wed, 27 Dec 2006 12:11:52 +0000</pubDate>
		<guid>http://developers.chrisranjana.com/php-function-explanations/preg_replace.html#comment-2</guid>
					<description>"Experts in Php, Mysql, C# programming"

Thanks for helping me understand preg_replace.</description>
		<content:encoded><![CDATA[<p>&#8220;Experts in Php, Mysql, C# programming&#8221;</p>
<p>Thanks for helping me understand preg_replace.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Programming articles and tips by Mr WordPress</title>
		<link>http://developers.chrisranjana.com/php-programming/programming-articles-and-tips.html#comment-1</link>
		<pubDate>Wed, 13 Dec 2006 06:22:37 +0000</pubDate>
		<guid>http://developers.chrisranjana.com/php-programming/programming-articles-and-tips.html#comment-1</guid>
					<description>Hi, this is a comment.&lt;br /&gt;To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.</description>
		<content:encoded><![CDATA[<p>Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
