<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>CaRP Tips</title>
<link>http://carp.docs.geckotribe.com/tips/</link>
<description>Tips and tricks for making the most of CaRP: Caching RSS Parser</description>
<pubDate>Sun, 11 May 2008 19:47:49 -0600</pubDate>
<generator>Grouper/1.6.3Evolution</generator>
<item>
<title>CaRP gets podcast support, themes</title>
<dc:creator>Antone Roundy</dc:creator>
<link>http://carp.docs.geckotribe.com/tips/2006/02/carp-gets-podcast-support-themes.php</link>
<description>I released a new version of CaRP yesterday with a few added features. First, the mundane: CaRP error messages are now linked by default to a page in the documentation that explains how to fix them. You can turn the links off or turn the error messages off altogether using the carperrors setting. Now on to the fun stuff.&lt;br /&gt;&lt;br /&gt;First, I&apos;ve added &lt;a href=&quot;http://carp.docs.geckotribe.com/conf/display/item/podcast.php&quot;&gt;podcast&lt;/a&gt; support. At first, I planned to just write some sample code showing how to do it with the old version, but I quickly discovered that it was impossible...</description>
<pubDate>Fri, 17 Feb 2006 13:19:00 -0700</pubDate>
</item>
<item>
<title>How to display Japanese RSS feeds using CaRP</title>
<dc:creator>Antone Roundy</dc:creator>
<link>http://carp.docs.geckotribe.com/tips/2006/02/how-to-display-japanese-rss-feeds.php</link>
<description>I just released an update to CaRP that makes the truncation code that is used to limit the length of titles and description multi-byte aware. In the past, CaRP counted each byte as a character even for characters composed of multiple bytes, and ran the risk of chopping a chacter in half if a multibyte character spanned the truncation boundary. The new version won&apos;t do that. The bad news is that that&apos;s not the only problem CaRP had with multibyte feeds. The good news is that I&apos;ve got a solutio...</description>
<pubDate>Thu, 09 Feb 2006 17:22:00 -0700</pubDate>
</item>
<item>
<title>Incentives for CaRP users to help each other?</title>
<dc:creator>Antone Roundy</dc:creator>
<link>http://carp.docs.geckotribe.com/tips/2006/02/incentives-for-carp-users-to-help-each.php</link>
<description>I&apos;ve just posted in the CaRP user forum regarding what &lt;a href=&quot;http://forums.geckotribe.com/viewtopic.php?t=188&quot;&gt;incentives I can provide for CaRP users to help each other&lt;/a&gt; with tech support questions and such. It&apos;s not that I begrudge doing tech support--just that it&apos;s often difficult to impossible to manage all the different tasks that I have to juggle, and if possible, I&apos;d like to free up more time for adding features and working on the next generation versions of CaRP and Grouper and some add-on products that many of you have expressed interest i...</description>
<pubDate>Fri, 03 Feb 2006 16:12:00 -0700</pubDate>
</item>
<item>
<title>Displaying RSS feeds in Mambo/Joomla content</title>
<dc:creator>Antone Roundy</dc:creator>
<link>http://carp.docs.geckotribe.com/tips/2006/01/displaying-rss-feeds-in-mambojoomla.php</link>
<description>If you&apos;d like to display an RSS feed on your Mambo or Joomla CMS-powered site, the easiest way is to install the &lt;a href=&quot;http://www.run-digital.com/download/mambots.html&quot;&gt;&quot;Add PHP&quot; mambot&lt;/a&gt;. Then put your CaRP code into a PHP file, upload it to your server, and pull it into your content like this: {rdaddphp file=rssfeed.php} (type the curly braces and everything between them into the content editor, with the filename changed as needed, and a relative path to the file added if needed).</description>
<pubDate>Wed, 11 Jan 2006 10:12:00 -0700</pubDate>
</item>
<item>
<title>Displaying RSS feeds in ASP pages using CaRP</title>
<dc:creator>Antone Roundy</dc:creator>
<link>http://carp.docs.geckotribe.com/tips/2005/11/displaying-rss-feeds-in-asp-pages.php</link>
<description>CaRP is a PHP script, so naturally, using it in PHP pages is easier than in non-PHP pages. You may already know that you can use CaRP&apos;s JavaScript output option to display feeds in non-PHP pages. You may also know that if you do that, search engines won&apos;t be able to see the feed&apos;s content. You may know that with SSI, you can often #include a PHP page into another page and have the PHP code executed. But sometimes SSI #includes don&apos;t trigger the PHP code in the page that&apos;s being imported. Here...</description>
<pubDate>Thu, 03 Nov 2005 15:52:00 -0700</pubDate>
</item>
<item>
<title>CaRP&apos;s Amazon.com associates example code has been updated</title>
<dc:creator>Antone Roundy</dc:creator>
<link>http://carp.docs.geckotribe.com/tips/2005/10/carps-amazoncom-associates-example.php</link>
<description>The &lt;a href=&quot;http://www.geckotribe.com/rss/carp/docs/examples/amazon.php&quot;&gt;Amazon.com associates example code&lt;/a&gt; has been udpated to work with Amazon&apos;s latest changes to their web services API. A few of the changes include:&lt;br /&gt;&lt;br /&gt;* Uses Access Key IDs instead of Developer Tokens or Subscription IDs (neither of which is being issued to new associates anymore since they&apos;re not used by the latest API).&lt;br /&gt;&lt;br /&gt;* Has built-in support for searching non-US Amazon sites.&lt;br /&gt;&lt;br /&gt;* The number of characters displayed from each review is configurable.&lt;br /&gt;&lt;br /&gt;* The example page lists available search indexes...</description>
<pubDate>Sat, 29 Oct 2005 12:12:00 -0600</pubDate>
</item>
<item>
<title>Multi-affiliates search page example using CaRP and Grouper</title>
<dc:creator>Antone Roundy</dc:creator>
<link>http://carp.docs.geckotribe.com/tips/2005/10/multi-affiliates-search-page-example.php</link>
<description>I&apos;ve posted an &lt;a href=&quot;http://www.geckotribe.com/rss/grouper/docs/examples/affiliate.php&quot;&gt;Affiliates RSS Example&lt;/a&gt; showing how CaRP and Grouper can be used to create a search page for multiple affiliates programs. A few noteworthy notes:&lt;br /&gt;&lt;br /&gt;1) The affiliate search results are displayed on your website so that if your visitor doesn&apos;t find anything interesting, they&apos;re still on your site.&lt;br /&gt;&lt;br /&gt;2) Multiple merchant sites can be searched from the same page, increasing the probability of your visitors finding something they&apos;re interested in. At the moment, the example code only sear...</description>
<pubDate>Fri, 07 Oct 2005 10:50:00 -0600</pubDate>
</item>
</channel>
</rss>
