<% '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 17 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 Page Creator

http://pages.google.com

Google Permissions
http://www.google.com/permissions/index.html

Google Personalized Homepage:
If you prefer a home page portal, check out Google Personalized Home. In May 2005, Google introduced Personalized Homepage that offers the ability to create a personalized Google homepage that gives you at-a-glance access to key information from Google and across the web. On this self-designed page, you can choose and organize content such as:

  • Your latest Gmail messages
  • Headlines from Google News and other top news sources
  • Weather forecasts, stock quotes, and movie show times
  • Bookmarks for quick access to your favorite sites from any computer
  • Your own section with content you find from across the web

http://www.google.com/ig

Google Personalized Search
By making use of Google's Search History feature, this service allows users to create a profile based on their prior search history. Future search results can be prioritized on an individual basis on the information collected. Or we can say that Personalized Search orders your search results based on what you've searched for in the past. Early on, you may not notice a huge impact on your search results, but they will continue to improve over time as you use Google.
http://www.google.com/psearch

Google Picasa:
Picasa, Inc is a Pasadena, California based digital photography company that produces an automated digital photo organizer application of the same name. In July 2004, Google acquired Picasa from Idealab and began offering Picasa for free download.

Picasa organizes your entire collection while you watch, scanning the images on your computer and automatically sorting them by date. Picasa is software that makes it easy and fun to view, organize, edit and share the digital photos on your PC. It is freely provided by Google for their users.
http://picasa.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 %>