GoogleFramed: Difference between revisions

From Bitpost wiki
No edit summary
 
No edit summary
Line 1: Line 1:
I've slapped together a silly google-in-a-frame portal. You put your search request into a top-left frame. It then drops google results in small little nuggets down a thin left pane, under the request. When you hover over each link, it gives you the link google details in a tooltip (ala DHTML). When you click, of course, the right pane fills with the result. You can flip around in the results at lightning speed. Try it [http://thedigitalmachine.com/portal here].
I've slapped together a silly google-in-a-frame portal. You put your search request into a top-left frame. It then drops google results in small little nuggets down a thin left pane, under the request. When you hover over each link, it gives you the link google details in a tooltip (ala DHTML). When you click, of course, the right pane fills with the result. You can flip around in the results at lightning speed.  
 
Try it [http://thedigitalmachine.com/portal here].
 
The html and perl code is [http://thedigitalmachine.com/files/google_framed.tar.gz here].  Consider it GPL'ed.


Next I think I might try working on prefetching the first few results. I’m trying to get to the maximum google consumption rate that my brain can manage. Let me know what you think so far…
Next I think I might try working on prefetching the first few results. I’m trying to get to the maximum google consumption rate that my brain can manage. Let me know what you think so far…

Revision as of 15:16, 29 March 2006

I've slapped together a silly google-in-a-frame portal. You put your search request into a top-left frame. It then drops google results in small little nuggets down a thin left pane, under the request. When you hover over each link, it gives you the link google details in a tooltip (ala DHTML). When you click, of course, the right pane fills with the result. You can flip around in the results at lightning speed.

Try it here.

The html and perl code is here. Consider it GPL'ed.

Next I think I might try working on prefetching the first few results. I’m trying to get to the maximum google consumption rate that my brain can manage. Let me know what you think so far…