Content
07 April 2007, 09:59  

Google lets users create own maps


Google is out to make map-making simpler, giving away tools for ordinary users to pinpoint locations, draw routes and attach photos or video to existing online maps, the company said yesterday.

The Web search leader, which set off an explosion of creative map-making among professional programmers after introducing Google Maps two years ago, is now offering MyMaps, tools for everyday users to create maps in a few mouse clicks.

Let your imagination run wild, spatially speaking: Pinpoint your favorite restaurant locations. Return from a world tour and plot out landmarks along the way. Take photos from a recent hike and use MyMaps to illustrate locations along the trail.

"Who better to create maps than local experts?" Jessica Lee, product manager for Google Maps, said in an interview. "MyMaps makes map-making universally accessible to anyone."

Creators of custom maps can publish them so other users can find them when searching Google Maps. Users of Google Local search will now see relevant user-generated MyMaps show up in a special section along with traditional commercial results.

Or they can choose to leave their MyMaps unlisted for personal use or to share with a select group of friends.

See the new features by clicking on the MyMaps tab now available at Google Maps.

MyMaps can also feature YouTube videos or other snippets of Web content in small windows that appear when a user clicks on pinpointed location. Anyone comfortable with the trick of adding small bits of hypertext code to a Web site or blog or MySpace profile can add video to MyMaps in just a few clicks.

Text or pictures

Feeling uninspired? Just search out an address on Google Maps and add MyMaps locations automatically to anyone of your existing maps by clicking the button that appears saying "Save to MyMaps".

Instead of telling stories in chronological fashion using text or pictures, map-making this easy allows people to narrate their lives location-by-location.

Lee describes how one Google employee recreated their resume on MyMaps, where each job or education entry was pinpointed by location.

Leave it to a Google engineer to create a map featuring the locations where great computer languages were invented in recent decades: http://tinyurl.com/2n5or3/

Another more fanciful example charts monster sightings worldwide, from Godzilla to Dracula, Mummy, the Blob, King Kong and Bigfoot, Lee said. MyMaps is initially available in the US and the national versions of Google in nine other countries including Australia, Britain, Canada, France, Germany, Italy, Japan, the Netherlands and Spain.

Photography Tips, art, professional Photographers. Glamour for famous photographers - free galleries, female models, Nature, Posters, Glamour Exotic Models, Photojournalism, Architecture...and more all for you.

Content
07 April 2007, 09:59  

Google Working To Make iPod/iTunes for Books



Google - library online. The end result of the Google Book Search, the company hopes to see a future where they are not merely referring customers to Amazon, but instead offering them the ability to download books directly. According to the Times Online, Google hopes to 'do for books what the iPod did for music.' From the article: "One of Google's partners, Evan Schnittman of Oxford University Press, said he foresaw a number of categories becoming popular downloads: 'Do you really want to go on holiday carrying four novels and a guide book?' The book initiative would be part of Google's Book Search service and its partnership with publishers, which will make books searchable online with publishers' approval. At present, only a sample of each book is available online."

My opinion:
Today's tech just makes for a not very pleasing alternative to a paper-based book. And who want a book that withholds its content because the battery has gone dead? I am glad Google is working to digitize books that have not yet been digitized. And more text online makes a more showcases for Google ads. But I do not see digital book tech being there any time soon. The technology of paper-based books is just too difficult to exceed while pleasing the regular reader.

Content
07 April 2007, 09:58  

Use the Google Talk gadget like a real client



Google recently gave us their Google Talk gadget which was easy to put on your Google Personalized Homepage or a website. The problem for me though was that when using Firefox, my personalized homepage often got buried by several tabs. Anyone who sent me a message would enjoy extremely long response times.

This morning they launched a new version of this web-based gadget that can be used in its own popup — much more convenient. For people who don't have the Google Talk client installed, or they are using a strange computer somewhere, this provides a good alternative.

http://talkgadget.google.com/ - try it.

Additionally, they have added support for Flickr slideshows in this version also. Previously, you could see images hosted on Picasa Web Albums and view YouTube videos by simply pasting a link.


Content
07 April 2007, 05:26  

Microsoft, Google and Yahoo support GeoRSS



This week, Microsoft announced their new Live Maps, in addition to supporting Firefox on Windows for 3D, now supports the GeoRSS standard. They join Google which recently announced the support of GeoRSS and KML mapping in their Google Maps API. In short, GeoRSS is a standard supported by the Open Geospatial Consortium that incorporates geolocation in an interoperable manner to RSS feeds. The applications are numerous. With Yahoo!'s support of GeoRSS, all the major players are in and the future looks bright for this emerging standard. As for KML, Google Earth's file format, this new Google Maps integration is not unrelated to the recent announcement of internet-wide KML search capabilities within Google Earth. From the GeoRSS website: 'As RSS becomes more and more prevalent as a way to publish and share information, it becomes increasingly important that location is described in an interoperable manner so that applications can request, aggregate, share and map geographically tagged feeds. To avoid the fragmentation of language that has occurred in RSS and other Web information encoding efforts.


KML and GeoRSS Support Added to the Google Maps API
One of the things I love most about Google Maps and Google Earth is that it's easy for anyone to create and display new geographically referenced content. Whether it's pictures from your vacation, favorite places on the globe, or the hiking trails you like to visit, all you have
to do is create a KML file (using Google Earth or any other tool) and load it up. This idea that you can view data from external sources inside Google Maps and Earth is really exciting to us, and I'm pleased to announce two major new features in this area.
To start we now support GeoRSS as a data format for geographic content in Google Maps. We want to enable users to create data in whatever format is most convenient for them, and feel that by supporting both KML and GeoRSS we can enable a wider variety of people and applications to contribute content to Google Maps. We've built support for the Simple, GML, and W3C Geo encodings of GeoRSS -- all you have to do is enter the full URL of a GeoRSS file into the Maps query box to load the file. For example, take a look at SlashGeo's GeoRSS on Google Maps.
Most importantly, we've extended support for displaying geographic data -- both KML and GeoRSS -- into the Google Maps API. Now in addition to programatically adding content to a Maps API site, you can create your content as KML or GeoRSS and load it into the Map with a simple function call. This means that the more than 1 million KML files that are available from all over the web can easily be mashed up with the map on your site. For example, you can add some vacation photos from Japan with the following code:
var gx = new GGeoXml("http://kml.lover.googlepages.com/my-vacation-photos.kml");
map.addOverlay(gx);

This makes it easier for API sites to maintain content in a flexible format that can be accessed via the API or in
a number of other tools directly, and makes it simpler to create a rich API site with declarative content, instead
of a lot of code.
Below is an example that shows KML and GeoRSS layers rendered on a Google Maps API powered map. You can toggle on and off the sample layers, or feel free to enter a URL to your favorite KML or GeoRSS content and hit the 'Add' button to see it on the map.


[01] [02] [03] [04] [05] [06] [07] [08] [09] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41]

World news Design Fitness StAkh 20010