<?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 12:37:18 +0000</lastBuildDate>
    <item>
      <title>(CSS) Response to \"SORT OF LAME (BUT COOL) CSS TEXT CHANGING ON HOVER\" by nettuts - s0l1dsnak3123</title>
      <link>https://snipplr.com/view/39057/response-to-sort-of-lame-but-cool-css-text-changing-on-hover-by-nettuts</link>
      <description>&lt;p&gt;I switched the h1 to a span to stop the hover from being effective from the other side of the page. Take a look at it [here](http://jsbin.com/okepo4/6/,\"here\")&lt;/p&gt;</description>
      <pubDate>Sat, 14 Aug 2010 00:51:43 UTC</pubDate>
      <guid>https://snipplr.com/view/39057/response-to-sort-of-lame-but-cool-css-text-changing-on-hover-by-nettuts</guid>
    </item>
    <item>
      <title>(PHP) Split text up into 140 char array for twitter - s0l1dsnak3123</title>
      <link>https://snipplr.com/view/31648/split-text-up-into-140-char-array-for-twitter</link>
      <description>&lt;p&gt;split_to_chunks splits the string up into an array with elements containing 140 characters &lt;b&gt;or less&lt;/b&gt;. This enables you to keep words intact when sending automated twitter messages.&#13;
&#13;
$to is needed in order to subtract from 140 the amount of characters allowed. This is important because a long username could create problems with messages being too long. This could be done pragmatically, and would be relatively simple to do, but was not needed in my case and so was not implemented.&#13;
&#13;
$text contains a string containing any amount of characters - including under 140.&#13;
&#13;
$message is an array which gives the message &lt;b&gt;minus&lt;/b&gt; the username at the front.&lt;/p&gt;</description>
      <pubDate>Tue, 13 Apr 2010 14:41:33 UTC</pubDate>
      <guid>https://snipplr.com/view/31648/split-text-up-into-140-char-array-for-twitter</guid>
    </item>
  </channel>
</rss>
