<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 21:13:20 +0000</lastBuildDate>
    <item>
      <title>(HTML) Google Maps V2 Static Maps - FatFolderDesigner</title>
      <link>https://snipplr.com/view/65523/google-maps-v2-static-maps</link>
      <description>&lt;p&gt;Below are several different types of google static maps.&#13;
&#13;
The first is a map with a single marker on the Space Needle.&#13;
The second is one with 3 marks, one on the Space Needle, one on the Seattle Science Center, and One on the EMP Museum.&#13;
The last three have the same 3 markers but varios styles.&#13;
&#13;
Generally markers are separated with "|" pipes, styles are a bit more complex and require multiple parts separated with pipes and for more advanced stuff multiple markers. I have a writeup at the url.&lt;/p&gt;</description>
      <pubDate>Mon, 11 Jun 2012 08:23:37 UTC</pubDate>
      <guid>https://snipplr.com/view/65523/google-maps-v2-static-maps</guid>
    </item>
    <item>
      <title>(HTML) Offline Sites in HTML5 - FatFolderDesigner</title>
      <link>https://snipplr.com/view/57820/offline-sites-in-html5</link>
      <description>&lt;p&gt;The link has a full explanation with more detail about how this all works, as well as an example of it in action. This is just going to be the short-short version. If you have any questions check that out, if you still have questions then leave a comment and I'll help you as best I can.&#13;
&#13;
First we need to define a cache manifest, to do that you simple need to add a cache manifest item to your initial HTML tag. The proper extensions is .appcache, check the first section of the source to see an example.&#13;
&#13;
Then, if the server isn't set up to support the .appcache file we need to add a line to out .htaccess file, this is important because it must be servered with the proper header. See the second section for the line to add to the htaccess file.&#13;
&#13;
The we need to add the files to be cached to the appcache, there is a more complete example at the link, this is just the basic format. It's in the third section below.&#13;
&#13;
If you have any questions or problems implementing leave a comment and I'll help you if I can.&lt;/p&gt;</description>
      <pubDate>Sun, 14 Aug 2011 10:17:44 UTC</pubDate>
      <guid>https://snipplr.com/view/57820/offline-sites-in-html5</guid>
    </item>
    <item>
      <title>(HTML) 100% WIDTH TEXT AREA WITH ADJACENT BUTTON - FatFolderDesigner</title>
      <link>https://snipplr.com/view/52532/100-width-text-area-with-adjacent-button</link>
      <description>&lt;p&gt;A contract I work on uses tables to layout forms (kinda ghetto I know) and I wanted a text field with a button text to it that would work with their 100% width scheme. Normall it places to betton below the text input, but using this HTML and CSS it will go next to it.&#13;
&#13;
One thing to note is that the button has to have a width, and you need that width + any margin you give the button to be updated accordingly. In this example the button is 95P with a 5Px right margin on it, the to magic number is 100Px, it has to be updated in both the inline style on the table and in he CSS. Also this will work outside a table, as long as all the divs are in something with an appropriate badding on it.&#13;
&#13;
There is no reason that can't all be inline or all be in the stylesheet, it's just based on the way they lay out the becked of their CMS.&#13;
&#13;
Questions can be posted here or (preferable) at the link, theres an example of it in action there too (not that it's a complicated thing to make yourself)&lt;/p&gt;</description>
      <pubDate>Sun, 24 Apr 2011 08:11:36 UTC</pubDate>
      <guid>https://snipplr.com/view/52532/100-width-text-area-with-adjacent-button</guid>
    </item>
  </channel>
</rss>
