<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - TALlama</title>
<link>http://snipplr.com/users/TALlama</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 11:45:49 GMT</pubDate>
<item>
<title>(AppleScript) Application Sleeper</title>
<link>http://snipplr.com/view/14975/application-sleeper/</link>
<description><![CDATA[ <p>When I'm watching a movie on my computer, I get tired of Twitterrific popping up and obscuring my view. And I got really tired of quitting the app and forgetting to open it up again. So I wrote this little script that quits the app for me and opens it automatically some time later.

This isn't perfect; the script will be running the whole time in between quit and relaunch, but without getting into launchd or atrun, this works just fine.</p> ]]></description>
<pubDate>Thu, 14 May 2009 01:36:13 GMT</pubDate>
<guid>http://snipplr.com/view/14975/application-sleeper/</guid>
</item>
<item>
<title>(AppleScript) AppleScript Skype Library</title>
<link>http://snipplr.com/view/11656/applescript-skype-library/</link>
<description><![CDATA[ <p>A script library to make dealing with Skype's IM features easier.</p> ]]></description>
<pubDate>Thu, 29 Jan 2009 13:59:19 GMT</pubDate>
<guid>http://snipplr.com/view/11656/applescript-skype-library/</guid>
</item>
<item>
<title>(Windows Registry) How To Make Administrator Appear in XP</title>
<link>http://snipplr.com/view/7883/how-to-make-administrator-appear-in-xp/</link>
<description><![CDATA[ <p>By default, the 'Administrator' user in XP won't show if any other users are defined. This is moronic. This one registry value will make that user show up regardless.</p> ]]></description>
<pubDate>Fri, 15 Aug 2008 17:36:46 GMT</pubDate>
<guid>http://snipplr.com/view/7883/how-to-make-administrator-appear-in-xp/</guid>
</item>
<item>
<title>(JavaScript) JavaScript DOM Element Visibility Checker</title>
<link>http://snipplr.com/view/7215/javascript-dom-element-visibility-checker/</link>
<description><![CDATA[ <p>Determines if a given element is visible, by checking a variety of things. Will work for CSS or inline style declarations of visible:hidden or display: none. Will check if it's inside of an invisible element, as well.</p> ]]></description>
<pubDate>Thu, 10 Jul 2008 13:54:18 GMT</pubDate>
<guid>http://snipplr.com/view/7215/javascript-dom-element-visibility-checker/</guid>
</item>
<item>
<title>(JavaScript) Javascript Footnote Creator</title>
<link>http://snipplr.com/view/5522/javascript-footnote-creator/</link>
<description><![CDATA[ <p>Finds footnotes and adds them to a list. Just put "footnote" into the class of an element, and it'll automatically pull it out of context, replace it with a reference link, put the footnote into the list with id 'notes', and include a backreference so that your readers don't get lost. Embedded markup and nested footnotes work fine. Everything has CSS classes, so you can style it to your heart's content. Requires Prototype.</p> ]]></description>
<pubDate>Fri, 21 Mar 2008 19:11:59 GMT</pubDate>
<guid>http://snipplr.com/view/5522/javascript-footnote-creator/</guid>
</item>
</channel>
</rss>