Skip to main content

Posts

Showing posts with the label maps

Create mobile-friendly interactive maps | Web design | Creative Bloq

Taken from  Create mobile-friendly interactive maps | Web design | Creative Bloq :  "Leaflet is a lightweight JavaScript library for creating interactive maps on the web. It's an open source alternative to Google Maps, and because of its tiny size, it's great for mobile apps. Leaflet enables us to add markers and other geometric shapes to a map, making it great for geographic data visualisations." To read more go to :  Create mobile-friendly interactive maps | Web design | Creative Bloq 'via Blog this'

Get the site out there: Sitemaps

Once the site is moved on to a free site or is in effect a sub-domain on another site how do we get the message out that here it is? One of the ways is the Sitemap a list of the locations on the site as an example: <url>   <loc>http://www.web-sustainablity.net/emkn/services/networking_and_good_practice/index.html</loc>   <lastmod>2011-06-27T09:26:41+00:00</lastmod> </url> The easiest way I have come across is  http://www.xml-sitemaps.com/  a XML sitemap generating tool with a limit though of 500 items. A XML file is produced which you add to your site.  An interesting feature about this site,as well as being free, it has some extra tools ( http://www.xml-sitemaps.com/validate-xml-sitemap.html )  for sending your sitemap to the Google, Bing, Ask and Yahoo and a submit your site ( http://www.xml-sitemaps.com/se-submit-tool.html ) which sends it to a number of sites. How effective these are I will wait and se...