<% 'create connection set conn = server.CreateObject ("ADODB.Connection") conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.MapPath ("fpdb/engglas.mdb") 'query to select active data... sql = "SELECT * FROM title, vote where title.active = 'y' and title.id = vote.id" set rs = server.CreateObject ("ADODB.Recordset") rs.Open sql, conn, 3, 3 %> Google - Products and Features (Page 06 of 24)



» About Google
» Revenue Streams
» Acquisitions of Google
» Features and Products
» Google's Products Milestones
» Google’s IPO

Google - Features and Products

List of all Google Services


Google Cheat Sheet

Google Cheat Sheet is a great source for deeper and more powerful ways to use Google's search engine. If you would like to be a Google power user, then you need to learn the tricks of making the most out of Google's search features. Google Cheat Sheet provides you all of the best shortcuts to great searching. Google Search Shortcuts (Google cheat sheet) will greatly cut down on your Google search time, as well as make your Google searches more effective and more efficient.
http://www.google.com/help/cheatsheet.html

Google Code
Google Code is Google's site for developers interested in Google-related development. The site contains Open Source code and lists of their services API.
http://code.google.com/

Google college life
Google's special page called: College life, has list a couple of useful services for college life: Gmail, Talk, SMS, Maps, Toolbar, Scholar, Picasa ... It could be a nice home page at college.
http://services.google.com/university/

Google Contact
http://www.google.com/contact/index.html

Google corporate info
http://www.google.com/corporate/index.html

Google Desk Bar
Google Deskbar lets you search using Google right from your desktop, even when your browser isn't running. Search from the Google Deskbar search box located within your Windows taskbar. Or type the Ctrl+Alt+G keyboard shortcut to jump to the Google Deskbar instantly. Search results appear in a "mini-viewer" window that closes automatically when you're done. This lets you find facts, check spelling or look up URLs without interrupting your work on an email or a document. Google Deskbar supports features like Google News, Images and Froogle, and you can even add plug-ins to access more information sources.

Google Deskbar Features:

You can use numerous Google search features like Google News, Google Images and Froogle.
Keyboard shortcuts save time and let you access multiple information sources:

  • From anywhere on your desktop...
  • Move cursor to Google Deskbar Ctrl+Alt+G
  • Hide/show "mini-viewer" window Shift+F1
  • From within Google Deskbar...
  • Search News Ctrl + N
  • Search Froogle Ctrl + F
  • Google Images Ctrl + I
  • Definitions Ctrl + D

Although Google Deskbar has some good stuff, like the sidebar's search box, it has the search-as-you-type ability, but the most annoying for most people appears to be that there is no support for Linux or Macs at the moment, it only supports Windows XP, Windows 2000, Windows ME, Windows 98 Second Edition, and Windows Server 2003.
Redirects to http://desktop.google.com/

Google-Products and Features-Back
Google-Products and Features-Next
 
<% 'close connection and recordset... rs.Close set rs = nothing conn.Close set conn = nothing %>