<?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 06:16:35 +0000</lastBuildDate>
    <item>
      <title>(iPhone) Swift: Load a Wav sound using AVFoundation - chrisaiv</title>
      <link>https://snipplr.com/view/251949/swift-load-a-wav-sound-using-avfoundation</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2016/10/23/swift-load-a-wav-sound-using-avfoundation/&lt;/p&gt;</description>
      <pubDate>Sun, 23 Oct 2016 16:59:27 UTC</pubDate>
      <guid>https://snipplr.com/view/251949/swift-load-a-wav-sound-using-avfoundation</guid>
    </item>
    <item>
      <title>(Objective C) Display date as Today, Tomorrow, 2 Days ago etc - dipenpatel</title>
      <link>https://snipplr.com/view/146022/display-date-as-today-tomorrow-2-days-ago-etc</link>
      <description>&lt;p&gt;This snippet is used to covert any date to days like today, tomorrow, 2 days ago, 2 weeks ago or even 1 years ago.&lt;/p&gt;</description>
      <pubDate>Sat, 06 Feb 2016 17:22:20 UTC</pubDate>
      <guid>https://snipplr.com/view/146022/display-date-as-today-tomorrow-2-days-ago-etc</guid>
    </item>
    <item>
      <title>(Other) Get Documents directory path in Swift - ryantxr</title>
      <link>https://snipplr.com/view/98437/get-documents-directory-path-in-swift</link>
      <description>&lt;p&gt;Get Documents directory path in Swift&lt;/p&gt;</description>
      <pubDate>Thu, 23 Apr 2015 09:38:52 UTC</pubDate>
      <guid>https://snipplr.com/view/98437/get-documents-directory-path-in-swift</guid>
    </item>
    <item>
      <title>(HTML) Set iPhone Bookmark Icon - ajarkovsky</title>
      <link>https://snipplr.com/view/85531/set-iphone-bookmark-icon</link>
      <description>&lt;p&gt;Place this in your &lt;head&gt; section, and set the href attribute to an image to a 57px x 57px PNG file.&lt;/p&gt;</description>
      <pubDate>Wed, 31 Dec 2014 04:14:58 UTC</pubDate>
      <guid>https://snipplr.com/view/85531/set-iphone-bookmark-icon</guid>
    </item>
    <item>
      <title>(HTML) iPhone calls and sms links - MistaTwista</title>
      <link>https://snipplr.com/view/72528/iphone-calls-and-sms-links</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Oct 2013 08:30:59 UTC</pubDate>
      <guid>https://snipplr.com/view/72528/iphone-calls-and-sms-links</guid>
    </item>
    <item>
      <title>(HTML) AppStore auto detect App from website - carbonr</title>
      <link>https://snipplr.com/view/71661/appstore-auto-detect-app-from-website</link>
      <description>&lt;p&gt;This meta tag in the head with proper configuration shows the appstore app equivalent of the website. &#13;
&#13;
When the user is visits the website and it has a App in the appstore, then a small preview is shown on the top by iOS saying the app is available for download.&lt;/p&gt;</description>
      <pubDate>Fri, 28 Jun 2013 18:15:16 UTC</pubDate>
      <guid>https://snipplr.com/view/71661/appstore-auto-detect-app-from-website</guid>
    </item>
    <item>
      <title>(Objective C) Objective-C String Concatenation - ryantxr</title>
      <link>https://snipplr.com/view/71329/objectivec-string-concatenation</link>
      <description>&lt;p&gt;This is all about appending strings.&lt;/p&gt;</description>
      <pubDate>Wed, 29 May 2013 23:23:10 UTC</pubDate>
      <guid>https://snipplr.com/view/71329/objectivec-string-concatenation</guid>
    </item>
    <item>
      <title>(HTML) iPhone Calling and Texting Links - haydin</title>
      <link>https://snipplr.com/view/70488/iphone-calling-and-texting-links</link>
      <description>&lt;p&gt;This is the calling one (probably more useful if the clickable text is words, as the iPhone auto-detects phone numbers and does this automatically)&#13;
This is the SMS one, which overrides the default calling behavior (ex : &lt;a href="http://giocaregratis.123homepage.it"&gt; Giocare Gioco &lt;/a&gt;&#13;
Not sure what other things these links might work on... Might be a little dangerous as having non-standard links that don't work or bring up errors is kinda bad UX. Best for mobile-only sites. If someone know if this works on Android/Blackberry/Other Mobile, comment below.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Mar 2013 20:27:55 UTC</pubDate>
      <guid>https://snipplr.com/view/70488/iphone-calling-and-texting-links</guid>
    </item>
    <item>
      <title>(iPhone) simple ios url request - ryantxr</title>
      <link>https://snipplr.com/view/69293/simple-ios-url-request</link>
      <description>&lt;p&gt;Simple synchronous web request for ios.&#13;
// Credit to the original authors:&#13;
// Sam Walton&#13;
// Ethan Irish&#13;
// www.seven-labs.com&#13;
// Be kind &amp; share :)&lt;/p&gt;</description>
      <pubDate>Sat, 29 Dec 2012 02:04:11 UTC</pubDate>
      <guid>https://snipplr.com/view/69293/simple-ios-url-request</guid>
    </item>
    <item>
      <title>(CSS) Android and Iphone - modern css media queries - Rosk</title>
      <link>https://snipplr.com/view/67341/android-and-iphone--modern-css-media-queries</link>
      <description>&lt;p&gt;Extended css media queries for modern mobile screens&lt;/p&gt;</description>
      <pubDate>Mon, 24 Sep 2012 17:40:54 UTC</pubDate>
      <guid>https://snipplr.com/view/67341/android-and-iphone--modern-css-media-queries</guid>
    </item>
    <item>
      <title>(Objective C) Alloc Method to Choose Between Regular and Phone - yar</title>
      <link>https://snipplr.com/view/66823/alloc-method-to-choose-between-regular-and-phone</link>
      <description>&lt;p&gt;This method will alloc the current class unless the device is a phone (also defined here). Then it will try to alloc the class with the suffix "Phone."&lt;/p&gt;</description>
      <pubDate>Tue, 21 Aug 2012 04:34:31 UTC</pubDate>
      <guid>https://snipplr.com/view/66823/alloc-method-to-choose-between-regular-and-phone</guid>
    </item>
    <item>
      <title>(Objective C) How to make an image with rounded corners - cphoover</title>
      <link>https://snipplr.com/view/66495/how-to-make-an-image-with-rounded-corners</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Aug 2012 10:43:55 UTC</pubDate>
      <guid>https://snipplr.com/view/66495/how-to-make-an-image-with-rounded-corners</guid>
    </item>
    <item>
      <title>(Objective C) How to make an image with rounded corners - munrobaggers</title>
      <link>https://snipplr.com/view/65448/how-to-make-an-image-with-rounded-corners</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 07 Jun 2012 02:52:35 UTC</pubDate>
      <guid>https://snipplr.com/view/65448/how-to-make-an-image-with-rounded-corners</guid>
    </item>
    <item>
      <title>(JavaScript) Detect iPhone and iPad - paul0078</title>
      <link>https://snipplr.com/view/64575/detect-iphone-and-ipad</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 15 Apr 2012 20:13:59 UTC</pubDate>
      <guid>https://snipplr.com/view/64575/detect-iphone-and-ipad</guid>
    </item>
    <item>
      <title>(Objective C) How to make an image with rounded corners - inky76</title>
      <link>https://snipplr.com/view/63754/how-to-make-an-image-with-rounded-corners</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 07 Mar 2012 11:35:01 UTC</pubDate>
      <guid>https://snipplr.com/view/63754/how-to-make-an-image-with-rounded-corners</guid>
    </item>
    <item>
      <title>(Objective C) iOS / iPhone: Extract groups from a Regular Expression (NSRegularExpression) - BenClayton</title>
      <link>https://snipplr.com/view/63340/ios--iphone-extract-groups-from-a-regular-expression-nsregularexpression</link>
      <description>&lt;p&gt;Extract groups from a Regular Expression&lt;/p&gt;</description>
      <pubDate>Wed, 15 Feb 2012 04:34:25 UTC</pubDate>
      <guid>https://snipplr.com/view/63340/ios--iphone-extract-groups-from-a-regular-expression-nsregularexpression</guid>
    </item>
    <item>
      <title>(JavaScript) Preventing elastic scrolling on iDevice - timothypwalter</title>
      <link>https://snipplr.com/view/63008/preventing-elastic-scrolling-on-idevice</link>
      <description>&lt;p&gt;If you a flick a web app past the bottom or top of the page, the page itself gets elastically tugged away from the URL bar or the button bar (or the bottom/top of the screen if it's in full-screen mode).&#13;
&#13;
This behavior is another giveaway that your app isn't native, and it's rarely the behavior you want in a native app.&#13;
&#13;
To stop this behavior, capture touchmove events on the document in JavaScript and cancel them. You can do this by adding a handler to the body tag, and invoking the preventDefault method on the event object:&lt;/p&gt;</description>
      <pubDate>Thu, 02 Feb 2012 22:52:08 UTC</pubDate>
      <guid>https://snipplr.com/view/63008/preventing-elastic-scrolling-on-idevice</guid>
    </item>
    <item>
      <title>(HTML) iOS Safari web clip icons. Home screen - beneberle</title>
      <link>https://snipplr.com/view/62337/ios-safari-web-clip-icons-home-screen</link>
      <description>&lt;p&gt;Create custom web clip icons or "app logos" in various sizes to be displayed (instead of the default site snapshot) when users save your site to their Home screens. Across Safari iOS devices. &#13;
&#13;
Add in the &lt;head&gt; in the same place you call your normal browser favicons.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Jan 2012 06:19:18 UTC</pubDate>
      <guid>https://snipplr.com/view/62337/ios-safari-web-clip-icons-home-screen</guid>
    </item>
    <item>
      <title>(Objective C) How to make an image with rounded corners - tilakapash</title>
      <link>https://snipplr.com/view/62279/how-to-make-an-image-with-rounded-corners</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jan 2012 01:00:02 UTC</pubDate>
      <guid>https://snipplr.com/view/62279/how-to-make-an-image-with-rounded-corners</guid>
    </item>
    <item>
      <title>(Objective C) How to make an image with rounded corners - tilakapash</title>
      <link>https://snipplr.com/view/62257/how-to-make-an-image-with-rounded-corners</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jan 2012 00:56:58 UTC</pubDate>
      <guid>https://snipplr.com/view/62257/how-to-make-an-image-with-rounded-corners</guid>
    </item>
    <item>
      <title>(Objective C) AVAudioPlayer Metadata for iTunes integration - ppaulojr</title>
      <link>https://snipplr.com/view/62097/avaudioplayer-metadata-for-itunes-integration</link>
      <description>&lt;p&gt;Metadata of Playing Media&#13;
*iOS5 Only*&#13;
&#13;
Use this for integration with Accessories and Apple TV&lt;/p&gt;</description>
      <pubDate>Fri, 23 Dec 2011 04:12:34 UTC</pubDate>
      <guid>https://snipplr.com/view/62097/avaudioplayer-metadata-for-itunes-integration</guid>
    </item>
    <item>
      <title>(Objective C) Global Variables in Objective-C (Singleton) - neoline</title>
      <link>https://snipplr.com/view/61937/global-variables-in-objectivec-singleton</link>
      <description>&lt;p&gt;How to make Global Variables (Singleton) in Objective-C&lt;/p&gt;</description>
      <pubDate>Sat, 17 Dec 2011 03:21:45 UTC</pubDate>
      <guid>https://snipplr.com/view/61937/global-variables-in-objectivec-singleton</guid>
    </item>
    <item>
      <title>(jQuery) iPad/iPhone Orientation Body Class - iridium</title>
      <link>https://snipplr.com/view/61898/ipadiphone-orientation-body-class</link>
      <description>&lt;p&gt;This function will detect the orientation (portrait/landscape) of an iOS device and set the body class to either portrait or landscape, as well as providing a global variable for use elsewhere in your JS.&#13;
&#13;
If you require multiple classes on your body tag, simply alter the code to use jQuery's addClass() and removeClass() functions.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Dec 2011 03:33:05 UTC</pubDate>
      <guid>https://snipplr.com/view/61898/ipadiphone-orientation-body-class</guid>
    </item>
    <item>
      <title>(iPhone) New iOS 5 API: Customize UINavigationBar Background Property with EASY function!!! - codeRefiner</title>
      <link>https://snipplr.com/view/61401/new-ios-5-api-customize-uinavigationbar-background-property-with-easy-function</link>
      <description>&lt;p&gt;Here is a nice function you can use to implement a custom background for your UINavigation Bars&#13;
&#13;
Simply make two images in photoshop: &#13;
&#13;
32 x 32 &#13;
44 x 44 &#13;
&#13;
and name them whatever you want. &#13;
&#13;
put them in your iPhone project by dragging and dropping them from the desktop or another directory. &#13;
&#13;
If need be check the Copy Group Destination files in folder line to add the two image files to your project. &#13;
&#13;
Make sure you replace the two lines that create the UIImages with your image names&#13;
&#13;
&#13;
Copy And paste the function into your app delegate right above applicationDidFinishLaunchingWithOptions: &#13;
&#13;
then simply call &#13;
&#13;
[self customizeAppearance]; inside your app delegate and...&#13;
&#13;
voila, enjoy :)&lt;/p&gt;</description>
      <pubDate>Thu, 01 Dec 2011 12:28:55 UTC</pubDate>
      <guid>https://snipplr.com/view/61401/new-ios-5-api-customize-uinavigationbar-background-property-with-easy-function</guid>
    </item>
    <item>
      <title>(iPhone) A note about init methods - codeRefiner</title>
      <link>https://snipplr.com/view/61319/a-note-about-init-methods</link>
      <description>&lt;p&gt;Here is a breakdown of creating a custom initializer and or general rules of init&lt;/p&gt;</description>
      <pubDate>Wed, 30 Nov 2011 07:14:45 UTC</pubDate>
      <guid>https://snipplr.com/view/61319/a-note-about-init-methods</guid>
    </item>
    <item>
      <title>(iPhone) Easy function to get the path to the documents directory for data persistance - codeRefiner</title>
      <link>https://snipplr.com/view/61316/easy-function-to-get-the-path-to-the-documents-directory-for-data-persistance</link>
      <description>&lt;p&gt;Here is a simple function that will return the path to the documents directory so you can store data in it later&lt;/p&gt;</description>
      <pubDate>Wed, 30 Nov 2011 06:24:50 UTC</pubDate>
      <guid>https://snipplr.com/view/61316/easy-function-to-get-the-path-to-the-documents-directory-for-data-persistance</guid>
    </item>
    <item>
      <title>(Objective C) Use function from another class - neoline</title>
      <link>https://snipplr.com/view/61196/use-function-from-another-class</link>
      <description>&lt;p&gt;Accessing Method from other Classes Objective-C&lt;/p&gt;</description>
      <pubDate>Fri, 25 Nov 2011 21:10:24 UTC</pubDate>
      <guid>https://snipplr.com/view/61196/use-function-from-another-class</guid>
    </item>
    <item>
      <title>(Objective C) Steps for setting up the delegate pattern between two objects - codeRefiner</title>
      <link>https://snipplr.com/view/60995/steps-for-setting-up-the-delegate-pattern-between-two-objects</link>
      <description>&lt;p&gt;Just a review, there is no code here. Simply for the mind :)&lt;/p&gt;</description>
      <pubDate>Sat, 19 Nov 2011 13:01:25 UTC</pubDate>
      <guid>https://snipplr.com/view/60995/steps-for-setting-up-the-delegate-pattern-between-two-objects</guid>
    </item>
    <item>
      <title>(Objective C) Objective C iOS simple image Carousel Class - jurajhilje</title>
      <link>https://snipplr.com/view/60971/objective-c-ios-simple-image-carousel-class</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 18 Nov 2011 19:20:45 UTC</pubDate>
      <guid>https://snipplr.com/view/60971/objective-c-ios-simple-image-carousel-class</guid>
    </item>
    <item>
      <title>(Objective C) Localized Language Tutorial - neoline</title>
      <link>https://snipplr.com/view/60902/localized-language-tutorial</link>
      <description>&lt;p&gt;How to add multiple Language localization to an App.&lt;/p&gt;</description>
      <pubDate>Thu, 17 Nov 2011 03:19:02 UTC</pubDate>
      <guid>https://snipplr.com/view/60902/localized-language-tutorial</guid>
    </item>
    <item>
      <title>(Objective C) Make a call (iPhone) - peruggia</title>
      <link>https://snipplr.com/view/60456/make-a-call-iphone</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 02 Nov 2011 00:04:50 UTC</pubDate>
      <guid>https://snipplr.com/view/60456/make-a-call-iphone</guid>
    </item>
    <item>
      <title>(Objective C) notify view controller when application becomes active - cdarken</title>
      <link>https://snipplr.com/view/59882/notify-view-controller-when-application-becomes-active</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 17 Oct 2011 18:53:06 UTC</pubDate>
      <guid>https://snipplr.com/view/59882/notify-view-controller-when-application-becomes-active</guid>
    </item>
    <item>
      <title>(Objective C) HTML Hex Color to NSColor - suibhne</title>
      <link>https://snipplr.com/view/59750/html-hex-color-to-nscolor</link>
      <description>&lt;p&gt;Code that will convert a simple Hex code value (from HTML colors) to an actual useable NSColor.&lt;/p&gt;</description>
      <pubDate>Fri, 14 Oct 2011 03:47:59 UTC</pubDate>
      <guid>https://snipplr.com/view/59750/html-hex-color-to-nscolor</guid>
    </item>
    <item>
      <title>(Objective C) Method to create &amp; show confirmation iOS SDK - yasirmturk</title>
      <link>https://snipplr.com/view/58901/method-to-create--show-confirmation-ios-sdk</link>
      <description>&lt;p&gt;Use like this: [self showConfirmation:@"May we send you information and offers by Email?" withMessage:@"1 email per week maximum"];&lt;/p&gt;</description>
      <pubDate>Wed, 21 Sep 2011 20:42:04 UTC</pubDate>
      <guid>https://snipplr.com/view/58901/method-to-create--show-confirmation-ios-sdk</guid>
    </item>
    <item>
      <title>(Objective C) iOS Application Documents URL - yasirmturk</title>
      <link>https://snipplr.com/view/58900/ios-application-documents-url</link>
      <description>&lt;p&gt;Use like this: [self docsUrl]&lt;/p&gt;</description>
      <pubDate>Wed, 21 Sep 2011 20:38:41 UTC</pubDate>
      <guid>https://snipplr.com/view/58900/ios-application-documents-url</guid>
    </item>
    <item>
      <title>(Objective C) iOS Application Documents Path - yasirmturk</title>
      <link>https://snipplr.com/view/58899/ios-application-documents-path</link>
      <description>&lt;p&gt;Use like this: [[self docsPath] stringByAppendingPathComponent:@"photo.png"]&lt;/p&gt;</description>
      <pubDate>Wed, 21 Sep 2011 20:37:27 UTC</pubDate>
      <guid>https://snipplr.com/view/58899/ios-application-documents-path</guid>
    </item>
    <item>
      <title>(JavaScript) JavaScript Touch and Gesture Events iPhone and Android - thiagotargino</title>
      <link>https://snipplr.com/view/58852/javascript-touch-and-gesture-events-iphone-and-android</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 20 Sep 2011 23:48:30 UTC</pubDate>
      <guid>https://snipplr.com/view/58852/javascript-touch-and-gesture-events-iphone-and-android</guid>
    </item>
    <item>
      <title>(Objective C) Display Email Composer on iPhone SDK - yasirmturk</title>
      <link>https://snipplr.com/view/58761/display-email-composer-on-iphone-sdk</link>
      <description>&lt;p&gt;Add MessageUI.framework reference&#13;
&#13;
then in header file&#13;
&#13;
#import &lt;MessageUI/MessageUI.h&gt;&#13;
#import &lt;MessageUI/MFMailComposeViewController.h&gt;&#13;
#import &lt;MessageUI/MFMessageComposeViewController.h&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 18 Sep 2011 00:29:50 UTC</pubDate>
      <guid>https://snipplr.com/view/58761/display-email-composer-on-iphone-sdk</guid>
    </item>
    <item>
      <title>(Objective C) Add / remove view controllers to tab bar controller - FumarMata</title>
      <link>https://snipplr.com/view/58591/add--remove-view-controllers-to-tab-bar-controller</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 10 Sep 2011 19:50:23 UTC</pubDate>
      <guid>https://snipplr.com/view/58591/add--remove-view-controllers-to-tab-bar-controller</guid>
    </item>
    <item>
      <title>(Objective C) Add a single UIViewController controller to tabBarController - FumarMata</title>
      <link>https://snipplr.com/view/58590/add-a-single-uiviewcontroller-controller-to-tabbarcontroller</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 10 Sep 2011 19:46:18 UTC</pubDate>
      <guid>https://snipplr.com/view/58590/add-a-single-uiviewcontroller-controller-to-tabbarcontroller</guid>
    </item>
    <item>
      <title>(Objective C) Prevent Sleep mode and Auto-Lock iPhone SDK - yasirmturk</title>
      <link>https://snipplr.com/view/58546/prevent-sleep-mode-and-autolock-iphone-sdk</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 09 Sep 2011 17:44:48 UTC</pubDate>
      <guid>https://snipplr.com/view/58546/prevent-sleep-mode-and-autolock-iphone-sdk</guid>
    </item>
    <item>
      <title>(Objective C) Method to create &amp; show alert iOS SDK - yasirmturk</title>
      <link>https://snipplr.com/view/58545/method-to-create--show-alert-ios-sdk</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 09 Sep 2011 17:40:19 UTC</pubDate>
      <guid>https://snipplr.com/view/58545/method-to-create--show-alert-ios-sdk</guid>
    </item>
    <item>
      <title>(JavaScript) iPhone Safari Viewport Scaling Bug - ichnoweb</title>
      <link>https://snipplr.com/view/58454/iphone-safari-viewport-scaling-bug</link>
      <description>&lt;p&gt;"Those who create responsive design for iPhone may be aware of the viewport scaling bug in iPhone Safari. The bug occurs when you set the viewport width to device-width and rotate the phone to landscape view."&lt;/p&gt;</description>
      <pubDate>Mon, 05 Sep 2011 19:03:53 UTC</pubDate>
      <guid>https://snipplr.com/view/58454/iphone-safari-viewport-scaling-bug</guid>
    </item>
    <item>
      <title>(Objective C) Move up the UIView with UITextField s under the keyboard - yasirmturk</title>
      <link>https://snipplr.com/view/58060/move-up-the-uiview-with-uitextfield-s-under-the-keyboard</link>
      <description>&lt;p&gt;Add this code to the controller&#13;
Set controller as the delegate of the all the UITextField s in the UIView&lt;/p&gt;</description>
      <pubDate>Sat, 20 Aug 2011 22:37:02 UTC</pubDate>
      <guid>https://snipplr.com/view/58060/move-up-the-uiview-with-uitextfield-s-under-the-keyboard</guid>
    </item>
    <item>
      <title>(CSS) Using CSS Media Queries to Style iPhone and iPad - Ashung</title>
      <link>https://snipplr.com/view/55746/using-css-media-queries-to-style-iphone-and-ipad</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 26 Jun 2011 16:41:59 UTC</pubDate>
      <guid>https://snipplr.com/view/55746/using-css-media-queries-to-style-iphone-and-ipad</guid>
    </item>
    <item>
      <title>(PHP) php switch content for ipad/iphone/ipod - kbrown</title>
      <link>https://snipplr.com/view/55665/php-switch-content-for-ipadiphoneipod</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 24 Jun 2011 11:45:37 UTC</pubDate>
      <guid>https://snipplr.com/view/55665/php-switch-content-for-ipadiphoneipod</guid>
    </item>
    <item>
      <title>(JavaScript) Detecting iPad/iPhone/iPod with javascript - parkarlsson</title>
      <link>https://snipplr.com/view/55226/detecting-ipadiphoneipod-with-javascript</link>
      <description>&lt;p&gt;A tiny snippet on how to easily detect iPad/iPhone/iPod using javascript.&lt;/p&gt;</description>
      <pubDate>Tue, 14 Jun 2011 18:13:39 UTC</pubDate>
      <guid>https://snipplr.com/view/55226/detecting-ipadiphoneipod-with-javascript</guid>
    </item>
    <item>
      <title>(iPhone) Pixel perfect collision detection - shalomfriss</title>
      <link>https://snipplr.com/view/54886/pixel-perfect-collision-detection</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 05 Jun 2011 05:33:58 UTC</pubDate>
      <guid>https://snipplr.com/view/54886/pixel-perfect-collision-detection</guid>
    </item>
    <item>
      <title>(Objective C) Playing and Stopping Sound Effect in Cocos2d - espinallab</title>
      <link>https://snipplr.com/view/54343/playing-and-stopping-sound-effect-in-cocos2d</link>
      <description>&lt;p&gt;This is how you play and stop sound effects in cocos2d&lt;/p&gt;</description>
      <pubDate>Tue, 24 May 2011 23:17:47 UTC</pubDate>
      <guid>https://snipplr.com/view/54343/playing-and-stopping-sound-effect-in-cocos2d</guid>
    </item>
    <item>
      <title>(AppleScript) Send URL from Mac browser to Prowl (iOS) - Macgeeky</title>
      <link>https://snipplr.com/view/53723/send-url-from-mac-browser-to-prowl-ios</link>
      <description>&lt;p&gt;Use this script in Automator, and make a Service of it. Then give the service a shortcut in System Preferences -&gt; Keyboard&#13;
&#13;
In the script you have to switch the "SETT_INN_API-KODE_FRA_PROWL_HER" with a Prowl API code (https://www.prowlapp.com/api_settings.php). Prowl must be installed on iPhone too.&lt;/p&gt;</description>
      <pubDate>Wed, 18 May 2011 08:25:45 UTC</pubDate>
      <guid>https://snipplr.com/view/53723/send-url-from-mac-browser-to-prowl-ios</guid>
    </item>
  </channel>
</rss>
