<?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>Kevin Peno &#187; web-service</title>
	<atom:link href="http://kevinpeno.com/uncategorized/web-service/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevinpeno.com</link>
	<description>Game development for everyday browsers</description>
	<lastBuildDate>Mon, 18 May 2009 21:26:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disinfectant Cleanser With Bleach</title>
		<link>http://kevinpeno.com/2009/04/18/68-disinfectant-cleanser-with-bleach.html</link>
		<comments>http://kevinpeno.com/2009/04/18/68-disinfectant-cleanser-with-bleach.html#comments</comments>
		<pubDate>Sat, 18 Apr 2009 17:13:29 +0000</pubDate>
		<dc:creator>Kevin Peno</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[comet]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[web-service]]></category>

		<guid isPermaLink="false">http://www.kevinpeno.com/2009/04/18/68-disinfectant-cleanser-with-bleach.html</guid>
		<description><![CDATA[So jQuery Love made a post talking about Games Over the Wire yesterday. I found it ironic that this was posted on the same day that I posted about using comet for games. Coincidentally, I also had been discussing with a few people offering a comet web service to allow people who can&#8217;t setup a [...]]]></description>
			<content:encoded><![CDATA[<p>So <a href="http://jquerylove.com/" target="_blank">jQuery Love</a> made a post talking about <a href="http://jquerylove.com/2009/04/16/games-over-the-wire/">Games Over the Wire</a> yesterday. I found it ironic that this was posted on the same day that I posted about using <a href="http://www.kevinpeno.com/2009/04/16/67-comet-battleship-win.html" target="_blank">comet for games</a>. Coincidentally, I also had been discussing with a few people offering a comet web service to allow people who can&#8217;t setup a comet server to share my server. Well, needless to say, the post made me want to set down a complete the service. So, here&#8217;s all the details.</p>
<p>First off, go and <a href="http://www.kevinpeno.com/services/comet/signup.aspx" target="_self">sign up</a> to get an API key so that you can use the service. Second, <a href="http://www.kevinpeno.com/services/comet/service.asmx">take a look at the documentation</a> on the methods available. After that, it is as simple as making a GET/POST request (w/ SOAP if you prefer) in the correct format for the method.</p>
<p>I&#8217;ve left all the API Key&#8217;s to run with unlimited requests. However, if the this gets popular I will obviously need to throttle those that are beating heavily on the server. So it is probably not a generally good idea to put your API key in your JS source, even though the service won&#8217;t care either way. Doing so would give the ability for anyone to make requests against the server in your name with full access to your channels, etc.</p>
<p>Let me know your thoughts!</p>
<p>Update: I&#8217;ve updated the service links to a new C# web service.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevinpeno.com/2009/04/18/68-disinfectant-cleanser-with-bleach.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
