<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>A fancy Apple.com-style search suggestion</title>
		<description>A fancy Apple.com-style search suggestion</description>
		<link>http://www.marcofolio.net</link>
		<lastBuildDate>Sat, 21 Nov 2009 07:09:13 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<item>
			<title>Cool Marco</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5001</link>
			<description>Hey Marco,

Looks cool man =). Too bad you couldn\'t implement a little timeout on the query to prevent overloading of your server.
But it looks like a really cool custom suggestion box!
Also. Have you thought about giving results in JSON? So you could do the DOM manipulation in Javascript?
Would make smaller responses and might be slightly quicker for your users.

As always, a nice inspiring post Marco!</description>
			<author>Gaya</author>
			<pubDate>Thu, 02 Apr 2009 09:30:47 +0100</pubDate>
		</item>
		<item>
			<title>Thanks Gaya!</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5003</link>
			<description>Hi Gaya!

Thanks for your comment ;) ! Yeah - Didn\'t implement the timeout. This article (just like many others here) just show the \&quot;Proof of Concept\&quot;, not fully optimized etc.

If ever anyone will convert this to a plugin/use it on a website, they do need to remember that caching prevents overloading the database - that\'s why I added it.

I\'ve never messed around with creating JSON, so I can\'t tell with experience which one is better. I\'ll make sure to to this in the future!

Greetings,,,</description>
			<author>Marco</author>
			<pubDate>Thu, 02 Apr 2009 09:51:02 +0100</pubDate>
		</item>
		<item>
			<title>Plugin</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5005</link>
			<description>There is a plugin for Joomla that does the same:
[url=http://tools.yootheme.com/extensions/yoosearch]YooSearch[/url]

It\'s a pitty it is payware..</description>
			<author>Sonny</author>
			<pubDate>Thu, 02 Apr 2009 11:30:34 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5009</link>
			<description>Adding my $0.02 in this Grandeurcentered talk. I totally agree with Gaya in that this thing is neat as can be. Also agree that it might be even better if you\'d used xml, json or any other structured dataformat for that matter. The purpose of a webservice is providing a language- and platform independent interface for your application. By having it return HTML you\'re basically limiting it\'s use to a webbased application.

While i\'m at it, it would be so cash if this thing enabled you to use the arrowkeys to navigate through the results, and having the returnkey bring you to that particullar article. 

Anyhow, be sure to keep up the good work!</description>
			<author>Jape</author>
			<pubDate>Thu, 02 Apr 2009 11:47:10 +0100</pubDate>
		</item>
		<item>
			<title>Great share!</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5010</link>
			<description>Hi Sonny!

I wasn\'t aware of that - thanks for letting me know.

Now other people that want to support the real (free) open source community now can convert my variation to a free extension ;) .</description>
			<author>Marco</author>
			<pubDate>Thu, 02 Apr 2009 11:47:14 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5011</link>
			<description>Hiya Jape!

Thanks for your input ;) .

Yeah - you\'re totally right. It just wan\'t my intension to turn this into a webservice of some kind - Just webbased would do the trick. But indeed; If XML was outputted, it could be used in other applications (although it would also create loads of data load since every time a user presses \&quot;down\&quot;, another webservice call is made).

I was also thinking about the \&quot;arrows\&quot; functionality (Apple [b]does[/b] have that working), so I might give it another shot in the future.

Greetings,,,</description>
			<author>Marco</author>
			<pubDate>Thu, 02 Apr 2009 12:02:24 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5012</link>
			<description>I think the same webservice call would suffice. It\'s just a bit of presentationlogic that would have to be added i guess</description>
			<author>Jape</author>
			<pubDate>Thu, 02 Apr 2009 12:40:39 +0100</pubDate>
		</item>
		<item>
			<title>Wait for it</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5015</link>
			<description>This is very slick!!  I\'m really interested in incorporating it to my site.  I\'m using something similar though.  As for the timeout idea, I put in a minimum of three characters before executing the query.

I wonder if using something like \&quot;hover intent\&quot; (jQuery plugin) could be used.  But would that affect users who do not wait for search suggestions and just click [return]?</description>
			<author>chris</author>
			<pubDate>Thu, 02 Apr 2009 17:19:07 +0100</pubDate>
		</item>
		<item>
			<title>Thanks!</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5022</link>
			<description>Thanks Chris! It called \&quot;fancy\&quot; for a reason ;) .

The minimum of three characters would indeed help (a lot), especially when you have loads and loads of articles (or products) in your database.

The \&quot;hover intent\&quot; jQuery plugin could also help - Only when the user \&quot;stops writing\&quot; for a couple of milliseconds, the call to the database would be made.

There is one problem when using this - How to determine the time? Some people type fast and don\'t ever see the \&quot;suggestion\&quot;. Some are really slow, but don\'t actually need it.

As you see (and like others already said), much room for improvement in this script ;) !</description>
			<author>Marco</author>
			<pubDate>Thu, 02 Apr 2009 18:26:58 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5029</link>
			<description>Adding functionality to the keys would be a nice addition indeed.
Jape thanks for agreeing on the response thing.
It\'s so good Grandeur still lives in all of our hearts =D</description>
			<author>Gaya</author>
			<pubDate>Fri, 03 Apr 2009 09:50:52 +0100</pubDate>
		</item>
		<item>
			<title>nice</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5085</link>
			<description>nice job, great tut</description>
			<author>tanie strony internetowe</author>
			<pubDate>Mon, 06 Apr 2009 14:06:52 +0100</pubDate>
		</item>
		<item>
			<title>Keyboard accessibility?</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5097</link>
			<description>Great article, but it\'s missing one crucial function compared to Apple\'s: it\'s not keyboard accessibility. Apple\'s search allows you to walk through the list using the up and down keys on the keyboard.

Aside from that this is a pretty good rebuild of Apple\'s search.</description>
			<author>Simon</author>
			<pubDate>Mon, 06 Apr 2009 19:09:56 +0100</pubDate>
		</item>
		<item>
			<title>Absolutely true</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5105</link>
			<description>Yup, you\'re absolutely right. As you can see in the comments above, that could be implemented for future use (along with loads of other improvements). I might give it another shot sometime and make sure to add that (superb) functionality to this script.</description>
			<author>Marco</author>
			<pubDate>Mon, 06 Apr 2009 19:21:04 +0100</pubDate>
		</item>
		<item>
			<title>PraisedLight</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5115</link>
			<description>Hey Buddy,  Apply style search is really cool man. Though I program on jQuery, it sometimes feels good to get some already coded program. In my site, on the music section http://praisedlight.com/music.html, I am trying to implement this feature, currently I am in the process of generating the metadata for search and I have just used your data/table to show results.But my music search should be ready in a day or two. Thanks for sharing your code. Also let me know if you have any suggestion to my website in terms of layout/color/content. Its my personal blog website!</description>
			<author>Pradeep</author>
			<pubDate>Mon, 06 Apr 2009 19:51:31 +0100</pubDate>
		</item>
		<item>
			<title>Amazed!</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5145</link>
			<description>:evil: wow!
I love autosuggest always!  :woohoo:</description>
			<author>lawrence77</author>
			<pubDate>Tue, 07 Apr 2009 22:55:10 +0100</pubDate>
		</item>
		<item>
			<title>Confused</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5176</link>
			<description>Reallly excited to find something like this, and I\'m dead pleased with with amount of work that has gone into building this free script.

However, I\'m having some issues with overlaying the results box.  Right now it just pushes the rest of my content down the page, however, I was hoping to have it overlay over the top of my existing content, I can\'t but think this is a must-have feature.

If anyone can assist, that would be great!</description>
			<author>Chris</author>
			<pubDate>Thu, 09 Apr 2009 16:43:18 +0100</pubDate>
		</item>
		<item>
			<title>Able to integrate on Careerjet?</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5177</link>
			<description>I\'m not sure if you guys have experience with Careerjet Search Box (http://www.careerjet.ca/partners/searchbox.html), am I able to integrate this? I want to use their data but use this search box.

Any thoughts?

Thanks</description>
			<author>Eugene Gregorio</author>
			<pubDate>Thu, 09 Apr 2009 18:16:08 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5184</link>
			<description>Very cool. It would be nice to see the \&quot;press down\&quot; functionality, as someone else mentioned. Loads of progress made here, well done! =)

Cheers,
Jason R.</description>
			<author>Jason Robb</author>
			<pubDate>Fri, 10 Apr 2009 15:59:30 +0100</pubDate>
		</item>
		<item>
			<title>Pheew!</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5219</link>
			<description>I do not get off screen anymore till this thang is working ;)</description>
			<author>Thomas</author>
			<pubDate>Wed, 15 Apr 2009 22:20:24 +0100</pubDate>
		</item>
		<item>
			<title>Complex</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5226</link>
			<description>Hi Eugene,

Looking at that page, it would be pretty complex (but of course not impossible) to achieve something that you want.

Once I have a little bit more time, I might want to give it a shot!

Greetings,,,</description>
			<author>Marco</author>
			<pubDate>Thu, 16 Apr 2009 08:00:14 +0100</pubDate>
		</item>
		<item>
			<title>position:absolute</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5227</link>
			<description>Hiya Chris,

Thanks for your comment and your nice words.

You\'re totally right: It indeed should \&quot;float\&quot; over your current content. To do so, add the following CSS to the search results:
[quote]position:absolute[/quote]
Now you still need to position it a bit, but it should pop up on the top.

Good luck!</description>
			<author>Marco</author>
			<pubDate>Thu, 16 Apr 2009 08:02:42 +0100</pubDate>
		</item>
		<item>
			<title>re: Cool Marco</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5265</link>
			<description>[quote=Gaya]Hey Marco,

Looks cool man =). Too bad you couldn\'t implement a little timeout on the query to prevent overloading of your server.
But it looks like a really cool custom suggestion box!
Also. Have you thought about giving results in JSON? So you could do the DOM manipulation in Javascript?
Would make smaller responses and might be slightly quicker for your users.

As always, a nice inspiring post Marco![/quote]</description>
			<pubDate>Fri, 17 Apr 2009 22:46:26 +0100</pubDate>
		</item>
		<item>
			<title>Please a need!</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5284</link>
			<description>How to make search conducted in Cyrillic?

 :!:  :!:  :!:  :!:  :!:  :!:  :!:  :!:  :!:  :!:  :(  Perhaps a need!</description>
			<author>Andriy</author>
			<pubDate>Sun, 19 Apr 2009 09:18:03 +0100</pubDate>
		</item>
		<item>
			<title>Search Images?</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5345</link>
			<description>i was thinking of implementing this on a site im working on but i dont understand how it displays the images. (im not that big of a developer)</description>
			<author>mamjed</author>
			<pubDate>Wed, 22 Apr 2009 00:00:49 +0100</pubDate>
		</item>
		<item>
			<title>Database + PHP + Storage</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5347</link>
			<description>Hiya Mamjed,

- A reference is made in the database (table: \&quot;search\&quot;, column \&quot;img\&quot;  ). The image name is there (something like \&quot;search.png\&quot;  ).
- When the PHP retrieves the data from the database, it echos the images too.
- The real images are stored in the \&quot;search_images\&quot; folder

Hope that makes it a little bit more clear - good luck!</description>
			<author>Marco</author>
			<pubDate>Wed, 22 Apr 2009 07:59:43 +0100</pubDate>
		</item>
		<item>
			<title>very usefull</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5407</link>
			<description>Thanks for sharing your development man, it really helped me, a lot. 

Thanks again, keep up the excellent work

/mega thumbs up</description>
			<author>Alexander</author>
			<pubDate>Thu, 23 Apr 2009 16:22:38 +0100</pubDate>
		</item>
		<item>
			<title>Wordpress Implementation?</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5640</link>
			<description>Dude,
this is really awesome, nothing else to say.

Something like this built on a platform like Wordpress would be simply amazing.

How difficult do you reckon it could be to bring your full concept into wordpress?

I\'m really curious!

Thanks anyway for showing this, keep up the good work</description>
			<author>Salvatore</author>
			<pubDate>Wed, 29 Apr 2009 01:27:09 +0100</pubDate>
		</item>
		<item>
			<title>Don\'t know</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5648</link>
			<description>Hi Salvatore,

Thanks for your compliment!

I don\'t know how to tranfer this full concept to WordPress, since I\'m not familiar with the CMS (I\'m a Joomla! guy ;) ).

I\'ve already heard from WP developers they\'re working on tranferring this concept to the WP platform. I\'ll change this article when the plugin goes live!</description>
			<author>Marco</author>
			<pubDate>Wed, 29 Apr 2009 08:40:27 +0100</pubDate>
		</item>
		<item>
			<title>without mysqli?</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5741</link>
			<description>Hi there, I\'ve been trying to get this script to work, but my host doesn\'t support mysqli. Do you know of a simple way to get this to work without mysqli?

Cheers!</description>
			<author>Jørgen</author>
			<pubDate>Thu, 30 Apr 2009 21:45:48 +0100</pubDate>
		</item>
		<item>
			<title>PHP4 implementation</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc5792</link>
			<description>When MySQLi isn\'t enabled, I assume that your host is running PHP4? You really should ask for an upgrade ;) .

Anyway, if you can\'t upgrade to PHP5, you\'ll need to use the PHP4 MySQL connector and loop to the \&quot;fetched results\&quot;. Simply search on Google to retrieve the desired information from the database to achieve the same results.

Good luck!</description>
			<author>Marco</author>
			<pubDate>Fri, 01 May 2009 10:46:56 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc6073</link>
			<description>I manage to get it to work without using mysqli. it needs a little bit of editing but it works perfectly. One problem is the dropdown does not appear when the page is secured (https). Any ideas?????????</description>
			<author>Xaga</author>
			<pubDate>Fri, 15 May 2009 23:19:54 +0100</pubDate>
		</item>
		<item>
			<title>Nice!</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc6075</link>
			<description>Well done Xaga - you might want to share your changes with the rest of us.

As for the \&quot;https\&quot; version, I don\'t know why it doesn\'t work. Does any JavaScript work? If not, it might be because jQuery is called from Google, which is not over https. Try including the jQuery yourself and give it another go!</description>
			<author>Marco</author>
			<pubDate>Sat, 16 May 2009 09:32:07 +0100</pubDate>
		</item>
		<item>
			<title>Good!</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc6076</link>
			<description>I\'m glad so many people liked this post! Hope to see this script used somewhere else on the web ;) .</description>
			<author>Marco</author>
			<pubDate>Sat, 16 May 2009 09:54:05 +0100</pubDate>
		</item>
		<item>
			<title>Web Chappy</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc6247</link>
			<description>\'ello, I\'m having a fight with this script at the moment, though I\'ve got it working all correctly, I\'m trying to deploy it over the top of some flash, but I\' not getting anywhere fast - it works great in most browsers, but IE7 is giving me a real headache, if anyone knows how I could fix this, please help!</description>
			<author>Chris</author>
			<pubDate>Thu, 21 May 2009 10:46:05 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc6251</link>
			<description>Placing a DOM object on top of a Flash object is hard - I don\'t know if it\'s possible. You could try setting the z-index inside the CSS to 999 to make sure to place it \&quot;on top\&quot;.

What\'s happening in IE7?</description>
			<author>Marco</author>
			<pubDate>Thu, 21 May 2009 11:51:43 +0100</pubDate>
		</item>
		<item>
			<title>Great!</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc6524</link>
			<description>HI, i´m design new layout for my blog

and i want try this \&quot;search\&quot; in blog (blogger) but i can´t used , please you help me?</description>
			<author>Rafael</author>
			<pubDate>Wed, 27 May 2009 17:45:53 +0100</pubDate>
		</item>
		<item>
			<title>Sorry, can\'t</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc6540</link>
			<description>Hi Rafael,

I\'m glad you enjoyed the script.

Probably, you can\'t use this search on Blogger since you\'ll need to control your own FTP/MySQL to get this technique to work. Blogger is a (free) blogging platform, which doesn\'t allow this.

Greetings,,,</description>
			<author>Marco</author>
			<pubDate>Wed, 27 May 2009 19:52:47 +0100</pubDate>
		</item>
		<item>
			<title>larger databases</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc6735</link>
			<description>Any tips on what the best approach would be limit database queries for a larger database? Any code samples?

I implemented your idea and it works great but it is a bit slow.

Thanks for the helpful tutorial.</description>
			<author>Interesting</author>
			<pubDate>Fri, 29 May 2009 23:29:58 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc6768</link>
			<description>it\'s so cool. thank you so much for sharing.</description>
			<author>eric</author>
			<pubDate>Sat, 30 May 2009 09:36:08 +0100</pubDate>
		</item>
		<item>
			<title>THanks!</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc6961</link>
			<description>Thanks aprecciate !</description>
			<author>Rafael</author>
			<pubDate>Mon, 01 Jun 2009 18:13:58 +0100</pubDate>
		</item>
		<item>
			<title>Thnxs!</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc7005</link>
			<description>Hey Marco,

Thnxs for the amazing script. I modified it so it works with my database.  It now searches trough our project names or projectplaces. I replaced the images with small pictures of the project and I categorize the results on project place.

Great job and keep up the good work!</description>
			<author>Ruud</author>
			<pubDate>Wed, 03 Jun 2009 12:26:13 +0100</pubDate>
		</item>
		<item>
			<title>Great!</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc7008</link>
			<description>Hi Ruud,

I\'m glad you liked my script and modified it in such a way so that it\'ll suit your needs. That\'s what I really like to see!

I visited your website, but can\'t see the implementation of this script there. I really am wondering how it looks like - do you have it online somewhere?

Greetings,
Marco</description>
			<author>Marco</author>
			<pubDate>Wed, 03 Jun 2009 13:35:48 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc7014</link>
			<description>At the moment am I working on the website of Thunnissen Groep. This part of the project will be released next week. 
So check www.thunnissen.nl at the end of next week and look under [b]project[/b]. There you will find a searchbox with the implementation of this script.</description>
			<author>Ruud</author>
			<pubDate>Wed, 03 Jun 2009 16:41:49 +0100</pubDate>
		</item>
		<item>
			<title>Question</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc7078</link>
			<description>Hey Marco, 

I have a question and I hope you can help me with it. How can I post a second value to the rpc.php? I need to make some sql filters for the search, so I thought with a hidden input field to post the data to rpc.php. 

So I have this field:  

and I modified the jquery.search.js to this: 

function lookup(inputString, [b]proj[/b]) {
	if(inputString.length == 0) {
		$(\'#suggestions\').fadeOut(); // Hide the suggestions box
	} else {
		$.post(\&quot;rpc.php\&quot;, {queryString: \&quot;\&quot;+inputString+\&quot;\&quot;[b], queryProj: \&quot;\&quot;+proj+\&quot;\&quot;[/b] }, function(data) { // Do an AJAX call
			$(\'#suggestions\').fadeIn(); // Show the suggestions box
			$(\'#suggestions\').html(data); // Fill the suggestions box
		});
	}
}

But I don\'t get the data in rpc.php (where I catch it this way: $proj = $_POST[\'queryProj\']; )

Do you have any idea how I fix this?</description>
			<author>Ruud</author>
			<pubDate>Fri, 05 Jun 2009 09:23:21 +0100</pubDate>
		</item>
		<item>
			<title>Strange</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc7079</link>
			<description>Hi Ruud,

Strange, your code seems valid.

Could you please contact me using the contact form so we can discuss this problem a little bit more? Otherwise we\'ll have a big conversation on this page :P .

Greetings,,,</description>
			<author>Marco</author>
			<pubDate>Fri, 05 Jun 2009 09:32:10 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc7272</link>
			<description>hi

I added \&quot;position:absolute\&quot; to searchresults, it works fine but am facing other prob. now, as results once come up they don\'t hide by itself.
can anyone help ? 

thanks</description>
			<author>Anuj</author>
			<pubDate>Mon, 08 Jun 2009 09:38:11 +0100</pubDate>
		</item>
		<item>
			<title>Search on top of Content like at Apple</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc7486</link>
			<description>Hey - I noticed when using the search the other day that the suggestions box pushes all the other content on your web page down (text, etc) so that there is enough space for the suggestions box. How can I make it possible for the suggestions box to fit on top of all the content therefore not increasing the page length by moving the content down. The Apple website does this beautifully and wondered if anybody could help with this. Thanks</description>
			<author>Christopher Sladdin</author>
			<pubDate>Fri, 12 Jun 2009 09:34:10 +0100</pubDate>
		</item>
		<item>
			<title>Is someone using this in osCommerce?</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc7535</link>
			<description>Great work! I would love to use this in my osCommerce website but don\'t have the skills to apply this. Did someone manage to use this together with [url=http://www.oscommerce.com/]osCommerce[/url]?</description>
			<author>Arko</author>
			<pubDate>Sat, 13 Jun 2009 18:44:12 +0100</pubDate>
		</item>
		<item>
			<title>Awesome</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc7732</link>
			<description>I\'ll probably try to create a snippet for modxcms using you\'re code as a base.

Great plugin!</description>
			<author>lossendae</author>
			<pubDate>Wed, 17 Jun 2009 12:37:31 +0100</pubDate>
		</item>
		<item>
			<title>Awesome</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc7816</link>
			<description>Hi Marco - This is great, i love it and will steal with pride!

I just wanted to say thanks for your efferts.. 
This is an awesome bit of code looking forward to more! 

Cheers

Ben</description>
			<author>Ben</author>
			<pubDate>Thu, 18 Jun 2009 18:52:39 +0100</pubDate>
		</item>
		<item>
			<title>Haha!</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc7849</link>
			<description>Thanks for your compliment Ben ;) .

It\'s placed online to \&quot;steal\&quot;, so feel free to implement it where you want! Good luck :)</description>
			<author>Marco</author>
			<pubDate>Fri, 19 Jun 2009 08:26:39 +0100</pubDate>
		</item>
		<item>
			<title>re:</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc7919</link>
			<description>[quote=Jape]Adding my $0.02 in this Grandeurcentered talk. I totally agree with Gaya in that this thing is neat as can be. Also agree that it might be even better if you\'d used xml, json or any other structured dataformat for that matter. The purpose of a webservice is providing a language- and platform independent interface for your application. By having it return HTML you\'re basically limiting it\'s use to a webbased application.

While i\'m at it, it would be so cash if this thing enabled you to use the arrowkeys to navigate through the results, and having the returnkey bring you to that particullar article. 

Anyhow, be sure to keep up the good work![/quote][quote=Jape]Adding my $0.02 in this Grandeurcentered talk. I totally agree with Gaya in that this thing is neat as can be. Also agree that it might be even better if you\'d used xml, json or any other structured dataformat for that matter. The purpose of a webservice is providing a language- and platform independent interface for your application. By having it return HTML you\'re basically limiting it\'s use to a webbased application.

While i\'m at it, it would be so cash if this thing enabled you to use the arrowkeys to navigate through the results, and having the returnkey bring you to that particullar article. 

Anyhow, be sure to keep up the good work![/quote]</description>
			<pubDate>Mon, 22 Jun 2009 04:08:09 +0100</pubDate>
		</item>
		<item>
			<title>Got it working..</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc7929</link>
			<description>Well, I got it working on my site :)

However, in Safari there\'s a white drop-shadow that appears below the dropdown box.. I can\'t find it in the CSS, how can I get rid of it?

Cheers!

Jørgen</description>
			<author>Jørgen</author>
			<pubDate>Mon, 22 Jun 2009 12:21:45 +0100</pubDate>
		</item>
		<item>
			<title>JavaScript file</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc7930</link>
			<description>Hi!

As you can see in the article, the drop-shadow effect is injected using JavaScript.

Simply open the [b]script.js[/b] file and change the \&quot;box-shadow\&quot; properties.

Good luck!</description>
			<author>Marco</author>
			<pubDate>Mon, 22 Jun 2009 14:19:17 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc7989</link>
			<description>Haha, thanks! Must remember to always read the instructions..  :)</description>
			<author>Jørgen</author>
			<pubDate>Wed, 24 Jun 2009 11:59:39 +0100</pubDate>
		</item>
		<item>
			<title>Arrow keys navigation in searchresults div - Apple</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc8268</link>
			<description>Hi marco! This is great i love it.
I have a question and I hope you can help me with it.
How can implement the Arrow keys (up arrow &amp; down arrow keyboard) navigation in to the div of results? Style Apple.com.

Thanks!</description>
			<author>Vittorio</author>
			<pubDate>Wed, 01 Jul 2009 17:39:41 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc8273</link>
			<description>Hey Vittorio, I spent a long time, and i used javascritpt. It was pretty hard, but I still managed to do that, now it works perfectly!</description>
			<author>asd</author>
			<pubDate>Wed, 01 Jul 2009 21:53:20 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc8309</link>
			<description>Hi asd, an example please.</description>
			<author>Vittorio</author>
			<pubDate>Thu, 02 Jul 2009 16:21:03 +0100</pubDate>
		</item>
		<item>
			<title>good work</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc9494</link>
			<description>hi marco, 
great job that u done. 

i have a problem with the sql he is shown me the error:

atal error: Cannot instantiate non-existent class: mysqli in /home/www/web120/html/wp/wp-content/themes/wp_slider/search/rpc.php on line 5

have all user data in the php.

thanks
carsten</description>
			<author>carsten</author>
			<pubDate>Fri, 31 Jul 2009 15:59:14 +0100</pubDate>
		</item>
		<item>
			<title>PHP version</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc9496</link>
			<description>Hello carsten,

Thank you for those kind words.

Which PHP version are you using? mysqli only works in PHP5 - PHP4 will give errors and you\'ll need to retrieve the data another way.</description>
			<author>Marco</author>
			<pubDate>Fri, 31 Jul 2009 16:25:42 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc9497</link>
			<description>Hello, 

our server is running php5.  i think hes is not receive any data form the sql file. but i have filled all data out. 

thanks
carsten</description>
			<author>carsten</author>
			<pubDate>Fri, 31 Jul 2009 17:34:40 +0100</pubDate>
		</item>
		<item>
			<title>Contact me</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc9508</link>
			<description>Hello,

Could you contact me through the Contact page so we can discuss this some further?

Thanks!</description>
			<author>Marco</author>
			<pubDate>Sat, 01 Aug 2009 02:07:35 +0100</pubDate>
		</item>
		<item>
			<title>WOW!!!! Great Post</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc9876</link>
			<description>Thanks for sharing... Its a very helpful post for me.</description>
			<author>Mehedi Hasan</author>
			<pubDate>Fri, 07 Aug 2009 07:36:53 +0100</pubDate>
		</item>
		<item>
			<title>PHP 4 Version</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc10140</link>
			<description>Hi everyone,

I\'ve edited the code to make it work with PHP4, but still retains it\'s OOP style.

You can download the code from: http://ryanmcdonough.co.uk/applephp4.zip

Or you can wait till Marco has reviewed the copy I sent to him to make sure there is no problems he can see with my changes and download it from him if you\'re dubious heh.</description>
			<author>Ryan McDonough</author>
			<pubDate>Wed, 12 Aug 2009 12:45:30 +0100</pubDate>
		</item>
		<item>
			<title>Creative Articles for your site.</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc10159</link>
			<description>Its nice &amp; working :)

Thanks. Learned a new style :D</description>
			<author>Sharif</author>
			<pubDate>Thu, 13 Aug 2009 09:17:55 +0100</pubDate>
		</item>
		<item>
			<title>Jquery Version</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc10173</link>
			<description>Hi Marco,

I\'m still playing about with this feature and some other cool jquery effects for my site. In ther interest of not loading different versions of Jquery i\'ve noticed the following.

http://www.google.com/jsapi
- Referenceing this version of Jquery everything works great.

http://code.jquery.com/jquery-latest.pack.js
- Referencing this version, which i think should be the most current? there is a problem. When the user loses focus on the search box the suggestions still appear, which is not ideal.

Like i said, its not ideal or effecient to load two versions of jquery - do you know of a fix?

Many thanks

Ben :lol:</description>
			<author>Ben</author>
			<pubDate>Thu, 13 Aug 2009 19:16:04 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc10217</link>
			<description>Ah! I should do some reading first before posting...

They both do different things:

Get the necessary Ajax stuff required for your search feature.

and this

gets the latest Jquery library. Which allows your search feature to work but doesn\'t turn it off when you mouse out of the area..

Sorry for my confusion..

Still loving it BTW
Ben</description>
			<author>Ben</author>
			<pubDate>Fri, 14 Aug 2009 17:51:32 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc10218</link>
			<description>- Code part was removed - should read

They both do different things:

http://www.google.com/jsapi - Gets the necessary Ajax stuff required for your search feature.

http://code.jquery.com/jquery-latest.pack.js - gets the latest Jquery library. Which also allows your search feature to work but doesn\'t turn it off when you mouse out of the area..

Sorry for my (double) confusion..
Ben</description>
			<author>Ben</author>
			<pubDate>Fri, 14 Aug 2009 17:53:24 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc10466</link>
			<description>Great plugin! I adjusted the php code to pull in data from an xml file but I need a delay of some sort since it takes some time to get the actual xml file (1.2 seconds usually). I noticed some people talking about a delay above, did any one succeed in doing so? I tried timeout but that still sends all the queries. Is there any way to detect if the user is still typing?</description>
			<author>Pim Linders</author>
			<pubDate>Sun, 30 Aug 2009 00:41:24 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc10470</link>
			<description>I was able to delay it using this

var key_count_global = 0; 
	var timer; // Global variable
	$(\&quot;#inputString\&quot;).keyup(function(){
		$(\'#suggestions\').fadeIn(); 
		key_count_global++;
		clearTimeout(timer);
		timer = setTimeout(function(){ lookup() }, 800);
  });

works great!</description>
			<author>Pim linders</author>
			<pubDate>Sun, 30 Aug 2009 05:20:42 +0100</pubDate>
		</item>
		<item>
			<title>Search to right</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc10532</link>
			<description>Hi, the script is great! I\'m trying to implement it on my parents website. I have no prior knowledge of SQL so had to learn but got the search working. It works perfectly if I use the index file from the download (.com/apple/index.html) but as soon as I move the search box to my own web page (/index1.html), the search results don\'t line up with the search box and the css is being interfered with by my main stylesheet. 

Can anyone help? Much appreciated!!  :)  The test site is at www.southernchauffeurservices.com/index1.php

Thanks!</description>
			<author>Shane</author>
			<pubDate>Wed, 02 Sep 2009 17:03:16 +0100</pubDate>
		</item>
		<item>
			<title>Why the inline function call?</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc10657</link>
			<description>Why use an inline function directly in the html when you can do it all simply and unobtrusively with jQuery? 

Either put an id on the text input and reference that directly with 
$(\&quot;#yourId\&quot;).keyup(function() {}) 
or if you keep the html
$(\&quot;#searchform input:text\&quot;).keyup(function() {})</description>
			<author>Marcus</author>
			<pubDate>Fri, 04 Sep 2009 23:06:34 +0100</pubDate>
		</item>
		<item>
			<title>I do not be running</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc10780</link>
			<description>Looks really good, but I get it somehow not quite the run, at least not the way I imagine it</description>
			<author>Tim</author>
			<pubDate>Sun, 06 Sep 2009 00:39:13 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc10850</link>
			<description>Hey Pim: Can you tell me where exactly this code goes for those of us who are js challenged? Thx.</description>
			<author>Sam</author>
			<pubDate>Mon, 07 Sep 2009 22:33:32 +0100</pubDate>
		</item>
		<item>
			<title>Anything for Joomla?</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc11065</link>
			<description>Nice plugin, anyone got it working with Joomla 1.5? I know there is a plugin by Yootools, as mentioned by a previous user, but they use mootools, anything available for jQuery and Joomla.

Any talented Joomla/jQuery people who may be thinking of porting, there will definitely be a market for this.

Thanks</description>
			<author>Lee Wilson</author>
			<pubDate>Mon, 14 Sep 2009 12:03:58 +0100</pubDate>
		</item>
		<item>
			<title>Pushing other content down</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc11343</link>
			<description>Ok well when i first noticed that search results was pushing my other content down i added the following CSS to #searchresults

Position:Absolute
Z-index: 1

And it worked! Its just a tad bit slower.. Hope this Helps!</description>
			<author>Shane Walsh</author>
			<pubDate>Fri, 25 Sep 2009 15:08:57 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc11344</link>
			<description>also add 

Position:Absolute
Z-index: 1

to 

#searchresults a:hover 

and there ya go!</description>
			<author>Shane Walsh</author>
			<pubDate>Fri, 25 Sep 2009 15:17:43 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc11346</link>
			<description>also if you find that you are getting slower reaction set what ever content it is that is being pushed and set its z-indez to -1 as someone else said here!</description>
			<author>Shane Walsh</author>
			<pubDate>Fri, 25 Sep 2009 15:48:26 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc11366</link>
			<description>I\'m using it on the site i\'m building http://www.bestsellprice.com you can look at custom.js to see how I implemented it.</description>
			<author>Pim Linders</author>
			<pubDate>Fri, 25 Sep 2009 23:19:05 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc11587</link>
			<description>Hi, I just want to now how bad is overloading of server with this search?

Is there anybode how implemented this into website?

Thanks</description>
			<author>Ivan S.</author>
			<pubDate>Wed, 30 Sep 2009 19:30:56 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc11590</link>
			<description>Just to correct myself:

Is there anybody who implemented this into website?</description>
			<author>Ivan S.</author>
			<pubDate>Wed, 30 Sep 2009 20:24:58 +0100</pubDate>
		</item>
		<item>
			<title>amazing</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc12590</link>
			<description>This is awesome, thankyou!</description>
			<author>Simon</author>
			<pubDate>Mon, 26 Oct 2009 11:58:12 +0100</pubDate>
		</item>
		<item>
			<title>Any word on keystroke navigation?</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc12691</link>
			<description>Any chance you\'ve added this functionality since April?</description>
			<author>chandlervdw</author>
			<pubDate>Wed, 28 Oct 2009 17:03:40 +0100</pubDate>
		</item>
		<item>
			<title>Combine with other article</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc12717</link>
			<description>I already wrote a other article a while ago that does this - you\'ll need to combine it with this version.

Check it out: [url=http://www.marcofolio.net/webdesign/advanced_keypress_navigation_with_jquery.html]Advanced keypress navigation with jQuery[/url]. Good luck!</description>
			<author>Marco</author>
			<pubDate>Thu, 29 Oct 2009 08:54:19 +0100</pubDate>
		</item>
		<item>
			<title>re: position:absolute</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc12871</link>
			<description>[quote=Marco]Hiya Chris,

Thanks for your comment and your nice words.

You\'re totally right: It indeed should &amp;#34;float&amp;#34; over your current content. To do so, add the following CSS to the search results:
[quote]position:absolute[/quote]
Now you still need to position it a bit, but it should pop up on the top.

Good luck![/quote]</description>
			<author>chandlervdw</author>
			<pubDate>Wed, 04 Nov 2009 19:10:00 +0100</pubDate>
		</item>
		<item>
			<title>Place Search Results Over Flash</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc13002</link>
			<description>Marco,

 Thanks a lot for this amazing script. I\'m having troubles because the search box is hidden behind some flash content. I read your comment that it\'s hard to place a DOM object above flash. What if the entire screen is grayed out and made inactive while the user is searching? Will this hide the flash content?</description>
			<author>Brian</author>
			<pubDate>Fri, 06 Nov 2009 19:47:20 +0100</pubDate>
		</item>
		<item>
			<title>Awesome, thanks!</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc13087</link>
			<description>Thanks for providing a great starting point for my own implementation - now all I need to do is fix the CSS to get the box where I want it!</description>
			<author>Nick Jackson</author>
			<pubDate>Mon, 09 Nov 2009 03:01:22 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc13144</link>
			<description>\&quot;Apple.com-style\&quot; as if they invented this search as you type concept...hahaha, next time use more Apple lipstick. Steve is listening and all puckered up. :whistle:</description>
			<author>justintime</author>
			<pubDate>Wed, 11 Nov 2009 01:33:39 +0100</pubDate>
		</item>
		<item>
			<title>I have implemented this</title>
			<link>http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html#josc13172</link>
			<description>Obviously I implemented this, for a university I contracted with:

http://www.ioe.mmu.ac.uk/cpd/

You can see it there, I\'m also going to implement this on a internal site, I maybe able to provide screenshots for that but not a link.</description>
			<author>Ryan McDonough</author>
			<pubDate>Thu, 12 Nov 2009 10:21:30 +0100</pubDate>
		</item>
	</channel>
</rss>
