Skip to content

Instantly share code, notes, and snippets.

@toddstowell
toddstowell / google-map-with-georss-and-search.html
Created August 2, 2013 00:19
A simple way to map static or dynamically generated GeoRSS data and add an auto-fill search to a custom Google Map using API v3. Note: You can play around with the width and height of the box, but you'll need to also adjust the inline css for the search box. This is delivered this way to show the proof of concept.
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta charset="utf-8" />
<style type="text/css">
#panel {
position: absolute;
top: 10px;
@toddstowell
toddstowell / google-map-with-georss-and-search.html
Created August 2, 2013 00:19
A simple way to map static or dynamically generated GeoRSS data and add an auto-fill search to a custom Google Map using API v3. Note: You can play around with the width and height of the box, but you'll need to also adjust the inline css for the search box. This is delivered this way to show the proof of concept.
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta charset="utf-8" />
<style type="text/css">
#panel {
position: absolute;
top: 10px;
@toddstowell
toddstowell / youtube-xml-javascript-playlist-parser
Created April 6, 2011 19:14
A simple way to fetch data from youtube api xml feed for a single playlist
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<style type="text/css">
/* placeholder inline styles */
body { font-family: arial, verdana; }