Import-export point in google maps

Si fa un kml e poi lo si converte in CSV.
Già perchp Google mica si ripappa il file che ti ha esportato lui!
Il problema è che non devono esserci: ‘ e naturalmente , virgole!
Ecco il messaggio di errore:
Caricamento non riuscito; i nomi di colonna non possono contenere i seguenti caratteri: ” ‘ < > , ( ) { } | =
Quindi il solito strumento trova e sostituisci ti salva ancora una volta la vita!

KF8… diffusi?

http://www.pianetaebook.com/2011/10/kf8-il-nuovo-formato-di-amazon-e-la-seconda-generazione-degli-ebook-10913
In italia?
TUTTE le info http://www.amazon.com/gp/feature.html?docId=1000729511

Google doodle .. source ..

Spesso sono molto carini..
mi piacerebbe farmi una lista di quelli interattivi e rilasciati in open source, così da migliorare il mio codice vedendo un po come lo scrivono loro in queste piccole applicazioni web.
1) http://www.google.com/doodles/alan-turings-100th-birthday
code: https://code.google.com/p/turing-doodle/
 
2) TAG AUDIO HTML5
http://www.google.com/doodles/robert-moogs-78th-birthday
code: http://www.html5audio.org/2012/05/googles-moog-doodle-falls-back-to-flash.html
 
3) http://www.google.com/logos/lem/
https://code.google.com/p/stanislaw-lem-google-doodle/
http://www.html5rocks.com/en/tutorials/doodles/lem/
 
4) http://www.google.com/doodles/doctor-whos-50th-anniversary
http://stackoverflow.com/questions/20136141/how-to-make-html5-games-like-google-doodles-doctor-who
 
last) CSS3
http://www.google.com/doodles/eadweard-j-muybridges-182nd-birthday
code: http://thecodeplayer.com/walkthrough/google-doodle-animation-in-css3-without-javascript?s=rl
Belli:
 
http://www.google.com/doodles/douglas-adams-61st-birthday
non animati:
http://www.google.com/doodles/112th-birthday-of-jorge-luis-borges
 

SCHEDA store + icone + splashscreen: IOS

  1. Default Language:
  2. App Name:
  3. Bundle ID:
  4. Availability Date:
  5. Price Tier: Free
  6. Version Number:
  7. Copyright:
  8. Primary Category:
    <option value=”0″>Book</option>
    <option value=”1″>Business</option>
    <option value=”2″>Catalogs</option>
    <option value=”3″>Education</option>
    <option value=”4″>Entertainment</option>
    <option value=”5″>Finance</option>
    <option value=”6″>Food &amp; Drink</option>
    <option value=”7″>Games</option>
    <option value=”8″>Health &amp; Fitness</option>
    <option value=”9″>Lifestyle</option>
    <option value=”10″>Medical</option>
    <option value=”11″>Music</option>
    <option value=”12″>Navigation</option>
    <option value=”13″>News</option>
    <option value=”14″>Photo &amp; Video</option>
    <option value=”15″>Productivity</option>
    <option value=”16″>Reference</option>
    <option value=”17″>Social Networking</option>
    <option value=”18″>Sports</option>
    <option value=”19″>Travel</option>
    <option value=”20″>Utilities</option>
    <option value=”21″>Weather</option></select>
  9. Secondary Category (Optional)
  10. App Rating
  11. Description (max 4000 c)
  12. + Contact Information… dello sviluppatore
ICONE STORE:
1) A large version of your app icon that will be used on the App Store. It must be at least 72 DPI, in the RGB color space, and 1024 x 1024 pixels (it cannot be scaled up). The file type must be .jpeg, .jpg, .tif, .tiff, or .png. It must be flat artwork without rounded corners.
 2)Screenshots for 3.5-inch iPhone and iPod touch Retina display must be 960×640, 960×600, 640×960 or 640×920 pixels, at least 72 DPI, in the RGB color space, and in the JPG or PNG format.
3)Screenshots for 4-inch iPhone 5 and iPod touch (5th generation) Retina display must be 1136×640, 1136×600, 640×1136 or 640×1096 pixels, at least 72 DPI, in the RGB color space, and in the JPG or PNG format.
4)iPad Screenshots must be .jpeg, .jpg, .tif, .tiff, or .png file that is 1024×768, 1024×748, 768×1024, 768×1004, 2048×1536, 2048×1496, 1536×2048 or 1536×2008 pixels, at least 72 DPI, and in the RGB color space.
5)(optional)Routing app coverage files are .geojson files which specify the geographic regions supported by your app. The file can have only one MultiPolygon element. MultiPolygon elements consist of at least one Polygon. Polygons contain at least four coordinate points. Polygon start and end coordinate points must be the same.
____