background preloader

Google

Facebook Twitter

Wordpress

Analytics. Downloads. Standards. 20 Things I Learned About Browsers and the Web. Illustration Christoph Niemann Writers/Editors Min Li Chan, Fritz Holznagel, Michael Krantz Project Curator Min Li Chan & The Google Chrome Team Design Fi Paul Truong Development Very Special Thanks To Brian Rakowski, Ian Fette, Chris DiBona, Alex Russell, Erik Kay, Jim Roskind, Mike Belshe, Dimitri Glazkov, Henry Bridge, Gregor Hochmuth, Jeffrey Chang, Mark Larson, Aaron Boodman, Wieland Holfelder, Jochen Eisinger, Bernhard Bauer, Adam Barth, Cory Ferreria, Erik Arvidsson, John Abd-Malek, Carlos Pizano, Justin Schuh, Wan-Teh Chang, Vangelis Kokkevis, Mike Jazayeri, Brad Chen, Darin Fisher, Johanna Wittig, Maxim Lobanov, Marion Fabing Nicolas, Jana Vorechovska, Daniele De Santis, Laura van Nigtevegt, Wojtek Cyprys, Dudley Carr, Richard Rabbat, Ji Lee, Glen Murphy, Valdean Klump, Aaron Koblin, Paul Irish, John Fu, Chris Wright, Sarah Nahm, Christos Apartoglou, Meredith Papp, Eric Antonow, Eitan Bencuya, Jay Nancarrow, Ben Lee, Gina Weakley, Linus Upson, Sundar Pichai & The Google Chrome Team.

Using PHP/MySQL with Google Maps - Google Maps API - Google Code. Ben Appleton, Google Geo TeamWith contributions from Lary Stucker, Maps API DeveloperApril 2007 This tutorial is intended for developers who are familiar with PHP/MySQL, and want to learn how to use Google Maps with a MySQL database.

Using PHP/MySQL with Google Maps - Google Maps API - Google Code

After completing this tutorial, you will have a Google Map based off a database of places. The map will differentiate between two types of places—restaurants and bars—by giving their markers distinguishing icons. An info window with name and address information will display above a marker when clicked. The tutorial is broken up into the following steps: Creating the Table When you create the MySQL table, you want to pay particular attention to the lat and lng attributes.

Note: This tutorial uses location data that already have latitude and longitude information needed to plot corresponding markers. If you prefer interacting with your database through the phpMyAdmin interface, here's a screenshot of the table creation. Populating the Table Outputting XML with PHP. Google Apps Adds Government Edition. Google Apps has already landed a few big customers in the public sector — including the City of Los Angeles — and today the company forwarded its drive into the space by launching a new edition of its app suite: Google Apps for Government.

Google Apps Adds Government Edition

Google Apps for Government is, according to Google, the first cloud computing app suite to receive the Federal Information Security Management Act (FISMA) certification. This will make it easier for agencies or groups to evaluate and adopt Google Apps.Any product aimed at government employees needs more than just certification, which is why Google notes in its blog post that Gmail and Google Calendar data will be segregated into data centers marked exclusively for government users in the continental U.S.

After the Street View privacy fiasco, this sort of segmentation is going to be a necessary feature for any sort of widespread adoption. How do you feel about government agencies running on the cloud? Google Open Sources Set Of Closure Tools It Uses To Build Its Own Apps. Google has just announced that it is open-sourcing a set of tools its own developers use to build some of the company’s most well known products, including Gmail, Google Docs, and Google Maps.

Google Open Sources Set Of Closure Tools It Uses To Build Its Own Apps

The first tool is called the Closure Compiler, which helps developers optimize their JavaScript code by removing extra portions of comments and code. The Compiler also has a sister program called Inspector — a plugin for Firebug that allows developers to view their optimized code in the browser, with all of their original variable names and other data restored (typically optimized code strips variable names and formatting that makes it very difficult to read). Google is also releasing the Compiler as a web app and a RESTful API. Google’s second release is a Library that includes many common functions used for building JavaScript apps. Here’s how Google’s blog post describes it: Web Toolkit - Build AJAX apps in the Java language.