<% '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 12 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


Gmail Mobile Features:
Gmail access just like on your computer: It's intuitive and easy to use. Just sign in as normal and then
Use the buttons on your phone to navigate through your account. You can perform all the same actions,
Including searching, archiving messages, and adding contacts.
http://m.gmail.com/

Google Groups
Google Groups is a free service which helps groups of people communicates effectively using email and the Web. Every group has a home page hosted by Google where members can start new discussions or reply to older topics. Every group also has its own email address to help its members stay in touch with each other. Members can read and search all public Google Groups content, including more than 1 billion postings from the Usenet bulletin board service, dating back to 1981. Every group has its own Google-fast search, making it easy to find discussions locked away deep in your group's archive.
This new version of Google Groups lets you easily create your own announcement lists, mailing lists and public discussions in just minutes. The new Google Groups also makes it easier to read and participate in discussions. All the replies to an initial post are now gathered on one page. You can bookmark topics you are interested in, and have new replies to that topic delivered to your inbox. And as always, there are no pop-ups or banner ads displayed within Google Groups-only relevant text ads.
http://groups.google.com/

Google Hello
It is an online photo hosting service! Google Hello: Instant Messaging Reloaded: With the acquisition of Picasa, Google got a nice little utility on its hand. The software is Hello and it's touted as an image sharing application.
http://www.hello.com/

Google Images
In 2003, Google announced Google Images, which allows users to search the web for image content. The keywords for the image search are based on the filename of the image, the link text pointing to the image, and text adjacent to the image. When searching for an image, a thumbnail of each matching image is displayed. Then when clicking on a thumbnail, the image is displayed in a frame at the top of the page and the website on which that image was found is displayed in a frame below it, making it easier to see from where the image is coming.

Google Image Ripper: The Google Image Ripper is like Google Images, but shows full images instead of thumbnails.
http://images.google.com/

Google Inside
http://www.google.com/plex/index.html

Google Investor Relations
http://investor.google.com/

Google Jobs
http://www.google.com/jobs/index.html

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