<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
		>
<channel>
	<title>Comments for LiquidFoot</title>
	<atom:link href="http://www.liquidfoot.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.liquidfoot.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 17 Aug 2011 20:53:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on MS Access via JDBC by Wayne</title>
		<link>http://www.liquidfoot.com/2007/02/02/ms-access-via-jdbc/comment-page-1/#comment-281</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Wed, 17 Aug 2011 20:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=198#comment-281</guid>
		<description>Guillaume,
I doubt very seriously this would work anymore (it&#039;s 6 years old). I haven&#039;t done anything with ColdFusion in a couple of years, but what are you trying to do?</description>
		<content:encoded><![CDATA[<p>Guillaume,</p>
<p>I doubt very seriously this would work anymore (it&#8217;s 6 years old). I haven&#8217;t done anything with ColdFusion in a couple of years, but what are you trying to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MS Access via JDBC by Guillaume</title>
		<link>http://www.liquidfoot.com/2007/02/02/ms-access-via-jdbc/comment-page-1/#comment-280</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Wed, 17 Aug 2011 20:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=198#comment-280</guid>
		<description>Not working for me .. In Coldfusion datasources administration, the result of the test is &quot;OK&quot; but when i try to access to my datasource with coldfusion, i receive this error &quot;The result set type is not supported. &quot;.
I have try at same time to access with PHP functions odbc_connect and it&#039;s working. JDBC error ? What else ?</description>
		<content:encoded><![CDATA[<p>Not working for me .. In Coldfusion datasources administration, the result of the test is &#8220;OK&#8221; but when i try to access to my datasource with coldfusion, i receive this error &#8220;The result set type is not supported. &#8220;.</p>
<p>I have try at same time to access with PHP functions odbc_connect and it&#8217;s working. JDBC error ? What else ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Openlayers and Mobile Devices by Jaimin</title>
		<link>http://www.liquidfoot.com/2009/11/25/openlayers-and-mobile-devices/comment-page-1/#comment-279</link>
		<dc:creator>Jaimin</dc:creator>
		<pubDate>Fri, 12 Aug 2011 12:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=326#comment-279</guid>
		<description>I have implemented OpenLayer Map but it has only move events as you have mentioned above in your code.
&quot;function touchHandler(event)&quot;
but i want to zoom with that step as iphone zoom facility because this application is in iphone and user should not know that the map is comes from other functionality (OpenLayer) so please give guidance for zoom functionality.</description>
		<content:encoded><![CDATA[<p>I have implemented OpenLayer Map but it has only move events as you have mentioned above in your code.<br />
&#8220;function touchHandler(event)&#8221;<br />
but i want to zoom with that step as iphone zoom facility because this application is in iphone and user should not know that the map is comes from other functionality (OpenLayer) so please give guidance for zoom functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Openlayers and Mobile Devices by Jaimin</title>
		<link>http://www.liquidfoot.com/2009/11/25/openlayers-and-mobile-devices/comment-page-1/#comment-278</link>
		<dc:creator>Jaimin</dc:creator>
		<pubDate>Fri, 12 Aug 2011 12:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=326#comment-278</guid>
		<description>Wayne,
Thanks for reply
ok thanx but as i said i need sample code means the source code for this functionality because i am going to create an application for iphone which include OpenLayers so i have to do that all things programmatically. so can you please provide me the index.html page source code with its JavaScripts and StyleSheet CSS Files.
or please provide me proper guidance.</description>
		<content:encoded><![CDATA[<p>Wayne,</p>
<p>Thanks for reply<br />
ok thanx but as i said i need sample code means the source code for this functionality because i am going to create an application for iphone which include OpenLayers so i have to do that all things programmatically. so can you please provide me the index.html page source code with its JavaScripts and StyleSheet CSS Files.<br />
or please provide me proper guidance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Openlayers and Mobile Devices by Wayne</title>
		<link>http://www.liquidfoot.com/2009/11/25/openlayers-and-mobile-devices/comment-page-1/#comment-277</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Fri, 12 Aug 2011 12:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=326#comment-277</guid>
		<description>Jaimin,
Here&#039;s an older version of something I worked up before the mobile stuff started being integrated in to OpenLayers.
http://multitouchmap.heroku.com/index.html
Now there are better ways to do this; see:
http://openlayers.org/dev/examples/mobile.html</description>
		<content:encoded><![CDATA[<p>Jaimin,</p>
<p>Here&#8217;s an older version of something I worked up before the mobile stuff started being integrated in to OpenLayers. </p>
<p><a href="http://multitouchmap.heroku.com/index.html" rel="nofollow">http://multitouchmap.heroku.com/index.html</a></p>
<p>Now there are better ways to do this; see:</p>
<p><a href="http://openlayers.org/dev/examples/mobile.html" rel="nofollow">http://openlayers.org/dev/examples/mobile.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Openlayers and Mobile Devices by Jaimin</title>
		<link>http://www.liquidfoot.com/2009/11/25/openlayers-and-mobile-devices/comment-page-1/#comment-276</link>
		<dc:creator>Jaimin</dc:creator>
		<pubDate>Fri, 12 Aug 2011 12:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=326#comment-276</guid>
		<description>Do you have any sample code .html page &amp; javascript &amp; css file for using the mobile working OpenLayers for iphone.</description>
		<content:encoded><![CDATA[<p>Do you have any sample code .html page &amp; javascript &amp; css file for using the mobile working OpenLayers for iphone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic rvm gemsets by Adam</title>
		<link>http://www.liquidfoot.com/2010/10/03/automatic-rvm-gemsets/comment-page-1/#comment-271</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 22 Jan 2011 15:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=369#comment-271</guid>
		<description>Great feature, thanks!</description>
		<content:encoded><![CDATA[<p>Great feature, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coldfusion Solr Client &#8211; SolColdfusion by Clifford</title>
		<link>http://www.liquidfoot.com/2007/10/04/coldfusion-solr-client-solcoldfusion/comment-page-1/#comment-269</link>
		<dc:creator>Clifford</dc:creator>
		<pubDate>Mon, 29 Nov 2010 22:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=182#comment-269</guid>
		<description>The params is an array, but you want to pass a struct, so do something like this:
params = StructNew();
params[&quot;indent&quot;] = &quot;off&quot;;
params[&quot;wt&quot;] = &quot;standard&quot;;
params[&quot;fl&quot;] = &quot;*,score&quot;;
params[&quot;qt&quot;] = &quot;standard&quot;;
params[&quot;wt&quot;] = &quot;standard&quot;;
params[&quot;start&quot;] = 0;
params[&quot;rows&quot;] = 10;
params[&quot;hl&quot;] = &quot;on&quot;;
params[&quot;hl.fl&quot;] = &quot;*&quot;;
params[&quot;hl.fragsize&quot;] = 50000;
params[&quot;hl.highlightMultiTerm&quot;] = &quot;true&quot;;
params[&quot;q&quot;] = &quot;foobar&quot;;</description>
		<content:encoded><![CDATA[<p>The params is an array, but you want to pass a struct, so do something like this:</p>
<p>params = StructNew();<br />
params["indent"] = &#8220;off&#8221;;<br />
params["wt"] = &#8220;standard&#8221;;<br />
params["fl"] = &#8220;*,score&#8221;;<br />
params["qt"] = &#8220;standard&#8221;;<br />
params["wt"] = &#8220;standard&#8221;;<br />
params["start"] = 0;<br />
params["rows"] = 10;<br />
params["hl"] = &#8220;on&#8221;;<br />
params["hl.fl"] = &#8220;*&#8221;;<br />
params["hl.fragsize"] = 50000;<br />
params["hl.highlightMultiTerm"] = &#8220;true&#8221;;<br />
params["q"] = &#8220;foobar&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coldfusion Solr Client &#8211; SolColdfusion by Alejandro</title>
		<link>http://www.liquidfoot.com/2007/10/04/coldfusion-solr-client-solcoldfusion/comment-page-1/#comment-268</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Thu, 04 Nov 2010 19:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=182#comment-268</guid>
		<description>Wayne,
Thanks for the link to the component, I decided to give it a try... following your tutorial line by line I&#039;ve came to this problem
http://img253.imageshack.us/img253/9751/cfsolr.png
maybe you can help me out a bit on how to solve it...</description>
		<content:encoded><![CDATA[<p>Wayne,</p>
<p>Thanks for the link to the component, I decided to give it a try&#8230; following your tutorial line by line I&#8217;ve came to this problem</p>
<p><a href="http://img253.imageshack.us/img253/9751/cfsolr.png" rel="nofollow">http://img253.imageshack.us/img253/9751/cfsolr.png</a></p>
<p>maybe you can help me out a bit on how to solve it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coldfusion Solr Client &#8211; SolColdfusion by Wayne</title>
		<link>http://www.liquidfoot.com/2007/10/04/coldfusion-solr-client-solcoldfusion/comment-page-1/#comment-264</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Thu, 21 Oct 2010 20:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.liquidfoot.com/?p=182#comment-264</guid>
		<description>Alejandro,
What version of CF are you using? In CF 9, there&#039;s native support...
The patch was never officially accepted by the Solr project because none of the committers ran CF, but the source can be found over at RIAForge (http://solcoldfusion.riaforge.org/).</description>
		<content:encoded><![CDATA[<p>Alejandro,</p>
<p>What version of CF are you using? In CF 9, there&#8217;s native support&#8230; </p>
<p>The patch was never officially accepted by the Solr project because none of the committers ran CF, but the source can be found over at RIAForge (<a href="http://solcoldfusion.riaforge.org/" rel="nofollow">http://solcoldfusion.riaforge.org/</a>).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

