<?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 Jeff.Robbins.ws</title>
	<atom:link href="http://jeff.robbins.ws/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://jeff.robbins.ws</link>
	<description>The ramblings and interests of a thirty something admin/programmer.</description>
	<lastBuildDate>Fri, 27 Jan 2012 13:50:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Dante SOCKS Proxy config by jeffro</title>
		<link>http://jeff.robbins.ws/reference/dante-socks-proxy-config/comment-page-1#comment-6473</link>
		<dc:creator>jeffro</dc:creator>
		<pubDate>Fri, 27 Jan 2012 13:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://jeff.robbins.ws/reference/dante-socks-proxy-config/#comment-6473</guid>
		<description>I am glad the article helped you out.</description>
		<content:encoded><![CDATA[<p>I am glad the article helped you out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dante SOCKS Proxy config by xxmsaxx</title>
		<link>http://jeff.robbins.ws/reference/dante-socks-proxy-config/comment-page-1#comment-6462</link>
		<dc:creator>xxmsaxx</dc:creator>
		<pubDate>Fri, 27 Jan 2012 03:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://jeff.robbins.ws/reference/dante-socks-proxy-config/#comment-6462</guid>
		<description>Hey man this config file showed me exactly what I needed with the plain as day comments thanks a ton!</description>
		<content:encoded><![CDATA[<p>Hey man this config file showed me exactly what I needed with the plain as day comments thanks a ton!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Custom Search Engine code by jeffro</title>
		<link>http://jeff.robbins.ws/articles/google-custom-search-engine-code/comment-page-1#comment-6248</link>
		<dc:creator>jeffro</dc:creator>
		<pubDate>Wed, 11 Jan 2012 14:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://jeff.robbins.ws/?page_id=637#comment-6248</guid>
		<description>1. No, you have to put the search string in the execute function. If your search string comes from a HTTP post param named &#039;query&#039;, it would look like this:
&lt;code&gt;customSearchControl.execute(&#039;&lt;?php $_POST[&#039;query&#039;]; ?&gt;&#039;);&lt;/code&gt;

2. If you aren&#039;t sure what this line does, just take it out. Its not necessary.</description>
		<content:encoded><![CDATA[<p>1. No, you have to put the search string in the execute function. If your search string comes from a HTTP post param named &#8216;query&#8217;, it would look like this:<br />
<code>customSearchControl.execute('< ?php $_POST['query']; ?>');</code></p>
<p>2. If you aren&#8217;t sure what this line does, just take it out. Its not necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Custom Search Engine code by pratik</title>
		<link>http://jeff.robbins.ws/articles/google-custom-search-engine-code/comment-page-1#comment-6242</link>
		<dc:creator>pratik</dc:creator>
		<pubDate>Wed, 11 Jan 2012 10:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://jeff.robbins.ws/?page_id=637#comment-6242</guid>
		<description>HI Jeff,

I am using PHP.

1. customSearchControl.execute(&#039;&#039;); --Will this work.

2. searcher.setQueryAddition(&quot;inurl:&lt;&gt;&quot;); -- What should be the searchPath ???

Thanks,
Pratik.</description>
		<content:encoded><![CDATA[<p>HI Jeff,</p>
<p>I am using PHP.</p>
<p>1. customSearchControl.execute(&#8221;); &#8211;Will this work.</p>
<p>2. searcher.setQueryAddition(&#8220;inurl:&lt;&gt;&#8221;); &#8212; What should be the searchPath ???</p>
<p>Thanks,<br />
Pratik.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Custom Search Engine code by jeffro</title>
		<link>http://jeff.robbins.ws/articles/google-custom-search-engine-code/comment-page-1#comment-6228</link>
		<dc:creator>jeffro</dc:creator>
		<pubDate>Tue, 10 Jan 2012 19:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://jeff.robbins.ws/?page_id=637#comment-6228</guid>
		<description>No, just replace everything in the quotes with your search string. 
&lt;code&gt;customSearchControl.execute(&#039;This is what you are searching for&#039;);&lt;/code&gt;
However that text gets in there, is up to you. I don&#039;t know what language you are using to generate this page, PHP, Java, ASP.. what ever, you need to know how to put that string in there. I really can&#039;t explain it more plainly.</description>
		<content:encoded><![CDATA[<p>No, just replace everything in the quotes with your search string.<br />
<code>customSearchControl.execute('This is what you are searching for');</code><br />
However that text gets in there, is up to you. I don&#8217;t know what language you are using to generate this page, PHP, Java, ASP.. what ever, you need to know how to put that string in there. I really can&#8217;t explain it more plainly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Custom Search Engine code by pratik</title>
		<link>http://jeff.robbins.ws/articles/google-custom-search-engine-code/comment-page-1#comment-6218</link>
		<dc:creator>pratik</dc:creator>
		<pubDate>Tue, 10 Jan 2012 10:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://jeff.robbins.ws/?page_id=637#comment-6218</guid>
		<description>Hi Jeefro,

Thanks for replying.

1. For &lt;&gt; : I can&#039;t get it. , should I replaceit the the textbox name i.e. q which google CSE Generates.

2. &lt;&gt; : Should I use  the textbox variable name.

Thanks in Advance.
Pratik.</description>
		<content:encoded><![CDATA[<p>Hi Jeefro,</p>
<p>Thanks for replying.</p>
<p>1. For &lt;&gt; : I can&#8217;t get it. , should I replaceit the the textbox name i.e. q which google CSE Generates.</p>
<p>2. &lt;&gt; : Should I use  the textbox variable name.</p>
<p>Thanks in Advance.<br />
Pratik.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Custom Search Engine code by jeffro</title>
		<link>http://jeff.robbins.ws/articles/google-custom-search-engine-code/comment-page-1#comment-6070</link>
		<dc:creator>jeffro</dc:creator>
		<pubDate>Tue, 03 Jan 2012 14:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://jeff.robbins.ws/?page_id=637#comment-6070</guid>
		<description>&lt;a href=&quot;#comment-6061&quot; rel=&quot;nofollow&quot;&gt;@pratik&lt;/a&gt; 

For your first question, don&#039;t try to concatenate inside the customSearchControl.execute() function. You have to set a searcher.setQueryAddition() like I did with the &#039;inurl:&#039;, so your line of code would be something like this:
&lt;code&gt;searcher.setQueryAddition(&quot;allintitle:&lt;&lt;user_keyword&gt;&gt;&quot;)&lt;/code&gt;;

Second question, don&#039;t worry about that, I simply meant for you to replace &lt;&lt;query&gt;&gt; with what-ever your search string is. The same applies to &lt;&lt;searchPath&gt;&gt;, that is meant to be replaced completely with your information.

Hope that helps..</description>
		<content:encoded><![CDATA[<p><a href="#comment-6061" rel="nofollow">@pratik</a> </p>
<p>For your first question, don&#8217;t try to concatenate inside the customSearchControl.execute() function. You have to set a searcher.setQueryAddition() like I did with the &#8216;inurl:&#8217;, so your line of code would be something like this:<br />
<code>searcher.setQueryAddition("allintitle:&lt;&lt;user_keyword&gt;&gt;")</code>;</p>
<p>Second question, don&#8217;t worry about that, I simply meant for you to replace &lt;&lt;query&gt;&gt; with what-ever your search string is. The same applies to &lt;&lt;searchPath&gt;&gt;, that is meant to be replaced completely with your information.</p>
<p>Hope that helps..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Custom Search Engine code by pratik</title>
		<link>http://jeff.robbins.ws/articles/google-custom-search-engine-code/comment-page-1#comment-6061</link>
		<dc:creator>pratik</dc:creator>
		<pubDate>Tue, 03 Jan 2012 06:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://jeff.robbins.ws/?page_id=637#comment-6061</guid>
		<description>Hi Jeff,

What is the meaning of &#039;&lt;&gt;&#039;  u have used for customSearchControl.execute(&#039;&lt;&gt;&#039;);

Also I have included the below mentioned jquey is it ok


Waiting for a quick and positive response from ur side.

Thanks in Advance.</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>What is the meaning of &#8216;&lt;&gt;&#8217;  u have used for customSearchControl.execute(&#8216;&lt;&gt;&#8217;);</p>
<p>Also I have included the below mentioned jquey is it ok</p>
<p>Waiting for a quick and positive response from ur side.</p>
<p>Thanks in Advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Custom Search Engine code by pratik</title>
		<link>http://jeff.robbins.ws/articles/google-custom-search-engine-code/comment-page-1#comment-6045</link>
		<dc:creator>pratik</dc:creator>
		<pubDate>Mon, 02 Jan 2012 11:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://jeff.robbins.ws/?page_id=637#comment-6045</guid>
		<description>Hi Jeff,

I have been trying to add &quot;allintitle:&quot;+user_keyword dynamically  when users types keyword and clicks on search. Its not concating and only giving all the results rather than giving keyword found in title only.

Also Edison Nica code for Results-only Layout is not displaying user search box. I think he has hardcoded the values for q=&#039;&#039;

Is there a way to dynamically add allintitle with user keyword and then submit.</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>I have been trying to add &#8220;allintitle:&#8221;+user_keyword dynamically  when users types keyword and clicks on search. Its not concating and only giving all the results rather than giving keyword found in title only.</p>
<p>Also Edison Nica code for Results-only Layout is not displaying user search box. I think he has hardcoded the values for q=&#8221;</p>
<p>Is there a way to dynamically add allintitle with user keyword and then submit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting the umask for SFTP transactions by jeffro</title>
		<link>http://jeff.robbins.ws/articles/setting-the-umask-for-sftp-transactions/comment-page-2#comment-5783</link>
		<dc:creator>jeffro</dc:creator>
		<pubDate>Tue, 20 Dec 2011 00:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://jeff.robbins.ws/setting-the-umask-for-sftp-transactions#comment-5783</guid>
		<description>HI Bryan, this unfortunately doesn&#039;t work. The sftp subsystem doesn&#039;t spin up a bash shell to complete the command. Thus, your.bashrc file is never read. This was one of the first things I tried when I initially encountered this issue.</description>
		<content:encoded><![CDATA[<p>HI Bryan, this unfortunately doesn&#8217;t work. The sftp subsystem doesn&#8217;t spin up a bash shell to complete the command. Thus, your.bashrc file is never read. This was one of the first things I tried when I initially encountered this issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

