<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/document</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 00:36:08 GMT</pubDate>
<item>
<title>(SAS) Co Word Analysis with SAS - webonomic</title>
<link>http://snipplr.com/view/68863/co-word-analysis-with-sas/</link>
<description><![CDATA[ <p>Text Miner uses a compressed representation of the term-by-doc frequency matrix. You will find an OUT data set in the project data directory of  your text miner run. Its label will include the string "OUT" in it.  Since a 30,000 document collection will have as many as 500,000 to a million distinct terms, be sure to restrict your terms of interest with a start list. I give an example of creating the cooccurrence matrix with the following code which expands the compressed version to an uncompressed version and then computes the co-occurrence count with proc corr and the sscp option.</p> ]]></description>
<pubDate>Sun, 02 Dec 2012 07:43:07 GMT</pubDate>
<guid>http://snipplr.com/view/68863/co-word-analysis-with-sas/</guid>
</item>
<item>
<title>(jQuery) jQuery Basic Setup - adrianparr</title>
<link>http://snipplr.com/view/62912/jquery-basic-setup/</link>
<description><![CDATA[ <p>Basic setup code for jQuery, linking to Google APIs for the jQuery library.</p> ]]></description>
<pubDate>Tue, 31 Jan 2012 02:58:06 GMT</pubDate>
<guid>http://snipplr.com/view/62912/jquery-basic-setup/</guid>
</item>
<item>
<title>(JavaScript) jQuery Document Ready - ryarwood</title>
<link>http://snipplr.com/view/62870/jquery-document-ready/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jan 2012 08:47:29 GMT</pubDate>
<guid>http://snipplr.com/view/62870/jquery-document-ready/</guid>
</item>
<item>
<title>(JavaScript) Ajax HTML to document - devnull69</title>
<link>http://snipplr.com/view/56269/ajax-html-to-document/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 08 Jul 2011 00:33:00 GMT</pubDate>
<guid>http://snipplr.com/view/56269/ajax-html-to-document/</guid>
</item>
<item>
<title>(JavaScript) Call IFrame Javascript function from parent document/window - alexscript</title>
<link>http://snipplr.com/view/55691/call-iframe-javascript-function-from-parent-documentwindow/</link>
<description><![CDATA[ <p>This snippet lets you call a Javascript function declared within an IFrame from the parent element of the IFrame</p> ]]></description>
<pubDate>Sat, 25 Jun 2011 05:48:03 GMT</pubDate>
<guid>http://snipplr.com/view/55691/call-iframe-javascript-function-from-parent-documentwindow/</guid>
</item>
<item>
<title>(jQuery) Modo alternativo de fazer o document ready - garciaon</title>
<link>http://snipplr.com/view/53647/modo-alternativo-de-fazer-o-document-ready/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 May 2011 10:48:14 GMT</pubDate>
<guid>http://snipplr.com/view/53647/modo-alternativo-de-fazer-o-document-ready/</guid>
</item>
<item>
<title>(jQuery) jQuery relocate element - nathanbweb</title>
<link>http://snipplr.com/view/52893/jquery-relocate-element/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 May 2011 00:20:48 GMT</pubDate>
<guid>http://snipplr.com/view/52893/jquery-relocate-element/</guid>
</item>
<item>
<title>(JavaScript) get document location - merrittwjm</title>
<link>http://snipplr.com/view/52760/get-document-location/</link>
<description><![CDATA[ <p>Strips the "http://" from the document path</p> ]]></description>
<pubDate>Fri, 29 Apr 2011 01:05:41 GMT</pubDate>
<guid>http://snipplr.com/view/52760/get-document-location/</guid>
</item>
<item>
<title>(ActionScript 3) Singleton - alsodenn</title>
<link>http://snipplr.com/view/44036/singleton/</link>
<description><![CDATA[ <p>You can use a singleton for your document class (Main, in your example), which allows you to access the instance from anywhere.

The document class is a pretty good candidate for the singleton pattern, because generally there should only be instance available.</p> ]]></description>
<pubDate>Fri, 12 Nov 2010 23:43:46 GMT</pubDate>
<guid>http://snipplr.com/view/44036/singleton/</guid>
</item>
<item>
<title>(jQuery) Rather than using $(document).ready / alternative no conflict - mike-tempest</title>
<link>http://snipplr.com/view/43906/rather-than-using-documentready--alternative-no-conflict/</link>
<description><![CDATA[ <p>Hello,

I have been developing with jQuery for just over a year now, I thought I would share something with you that I have found pretty time saving over the past few months.

If you have ever had javascript conflicts due to several different javascript libraries being used you will understand the need for using this method.

Rather than using the documented $(document).ready method of starting any javascript functionality on document load. I recommend that you give the alternative shown below. This is due to the common conflict between Javascript libraries using the $ symbol. By writing your document ready in this way, any $ symbols within this declaration will be ignored by all other javascript libraries. 

Meaning you will no longer need to use the no conflict method of solving the same problem</p> ]]></description>
<pubDate>Thu, 11 Nov 2010 00:01:58 GMT</pubDate>
<guid>http://snipplr.com/view/43906/rather-than-using-documentready--alternative-no-conflict/</guid>
</item>
<item>
<title>(PHP) Run content plugins on JDocument type RAW (ie temp. replace JDocument with a different type) - harikaram</title>
<link>http://snipplr.com/view/42359/run-content-plugins-on-jdocument-type-raw-ie-temp-replace-jdocument-with-a-different-type/</link>
<description><![CDATA[ <p>Say you want to run content plugins on JDocumentRAW content (like in a component that returns JSON data).  Some methods in JDocumentHTML like "addCustomTag" will cause the app to fail on JDocumentRAW doc types which don't have this method.  Thus you need to temporarily replace it to trick the content plugins...</p> ]]></description>
<pubDate>Fri, 15 Oct 2010 21:22:24 GMT</pubDate>
<guid>http://snipplr.com/view/42359/run-content-plugins-on-jdocument-type-raw-ie-temp-replace-jdocument-with-a-different-type/</guid>
</item>
<item>
<title>(CSS) Number Headings - LeeRJohnson</title>
<link>http://snipplr.com/view/41839/number-headings/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 08 Oct 2010 11:39:47 GMT</pubDate>
<guid>http://snipplr.com/view/41839/number-headings/</guid>
</item>
<item>
<title>(ActionScript 3) Basic empty Document Class - Activetuts</title>
<link>http://snipplr.com/view/41568/basic-empty-document-class/</link>
<description><![CDATA[ <p>Using class files sets your code free. And it’s really no harder than coding on the timeline; it just involves a little more setup.</p> ]]></description>
<pubDate>Tue, 05 Oct 2010 19:19:41 GMT</pubDate>
<guid>http://snipplr.com/view/41568/basic-empty-document-class/</guid>
</item>
<item>
<title>(PHP) Create a new php document - bobbym245</title>
<link>http://snipplr.com/view/41529/create-a-new-php-document/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 Oct 2010 09:26:55 GMT</pubDate>
<guid>http://snipplr.com/view/41529/create-a-new-php-document/</guid>
</item>
<item>
<title>(HTML) Create a new HTML5 document - bobbym245</title>
<link>http://snipplr.com/view/41528/create-a-new-html5-document/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 Oct 2010 09:24:44 GMT</pubDate>
<guid>http://snipplr.com/view/41528/create-a-new-html5-document/</guid>
</item>
<item>
<title>(Java) Iterate through Lotus Notes document attachments in JAVA - Mihi</title>
<link>http://snipplr.com/view/39965/iterate-through-lotus-notes-document-attachments-in-java/</link>
<description><![CDATA[ <p>Use this class to iterate through lotus notes documents attachments in  java!
A LotusScript version could be useful also!</p> ]]></description>
<pubDate>Fri, 03 Sep 2010 19:57:26 GMT</pubDate>
<guid>http://snipplr.com/view/39965/iterate-through-lotus-notes-document-attachments-in-java/</guid>
</item>
<item>
<title>(HTML) Minimal HTML Doc - LeeRJohnson</title>
<link>http://snipplr.com/view/35198/minimal-html-doc/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 25 May 2010 11:00:58 GMT</pubDate>
<guid>http://snipplr.com/view/35198/minimal-html-doc/</guid>
</item>
<item>
<title>(HTML) HTML5 New Document Template - Kerrick</title>
<link>http://snipplr.com/view/29301/html5-new-document-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 04 Mar 2010 16:32:24 GMT</pubDate>
<guid>http://snipplr.com/view/29301/html5-new-document-template/</guid>
</item>
<item>
<title>(jQuery) JQUERY DISPLAY BACK TO TOP LINK BASED ON PAGE HEIGHT - vagrantradio</title>
<link>http://snipplr.com/view/28427/jquery-display-back-to-top-link-based-on-page-height/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Feb 2010 15:40:47 GMT</pubDate>
<guid>http://snipplr.com/view/28427/jquery-display-back-to-top-link-based-on-page-height/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 New Document Class - adrianparr</title>
<link>http://snipplr.com/view/27950/as3-new-document-class/</link>
<description><![CDATA[ <p>This is a handy starting point when creating a new DocumentClass.

This is also available from Lee Brimelow's Snippets Panel ...

New Snippets Panel Extension for Flash CS3!
http://theflashblog.com/?p=336

Flash CS3 Snippets Panel Updated
http://theflashblog.com/?p=346</p> ]]></description>
<pubDate>Mon, 08 Feb 2010 15:39:37 GMT</pubDate>
<guid>http://snipplr.com/view/27950/as3-new-document-class/</guid>
</item>
</channel>
</rss>