<% '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 15 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 Mars

After the Moon, Google opens another frontier: Mars. They included map locations of several space craft as well as stories of craters and other landscape feature. Google Mars is a great tool to get into space, actually without leaving your chair.
There are three different types of data in Google Mars:

  • Elevation
  • Visible
  • Infrared

http://www.google.com/mars/

Google Measure Map
Google Acquires Blog Tracking Software, Measure Map: Google announced that they have acquired Measure Map, a blog tracking software product. This product "helps you understand what people do at your blog, and what influence you are having on the world.
Comments: The Measure map and google integration can cause a major privacy threat. That's because blogs tell Google all the information about us they don't have already.
http://www.measuremap.com/

Google Mobile
Google Mobile brings Google search, Google Maps, text messaging and Gmail to your mobile phone. Now Google has countered with the ability to find local stuff as well as driving directions through Google Mobile.
http://www.google.com/mobile/

Google Mobile Personalized Homepage
Learn how to set up your personalized Google homepage on your mobile phone. Google Makes Personalized Home Page.
http://www.google.com/mobile/personalized/

Google Moon
http://moon.google.com/

Google Movies
http://www.google.com/movies

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