<?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>Wed, 17 Jun 2026 09:39:56 +0000</lastBuildDate>
    <item>
      <title>(iPhone) Example of iOS Phone Sample SMS Code - Messaging API - Broadnet</title>
      <link>https://snipplr.com/view/325832/example-of-ios-phone-sample-sms-code--messaging-api</link>
      <description>&lt;p&gt;The following example of iOS Phone sample SMS code employs user-friendly object, with a basis on the HTTP API.&lt;/p&gt;</description>
      <pubDate>Wed, 02 Aug 2017 23:23:40 UTC</pubDate>
      <guid>https://snipplr.com/view/325832/example-of-ios-phone-sample-sms-code--messaging-api</guid>
    </item>
    <item>
      <title>(iPhone) Example of iOS Phone Sample SMS Code - Messaging API - Broadnet</title>
      <link>https://snipplr.com/view/325831/example-of-ios-phone-sample-sms-code--messaging-api</link>
      <description>&lt;p&gt;The following example of iOS Phone sample SMS code employs user-friendly object, with a basis on the HTTP API.&lt;/p&gt;</description>
      <pubDate>Wed, 02 Aug 2017 23:22:44 UTC</pubDate>
      <guid>https://snipplr.com/view/325831/example-of-ios-phone-sample-sms-code--messaging-api</guid>
    </item>
    <item>
      <title>(Visual Basic) Example of VB6 Sample SMS Code - Messaging API - Broadnet</title>
      <link>https://snipplr.com/view/325830/example-of-vb6-sample-sms-code--messaging-api</link>
      <description>&lt;p&gt;The following example of VB6 sample SMS code uses an expedient object, contingent on the HTTP API.&lt;/p&gt;</description>
      <pubDate>Wed, 02 Aug 2017 23:20:48 UTC</pubDate>
      <guid>https://snipplr.com/view/325830/example-of-vb6-sample-sms-code--messaging-api</guid>
    </item>
    <item>
      <title>(Python) Python Sample SMS Code - SMS Messaging API - Broadnet</title>
      <link>https://snipplr.com/view/325666/python-sample-sms-code--sms-messaging-api</link>
      <description>&lt;p&gt; Just try the following Python Sample SMS Code scripts and you will find that sending SMS to your contact via this programming script is fun! &lt;/p&gt;</description>
      <pubDate>Wed, 19 Jul 2017 20:55:19 UTC</pubDate>
      <guid>https://snipplr.com/view/325666/python-sample-sms-code--sms-messaging-api</guid>
    </item>
    <item>
      <title>(PHP) Example of PHP Sample SMS code - Messaging API - Broadnet</title>
      <link>https://snipplr.com/view/325657/example-of-php-sample-sms-code--messaging-api</link>
      <description>&lt;p&gt;BroadNet Technologies furnishes you with a variety of PHP Sample SMS code examples and programming objects, and assist you in connecting to our gateway via the PHP script. Sending your messages via our designed PHP SMS Sample Code is easier than you guess!&lt;/p&gt;</description>
      <pubDate>Tue, 18 Jul 2017 23:04:16 UTC</pubDate>
      <guid>https://snipplr.com/view/325657/example-of-php-sample-sms-code--messaging-api</guid>
    </item>
    <item>
      <title>(Java) Example of Java Sample SMS code - Broadnet</title>
      <link>https://snipplr.com/view/325646/example-of-java-sample-sms-code</link>
      <description>&lt;p&gt;This example of Java SMS Sample Code utilizes a clichéd Java Object API.&lt;/p&gt;</description>
      <pubDate>Tue, 18 Jul 2017 01:08:05 UTC</pubDate>
      <guid>https://snipplr.com/view/325646/example-of-java-sample-sms-code</guid>
    </item>
    <item>
      <title>(C#) How to Set Line Spacing of a Paragraph in an Excel Shape or Textbox inside .NET Apps - sherazam</title>
      <link>https://snipplr.com/view/147788/how-to-set-line-spacing-of-a-paragraph-in-an-excel-shape-or-textbox-inside-net-apps</link>
      <description>&lt;p&gt;This technical tip shows how to Set Line Spacing of the Paragraph in a Shape or Textbox in .NET applications. You can set the line space of the paragraph, its space before and space after using the TextParagraph.LineSpace, TextParagraph.SpaceBefore and TextParagraph.SpaceAfter respectively. The following example shows how to Set Line Spacing of the Paragraph in a Shape or Textbox.&lt;/p&gt;</description>
      <pubDate>Wed, 27 Jul 2016 18:24:58 UTC</pubDate>
      <guid>https://snipplr.com/view/147788/how-to-set-line-spacing-of-a-paragraph-in-an-excel-shape-or-textbox-inside-net-apps</guid>
    </item>
    <item>
      <title>(C#) How to Add Rectangle or Line Object to An Existing PDF File using .NET - sherazam</title>
      <link>https://snipplr.com/view/147619/how-to-add-rectangle-or-line-object-to-an-existing-pdf-file-using-net</link>
      <description>&lt;p&gt;This technical tip shows how .NET developers can add line object to an Existing PDF File inside their .NET applications. Aspose.Pdf for .NET supports the feature to add graph objects (for example graph, line, rectangle etc.) to PDF documents. You also get the leverage to add Line object where you can also specify the dash pattern, color and other formatting for Line element. The legacy Aspose.Pdf.Generator provides the feature to set DashLengthInBlack and DashLengthInWhite properties where dash pattern for line object can be defined. Similar features can be accomplished while using DOM approach.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Jul 2016 19:02:40 UTC</pubDate>
      <guid>https://snipplr.com/view/147619/how-to-add-rectangle-or-line-object-to-an-existing-pdf-file-using-net</guid>
    </item>
    <item>
      <title>(C#) How to Convert PDF Pages to TIFF Image inside .NET Applications - sherazam</title>
      <link>https://snipplr.com/view/147177/how-to-convert-pdf-pages-to-tiff-image-inside-net-applications</link>
      <description>&lt;p&gt;This technical tip shows how to convert PDF pages to TIFF image inside .NET Applications.  The TiffDevice class allows you to convert PDF pages to TIFF images. This class provides a method named Process which allows you to convert all the pages in a PDF file to a single TIFF image. To convert a particular page in a PDF file to a TIFF image, use an overloaded version of the Process(..) method which takes a page number as an argument for conversion.&lt;/p&gt;</description>
      <pubDate>Wed, 22 Jun 2016 17:38:49 UTC</pubDate>
      <guid>https://snipplr.com/view/147177/how-to-convert-pdf-pages-to-tiff-image-inside-net-applications</guid>
    </item>
    <item>
      <title>(C#) How to Copy Message from One Mailbox Folder to Another in .NET Apps - sherazam</title>
      <link>https://snipplr.com/view/147162/how-to-copy-message-from-one-mailbox-folder-to-another-in-net-apps</link>
      <description>&lt;p&gt;This technical tip explains how .NET developers can Copy Message from one Mailbox folder to another. Aspose.Email API provides the capability to copy message from one mailbox folder to another. It allows copying a single as well as multiple messages using the CopyMessage and CopyMessages methods. The CopyMessages method provides the capability to copy multiple messages from source folder of a mailbox to the destination mailbox folder. The following code sample illustrates this by copying two messages.&lt;/p&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:30:52 UTC</pubDate>
      <guid>https://snipplr.com/view/147162/how-to-copy-message-from-one-mailbox-folder-to-another-in-net-apps</guid>
    </item>
    <item>
      <title>(C#) Clean metadata from documents created by a particular author - muhammadsabir</title>
      <link>https://snipplr.com/view/147126/clean-metadata-from-documents-created-by-a-particular-author</link>
      <description>&lt;p&gt;This source code uses public classes and interfaces exposed by GroupDocs.Metadata for .NET to clean metadata from the documents created by a particular author in some directory. Steps include:&#13;
&#13;
1) Scan all documents from an author in a directory (input)&#13;
2) Clean metadata associated with the documents.&#13;
3) Save documents without metadata in a new directory (output)&lt;/p&gt;</description>
      <pubDate>Wed, 08 Jun 2016 20:35:42 UTC</pubDate>
      <guid>https://snipplr.com/view/147126/clean-metadata-from-documents-created-by-a-particular-author</guid>
    </item>
    <item>
      <title>(C#) How to Retrieve Email Messages from Server with Paging Support inside .NET Apps - sherazam</title>
      <link>https://snipplr.com/view/146644/how-to-retrieve-email-messages-from-server-with-paging-support-inside-net-apps</link>
      <description>&lt;p&gt;This technical tip explains how to .NET developers can list email messages with paging support inside their .NET Applications. In scenarios, where the email server contains a large number of messages in mailbox, it is often desired to list or retrieve the messages with paging support. Aspose.Email API's ImapClient lets you retreive the messages from the server with paging support.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Apr 2016 18:13:34 UTC</pubDate>
      <guid>https://snipplr.com/view/146644/how-to-retrieve-email-messages-from-server-with-paging-support-inside-net-apps</guid>
    </item>
    <item>
      <title>(C#) web api client getting the Remote server returned an error:500 - guru2015</title>
      <link>https://snipplr.com/view/77711/web-api-client-getting-the-remote-server-returned-an-error500</link>
      <description>&lt;p&gt;I have completed my code my its giving me The remote server returned an error: (500) Internal Server Error. I been trying with Get and Post method but not luck, can anyone help me to view what I could doing wrong? Here you have my code, as you can see in comments I have tried several thing but nothing work This is an important project for me and I been looking everywhere and I have no luck.&#13;
&#13;
Thanks&lt;/p&gt;</description>
      <pubDate>Thu, 18 Sep 2014 11:35:54 UTC</pubDate>
      <guid>https://snipplr.com/view/77711/web-api-client-getting-the-remote-server-returned-an-error500</guid>
    </item>
    <item>
      <title>(PHP) Send Facebook notification - MaRmAR</title>
      <link>https://snipplr.com/view/77497/send-facebook-notification</link>
      <description>&lt;p&gt;How to post a notification to Facebook's Graph API.&lt;/p&gt;</description>
      <pubDate>Mon, 15 Sep 2014 23:38:20 UTC</pubDate>
      <guid>https://snipplr.com/view/77497/send-facebook-notification</guid>
    </item>
    <item>
      <title>(Ruby) Convert Email to Other Formats using Cloud API in Ruby - johansonkatherine</title>
      <link>https://snipplr.com/view/74784/convert-email-to-other-formats-using-cloud-api-in-ruby</link>
      <description>&lt;p&gt;This technical tip shows how developers can convert email messages to other formats like EML, MSG &amp; MHT in cloud using ruby language.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2014 17:28:58 UTC</pubDate>
      <guid>https://snipplr.com/view/74784/convert-email-to-other-formats-using-cloud-api-in-ruby</guid>
    </item>
    <item>
      <title>(Java) Load Existing Email Message and Modify its Contents inside Android Apps - johansonkatherine</title>
      <link>https://snipplr.com/view/74654/load-existing-email-message-and-modify-its-contents-inside-android-apps</link>
      <description>&lt;p&gt;This technical tip shows how to load any existing email message and modify its contents before saving it back to disk using Aspose.Email for Android API. To do this successfully, specify the MessageFormat when loading the email message from disk. In addition, it is important to specify the correct MailMessageSaveType when saving the message back to disk.&#13;
&#13;
To update and save an email, the following steps can be used:&#13;
1.	Create an instance of the MailMessage class.&#13;
2.	Load an existing message using the MailMessage class' load() method and specifying the MessageFormat of the existing message.&#13;
3.	Get the subject using getSubject().&#13;
4.	After modifying the subject, set it again using the setSubject() method.&#13;
5.	Get the body using getHtmlBody().&#13;
6.	AFter modifying the body, set it using the setHtmlBody() method .&#13;
7.	Create an instance of the MailAddressCollection class.&#13;
8.	Get the recipients from the TO field into a MailAddressCollection object using the getTo() method exposed by the MailMessage class.&#13;
9.	Add or remove recipients using the add() and remove() methods exposed by the MailAddressCollection class.&#13;
10.	Get the recipients from the CC field into a MailAddressCollection object using the getCC() method exposed by MailMessage class.&#13;
11.	Add or remove recipients using the add() and remove() methods exposed by the MailAddressCollection class.&#13;
12.	Call the save() method exposed by the MailMessage class, specifying the correct MailMessageSaveType to save the message file to the disk in MSG format.&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2014 14:54:02 UTC</pubDate>
      <guid>https://snipplr.com/view/74654/load-existing-email-message-and-modify-its-contents-inside-android-apps</guid>
    </item>
    <item>
      <title>(PHP) PHP Code Sample to Replace Multiple Text in PDF File Using Cloud API - johansonkatherine</title>
      <link>https://snipplr.com/view/74515/php-code-sample-to-replace-multiple-text-in-pdf-file-using-cloud-api</link>
      <description>&lt;p&gt;The following code sample shows how developers can replace multiple texts in a single API call in a PDF file using Aspose.Pdf for Cloud API in their applications. Developers can use Aspose REST API with any language: .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more.&lt;/p&gt;</description>
      <pubDate>Thu, 08 May 2014 16:25:22 UTC</pubDate>
      <guid>https://snipplr.com/view/74515/php-code-sample-to-replace-multiple-text-in-pdf-file-using-cloud-api</guid>
    </item>
    <item>
      <title>(C#) C# Code Sample to Replace Multiple Texts inside PDF File Using Cloud API - johansonkatherine</title>
      <link>https://snipplr.com/view/74514/c-code-sample-to-replace-multiple-texts-inside-pdf-file-using-cloud-api</link>
      <description>&lt;p&gt;The following code sample shows how developers can replace multiple texts in a single API call in a PDF file using Aspose.Pdf for Cloud API in their applications. Developers can use Aspose REST API with any language: .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more.&lt;/p&gt;</description>
      <pubDate>Thu, 08 May 2014 15:18:06 UTC</pubDate>
      <guid>https://snipplr.com/view/74514/c-code-sample-to-replace-multiple-texts-inside-pdf-file-using-cloud-api</guid>
    </item>
    <item>
      <title>(JavaScript) download a File from File Cabinet - NSahu</title>
      <link>https://snipplr.com/view/74181/download-a-file-from-file-cabinet</link>
      <description>&lt;p&gt;How to download file from file cabinet&lt;/p&gt;</description>
      <pubDate>Fri, 11 Apr 2014 13:05:18 UTC</pubDate>
      <guid>https://snipplr.com/view/74181/download-a-file-from-file-cabinet</guid>
    </item>
    <item>
      <title>(Java) Java Code Sample to Create PDF from HTML Using REST API - johansonkatherine</title>
      <link>https://snipplr.com/view/74170/java-code-sample-to-create-pdf-from-html-using-rest-api</link>
      <description>&lt;p&gt;This code sample shows how Java developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Apr 2014 17:13:37 UTC</pubDate>
      <guid>https://snipplr.com/view/74170/java-code-sample-to-create-pdf-from-html-using-rest-api</guid>
    </item>
    <item>
      <title>(C#) C# Code Sample to Create PDF from HTML Using REST API - johansonkatherine</title>
      <link>https://snipplr.com/view/74169/c-code-sample-to-create-pdf-from-html-using-rest-api</link>
      <description>&lt;p&gt;This code sample shows how C# developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Apr 2014 15:49:48 UTC</pubDate>
      <guid>https://snipplr.com/view/74169/c-code-sample-to-create-pdf-from-html-using-rest-api</guid>
    </item>
    <item>
      <title>(Python) Merge Multiple Word Documents into Single Doc using REST API in Python - johansonkatherine</title>
      <link>https://snipplr.com/view/73997/merge-multiple-word-documents-into-single-doc-using-rest-api-in-python</link>
      <description>&lt;p&gt;This REST example uses pycurl library to send HTTP request and handle HTTP response so you need to install it to use this example. Once input Word documents are uploaded, you can use the following URI to merge documents on Aspose for Cloud or any supported third party storage.&#13;
&#13;
&#13;
http://api.aspose.com/v1.1/words/MainDocument.docx/appendDocument&#13;
&#13;
&#13;
You can use a couple of optional parameters with the above mentioned URI. All or specific parameters can be used according to your requirement.&#13;
&#13;
After building URI, you need to go through the following steps:&#13;
&#13;
â€¢	Set App SID and App Key and sign URI. See section 1 of the following code and Sign URI method for more details.&#13;
â€¢	Build JSON to post in the request body. A list of input documents including their paths and import format modes should be provided. See section 2 of the following code.&#13;
â€¢	Send a POST request to Aspose for Cloud service. See section 3 of the following code and process_command method for more details.&#13;
â€¢	Download merged document file if required. See section 4 of the following code.&lt;/p&gt;</description>
      <pubDate>Wed, 26 Mar 2014 19:03:53 UTC</pubDate>
      <guid>https://snipplr.com/view/73997/merge-multiple-word-documents-into-single-doc-using-rest-api-in-python</guid>
    </item>
    <item>
      <title>(Java) Merge multiple PDFs using PHP REST API - johansonkatherine</title>
      <link>https://snipplr.com/view/73857/merge-multiple-pdfs-using-php-rest-api</link>
      <description>&lt;p&gt;PHP developers can learn how to merge multiple PDF files into a single PDF file using PHP REST API and SDK. To merge PDFs, you need to upload input PDFs to Aspose for Cloud Service or any supported third party storage and then send a PUT request to Aspose for Cloud service. &#13;
&#13;
&#13;
&#13;
This REST example uses PHP CURL library to send HTTP request and handle HTTP response so you need to install CURL to use these examples. Once input PDF files are uploaded, you can use the following URI to merge PDFs on Aspose for Cloud or any supported third party storage.&#13;
&#13;
&#13;
&#13;
http://api.aspose.com/v1.1/pdf/MergedFile.pdf/merge &#13;
&#13;
&#13;
&#13;
You can use a couple of optional parameters with the above mentioned URI. All or specific parameters can be used according to your requirement.&#13;
&#13;
&#13;
&#13;
After building URI, you need to go through the following steps:&#13;
&#13;
&#13;
&#13;
-	Set App SID and App Key and sign URI. See section 1 of the following code and Sign URI method for more details.&#13;
-	Build JSON to post in the request body. A list of input documents including their paths should be provided. See section 2 of the following code.&#13;
-	Send a PUT request to Aspose for Cloud service. See section 3 of the following code and processCommand method for more details.&#13;
-	Download merged PDF file if required. See section 4 of the following code.&lt;/p&gt;</description>
      <pubDate>Thu, 13 Mar 2014 19:21:59 UTC</pubDate>
      <guid>https://snipplr.com/view/73857/merge-multiple-pdfs-using-php-rest-api</guid>
    </item>
    <item>
      <title>(C#) C#/.NET  Code Samples to Save Microsoft OneNote (.one) file as an image (.PNG, .BMP, .JPEG, .GIF) file - johansonkatherine</title>
      <link>https://snipplr.com/view/73837/cnet--code-samples-to-save-microsoft-onenote-one-file-as-an-image-png-bmp-jpeg-gif-file</link>
      <description>&lt;p&gt;The Aspose.Note for .NET API allows developers to open files &amp; manipulate elements of OneNote books &amp; export them to PNG, GIF, JPEG, BMP and PDF formats. The following code sample shows developers how to save OneNote File as an image in C#/.NET&lt;/p&gt;</description>
      <pubDate>Tue, 11 Mar 2014 20:54:07 UTC</pubDate>
      <guid>https://snipplr.com/view/73837/cnet--code-samples-to-save-microsoft-onenote-one-file-as-an-image-png-bmp-jpeg-gif-file</guid>
    </item>
    <item>
      <title>(Java) Convert Each TIFF Frame to JPEG &amp; Transform them to PDF Format Using Java - johansonkatherine</title>
      <link>https://snipplr.com/view/73485/convert-each-tiff-frame-to-jpeg--transform-them-to-pdf-format-using-java</link>
      <description>&lt;p&gt;This technical tip shows how each TIFF frame can be converted to JPEG and then these images to PDF file using Aspose.Pdf for Java. Aspose.Pdf for Java is very well capable of dealing with TIFF images and can easily transform them into PDF format. However there are cases when a TIFF image contains frames with different resolution or page orientation and product might not work well. So in order to resolve such issues, we can first convert TIFF frames into individual JPEG images and then save these images into PDF format using Aspose.Pdf for Java.&lt;/p&gt;</description>
      <pubDate>Thu, 23 Jan 2014 16:51:50 UTC</pubDate>
      <guid>https://snipplr.com/view/73485/convert-each-tiff-frame-to-jpeg--transform-them-to-pdf-format-using-java</guid>
    </item>
    <item>
      <title>(PHP) How to read Instagram images and users without api - ginoplusio</title>
      <link>https://snipplr.com/view/73088/how-to-read-instagram-images-and-users-without-api</link>
      <description>&lt;p&gt;Sometimes using small code snippets is faster than implement the official api. Using mini bots class is faster to get Instagram data.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Dec 2013 08:43:43 UTC</pubDate>
      <guid>https://snipplr.com/view/73088/how-to-read-instagram-images-and-users-without-api</guid>
    </item>
    <item>
      <title>(Java) Uploading binary files to Dropbox - RobinD</title>
      <link>https://snipplr.com/view/71547/uploading-binary-files-to-dropbox</link>
      <description>&lt;p&gt;Uploading a binary file(like .doc) to Dropbox.&#13;
I tried with .ics and it worked.&lt;/p&gt;</description>
      <pubDate>Mon, 17 Jun 2013 05:41:37 UTC</pubDate>
      <guid>https://snipplr.com/view/71547/uploading-binary-files-to-dropbox</guid>
    </item>
    <item>
      <title>(Java) DropboxAPI -  folder content - RobinD</title>
      <link>https://snipplr.com/view/71528/dropboxapi---folder-content</link>
      <description>&lt;p&gt;Iterating through a Dropbox Folder&lt;/p&gt;</description>
      <pubDate>Fri, 14 Jun 2013 22:50:02 UTC</pubDate>
      <guid>https://snipplr.com/view/71528/dropboxapi---folder-content</guid>
    </item>
    <item>
      <title>(JavaScript) node.js_url_shortener_w_qr_code_generation_api/service by Matt Grill - redhatmatt</title>
      <link>https://snipplr.com/view/71364/nodejsurlshortenerwqrcodegenerationapiservice-by-matt-grill</link>
      <description>&lt;p&gt;It currently uses redis as a store for the data. The url's are pretty long since it's all base64 encoded data and the images are returned as base64 encoded PNG's but that can be solved pretty easily. This could be used a service for something kind of authentication front end, drupal&lt;/p&gt;</description>
      <pubDate>Sat, 01 Jun 2013 04:54:58 UTC</pubDate>
      <guid>https://snipplr.com/view/71364/nodejsurlshortenerwqrcodegenerationapiservice-by-matt-grill</guid>
    </item>
    <item>
      <title>(C#) XMLNodeList to HTML Table based on Ektron Smartform data - dego89</title>
      <link>https://snipplr.com/view/70320/xmlnodelist-to-html-table-based-on-ektron-smartform-data</link>
      <description>&lt;p&gt;Ektron smartform data contains a xml nodelist which I put in a data table and parse out into an html table&lt;/p&gt;</description>
      <pubDate>Fri, 08 Mar 2013 02:33:03 UTC</pubDate>
      <guid>https://snipplr.com/view/70320/xmlnodelist-to-html-table-based-on-ektron-smartform-data</guid>
    </item>
    <item>
      <title>(C#) Ektron list based on taxonomy id - dego89</title>
      <link>https://snipplr.com/view/70319/ektron-list-based-on-taxonomy-id</link>
      <description>&lt;p&gt;The following code retrieves a list of content based on a taxonomy id. The list is bound to a repeater that display a preview of the content with a quick link to a content page. The content comes in based on the previous taxonomy id but exposes a content list which can be used gather the html property's. Then I use a regex to take our specific nodes for the preview columns in my table.&lt;/p&gt;</description>
      <pubDate>Fri, 08 Mar 2013 02:23:00 UTC</pubDate>
      <guid>https://snipplr.com/view/70319/ektron-list-based-on-taxonomy-id</guid>
    </item>
    <item>
      <title>(JavaScript) Javascript Flickr API Helper - Raymonder</title>
      <link>https://snipplr.com/view/69345/javascript-flickr-api-helper</link>
      <description>&lt;p&gt;Class to create Flickr-API REST calls.&lt;/p&gt;</description>
      <pubDate>Fri, 04 Jan 2013 03:02:38 UTC</pubDate>
      <guid>https://snipplr.com/view/69345/javascript-flickr-api-helper</guid>
    </item>
    <item>
      <title>(PHP) JSONP Public API with jQuery getJSON (callback) (MySql) - halk</title>
      <link>https://snipplr.com/view/68583/jsonp-public-api-with-jquery-getjson-callback-mysql</link>
      <description>&lt;p&gt;This is a public jsonp api. I use it with jQuery Like This:&#13;
$.getJSON("http://yourdomain/yourpath/jsonp_api.php?method=getSchema&amp;params=your_db_name&amp;jsoncallback=?",&#13;
        function(data){&#13;
         //DO SOMETHING WITH THE DATA HERE&#13;
        }&#13;
    );&lt;/p&gt;</description>
      <pubDate>Fri, 16 Nov 2012 09:08:46 UTC</pubDate>
      <guid>https://snipplr.com/view/68583/jsonp-public-api-with-jquery-getjson-callback-mysql</guid>
    </item>
    <item>
      <title>(Python) Using Scrapy crawler with a blocking API from a thread - scrapy</title>
      <link>https://snipplr.com/view/67010/using-scrapy-crawler-with-a-blocking-api-from-a-thread</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 01 Sep 2012 07:15:32 UTC</pubDate>
      <guid>https://snipplr.com/view/67010/using-scrapy-crawler-with-a-blocking-api-from-a-thread</guid>
    </item>
    <item>
      <title>(PHP) REST API products and categories from pinnacleCart - crypticsoft</title>
      <link>https://snipplr.com/view/66798/rest-api-products-and-categories-from-pinnaclecart</link>
      <description>&lt;p&gt;This is a useful class which utilizes Phil Sturgeon's helpful restclient (http://getsparks.org/packages/restclient/versions/HEAD/show). Reference the URL attached for PinnacleCart API docs.&#13;
&#13;
Example request URLs to get products and categories:&#13;
&#13;
# Get product by product_id (XX##) or keyword(s)&#13;
~/products/getProducts/search/10/oj70/oj77/oj75&#13;
&#13;
# Recently added products by CategoryID (/cID/batchSize)&#13;
~/products/getProductsByCategory/92/10&#13;
&#13;
# Recently added product images by CategoryID (/cID/batchSize) &#13;
-- This was to remove the 'Description' key/value for slide shows&#13;
~/products/getProductImagesByCategory/92/10&#13;
&#13;
# Recently added products by limit&#13;
~/products/getRecentlyAdded/20&#13;
&#13;
# Get all categories&#13;
~/products/getCategories&lt;/p&gt;</description>
      <pubDate>Sat, 18 Aug 2012 02:50:58 UTC</pubDate>
      <guid>https://snipplr.com/view/66798/rest-api-products-and-categories-from-pinnaclecart</guid>
    </item>
    <item>
      <title>(JavaScript) Create Screenshots with JavaScript - Maximus1983</title>
      <link>https://snipplr.com/view/65045/create-screenshots-with-javascript</link>
      <description>&lt;p&gt;You will need to get an account at [GrabzIt](http://grabz.it) once you have this you need to add your [authorized domain](http://grabz.it/account/domains.aspx) this stops people using your account resources.&#13;
&#13;
Then get your [application key](http://grabz.it/api/) place this where it says APPPLICATION KEY in the snipped below.&#13;
&#13;
Change http://www.google.com to be the website of your choice.&#13;
&#13;
Place this snippet anywhere within the body tag. Your screenshot should appear within a few seconds. You can have as many of these tags on the page as you like.&#13;
&#13;
If you need to debug it they have a [diagnostics panel](http://grabz.it/account/diagnostics/) there are also [more options](http://grabz.it/api/javascript/) available.&lt;/p&gt;</description>
      <pubDate>Thu, 24 May 2012 00:13:40 UTC</pubDate>
      <guid>https://snipplr.com/view/65045/create-screenshots-with-javascript</guid>
    </item>
    <item>
      <title>(ActionScript 3) Simple Facebook Using GraphAPI_Web.Swc In As3 - Matias</title>
      <link>https://snipplr.com/view/63044/simple-facebook-using-graphapiwebswc-in-as3</link>
      <description>&lt;p&gt;a handy class to manage facebook connections using as3&lt;/p&gt;</description>
      <pubDate>Sat, 04 Feb 2012 02:27:18 UTC</pubDate>
      <guid>https://snipplr.com/view/63044/simple-facebook-using-graphapiwebswc-in-as3</guid>
    </item>
    <item>
      <title>(PHP) Drupal Batch API for hook_update_N() - wizonesolutions</title>
      <link>https://snipplr.com/view/62213/drupal-batch-api-for-hookupdaten</link>
      <description>&lt;p&gt;This is the Batch API example shown on http://api.drupal.org/api/drupal/developer--hooks--install.php/function/hook_update_N/6.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Jan 2012 15:44:56 UTC</pubDate>
      <guid>https://snipplr.com/view/62213/drupal-batch-api-for-hookupdaten</guid>
    </item>
    <item>
      <title>(ActionScript 3) Custom response headers URLRequest AS3 - sidneydekoning</title>
      <link>https://snipplr.com/view/60880/custom-response-headers-urlrequest-as3</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 16 Nov 2011 13:07:09 UTC</pubDate>
      <guid>https://snipplr.com/view/60880/custom-response-headers-urlrequest-as3</guid>
    </item>
    <item>
      <title>(JavaScript) Use PhoneGap to Create a File - parkerkrhoyt</title>
      <link>https://snipplr.com/view/60534/use-phonegap-to-create-a-file</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Nov 2011 07:24:22 UTC</pubDate>
      <guid>https://snipplr.com/view/60534/use-phonegap-to-create-a-file</guid>
    </item>
    <item>
      <title>(PHP) Twitter Followers Image List - jhonqwerty</title>
      <link>https://snipplr.com/view/59981/twitter-followers-image-list</link>
      <description>&lt;p&gt;A simple script to show a followers list in Wordpress. (It can be used in other places also, you have to change the WP specific variables). The script needs to create a cache file to not overload Twitter API.&lt;/p&gt;</description>
      <pubDate>Thu, 20 Oct 2011 07:26:21 UTC</pubDate>
      <guid>https://snipplr.com/view/59981/twitter-followers-image-list</guid>
    </item>
    <item>
      <title>(PHP) Convert Twitter API Datetime to MySQL Datetime Format - aristoworks</title>
      <link>https://snipplr.com/view/59869/convert-twitter-api-datetime-to-mysql-datetime-format</link>
      <description>&lt;p&gt;This is a very rudimentary function used to convert a Datetime delivered by the Twitter API to a format you can store in MySQL's datetime field.&lt;/p&gt;</description>
      <pubDate>Mon, 17 Oct 2011 00:51:40 UTC</pubDate>
      <guid>https://snipplr.com/view/59869/convert-twitter-api-datetime-to-mysql-datetime-format</guid>
    </item>
    <item>
      <title>(JavaScript) Google visualization GeoMap problem - adino</title>
      <link>https://snipplr.com/view/59770/google-visualization-geomap-problem</link>
      <description>&lt;p&gt;If you use this snippet in http://code.google.com/apis/ajax/playground/?type=visualization#geo_map it shows SK - ISO3166 code for Slovakia somewhere in Canada. Although personally I wouldn't mind, it seems to be incorrect.&lt;/p&gt;</description>
      <pubDate>Fri, 14 Oct 2011 20:28:08 UTC</pubDate>
      <guid>https://snipplr.com/view/59770/google-visualization-geomap-problem</guid>
    </item>
    <item>
      <title>(JavaScript) Javascript Fullscreen API webkit - alexteg</title>
      <link>https://snipplr.com/view/59020/javascript-fullscreen-api-webkit</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 23 Sep 2011 18:18:08 UTC</pubDate>
      <guid>https://snipplr.com/view/59020/javascript-fullscreen-api-webkit</guid>
    </item>
    <item>
      <title>(PHP) Get All information from youtube video - TimoZachi</title>
      <link>https://snipplr.com/view/58573/get-all-information-from-youtube-video</link>
      <description>&lt;p&gt;This code snippet gets all information from a YouTube video (title, description, duration, thumbnail url, thumbnail width, thumbnail height, etc..) using the video id and YouTube API.&lt;/p&gt;</description>
      <pubDate>Sat, 10 Sep 2011 03:51:42 UTC</pubDate>
      <guid>https://snipplr.com/view/58573/get-all-information-from-youtube-video</guid>
    </item>
    <item>
      <title>(PHP) Request data from apprequest facebook api - serialk89</title>
      <link>https://snipplr.com/view/57517/request-data-from-apprequest-facebook-api</link>
      <description>&lt;p&gt;Rescatamos los datos que pasamos por apprequest .&lt;/p&gt;</description>
      <pubDate>Tue, 02 Aug 2011 16:56:51 UTC</pubDate>
      <guid>https://snipplr.com/view/57517/request-data-from-apprequest-facebook-api</guid>
    </item>
    <item>
      <title>(PHP) Request data from URL iframe Facebook app - serialk89</title>
      <link>https://snipplr.com/view/57508/request-data-from-url-iframe-facebook-app</link>
      <description>&lt;p&gt;Rescato variables desde un iframe con $signed_request&lt;/p&gt;</description>
      <pubDate>Tue, 02 Aug 2011 13:06:14 UTC</pubDate>
      <guid>https://snipplr.com/view/57508/request-data-from-url-iframe-facebook-app</guid>
    </item>
    <item>
      <title>(JavaScript) Google Static Maps - ddavidd</title>
      <link>https://snipplr.com/view/57161/google-static-maps</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 27 Jul 2011 00:45:04 UTC</pubDate>
      <guid>https://snipplr.com/view/57161/google-static-maps</guid>
    </item>
    <item>
      <title>(PHP) PHP - MMS Integration Reference URL - SMSGlobal.com - erraja_07</title>
      <link>https://snipplr.com/view/57151/php--mms-integration-reference-url--smsglobalcom</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 26 Jul 2011 17:33:34 UTC</pubDate>
      <guid>https://snipplr.com/view/57151/php--mms-integration-reference-url--smsglobalcom</guid>
    </item>
    <item>
      <title>(Bash) soundcloud load audio track and use client to get it - rowntreerob</title>
      <link>https://snipplr.com/view/57108/soundcloud-load-audio-track-and-use-client-to-get-it</link>
      <description>&lt;p&gt;get token&#13;
upload track&#13;
download track to client ( request --&gt; REDIRECT --&gt; follow it to get download&lt;/p&gt;</description>
      <pubDate>Mon, 25 Jul 2011 13:26:45 UTC</pubDate>
      <guid>https://snipplr.com/view/57108/soundcloud-load-audio-track-and-use-client-to-get-it</guid>
    </item>
  </channel>
</rss>
