<?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, 10 Jun 2026 02:31:14 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) Replace (update) a View in a ScrollableView in Titanium Mobile - chlab</title>
      <link>https://snipplr.com/view/54340/replace-update-a-view-in-a-scrollableview-in-titanium-mobile</link>
      <description>&lt;p&gt;Itâ€™s pretty straightforward, we loop the existing Views of the ScrollableView and copy each View, replacing the one to be change, to a new array. Then we tell the ScrollableView to use our new Views-array for itâ€™s Views.&#13;
I hope this helps someone.&lt;/p&gt;</description>
      <pubDate>Tue, 24 May 2011 22:29:17 UTC</pubDate>
      <guid>https://snipplr.com/view/54340/replace-update-a-view-in-a-scrollableview-in-titanium-mobile</guid>
    </item>
    <item>
      <title>(JavaScript) Create a transparent TabbedBar for Titanium Mobile - chlab</title>
      <link>https://snipplr.com/view/54338/create-a-transparent-tabbedbar-for-titanium-mobile</link>
      <description>&lt;p&gt;We create a View with a background color, put a semi-transparent TabbedBar with empty button names on top of it, then add another layer of fully visible labels spaced to fit the TabbedBar beneath it. Everything is then wrapped in one View, which you can add to another View or Window.&lt;/p&gt;</description>
      <pubDate>Tue, 24 May 2011 22:23:51 UTC</pubDate>
      <guid>https://snipplr.com/view/54338/create-a-transparent-tabbedbar-for-titanium-mobile</guid>
    </item>
    <item>
      <title>(JavaScript) Split string into array - chlab</title>
      <link>https://snipplr.com/view/30463/split-string-into-array</link>
      <description>&lt;p&gt;I needed to break down a long string today and insert line breaks so I wrote this little function. You can use it to split a long string into chunks of a defined length and get them as an array or join them by a defined character (e.g. &amp;lt;br /&amp;gt;). Have fun.&lt;/p&gt;</description>
      <pubDate>Mon, 29 Mar 2010 07:10:55 UTC</pubDate>
      <guid>https://snipplr.com/view/30463/split-string-into-array</guid>
    </item>
  </channel>
</rss>
