<?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/apps</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 07:39:49 GMT</pubDate>
<item>
<title>(PHP) Find All Links on a Page - haydin</title>
<link>http://snipplr.com/view/70489/find-all-links-on-a-page/</link>
<description><![CDATA[ <p>Here's the basic principal behind spiders. (ex: Giochi Flash $html = file_get_contents('http://www.example.com');</p> ]]></description>
<pubDate>Wed, 20 Mar 2013 20:33:41 GMT</pubDate>
<guid>http://snipplr.com/view/70489/find-all-links-on-a-page/</guid>
</item>
<item>
<title>(JavaScript) Google Docs Spreadsheet Rows to JSON - asimmittal</title>
<link>http://snipplr.com/view/69810/google-docs-spreadsheet-rows-to-json/</link>
<description><![CDATA[ <p>This snippet takes all the rows from your google spreadsheet and turns it into JSON, which can be copied to the clipboard. You can run this as part of the Google Docs scripting environment.</p> ]]></description>
<pubDate>Wed, 06 Feb 2013 14:36:58 GMT</pubDate>
<guid>http://snipplr.com/view/69810/google-docs-spreadsheet-rows-to-json/</guid>
</item>
<item>
<title>(SQL) Oracle - get concurrent program runtime / eval performance - theonlyalterego</title>
<link>http://snipplr.com/view/62696/oracle--get-concurrent-program-runtime--eval-performance/</link>
<description><![CDATA[ <p>can be used to track Oracle Apps concurrent program performance</p> ]]></description>
<pubDate>Sat, 21 Jan 2012 08:33:10 GMT</pubDate>
<guid>http://snipplr.com/view/62696/oracle--get-concurrent-program-runtime--eval-performance/</guid>
</item>
<item>
<title>(SQL) Oracle Applications - Find Application (Module) Long Name from Short name - theonlyalterego</title>
<link>http://snipplr.com/view/43673/oracle-applications--find-application-module-long-name-from-short-name/</link>
<description><![CDATA[ <p>use this SQL query to find out an applications full name (aka long name) and/or application id based on the application short name. This can obviously be re-written to perform the reverse.</p> ]]></description>
<pubDate>Sat, 06 Nov 2010 05:55:56 GMT</pubDate>
<guid>http://snipplr.com/view/43673/oracle-applications--find-application-module-long-name-from-short-name/</guid>
</item>
<item>
<title>(C#) Sending emails (particularly with gmail and google apps for domains) - pckujawa</title>
<link>http://snipplr.com/view/32573/sending-emails-particularly-with-gmail-and-google-apps-for-domains/</link>
<description><![CDATA[ <p>For both gmail and gApps, use smtp.gmail.com on port 25 with SSL and NetworkCredentials.

Neither can send email to their own address, but they can send to other addresses.

[NLog](http://nlog-project.org/) has [an example](http://nlog-project.org/wiki/Using_NLog_with_GMail) of how to automatically send emails in order to log info from an app.</p> ]]></description>
<pubDate>Wed, 21 Apr 2010 10:44:27 GMT</pubDate>
<guid>http://snipplr.com/view/32573/sending-emails-particularly-with-gmail-and-google-apps-for-domains/</guid>
</item>
</channel>
</rss>