<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - cyberhobo</title>
<link>http://snipplr.com/users/cyberhobo/language/javascript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 02:11:23 GMT</pubDate>
<item>
<title>(JavaScript) WordPress Geo Mashup Mapstraction Custom Markers</title>
<link>http://snipplr.com/view/64680/wordpress-geo-mashup-mapstraction-custom-markers/</link>
<description><![CDATA[ <p>Some common custom javascript for customizing geo mashup map markers for Mapstraction map providers (any other than Google v2). The marker images used are 24 x 24 pixels, anchored at the bottom center, with no shadow. You'd put images in `wp_content/plugins/geo-mashup-custom/images` to work with this snippet.</p> ]]></description>
<pubDate>Fri, 20 Apr 2012 10:23:34 GMT</pubDate>
<guid>http://snipplr.com/view/64680/wordpress-geo-mashup-mapstraction-custom-markers/</guid>
</item>
<item>
<title>(JavaScript) Load KML attachments for all geo mashup map markers</title>
<link>http://snipplr.com/view/64271/load-kml-attachments-for-all-geo-mashup-map-markers/</link>
<description><![CDATA[ <p>By default KML is only loaded for a selected marker. This bit of  [custom javascript](http://code.google.com/p/wordpress-geo-mashup/wiki/Documentation#Custom_JavaScript) will load it for all markers.</p> ]]></description>
<pubDate>Sun, 01 Apr 2012 10:43:07 GMT</pubDate>
<guid>http://snipplr.com/view/64271/load-kml-attachments-for-all-geo-mashup-map-markers/</guid>
</item>
<item>
<title>(JavaScript) Disable and enable a text input in Firefox</title>
<link>http://snipplr.com/view/19181/disable-and-enable-a-text-input-in-firefox/</link>
<description><![CDATA[ <p>I just noticed in Firefox 3.5.2 that setting `disabled = true` for a focused text input seems to make it impossible to re-focus after setting `disabled = false`. The solution is to blur it before disabling.</p> ]]></description>
<pubDate>Wed, 02 Sep 2009 12:49:15 GMT</pubDate>
<guid>http://snipplr.com/view/19181/disable-and-enable-a-text-input-in-firefox/</guid>
</item>
</channel>
</rss>