<?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>Wed, 17 Mar 2010 00:40:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>Comment on Auto-Complete Field with jQuery - Code Explained by AbdelRahman Awad</title>
		<link>http://fromvega.com/wordpress/2007/05/08/auto-complete-field-with-jquery-code-explained/#comment-1314</link>
		<author>AbdelRahman Awad</author>
		<pubDate>Thu, 04 Mar 2010 19:12:46 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/08/auto-complete-field-with-jquery-code-explained/#comment-1314</guid>
					<description>Hi thanks alot for all your efforts

i made a new auto complete plugin for auto complete which is very simillar to the Facebook search check it out 

http://blog.halwsa.net/2010/jquery-autocomplete-search/

Cheers</description>
		<content:encoded><![CDATA[<p>Hi thanks alot for all your efforts</p>
<p>i made a new auto complete plugin for auto complete which is very simillar to the Facebook search check it out </p>
<p><a href="http://blog.halwsa.net/2010/jquery-autocomplete-search/" rel="nofollow">http://blog.halwsa.net/2010/jquery-autocomplete-search/</a></p>
<p>Cheers</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on EasyDrag jQuery Plugin by Kursat</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1309</link>
		<author>Kursat</author>
		<pubDate>Fri, 19 Feb 2010 02:35:09 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1309</guid>
					<description>how can i write inside the box. because when we use this query we can't choiice any word inside the box</description>
		<content:encoded><![CDATA[<p>how can i write inside the box. because when we use this query we can&#8217;t choiice any word inside the box</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Auto-Complete Field with jQuery, JSON &#038; PHP by Hadith</title>
		<link>http://fromvega.com/wordpress/2007/05/05/auto-complete-field-with-jquery-json-php/#comment-1308</link>
		<author>Hadith</author>
		<pubDate>Mon, 15 Feb 2010 16:57:11 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/05/auto-complete-field-with-jquery-json-php/#comment-1308</guid>
					<description>Nice one, How do I go about changing the array of words to words from a mysql database</description>
		<content:encoded><![CDATA[<p>Nice one, How do I go about changing the array of words to words from a mysql database</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Auto-Complete Field with jQuery, JSON &#038; PHP by Laurent Chevassu</title>
		<link>http://fromvega.com/wordpress/2007/05/05/auto-complete-field-with-jquery-json-php/#comment-1305</link>
		<author>Laurent Chevassu</author>
		<pubDate>Tue, 09 Feb 2010 16:38:06 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/05/auto-complete-field-with-jquery-json-php/#comment-1305</guid>
					<description>I have found that clicking on the result div scroll triggered the search input blur event in WebKit, thus hiding the results.

I came up with this hack (working, if not perfect, I couldn't get to just prevent the blur event). It replaces and complements the line "on blur listener" in the original.

scrollFlag = false;

acResultsDiv.mousedown(function(){ scrollFlag = true; });
acResultsDiv.mouseleave(function(){ 
   if ( scrollFlag ) {
   	scrollFlag = false;
   	acSearchField.focus();
   }
});

// on blur listener
acSearchField.blur(function(){ if ( scrollFlag == false ) { setTimeout(function () {clearAutoComplete()}, 200) } });</description>
		<content:encoded><![CDATA[<p>I have found that clicking on the result div scroll triggered the search input blur event in WebKit, thus hiding the results.</p>
<p>I came up with this hack (working, if not perfect, I couldn&#8217;t get to just prevent the blur event). It replaces and complements the line &#8220;on blur listener&#8221; in the original.</p>
<p>scrollFlag = false;</p>
<p>acResultsDiv.mousedown(function(){ scrollFlag = true; });<br />
acResultsDiv.mouseleave(function(){<br />
   if ( scrollFlag ) {<br />
   	scrollFlag = false;<br />
   	acSearchField.focus();<br />
   }<br />
});</p>
<p>// on blur listener<br />
acSearchField.blur(function(){ if ( scrollFlag == false ) { setTimeout(function () {clearAutoComplete()}, 200) } });</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on EasyDrag jQuery Plugin by Joseph McCullough</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1303</link>
		<author>Joseph McCullough</author>
		<pubDate>Tue, 02 Feb 2010 06:09:19 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1303</guid>
					<description>Awesome  stuff! I can't wait to start getting into jQuery.</description>
		<content:encoded><![CDATA[<p>Awesome  stuff! I can&#8217;t wait to start getting into jQuery.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on EasyDrag jQuery Plugin by Bill Porkland</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1301</link>
		<author>Bill Porkland</author>
		<pubDate>Fri, 22 Jan 2010 16:28:42 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1301</guid>
					<description>For fix my problem you must give width to all your draggable divs</description>
		<content:encoded><![CDATA[<p>For fix my problem you must give width to all your draggable divs</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on EasyDrag jQuery Plugin by Bill Porkland</title>
		<link>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1300</link>
		<author>Bill Porkland</author>
		<pubDate>Fri, 22 Jan 2010 16:25:27 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/#comment-1300</guid>
					<description>Nice plugin. But it have problems in ie7 with absolute right positioned elements. for example:

#id{
	position:absolute;
	top:75px;
	overflow:visible;
	right:75%;
	z-index:3;
}</description>
		<content:encoded><![CDATA[<p>Nice plugin. But it have problems in ie7 with absolute right positioned elements. for example:</p>
<p>#id{<br />
	position:absolute;<br />
	top:75px;<br />
	overflow:visible;<br />
	right:75%;<br />
	z-index:3;<br />
}</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Auto-Complete Field with jQuery, JSON &#038; PHP by Peter Abolins</title>
		<link>http://fromvega.com/wordpress/2007/05/05/auto-complete-field-with-jquery-json-php/#comment-1299</link>
		<author>Peter Abolins</author>
		<pubDate>Thu, 14 Jan 2010 19:03:46 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/05/auto-complete-field-with-jquery-json-php/#comment-1299</guid>
					<description>Hi fromvega,

Did you ever complete the multiple input-field auto-complete version (pun intended)? I am modifying a website that used your initial plug-in and if there was indeed an updated version of your plug-in, it would save some work.

If not, that is okay - I'll write my own. Duplicating code (as was suggested for multiple fields) is for script-kiddies - not for programmers :-)</description>
		<content:encoded><![CDATA[<p>Hi fromvega,</p>
<p>Did you ever complete the multiple input-field auto-complete version (pun intended)? I am modifying a website that used your initial plug-in and if there was indeed an updated version of your plug-in, it would save some work.</p>
<p>If not, that is okay - I&#8217;ll write my own. Duplicating code (as was suggested for multiple fields) is for script-kiddies - not for programmers <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Auto-Complete Field with jQuery, JSON &#038; PHP by mark</title>
		<link>http://fromvega.com/wordpress/2007/05/05/auto-complete-field-with-jquery-json-php/#comment-1297</link>
		<author>mark</author>
		<pubDate>Thu, 07 Jan 2010 20:37:07 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/05/auto-complete-field-with-jquery-json-php/#comment-1297</guid>
					<description>Thanks! This is a really simple implementation and was exactly what I was looking for. Thanks so much!</description>
		<content:encoded><![CDATA[<p>Thanks! This is a really simple implementation and was exactly what I was looking for. Thanks so much!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on XML Generator DIR by Sensa</title>
		<link>http://fromvega.com/wordpress/2007/05/13/xml-generator-dir/#comment-1296</link>
		<author>Sensa</author>
		<pubDate>Fri, 01 Jan 2010 22:39:33 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/13/xml-generator-dir/#comment-1296</guid>
					<description>Dont you plan to add a thumbnail creation function in your script?  It would be really important for a flash gallery... :/</description>
		<content:encoded><![CDATA[<p>Dont you plan to add a thumbnail creation function in your script?  It would be really important for a flash gallery&#8230; :/</p>
]]></content:encoded>
				</item>
</channel>
</rss>
