<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Web Scripting</title>
	
	<link>http://www.satya-weblog.com</link>
	<description>a Developer's playground</description>
	<lastBuildDate>Thu, 11 Mar 2010 10:42:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForWebScripting" /><feedburner:info uri="commentsforwebscripting" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Add Input Fields Dynamically to Form Using JavaScript by Ashwin Variyar</title>
		<link>http://feedproxy.google.com/~r/CommentsForWebScripting/~3/igCv4o0shuM/comment-page-1</link>
		<dc:creator>Ashwin Variyar</dc:creator>
		<pubDate>Thu, 11 Mar 2010 10:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.satya-weblog.com/?p=1641#comment-710</guid>
		<description>I am not able to submit data from the form to a database. I am getting the word Array and not the data...... please help</description>
		<content:encoded><![CDATA[<p>I am not able to submit data from the form to a database. I am getting the word Array and not the data&#8230;&#8230; please help</p>

<p><a href="http://feedads.g.doubleclick.net/~a/mvcmQ2JCTa4MT8MrRjTxgKhOEo8/0/da"><img src="http://feedads.g.doubleclick.net/~a/mvcmQ2JCTa4MT8MrRjTxgKhOEo8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/mvcmQ2JCTa4MT8MrRjTxgKhOEo8/1/da"><img src="http://feedads.g.doubleclick.net/~a/mvcmQ2JCTa4MT8MrRjTxgKhOEo8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CommentsForWebScripting/~4/igCv4o0shuM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.satya-weblog.com/2010/02/add-input-fields-dynamically-to-form-using-javascript.html/comment-page-1#comment-710</feedburner:origLink></item>
	<item>
		<title>Comment on Wordpress and Content Delivery Network by Slow Blog? – 6 Advanced Tips to Optimize Your Blog</title>
		<link>http://feedproxy.google.com/~r/CommentsForWebScripting/~3/HjQca2-W4Vw/comment-page-1</link>
		<dc:creator>Slow Blog? – 6 Advanced Tips to Optimize Your Blog</dc:creator>
		<pubDate>Wed, 10 Mar 2010 20:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.satya-weblog.com/?p=1765#comment-709</guid>
		<description>[...] Wordpress and Content Delivery Network [...]</description>
		<content:encoded><![CDATA[<p>[...] Wordpress and Content Delivery Network [...]</p>

<p><a href="http://feedads.g.doubleclick.net/~a/8B2zcTUhCjDLXaUFeuo4713hb7g/0/da"><img src="http://feedads.g.doubleclick.net/~a/8B2zcTUhCjDLXaUFeuo4713hb7g/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8B2zcTUhCjDLXaUFeuo4713hb7g/1/da"><img src="http://feedads.g.doubleclick.net/~a/8B2zcTUhCjDLXaUFeuo4713hb7g/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CommentsForWebScripting/~4/HjQca2-W4Vw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.satya-weblog.com/2010/03/wordpress-and-content-delivery-network.html/comment-page-1#comment-709</feedburner:origLink></item>
	<item>
		<title>Comment on Add Input Fields Dynamically to Form Using JavaScript by Satya Prakash</title>
		<link>http://feedproxy.google.com/~r/CommentsForWebScripting/~3/-de89lYt31A/comment-page-1</link>
		<dc:creator>Satya Prakash</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.satya-weblog.com/?p=1641#comment-704</guid>
		<description>See, I am using add_feed() / new_link() function on "Add New" link. you call any one depending on the type you selected from above code and call that function. Below put that function and replace alert('a').

&lt;input type="checkbox" name="check1" value="test1" onclick="if(this.checked) alert('a');" &gt;</description>
		<content:encoded><![CDATA[<p>See, I am using add_feed() / new_link() function on &#8220;Add New&#8221; link. you call any one depending on the type you selected from above code and call that function. Below put that function and replace alert(&#8216;a&#8217;).</p>
<p>&lt;input type=&#8221;checkbox&#8221; name=&#8221;check1&#8243; value=&#8221;test1&#8243; onclick=&#8221;if(this.checked) alert(&#8216;a&#8217;);&#8221; &gt;</p>

<p><a href="http://feedads.g.doubleclick.net/~a/dA3Z6aetuKyV9Kx0FEnCMtaDWeA/0/da"><img src="http://feedads.g.doubleclick.net/~a/dA3Z6aetuKyV9Kx0FEnCMtaDWeA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/dA3Z6aetuKyV9Kx0FEnCMtaDWeA/1/da"><img src="http://feedads.g.doubleclick.net/~a/dA3Z6aetuKyV9Kx0FEnCMtaDWeA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CommentsForWebScripting/~4/-de89lYt31A" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.satya-weblog.com/2010/02/add-input-fields-dynamically-to-form-using-javascript.html/comment-page-1#comment-704</feedburner:origLink></item>
	<item>
		<title>Comment on Add Input Fields Dynamically to Form Using JavaScript by nichico</title>
		<link>http://feedproxy.google.com/~r/CommentsForWebScripting/~3/_zTmhPWZew8/comment-page-1</link>
		<dc:creator>nichico</dc:creator>
		<pubDate>Tue, 09 Mar 2010 08:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.satya-weblog.com/?p=1641#comment-703</guid>
		<description>can you make it work width a checkbox so when its checked the new imput fields is added?</description>
		<content:encoded><![CDATA[<p>can you make it work width a checkbox so when its checked the new imput fields is added?</p>

<p><a href="http://feedads.g.doubleclick.net/~a/D3lCadUtzGjfotQqXAgDzI8cOaE/0/da"><img src="http://feedads.g.doubleclick.net/~a/D3lCadUtzGjfotQqXAgDzI8cOaE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/D3lCadUtzGjfotQqXAgDzI8cOaE/1/da"><img src="http://feedads.g.doubleclick.net/~a/D3lCadUtzGjfotQqXAgDzI8cOaE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CommentsForWebScripting/~4/_zTmhPWZew8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.satya-weblog.com/2010/02/add-input-fields-dynamically-to-form-using-javascript.html/comment-page-1#comment-703</feedburner:origLink></item>
	<item>
		<title>Comment on Wordpress: Add Random Content in Sidebar Widget by wp-popular.com » Blog Archive » Wordpress: Add Random Content in Sidebar Widget</title>
		<link>http://feedproxy.google.com/~r/CommentsForWebScripting/~3/5eG-KTB_gOA/comment-page-1</link>
		<dc:creator>wp-popular.com » Blog Archive » Wordpress: Add Random Content in Sidebar Widget</dc:creator>
		<pubDate>Mon, 08 Mar 2010 06:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.satya-weblog.com/?p=1720#comment-701</guid>
		<description>[...] original post here: Wordpress: Add Random Content in Sidebar Widget Tags: content, random, result, [...]</description>
		<content:encoded><![CDATA[<p>[...] original post here: Wordpress: Add Random Content in Sidebar Widget Tags: content, random, result, [...]</p>

<p><a href="http://feedads.g.doubleclick.net/~a/mrUWwEhtoMHrq6bcLW-vFoIGUP0/0/da"><img src="http://feedads.g.doubleclick.net/~a/mrUWwEhtoMHrq6bcLW-vFoIGUP0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/mrUWwEhtoMHrq6bcLW-vFoIGUP0/1/da"><img src="http://feedads.g.doubleclick.net/~a/mrUWwEhtoMHrq6bcLW-vFoIGUP0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CommentsForWebScripting/~4/5eG-KTB_gOA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.satya-weblog.com/2010/02/wordpress-add-random-content-sidebar-widget.html/comment-page-1#comment-701</feedburner:origLink></item>
</channel>
</rss><!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 8/18 queries in 0.006 seconds using disk
Content Delivery Network via blog.satya-weblog.com

Served from: stats.ant.arvixe.com @ 2010-03-11 19:55:53 -->
