<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for fromvega.com</title>
	<link>http://fromvega.com/wordpress</link>
	<description>Throwing code to the wind</description>
	<pubDate>Thu, 17 May 2012 11:08:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>Comment on Auto-Complete Field with jQuery - Code Explained by TheDocTor</title>
		<link>http://fromvega.com/wordpress/2007/05/08/auto-complete-field-with-jquery-code-explained/#comment-1553</link>
		<author>TheDocTor</author>
		<pubDate>Thu, 15 Dec 2011 19:04:12 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/08/auto-complete-field-with-jquery-code-explained/#comment-1553</guid>
					<description>Hi fromvega

Good script I mus say..
For those who stil looking out for multiple inputs compatibility, Use the jquery focus() function and put this code within that
Ex: $('#search').focus(function(){
		setAutoComplete("search", "results", "autocomplete.php?part=");
	});

This works sumwat!! Thanks to Macpaul (July 4th, 2008 at 10:24 am) :P
Cheers!!</description>
		<content:encoded><![CDATA[<p>Hi fromvega</p>
<p>Good script I mus say..<br />
For those who stil looking out for multiple inputs compatibility, Use the jquery focus() function and put this code within that<br />
Ex: $(&#8217;#search&#8217;).focus(function(){<br />
		setAutoComplete(&#8221;search&#8221;, &#8220;results&#8221;, &#8220;autocomplete.php?part=&#8221;);<br />
	});</p>
<p>This works sumwat!! Thanks to Macpaul (July 4th, 2008 at 10:24 am) <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
Cheers!!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on EasyDrag jQuery Plugin by steven</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1551</link>
		<author>steven</author>
		<pubDate>Tue, 29 Nov 2011 09:11:55 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1551</guid>
					<description>Hi,
  How can I drag the dropped element in the target div. I also want to copy the element dropped in the target div.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  How can I drag the dropped element in the target div. I also want to copy the element dropped in the target div.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on SimpleXML debug with var_dump() and print_r() by TC</title>
		<link>http://fromvega.com/wordpress/2007/05/08/simplexml-debug-with-var_dump-and-print_r/#comment-1549</link>
		<author>TC</author>
		<pubDate>Fri, 18 Nov 2011 00:59:18 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/08/simplexml-debug-with-var_dump-and-print_r/#comment-1549</guid>
					<description>I've only just came upon this method and it seems to be working fine:

$xml = simplexml_load_string($myVar-&#62;asXML());
$json = json_encode($xml);
$array = json_decode($json,TRUE);
var_dump($array);</description>
		<content:encoded><![CDATA[<p>I&#8217;ve only just came upon this method and it seems to be working fine:</p>
<p>$xml = simplexml_load_string($myVar-&gt;asXML());<br />
$json = json_encode($xml);<br />
$array = json_decode($json,TRUE);<br />
var_dump($array);</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on EasyDrag Update by James Chen</title>
		<link>http://fromvega.com/wordpress/2007/10/31/easydrag-update/#comment-1545</link>
		<author>James Chen</author>
		<pubDate>Sat, 22 Oct 2011 20:44:43 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/10/31/easydrag-update/#comment-1545</guid>
					<description>Hi there,

Thank you for the great job.
I have a question:
For example, after I add the drag and drop functionality to #box1 by using the code:
            $("#div1").easydrag();
How can I remove the drag and drop functionality?

Thank you!</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Thank you for the great job.<br />
I have a question:<br />
For example, after I add the drag and drop functionality to #box1 by using the code:<br />
            $(&#8221;#div1&#8243;).easydrag();<br />
How can I remove the drag and drop functionality?</p>
<p>Thank you!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on EasyDrag jQuery Plugin by rodia</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1525</link>
		<author>rodia</author>
		<pubDate>Thu, 04 Aug 2011 00:05:40 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1525</guid>
					<description>Hello
Great job, its very usefull.
I have a question about the plugin.
User drags an element and when its dropped there can be called function  event .ondrop. Is there posibility to validate drop position and request to the plugin to restore previous position of the element.
for example:
user has to drag an element tu allowed arrea. When he drop the element in restricted area then i want to get back the element to start (previous) position.
Can it be done ?</description>
		<content:encoded><![CDATA[<p>Hello<br />
Great job, its very usefull.<br />
I have a question about the plugin.<br />
User drags an element and when its dropped there can be called function  event .ondrop. Is there posibility to validate drop position and request to the plugin to restore previous position of the element.<br />
for example:<br />
user has to drag an element tu allowed arrea. When he drop the element in restricted area then i want to get back the element to start (previous) position.<br />
Can it be done ?</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Auto-Complete Field with jQuery, JSON &#038; PHP by resim yükle</title>
		<link>http://fromvega.com/wordpress/2007/05/05/auto-complete-field-with-jquery-json-php/#comment-1521</link>
		<author>resim yükle</author>
		<pubDate>Sat, 23 Jul 2011 14:28:00 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/05/auto-complete-field-with-jquery-json-php/#comment-1521</guid>
					<description>What if I want to show values on the autocomplete list as a strings and return picked field as a ID ? resim yükle</description>
		<content:encoded><![CDATA[<p>What if I want to show values on the autocomplete list as a strings and return picked field as a ID ? resim yükle</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Auto-Complete Field with jQuery, JSON &#038; PHP by hotel doctors nationwide</title>
		<link>http://fromvega.com/wordpress/2007/05/05/auto-complete-field-with-jquery-json-php/#comment-1518</link>
		<author>hotel doctors nationwide</author>
		<pubDate>Thu, 14 Jul 2011 11:54:19 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/05/auto-complete-field-with-jquery-json-php/#comment-1518</guid>
					<description>Thank you friend.This is a awesome tutorial.</description>
		<content:encoded><![CDATA[<p>Thank you friend.This is a awesome tutorial.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Auto-Complete Field with jQuery, JSON &#038; PHP by writers job</title>
		<link>http://fromvega.com/wordpress/2007/05/05/auto-complete-field-with-jquery-json-php/#comment-1516</link>
		<author>writers job</author>
		<pubDate>Mon, 04 Jul 2011 12:53:05 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/05/auto-complete-field-with-jquery-json-php/#comment-1516</guid>
					<description>your Auto-Complete is not working but your live site is working good please upload the right code</description>
		<content:encoded><![CDATA[<p>your Auto-Complete is not working but your live site is working good please upload the right code</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on EasyDrag Update by Jesse</title>
		<link>http://fromvega.com/wordpress/2007/10/31/easydrag-update/#comment-1510</link>
		<author>Jesse</author>
		<pubDate>Sat, 18 Jun 2011 16:33:56 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/10/31/easydrag-update/#comment-1510</guid>
					<description>This does not work in dynamically created iframes</description>
		<content:encoded><![CDATA[<p>This does not work in dynamically created iframes</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on EasyDrag jQuery Plugin by Luxury Yacht Charter</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1501</link>
		<author>Luxury Yacht Charter</author>
		<pubDate>Fri, 27 May 2011 13:17:54 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1501</guid>
					<description>thanks for you post, i am  just wondering if there any drag and drop calendar in jquery?</description>
		<content:encoded><![CDATA[<p>thanks for you post, i am  just wondering if there any drag and drop calendar in jquery?</p>
]]></content:encoded>
				</item>
</channel>
</rss>

