<% '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 13 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 Labs

Google Labs is a website demonstrating new Google projects "that aren't quite ready for prime time". It serves as a testing ground for new services being developed. This is a way for Google to gain feedback on the products before releasing the final versions. Google's services do not always appear on the Labs page; some are beta tested by invitation-only, such as Gmail and Google Calendar.

Google Labs project: Picasa for Linux is a photo searching, editing and sharing application that helps you organize all of your pictures. Picasa automatically finds all of the pictures stored on your computer and places them in albums organized by date. You can also quickly and easily create your own albums.
http://labs.google.com/

Google Language Tools
http://www.google.com/language_tools

Google Local
http://local.google.com/

Google Logos
Google has had several logos since its renaming from "Backrub". Google changes its logos, called Google Doodles.
Logoogle.com is the most comprehensive resource on the web for: Fake Google Logos, Google Logos, Genuine Google Logos, Google Holiday Logos, Rotating Google Logos, Google Logo Art, Google Fan Logos, Google IPO Logos, Global Google Logos, Google Fun, Google Merchandise...
Who is behind the artful Google Logo creations? -> Google not only made a huge difference with their business model and the way they conduct business. The largest search engine and related internet search services provider eases many business patterns. Including the way they handle their logos and brands.
Note: Most big brand owners protect their brands in very traditional ways. Google is no different. As a very fundamental promotion differentiation though Google would allow and practice themselves rather creative approaches to their existing brand.
http://www.google.com/stickers.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 %>