Brad Neuberg, Google Gears, and the future of the Web


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Brad Neuberg, Google Gears, and the future of the Web
# 1  
Old 05-12-2008
Brad Neuberg, Google Gears, and the future of the Web

Mon, 12 May 2008 20:00:00 GMT
"I like to make browsers do things that they weren't supposed to do," Brad Neuberg likes to say. As a developer advocate for Google Gears, Neuberg has a wide scope for pursuing this interest, not only as an active developer, but also as a frequent speaker at conferences. His message is that Gears is not a means of working offline with Internet content -- which, so far has been its main function in applications like Google Reader and Google Calendar -- but also a potential universal update mechanism for browsers that could help to keep the Web free.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Check my Script and Say what Grinds Your Gears

https://i.imgflip.com/2mn6nl.jpg This is a script that I, this unix forum and stackoverflow come up with. I would like to get some feedback about it and improve it little bit if possible for even more readability and better working. OR get some shaming hilarious opinion. #!/bin/bash... (6 Replies)
Discussion started by: boqsc
6 Replies

2. Web Development

Helpful Tip: Forcing Google to www.google.com

Helpful Tip! Sometimes when we are in another country, Google redirects our request for www.google.com to: www.google.co.in or to: www.google.co.th If you want to force Google to go to the US site, use: www.google.com/webhp (1 Reply)
Discussion started by: Neo
1 Replies
Login or Register to Ask a Question
KML2GMT(1gmt)						       Generic Mapping Tools						     KML2GMT(1gmt)

NAME
kml2gmt - Extract GMT table data from Google Earth KML files SYNOPSIS
kml2gmt [ infile ] [ -V ] [ -Z ] [ -:[i|o] ] [ -bo[s|S|d|D[ncol]|c[var1/...]] ] DESCRIPTION
kml2gmt reads a Google Earth KML file and outputs a GMT table file. Only KML files that contain points, lines, or polygons can be pro- cessed. This is a bare-bones operation that aims to extract coordinates and possibly the name and description tags of each feature. The main use intended is to capture coordinates modified in Google Earth and then reinsert the modified data into the original GMT data file. For a more complete reformatting, consider using ogr2ogr -f "GMT" somefile.gmt somefile.kml. infile Name of the KML file to work on. If not given, standard input is read. OPTIONS
No space between the option flag and the associated arguments. -Z Output the altitude coordinates as GMT z coordinates [Default will output just longitude and latitude]. -V Selects verbose mode, which will send progress reports to stderr [Default runs "silently"]. -: Toggles between (longitude,latitude) and (latitude,longitude) input and/or output. [Default is (longitude,latitude)]. Append i to select input only or o to select output only. [Default affects both]. -bo Selects binary output. Append s for single precision [Default is d (double)]. Uppercase S or D will force byte-swapping. Option- ally, append ncol, the number of desired columns in your binary output file. EXAMPLES
SEE ALSO
gmtdefaults(1), GMT(1), img2google(1), ps2raster(1) gmt2kml(1) GMT 4.5.7 15 Jul 2011 KML2GMT(1gmt)