<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for xavitxxx</title><link>http://disqus.com/by/xavitxxx/</link><description></description><atom:link href="http://disqus.com/xavitxxx/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 12 Aug 2014 11:23:59 -0000</lastBuildDate><item><title>Re: Rastrea tu posición con HTML5 y Google Maps</title><link>https://www.funcion13.com/rastrea-posicion-con-html5-google-maps/#comment-1539134760</link><description>&lt;p&gt;Excelente Articulo Antonio! Gracias&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xavitxxx</dc:creator><pubDate>Tue, 12 Aug 2014 11:23:59 -0000</pubDate></item><item><title>Re: jFlatu &amp;#8211; jQuery Mobile Free Template</title><link>http://www.mrova.com/jflatu-jquery-mobile-free-template/#comment-1184640558</link><description>&lt;p&gt;How do I get the lnk? thanks&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xavitxxx</dc:creator><pubDate>Thu, 02 Jan 2014 15:40:44 -0000</pubDate></item><item><title>Re: Spirit</title><link>http://spiritjb.com/?comments#comment-48351529</link><description>&lt;p&gt;I have Norton antivirus installed and in the process of jailbreak the antivirus detects a malicious dll that seems to delete it!&lt;br&gt;The spirit is with win support 98/Me and i have Win7. It run with administrative privileges&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xavitxxx</dc:creator><pubDate>Tue, 04 May 2010 11:17:59 -0000</pubDate></item><item><title>Re: AutoCompleter</title><link>http://digitarald.de/project/autocompleter/#comment-2113492</link><description>&lt;p&gt;I need Capturing value or ID item selected&lt;br&gt;from a collection of data which are as follows:&lt;br&gt;$array(1=&amp;gt;"valorA", 2=&amp;gt;"valorB", 3=&amp;gt;"valorC")&lt;br&gt;For example if I select "ValorC" requires grab identifier "3"&lt;br&gt;The object "Select from HTML" allows you to recover the value "3" selecting&lt;br&gt;"ValorC" from the SELECT html_object.&lt;br&gt;&amp;lt;select id="colData"&amp;gt;&lt;br&gt;  &amp;lt;option value="1"&amp;gt;ValorA&amp;lt;/option&amp;gt;&lt;br&gt;  &amp;lt;option value="2"&amp;gt;ValorB&amp;lt;/option&amp;gt;&lt;br&gt;  &amp;lt;option value="3"&amp;gt;ValorC&amp;lt;/option&amp;gt;&lt;br&gt;&amp;lt;/select&amp;gt;&lt;/p&gt;&lt;p&gt;PLEASE HELP!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xavitxxx</dc:creator><pubDate>Thu, 04 Sep 2008 15:42:59 -0000</pubDate></item><item><title>Re: AutoCompleter</title><link>http://digitarald.de/project/autocompleter/#comment-2113474</link><description>&lt;p&gt;I need Capturing value or ID item selected&lt;br&gt;from a collection of data which are as follows:&lt;br&gt;$array(1=&amp;gt;"valorA", 2=&amp;gt;"valorB", 3=&amp;gt;"valorC")&lt;br&gt;For example if I select "ValorC" requires grab identifier "3"&lt;br&gt;The object "Select from HTML" allows you to recover the value "3" selecting&lt;br&gt;"ValorC" from the SELECT html_object.&lt;br&gt;&amp;lt;select id="colData"&amp;gt;&lt;br&gt;  &amp;lt;option value="1"&amp;gt;ValorA&amp;lt;/option&amp;gt;&lt;br&gt;  &amp;lt;option value="2"&amp;gt;ValorB&amp;lt;/option&amp;gt;&lt;br&gt;  &amp;lt;option value="3"&amp;gt;ValorC&amp;lt;/option&amp;gt;&lt;br&gt;&amp;lt;/select&amp;gt;&lt;/p&gt;&lt;p&gt;PLEASE HELP!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xavitxxx</dc:creator><pubDate>Thu, 04 Sep 2008 15:41:56 -0000</pubDate></item><item><title>Re: AutoCompleter</title><link>http://digitarald.de/project/autocompleter/#comment-1096123</link><description>&lt;p&gt;U have to generate data like this in php4:  &lt;br&gt;    ["Harald","Haribald","Harold","Harry","Haribald"] &lt;br&gt;Can U do it?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xavitxxx</dc:creator><pubDate>Mon, 04 Aug 2008 19:16:32 -0000</pubDate></item><item><title>Re: AutoCompleter</title><link>http://digitarald.de/project/autocompleter/#comment-1076416</link><description>&lt;p&gt;In the example With JSON + PHP5/PDO&lt;br&gt;not work you have to correct&lt;/p&gt;&lt;p&gt;window.addEvent('domready', function() {&lt;br&gt;     // this is wrong&lt;br&gt;     //    new Autocompleter.Ajax.Json('fe-searchuser', '/query_user.php', {&lt;br&gt;     //        'postVar': 'search'&lt;br&gt;     //    });&lt;/p&gt;&lt;p&gt;     var test = new Autocompleter.Ajax.Json('fe-searchuser', 'query_user.php', {&lt;br&gt;        'postVar': 'search'&lt;br&gt;      });&lt;br&gt;});&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xavitxxx</dc:creator><pubDate>Fri, 01 Aug 2008 19:16:25 -0000</pubDate></item><item><title>Re: AutoCompleter</title><link>http://digitarald.de/project/autocompleter/#comment-1041016</link><description>&lt;p&gt;Need an example of With JSON + PHP5/PDO (Autocompleter.Ajax.Json) couse the current one doesn't work &lt;br&gt;Don't know why?&lt;br&gt;PLEASE HELP!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">xavitxxx</dc:creator><pubDate>Tue, 29 Jul 2008 17:46:57 -0000</pubDate></item></channel></rss>