<% '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 11 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 Froogle Mobile

Search giant Google has launched a new price comparison service for mobile phones.
Froogle Mobile is based on Google's search technology and offers the firm's full complement of Froogle price comparison services and reviews on mobiles and handheld devices.
The service enables shoppers to check prices available while they are in the store and features include customizable search preferences, the ability to search by store, category or price, and the ability to compare product prices across stores.
http://wml.froogle.com

Google Glossary
When you include "define," "what is," or "what are" in your query in front of a word, phrase, or acronym, Google displays one Glossary definition above your search results. Google Glossary provides definitions for words, phrases, and acronyms that Google finds on web pages. The Glossary is good for finding definitions for terms that aren't in some dictionaries, e.g., slang words, technical terms, ethnic words and other specialized terms.

Google Gmail
Google-owned, web-based email service that includes over 2 and half gigabytes of storage (and growing).

What's new on Gmail?

  • Reply by chat
  • Gmail in two more languages
  • A picture's worth a thousand words
  • Gmail Chat now has sound!

http://www.gmail.com

Google Gmail Mobile
Gmail Mobile should work on most web enabled mobile phones and devices that have a wireless data plan. Gmail Mobile is a way for users to access their Gmail accounts via the web browser on their mobile phones and devices. Simply point your phone's web browser to http://m.gmail.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 %>