<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ramblings of a Coder&#039;s Mind &#187; Whatpulse</title>
	<atom:link href="http://karunab.com/tag/whatpulse/feed/" rel="self" type="application/rss+xml" />
	<link>http://karunab.com</link>
	<description>Got Tech? Will Hack.</description>
	<lastBuildDate>Sun, 21 Feb 2010 17:56:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WhatPulse data parse class</title>
		<link>http://karunab.com/2008/02/02/whatpulse-data-parse-class/</link>
		<comments>http://karunab.com/2008/02/02/whatpulse-data-parse-class/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 07:07:28 +0000</pubDate>
		<dc:creator>Karun</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Whatpulse]]></category>

		<guid isPermaLink="false">http://karunab.com/?p=33</guid>
		<description><![CDATA[On 10th of December, 2008, 2 days before my Computer Networks paper I made a WhatPulse class in php to get data from the WhatPulse WebAPI for you to work with. With the information at your finger tips make a forum signature, why don&#8217;t you? ;)
I&#8217;ve added a few functions to the class and written [...]]]></description>
			<content:encoded><![CDATA[<p>On 10th of December, 2008, 2 days before my Computer Networks paper I made a WhatPulse class in php to get data from the WhatPulse WebAPI for you to work with. With the information at your finger tips make a forum signature, why don&#8217;t you? ;)<br />
I&#8217;ve added a few functions to the class and written a small example for people to use. Most people must have it already because the WebAPI came out around 2 years ago but in case there is someone who doesn&#8217;t have <strong>caching of the WhatPulse data</strong> then this is useful.</p>
<p>Caching of data means lesser resources used by your php script to<br />
a) Read from the WhatPulse server.<br />
b) Write to the server&#8217;s hard-disk.<br />
c) Use the server&#8217;s tubes (even though the xml is less than a kilobyte).</p>
<p>So what are you waiting for? Go have a look ;)<br />
<a href="http://svn.jalife.net/Random__Code/markup/HEAD/PHP___WhatPulse.class.php" target="_blank">WhatPulse.class.php on svn</a><br />
<a href="http://svn.jalife.net/Random__Code/markup/HEAD/PHP___WhatPulse_Example.php" target="_blank">WhatPulse_example.php on svn</a></p>
<p><em><a href="http://whatpulse.org/stats/users/127187/" target="_blank">My WhatPulse profile</a></em></p>
<p><strong>PS:</strong> This whole thing started with me updating to WhatPulse 1.5b1 after noticing that the WhatPulse team wasn&#8217;t going to release any more betas any time soon and the fact that I am currently 18th in the world :-o! (in keystrokes)<br />
More such releases to come soon. I&#8217;m planning to have a collection in the dev section. I make tons of useless scripts in php. Might as well put them up just in case someone finds them useful ;)</p>
<p>Everything written in this post except this line and the first line were written 2 months ago. I just didn&#8217;t put it up for so long :-(</p>
]]></content:encoded>
			<wfw:commentRss>http://karunab.com/2008/02/02/whatpulse-data-parse-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
