<% '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 20 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 Sitemaps

Google Sitemaps is a service offered by Google to help its crawlers better index WebPages. The Google Sitemap Protocol allows you to inform search engines about URLs on your website that are available for crawling. A Sitemap is an XML file that lists the URLs for a site using the Google Sitemap Protocol. The protocol was written to be highly scalable so it can accommodate sites of any size. It also enables webmasters to include additional information about each URL. When it was last updated; how often it changes; how important it is in relation to other URLs in the site etc. so that search engines can crawl the site more intelligently. Using this protocol does not guarantee that your WebPages will be included in search indexes nor does it influence the way your pages are ranked by a search engine.
https://www.google.com/webmasters/sitemaps

Google SketchUp
SketchUp is a 3D modeling program designed for professional architects, civil engineers, filmmakers, game developers, and related professions, recently acquired by Google. Developed by @Last Software from Boulder, Colorado, it is marketed as an easy-to-use conceptual tool with a simple interface.

Some of its key features include:

  • A smart drawing cursor (inference) system that allows users to draw 3D object using a 2D screen and mouse.
  • Simple massing study capability via "push-pull".
  • An interactive Heliodon, or sun angle simulator.
  • A fast, easy way to animate camera and sun movements.
  • Models can be individually colored with an assortment of solid colors, textures and materials.
http://www.sketchup.com/

Google SMS
Google SMS (Short Message Service) enables you to easily get precise answers to specialized queries from your mobile phone or device. Send your query as a text message and get phone book listings, dictionary definitions, product prices and more. Just text. No links. No web pages. Simply the answers you're looking to find.
But this service works on U.S. carriers, including AT&T Wireless, Cingular, Nextel, T-Mobile, Verizon and Sprint PCS.
http://sms.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 %>