Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you: Post by Peter Deng, Product Marketing Manager

Come celebrate 40 years of Star Trek at the 5th Annual Official Star Trek Convention -- and while you're at it, learn more about Google APIs. Our API teams will be on hand at the confab in Las Vegas today through Sunday. Besides unveiling KML support for Google Maps for mobile, we'll be doing live demos of Google Earth KML, the Google AJAX Search API, Google Calendar's data API, and the Google Gadgets API.

Hope to see you there, preferably in a uniform. But if you can't appear in person, just transport yourself.2013, By: Seo Master
Seo Master present to you: Post by Mark Lucovsky, Software Engineer

The Google Ajax Search API is designed to work seamlessly with the Google Maps API. One way it adds instant value is to allow your Maps-based applications to execute a search, then take the search results and plot them on a map. Our model for this is simple and straightforward — each search result is a JavaScript object that contains a number of properties including a URL, title, array of phone numbers, street address, city, latitude and longitude, etc. Therefore, adding a search result to a map is as simple as:
var latLng =  GLatLng(parseFloat(result.lat), parseFloat(result.lng));
var marker = new GMarker(latLng);
myMap.addOverlay(marker);
The AJAX Search API team produced a number of simple sample applications to teach the basics of search-integrated Maps mashups. Two of the most popular samples are My Favorite Places and My Phone List, so take a look and see if they inspire you to add Search to your Maps mashups!

(An example of this search-enhanced Maps mashup idea is the Google Gadget we built using these two APIs — check out the new Google Map Search Gadget.)

Related post: Add Map Search to your site2013, By: Seo Master
Seo Master present to you: The Web Toolkit team just released a huge update, here are a few of its new/updated features:
  • Localization - Easily localize strings and formatted messages
  • XML - An XML library based on the W3C DOM
  • JSON - JSON is moving into gwt-user.jar, and it's much faster than 1.0.21
  • FileUpload widget - The much-requested file upload widget
  • FormPanel widget - Easily submit traditional HTML forms from GWT apps
  • JUnit enhancements - Unit tests are much, much faster than 1.0.21, and you can now test RPCs and timers
  • Automatic resource injection - Modules can contain references to external JavaScript and CSS files, causing them to be automatically loaded when the module itself is loaded
  • gwt-servlet.jar - Deploy this jar to add RPC to your servlet-based webapps without having to manually crack open gwt-user.jar to remove the servlet API classes
  • Javadoc-style API documentation
  • Better, automatic management of browser caching of the .nocache.html and .cache.html files for your module
The GWT Blog has further details, and you can download the update here.2013, By: Seo Master
Powered by Blogger.