When are these guys gonna stop!!! I dont know what this would be useful for though...unless people start to go really dumb, and have to be reminded what they started to search for
The future is here. It's just not evenly distributed yet. - William Gibson
Consultant @ Xebia. Sonny GillTweets
Helen Thomas
Ranch Hand
Joined: Jan 13, 2004
Posts: 1759
posted
0
That's exciting!
I just did a M$ Search on Windows XP and the toolbar has frozen as well as the Start Menu. I am currently running functions via the Windows Task Manager.
Might be useful for people like me, who always misspell the words
Mani
Quaerendo Invenietis
Ashok Mash
Ranch Hand
Joined: Oct 13, 2000
Posts: 1936
posted
0
I am curious how they are doing it!? Obviously, there's a query being fired for every key-pressed event in the search form field, but how on earth do they manage to get such fast responses?
I've never heard of WinFS. NFS stands for Network FileSystem which is a generic protocol to expose filesystems to other operating systems over a network using for example UNCs for drive names.
Apparently they use XMLHttpRequest, and there are a few (very few) pages out there explaining the technology behind Google Suggest (especially about how they are fetching suggestions almost real-time).
Originally posted by Jeroen Wenting: I've never heard of WinFS.
The WinFS is supposed to be the file system for Windows Longhorn. It was built on NTFS and uses NTFS. But, currently Microsoft is planning to release the initial version of Longhorn without WinFS (due to time constraints). They are thinking about providing an option to include WinFS as a plug-in sometime later.
Jeroen Wenting
Ranch Hand
Joined: Oct 12, 2000
Posts: 5093
posted
0
thanks. Well there you have the answer. One is a real filesystem, the other a network representation of any filesystem.
Good link, Thomas. Anything similar on Google Mail? I have mostly neglected JavaScript in the past, only delving into it to get something done, and then go back to good ol' server side Java. It is probabely time to take another serious look at it.
R K Singh
Ranch Hand
Joined: Oct 15, 2001
Posts: 5369
posted
0
Originally posted by Sonny Gill: I have mostly neglected JavaScript in the past, ...It is probabely time to take another serious look at it.
Only problem is, JS does not work same on all clients and you end up writing same thing for n types of client. Earlier it was netscape and IE, but now I think you have to test it on FireFox, IE 5, IE6, Opera etc.
"Thanks to Indian media who has over the period of time swiped out intellectual taste from mass Indian population." - Chetan Parekh
Mani Ram
Ranch Hand
Joined: Mar 11, 2002
Posts: 1140
posted
0
Anybody heard about Direct Web Remoting? Looks like it can be a Java alternative to achieve the same functionality.