<% '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 16 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 News

Google News is an automated news compilation service provided by Google Inc. The Google News website was introduced as a beta release in April 2002. The service came out of beta on 23 January 2006. There are different versions of the aggregator for more than 20 languages, with more added all the time.
http://news.google.com/

Google Orkut
Orkut is an Internet social network service run by Google and named after its creator, Google employee Orkut Büyükkökten. It claims to be designed to help users meet new friends and maintain existing relationships. Similar to Friendster and MySpace, orkut goes a step further by permitting "communities" of users. It is also invitation-only: users must be invited to join the community by someone already there.

Google Ban It's Orkut? : Most people I know hate Orkut these days. Yahoo! has blown Google away with its 360! product. But does Google hate its own Orkut also? According to a Search Engine Roundtable Forum thread named Have Google Banned Orkut? it seems as if Google has delisted Orkut from its index. Try a simply search on orkut or even on www.orkut.com or a site command query all results show nothing for orkut.com. It is not a simple case of the robots.txt file disallowing. Yahoo! has indexed a whopping 25,788 pages of the site and has ranked it number one for its name at yahoo search, so it makes you wonder.
http://www.orkut.com

Google Pack
Google Pack is:

  • Essential: Enjoy safe, useful software for your computer
  • Simple: Download and install everything in just a few clicks
  • Customizable: Choose only the software you want
  • Up to date: Get updates and new software via Google Updater

http://pack.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 %>