Σελίδες

Τρίτη 24 Φεβρουαρίου 2015

Google Earth Plugin deprecated

Google has announced the depreciation of Google Earth Plugin and its  API. The API will continue to work on supported browsers until December 12th, 2015, and will shut down on that date.
Google haven't announced any replacement yet.
Users who still want to embed Google Earth functionality into their Websites can use third party replacements of the original API like http://space-telescopes.blogspot.com for KMLs
or http://space-telescope.blogspot.com for KMZ tours.
More details about the usage of these replacements can be found here: http://google-earth-plugin.blogspot.com .

The functionality period of these APIs is still unknown, but they can give some extra time to developers to migrate in new enviroments.

Google Earth Plugin and API deprecated

Παρασκευή 12 Δεκεμβρίου 2014

Embed KML Google Earth project

You can embed your Google Earth Project in your website or blog by using this Embed KML replasement gadgetThis is an attempt to replicate the functionality of the real KML Embed Gadget provided by Google, which is currentl offline. Made by Diemos Informatics, for Space Telescopes Website but it can be used in any Website or Blog.  It is relies on Google's Blogspot Servers stability. Based on this XML file.
The iframe generated by this tool, comes with absolutely NO warranty, Google could discontinue, or break the Google Earth API and/or Google Maps API v3 and/or Blogger servers, that this relies on - at any time. This feature is in no way endorsed by Google Inc.

In order to embed your Google Earth project visit Blogger KML Embed Gadget if it is a simle kml or map link.


Google Earth KML

Τετάρτη 10 Δεκεμβρίου 2014

Make A Blank Template In Blogger


Create a Blank Blogger Template Or Convert your blog's template to a blank HTML page. You can use this to create your own Blogger Temlate.
If you are trying to create a Blogger Template from scratch, the first thing you need is a blank HTML page.

1. Login to Blogger > Dashboard
2. Create a New Blog > Select Simple Blogger Template
3. Click on Drop Down Menu and select Template
4. Click on Edit HTML > Proceed.
5. Delete all codes and paste below codes of Blank Blogger Template

<?xml version="1.0" encoding="UTF-8" ?>
<!-- 

Make A Blank Template In Blogger  
Made by Diemos Informatics, http://diemosinformatics.blogspot.com 

(You are free to take a copy of this html file and host it on your own server!) 

-->

 <head>
  <meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/> 
  <b:if cond='data:blog.isMobile'> 
   <meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/> 
  <b:else/> 
   <meta content='width=1100' name='viewport'/> 
  </b:if> 
  <b:include data='blog' name='all-head-content'/>
  <title><data:blog.pageTitle/></title>
  <b:skin><![CDATA[
   /* 
    body { 
     font: $(body.font); 
     color: $(body.text.color); 
     background: $(body.background); 
     padding: 0 $(content.shadow.spread) $(content.shadow.spread) $(content.shadow.spread); 
     $(body.background.override) margin: 0; 
     padding: 0; 
    }
   
  img {
    float: right;
}]]></b:skin>
<title> YOUR PAGE TITLE</title>

 </head>
 <body bgcolor='YOUR HEX COLOR NUMBER'>
   <b:section class='main' id='main' showaddelement='yes'/>
  <!-- Please Keep The Credits -->
 <center><a href="http://diemosinformatics.blogspot.com">Make A Blank Template In Blogger  By Diemos Informatics</a></center> </div> 
 </body>
</html>