<?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/" version="2.0">
<channel>
	<title>Comments for Redips spideR Net</title>
	
	<link>http://www.redips.net</link>
	<description>Techniques and Web Technologies</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:29:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/redips/comments" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="redips/comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Write to a log file with PHP by dbunic</title>
		<link>http://www.redips.net/php/write-to-log-file/comment-page-2/#comment-5013</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Sat, 04 Feb 2012 16:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=36#comment-5013</guid>
		<description>@bhowe - &lt;em&gt;Logging class&lt;/em&gt; now contains &lt;strong&gt;lclose&lt;/strong&gt; public method - thank you.

@Kay - You are right. If &lt;em&gt;Logging class&lt;/em&gt; is used on Windows then CR and LF shoud be used to break the line. Linux/Unix uses only LF. I added "\r\n" to the comment above &lt;strong&gt;fwrite&lt;/strong&gt; line.

Info: From this moment, source code of the &lt;em&gt;Logging class&lt;/em&gt; can be downloaded from the &lt;em&gt;Download&lt;/em&gt; link below post title.</description>
		<content:encoded><![CDATA[<p>@bhowe - <em>Logging class</em> now contains <strong>lclose</strong> public method - thank you.</p>
<p>@Kay - You are right. If <em>Logging class</em> is used on Windows then CR and LF shoud be used to break the line. Linux/Unix uses only LF. I added "\r\n" to the comment above <strong>fwrite</strong> line.</p>
<p>Info: From this moment, source code of the <em>Logging class</em> can be downloaded from the <em>Download</em> link below post title.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/redips/comments?a=H8JX-INboqo:_Y0EIiLK4rQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=H8JX-INboqo:_Y0EIiLK4rQ:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=H8JX-INboqo:_Y0EIiLK4rQ:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=H8JX-INboqo:_Y0EIiLK4rQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=H8JX-INboqo:_Y0EIiLK4rQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=H8JX-INboqo:_Y0EIiLK4rQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=H8JX-INboqo:_Y0EIiLK4rQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=H8JX-INboqo:_Y0EIiLK4rQ:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Write to a log file with PHP by Kay</title>
		<link>http://www.redips.net/php/write-to-log-file/comment-page-2/#comment-5011</link>
		<dc:creator>Kay</dc:creator>
		<pubDate>Sat, 04 Feb 2012 15:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=36#comment-5011</guid>
		<description>Very useful, but would give better output for windows with each message on a new line by adding " /r" in the fwrite() function. that is: 

&lt;pre class="brush:php"&gt;
fwrite($this-&gt;fp, "$time ($script_name) $message\r\n");
&lt;/pre&gt;

EXAMPLE OUTPUT:

&lt;pre class="brush:text"&gt;
16:03:15 (preview) Test message
16:03:35 (preview) Test message
16:03:50 (preview) Test message
&lt;/pre&gt;

I used it thanks</description>
		<content:encoded><![CDATA[<p>Very useful, but would give better output for windows with each message on a new line by adding " /r" in the fwrite() function. that is: </p>
<pre class="brush:php">
fwrite($this-&gt;fp, "$time ($script_name) $message\r\n");
</pre>
<p>EXAMPLE OUTPUT:</p>
<pre class="brush:text">
16:03:15 (preview) Test message
16:03:35 (preview) Test message
16:03:50 (preview) Test message
</pre>
<p>I used it thanks</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/redips/comments?a=8i1iHHpl_So:O7aXlpUk6O0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=8i1iHHpl_So:O7aXlpUk6O0:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=8i1iHHpl_So:O7aXlpUk6O0:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=8i1iHHpl_So:O7aXlpUk6O0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=8i1iHHpl_So:O7aXlpUk6O0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=8i1iHHpl_So:O7aXlpUk6O0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=8i1iHHpl_So:O7aXlpUk6O0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=8i1iHHpl_So:O7aXlpUk6O0:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript dialog box by Yoni</title>
		<link>http://www.redips.net/javascript/dialog-box/comment-page-3/#comment-5009</link>
		<dc:creator>Yoni</dc:creator>
		<pubDate>Fri, 03 Feb 2012 13:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=86#comment-5009</guid>
		<description>Hi, 
I need to hide the dialog on timer event if no button clicked in dialog.
I called the hide event and got an error. How can I impleent this ? Could you embed a timer parameter
and close the dialog if no button pressed ?
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I need to hide the dialog on timer event if no button clicked in dialog.<br />
I called the hide event and got an error. How can I impleent this ? Could you embed a timer parameter<br />
and close the dialog if no button pressed ?<br />
Thanks.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/redips/comments?a=T0kWon-TlPA:XIQ5Be-c86Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=T0kWon-TlPA:XIQ5Be-c86Y:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=T0kWon-TlPA:XIQ5Be-c86Y:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=T0kWon-TlPA:XIQ5Be-c86Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=T0kWon-TlPA:XIQ5Be-c86Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=T0kWon-TlPA:XIQ5Be-c86Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=T0kWon-TlPA:XIQ5Be-c86Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=T0kWon-TlPA:XIQ5Be-c86Y:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag and drop table rows with JavaScript by Arevico</title>
		<link>http://www.redips.net/javascript/drag-and-drop-table-row/comment-page-5/#comment-5008</link>
		<dc:creator>Arevico</dc:creator>
		<pubDate>Fri, 03 Feb 2012 12:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=710#comment-5008</guid>
		<description>Hi,

First let me say, this is a wonderfull library. I'm currently playing around with it, but I still have a question. When will column dragging be introduced officially? Is it possible to use a temporary 'hack' to introduced it?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First let me say, this is a wonderfull library. I'm currently playing around with it, but I still have a question. When will column dragging be introduced officially? Is it possible to use a temporary 'hack' to introduced it?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/redips/comments?a=f_5VfZd7Qgw:e892yVJrHA4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=f_5VfZd7Qgw:e892yVJrHA4:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=f_5VfZd7Qgw:e892yVJrHA4:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=f_5VfZd7Qgw:e892yVJrHA4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=f_5VfZd7Qgw:e892yVJrHA4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=f_5VfZd7Qgw:e892yVJrHA4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=f_5VfZd7Qgw:e892yVJrHA4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=f_5VfZd7Qgw:e892yVJrHA4:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maintain vertical scroll position by Alasdair</title>
		<link>http://www.redips.net/javascript/maintain-scroll-position/comment-page-1/#comment-5007</link>
		<dc:creator>Alasdair</dc:creator>
		<pubDate>Thu, 02 Feb 2012 16:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=162#comment-5007</guid>
		<description>Hey dbunic

I am trying to add your function to a form that redirects to a page and then back to the original.

When I add your function to the action value of the form, the form does not seam to post any of the fields within it.  Do you know what I am doing wrong?   (form code below)

&lt;code&gt;

												
												
												
												
										
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hey dbunic</p>
<p>I am trying to add your function to a form that redirects to a page and then back to the original.</p>
<p>When I add your function to the action value of the form, the form does not seam to post any of the fields within it.  Do you know what I am doing wrong?   (form code below)</p>
<p><code></p>
<p></code></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/redips/comments?a=PZYuVpP2IuU:xlaxqM3mt-k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=PZYuVpP2IuU:xlaxqM3mt-k:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=PZYuVpP2IuU:xlaxqM3mt-k:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=PZYuVpP2IuU:xlaxqM3mt-k:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=PZYuVpP2IuU:xlaxqM3mt-k:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=PZYuVpP2IuU:xlaxqM3mt-k:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=PZYuVpP2IuU:xlaxqM3mt-k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=PZYuVpP2IuU:xlaxqM3mt-k:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag and Drop table content with JavaScript by dbunic</title>
		<link>http://www.redips.net/javascript/drag-and-drop-table-content/comment-page-34/#comment-5006</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Wed, 01 Feb 2012 07:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=63#comment-5006</guid>
		<description>1)
Yes, it's possible to create a new DIV element and place it manually to the table. New DIV element should contain &lt;strong&gt;drag&lt;/strong&gt; class name. After element is added to the table it should be "enabled" - please see documentation for &lt;a href="/javascript/redips-drag-documentation/#enable_drag" title="REDIPS: documentation for enable drag method" rel="nofollow"&gt;enable_drag()&lt;/a&gt; method.

2)
REDIPS.drag library can have many separated drag containers like in &lt;a href="/my/preview/REDIPS_drag/example08/" title="REDIPS: Tables in separated containers" rel="nofollow"&gt;example08 - Tables in separated containers&lt;/a&gt;. Elements from first container can't be dropped to the second container and vice versa. If you want to disable all elements in a table, that can be done with &lt;a href="/javascript/redips-drag-documentation/#enable_table" title="REDIPS: enable_table() method" rel="nofollow"&gt;enable_table()&lt;/a&gt; method. So with using event handlers, enable/disable (toggle) table elements should not be a problem.</description>
		<content:encoded><![CDATA[<p>1)<br />
Yes, it's possible to create a new DIV element and place it manually to the table. New DIV element should contain <strong>drag</strong> class name. After element is added to the table it should be "enabled" - please see documentation for <a href="/javascript/redips-drag-documentation/#enable_drag" title="REDIPS: documentation for enable drag method" rel="nofollow">enable_drag()</a> method.</p>
<p>2)<br />
REDIPS.drag library can have many separated drag containers like in <a href="/my/preview/REDIPS_drag/example08/" title="REDIPS: Tables in separated containers" rel="nofollow">example08 - Tables in separated containers</a>. Elements from first container can't be dropped to the second container and vice versa. If you want to disable all elements in a table, that can be done with <a href="/javascript/redips-drag-documentation/#enable_table" title="REDIPS: enable_table() method" rel="nofollow">enable_table()</a> method. So with using event handlers, enable/disable (toggle) table elements should not be a problem.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/redips/comments?a=NQIoLsT7FX8:eOBo3-pZHC4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=NQIoLsT7FX8:eOBo3-pZHC4:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=NQIoLsT7FX8:eOBo3-pZHC4:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=NQIoLsT7FX8:eOBo3-pZHC4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=NQIoLsT7FX8:eOBo3-pZHC4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=NQIoLsT7FX8:eOBo3-pZHC4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=NQIoLsT7FX8:eOBo3-pZHC4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=NQIoLsT7FX8:eOBo3-pZHC4:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable image dragging in FireFox by Greg</title>
		<link>http://www.redips.net/firefox/disable-image-dragging/comment-page-2/#comment-5004</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 31 Jan 2012 15:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=75#comment-5004</guid>
		<description>Thanks Darko
That's what I have been looking for :)</description>
		<content:encoded><![CDATA[<p>Thanks Darko<br />
That's what I have been looking for <img src='http://www.redips.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/redips/comments?a=DArMj9gk9N8:6FnhRJukGBs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=DArMj9gk9N8:6FnhRJukGBs:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=DArMj9gk9N8:6FnhRJukGBs:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=DArMj9gk9N8:6FnhRJukGBs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=DArMj9gk9N8:6FnhRJukGBs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=DArMj9gk9N8:6FnhRJukGBs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=DArMj9gk9N8:6FnhRJukGBs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=DArMj9gk9N8:6FnhRJukGBs:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on From MySQL to HTML with PHP and XML by dbunic</title>
		<link>http://www.redips.net/php/from-mysql-to-html-with-xml/comment-page-1/#comment-5001</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Tue, 31 Jan 2012 09:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=43#comment-5001</guid>
		<description>Thank you mljutak and you're more than welcome!
:)</description>
		<content:encoded><![CDATA[<p>Thank you mljutak and you're more than welcome!<br />
 <img src='http://www.redips.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/redips/comments?a=UhtizcNvmPQ:AWdKmGR6RHc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=UhtizcNvmPQ:AWdKmGR6RHc:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=UhtizcNvmPQ:AWdKmGR6RHc:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=UhtizcNvmPQ:AWdKmGR6RHc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=UhtizcNvmPQ:AWdKmGR6RHc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=UhtizcNvmPQ:AWdKmGR6RHc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=UhtizcNvmPQ:AWdKmGR6RHc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=UhtizcNvmPQ:AWdKmGR6RHc:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on From MySQL to HTML with PHP and XML by mljutak</title>
		<link>http://www.redips.net/php/from-mysql-to-html-with-xml/comment-page-1/#comment-5000</link>
		<dc:creator>mljutak</dc:creator>
		<pubDate>Tue, 31 Jan 2012 09:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=43#comment-5000</guid>
		<description>Awesome script. Thank you sir! ;)</description>
		<content:encoded><![CDATA[<p>Awesome script. Thank you sir! <img src='http://www.redips.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/redips/comments?a=_SDsDs5n20k:HWmAdaZF2IA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=_SDsDs5n20k:HWmAdaZF2IA:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=_SDsDs5n20k:HWmAdaZF2IA:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=_SDsDs5n20k:HWmAdaZF2IA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=_SDsDs5n20k:HWmAdaZF2IA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=_SDsDs5n20k:HWmAdaZF2IA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=_SDsDs5n20k:HWmAdaZF2IA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=_SDsDs5n20k:HWmAdaZF2IA:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag and Drop table content with JavaScript by dman</title>
		<link>http://www.redips.net/javascript/drag-and-drop-table-content/comment-page-34/#comment-4999</link>
		<dc:creator>dman</dc:creator>
		<pubDate>Tue, 31 Jan 2012 07:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=63#comment-4999</guid>
		<description>Thanks for the library.

Two quick questions:
1) is it possible to dynamically generate new table elements without user interaction?

2) is it possible to have two [div id="drag"] sections on the page? When I do that only one is active.

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for the library.</p>
<p>Two quick questions:<br />
1) is it possible to dynamically generate new table elements without user interaction?</p>
<p>2) is it possible to have two [div id="drag"] sections on the page? When I do that only one is active.</p>
<p>Thanks</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/redips/comments?a=SerycIS-Wpo:ggZppEFRo7M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=SerycIS-Wpo:ggZppEFRo7M:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=SerycIS-Wpo:ggZppEFRo7M:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=SerycIS-Wpo:ggZppEFRo7M:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/redips/comments?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=SerycIS-Wpo:ggZppEFRo7M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=SerycIS-Wpo:ggZppEFRo7M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/redips/comments?a=SerycIS-Wpo:ggZppEFRo7M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/redips/comments?i=SerycIS-Wpo:ggZppEFRo7M:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
	</item>
</channel>
</rss>

