<?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 on: phpFunctions</title>
	<atom:link href="http://splasho.com/blog/2006/01/11/oldpost13/feed/" rel="self" type="application/rss+xml" />
	<link>http://splasho.com/blog/2006/01/11/oldpost13/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 01:11:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: voisalfuth</title>
		<link>http://splasho.com/blog/2006/01/11/oldpost13/comment-page-1/#comment-558</link>
		<dc:creator>voisalfuth</dc:creator>
		<pubDate>Thu, 27 Apr 2006 06:59:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-558</guid>
		<description>every site is placing the same manual</description>
		<content:encoded><![CDATA[<p>every site is placing the same manual</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: splasho</title>
		<link>http://splasho.com/blog/2006/01/11/oldpost13/comment-page-1/#comment-9</link>
		<dc:creator>splasho</dc:creator>
		<pubDate>Tue, 21 Feb 2006 20:53:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-9</guid>
		<description>Thanks a lot Stuart.  Will fix when I have a few minutes!</description>
		<content:encoded><![CDATA[<p>Thanks a lot Stuart.  Will fix when I have a few minutes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuart</title>
		<link>http://splasho.com/blog/2006/01/11/oldpost13/comment-page-1/#comment-8</link>
		<dc:creator>stuart</dc:creator>
		<pubDate>Mon, 20 Feb 2006 22:48:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-8</guid>
		<description>It&#039;s very nice - but I&#039;ve found a bug...
You pass the search string using:
timeoutholder=window.setTimeout(&quot;sndReq(\&#039;&quot;+search+&quot;\&#039;);&quot;, 400);
From within the getreadytolook() function....
The problem is if the search string has a &#039; (single quote) javascript throughs an error.

You need to change by calling the search value - document.getElementById(&quot;search&quot;).value - from within the sndReq function.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>It&#8217;s very nice &#8211; but I&#8217;ve found a bug&#8230;<br />
You pass the search string using:<br />
timeoutholder=window.setTimeout(&#8220;sndReq(\&#8217;&#8221;+search+&#8221;\&#8217;);&#8221;, 400);<br />
From within the getreadytolook() function&#8230;.<br />
The problem is if the search string has a &#8216; (single quote) javascript throughs an error.</p>
<p>You need to change by calling the search value &#8211; document.getElementById(&#8220;search&#8221;).value &#8211; from within the sndReq function.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: splasho</title>
		<link>http://splasho.com/blog/2006/01/11/oldpost13/comment-page-1/#comment-2</link>
		<dc:creator>splasho</dc:creator>
		<pubDate>Thu, 09 Feb 2006 21:06:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-2</guid>
		<description>cool
Submitted by Anonymous on Wed, 2006-01-11 15:07.

Looks great! Can you do it for Python??
delete &#124; edit &#124; reply
hehe
Submitted by splasho on Wed, 2006-01-11 15:32.

Hehe, thanks for the praise. Unfortunately I barely know any python so I wouldn&#039;t do a good job.

However, once I check the code is secure I&#039;ll post the php source (it&#039;s very simple) and anyone else will be very welcome to.
delete &#124; edit &#124; reply
Awesome!
Submitted by Anonymous on Wed, 2006-01-11 19:47.

Can&#039;t wait for the source. I&#039;m going to mirror it on my site!
delete &#124; edit &#124; reply
Cool
Submitted by Anonymous on Wed, 2006-01-11 20:28.

Brilliant, could this be the start of an Ajax based code editor? Or maybe that&#039;d be a little dangerous.

Good work though. :)
delete &#124; edit &#124; reply
Very Cool
Submitted by Anonymous on Wed, 2006-01-11 20:39.

Thanks alot man, always love OSS. Glad to see there are still people doing it.
delete &#124; edit &#124; reply
I&#039;d love to see the source too
Submitted by Anonymous on Wed, 2006-01-11 20:41.

I know php.net gets very overloaded sometimes, I&#039;d love to setup a mirror with search. (You&#039;d think they&#039;d release that in php.) But this is clever, I&#039;m glad to see it. I hope you&#039;re cacheing the results serverside.
delete &#124; edit &#124; reply
Damn, A mate did soimething
Submitted by Anonymous on Thu, 2006-01-12 01:30.

Damn, A mate did something similar to this just a few weeks back, but more Google Suggest style.

Congrats on a useful tool, dont want to release it as GPL or something for those who prefer instant lookups(Ie. sitting on our local webservers homepage?)

D
delete &#124; edit &#124; reply
Well done
Submitted by Anonymous on Thu, 2006-01-12 05:20.

very cool, I&#039;ve done something similar but not as slick as that. It&#039;ll be great to get my hands on the source.
delete &#124; edit &#124; reply
Source
Submitted by splasho on Thu, 2006-01-12 15:25.

Now available here, its very simple but use completely at your own risk.
delete &#124; edit &#124; reply
Lol, don&#039;t worry the results
Submitted by splasho on Thu, 2006-01-12 15:28.

Lol, don&#039;t worry the results come from my own DB, I&#039;m not that mean :)
delete &#124; edit &#124; reply
Fab! Is there any way to see
Submitted by Anonymous on Thu, 2006-01-12 15:42.

Fab! Is there any way to see more/all the matches? If you enter &quot;query&quot;, mysql_query is the last one and not visible.
delete &#124; edit &#124; reply
As I&#039;m so very nice, I&#039;ve
Submitted by splasho on Thu, 2006-01-12 16:45.

As I&#039;m so very nice, I&#039;ve added a next (--&gt;) button for your convenience. However I must admit this is pretty useless for mysql_query as you have to go through hundreds. I guess what I could do is to transmit the data of what people click on back to the server and then order based on popularity, unfortunately I&#039;m too lazy.
delete &#124; edit &#124; reply
Submitted by Anonymous on Thu, 2006-01-19 11:19.

delete &#124; edit &#124; reply
cool, really smooth
Submitted by Anonymous on Fri, 2006-01-20 12:30.

cool, really smooth</description>
		<content:encoded><![CDATA[<p>cool<br />
Submitted by Anonymous on Wed, 2006-01-11 15:07.</p>
<p>Looks great! Can you do it for Python??<br />
delete | edit | reply<br />
hehe<br />
Submitted by splasho on Wed, 2006-01-11 15:32.</p>
<p>Hehe, thanks for the praise. Unfortunately I barely know any python so I wouldn&#8217;t do a good job.</p>
<p>However, once I check the code is secure I&#8217;ll post the php source (it&#8217;s very simple) and anyone else will be very welcome to.<br />
delete | edit | reply<br />
Awesome!<br />
Submitted by Anonymous on Wed, 2006-01-11 19:47.</p>
<p>Can&#8217;t wait for the source. I&#8217;m going to mirror it on my site!<br />
delete | edit | reply<br />
Cool<br />
Submitted by Anonymous on Wed, 2006-01-11 20:28.</p>
<p>Brilliant, could this be the start of an Ajax based code editor? Or maybe that&#8217;d be a little dangerous.</p>
<p>Good work though. <img src='http://splasho.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
delete | edit | reply<br />
Very Cool<br />
Submitted by Anonymous on Wed, 2006-01-11 20:39.</p>
<p>Thanks alot man, always love OSS. Glad to see there are still people doing it.<br />
delete | edit | reply<br />
I&#8217;d love to see the source too<br />
Submitted by Anonymous on Wed, 2006-01-11 20:41.</p>
<p>I know php.net gets very overloaded sometimes, I&#8217;d love to setup a mirror with search. (You&#8217;d think they&#8217;d release that in php.) But this is clever, I&#8217;m glad to see it. I hope you&#8217;re cacheing the results serverside.<br />
delete | edit | reply<br />
Damn, A mate did soimething<br />
Submitted by Anonymous on Thu, 2006-01-12 01:30.</p>
<p>Damn, A mate did something similar to this just a few weeks back, but more Google Suggest style.</p>
<p>Congrats on a useful tool, dont want to release it as GPL or something for those who prefer instant lookups(Ie. sitting on our local webservers homepage?)</p>
<p>D<br />
delete | edit | reply<br />
Well done<br />
Submitted by Anonymous on Thu, 2006-01-12 05:20.</p>
<p>very cool, I&#8217;ve done something similar but not as slick as that. It&#8217;ll be great to get my hands on the source.<br />
delete | edit | reply<br />
Source<br />
Submitted by splasho on Thu, 2006-01-12 15:25.</p>
<p>Now available here, its very simple but use completely at your own risk.<br />
delete | edit | reply<br />
Lol, don&#8217;t worry the results<br />
Submitted by splasho on Thu, 2006-01-12 15:28.</p>
<p>Lol, don&#8217;t worry the results come from my own DB, I&#8217;m not that mean <img src='http://splasho.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
delete | edit | reply<br />
Fab! Is there any way to see<br />
Submitted by Anonymous on Thu, 2006-01-12 15:42.</p>
<p>Fab! Is there any way to see more/all the matches? If you enter &#8220;query&#8221;, mysql_query is the last one and not visible.<br />
delete | edit | reply<br />
As I&#8217;m so very nice, I&#8217;ve<br />
Submitted by splasho on Thu, 2006-01-12 16:45.</p>
<p>As I&#8217;m so very nice, I&#8217;ve added a next (&#8211;>) button for your convenience. However I must admit this is pretty useless for mysql_query as you have to go through hundreds. I guess what I could do is to transmit the data of what people click on back to the server and then order based on popularity, unfortunately I&#8217;m too lazy.<br />
delete | edit | reply<br />
Submitted by Anonymous on Thu, 2006-01-19 11:19.</p>
<p>delete | edit | reply<br />
cool, really smooth<br />
Submitted by Anonymous on Fri, 2006-01-20 12:30.</p>
<p>cool, really smooth</p>
]]></content:encoded>
	</item>
</channel>
</rss>

