<?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>::WAREBOT::</title>
	<atom:link href="http://warebot.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://warebot.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Jan 2013 14:40:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>When Google Protocol Buffers met ZeroMQ</title>
		<link>http://warebot.com/2013/01/04/364/</link>
		<comments>http://warebot.com/2013/01/04/364/#comments</comments>
		<pubDate>Fri, 04 Jan 2013 15:56:10 +0000</pubDate>
		<dc:creator>warebot</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[Google Protocol Buffers]]></category>
		<category><![CDATA[Messaging]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[ZMQ]]></category>
		<category><![CDATA[messaging]]></category>
		<category><![CDATA[protocol buffers]]></category>
		<category><![CDATA[zmq]]></category>

		<guid isPermaLink="false">http://warebot.com/?p=364</guid>
		<description><![CDATA[<p>Greetings coders!</p> <p>This is a quick (very quick) tutorial on mixing up ZMQ and Google&#8217;s protocol buffers.<br /> There&#8217;s been a lot of debate around the pros and cons of using protocol buffers vs another form of on the exchange format e.g Json; We will not be getting into that today (or ever). </p> <p>So [...]]]></description>
		<wfw:commentRss>http://warebot.com/2013/01/04/364/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; fsockopen &amp; POST</title>
		<link>http://warebot.com/2011/05/25/php-fsockopen-post/</link>
		<comments>http://warebot.com/2011/05/25/php-fsockopen-post/#comments</comments>
		<pubDate>Wed, 25 May 2011 01:53:23 +0000</pubDate>
		<dc:creator>warebot</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://warebot.com/?p=353</guid>
		<description><![CDATA[<p>Today&#8217;s tutorial is short but very sweet.  When dealing with many of third party APIs or web services in general, you are pretty much required to either GET info or POST data, si?</p> <p>So yes yes, you are probably chanting CUrl  over there, but I&#8217;m an old schooler, and kinda like having a bit more [...]]]></description>
		<wfw:commentRss>http://warebot.com/2011/05/25/php-fsockopen-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 6 Rest Server &#8211; Allow argument passing to Views</title>
		<link>http://warebot.com/2011/05/18/drupal-6-rest-server-allow-argument-passing-to-views/</link>
		<comments>http://warebot.com/2011/05/18/drupal-6-rest-server-allow-argument-passing-to-views/#comments</comments>
		<pubDate>Wed, 18 May 2011 13:16:41 +0000</pubDate>
		<dc:creator>warebot</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[RESTFul]]></category>

		<guid isPermaLink="false">http://warebot.com/?p=327</guid>
		<description><![CDATA[<p>Good morning WAREBOT&#8217;rs</p> <p>Today we&#8217;ll be sharing how we were able to crack Drupal&#8217;s modules :</p> Services Rest Server Views Service <p>in order to allow argument passing to your endpoint API.</p> <p>We will adding simple modifications to the following files:</p> <p>RESTServer.inc &#8211; located in {path to your modules}/services/servers/rest_server/includes/RESTServer.inc</p> <p>services_views.resource.inc (OPTIONAL) &#8211; located in {path to [...]]]></description>
		<wfw:commentRss>http://warebot.com/2011/05/18/drupal-6-rest-server-allow-argument-passing-to-views/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; Fun with JSON</title>
		<link>http://warebot.com/2011/05/11/php-fun-with-json-2/</link>
		<comments>http://warebot.com/2011/05/11/php-fun-with-json-2/#comments</comments>
		<pubDate>Wed, 11 May 2011 16:29:18 +0000</pubDate>
		<dc:creator>warebot</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://warebot.com/?p=293</guid>
		<description><![CDATA[<p>Today we will talk a little about JSON.</p> <p>When it comes to Webservices communication, JSON is pretty much becoming the format of choice (the Rock Star! if i may) for many services/users. This preference is due to many reasons, mainly that it is lighter than it&#8217;s step sister (or brother) XML.</p> <p>Let&#8217;s take this simple [...]]]></description>
		<wfw:commentRss>http://warebot.com/2011/05/11/php-fun-with-json-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; Associative arrays</title>
		<link>http://warebot.com/2011/05/06/php-associative-arrays/</link>
		<comments>http://warebot.com/2011/05/06/php-associative-arrays/#comments</comments>
		<pubDate>Fri, 06 May 2011 22:14:39 +0000</pubDate>
		<dc:creator>warebot</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://warebot.com/?p=201</guid>
		<description><![CDATA[<p>Arrays are awesome. They are one of the easiest and most basic collection objects that you can use.</p> <p>You probably know the basic form of an array. integer-index based:</p> array[0] = 'hello arrays!'; <p>However you can also use more descriptive identifiers.<br /> Say for example you want to create an array to represent a product, [...]]]></description>
		<wfw:commentRss>http://warebot.com/2011/05/06/php-associative-arrays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter library &#8211; PHP</title>
		<link>http://warebot.com/2011/05/06/twitter-library-php/</link>
		<comments>http://warebot.com/2011/05/06/twitter-library-php/#comments</comments>
		<pubDate>Fri, 06 May 2011 16:45:07 +0000</pubDate>
		<dc:creator>warebot</dc:creator>
				<category><![CDATA[goodies]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://warebot.com/?p=193</guid>
		<description><![CDATA[Twitter library &#8211; PHP <p><a href="http://www.warebot.com/goodies/Tweeter.php.zip">Download</a></p> <p>You can use this library/class to communicate with the twitter api servers for:</p> Generating Tokens Authorizing Users Posting statuses <p>All OAuth work is built in. So all YOU have to worry about is your application!</p> <p>Quick tutorial <a href="http://warebot.com/2011/05/02/php-twitter-api-with-oauth">here</a></p>]]></description>
		<wfw:commentRss>http://warebot.com/2011/05/06/twitter-library-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; Save an object as a session variable?</title>
		<link>http://warebot.com/2011/05/03/php-save-an-object-as-a-session-variable/</link>
		<comments>http://warebot.com/2011/05/03/php-save-an-object-as-a-session-variable/#comments</comments>
		<pubDate>Tue, 03 May 2011 02:28:12 +0000</pubDate>
		<dc:creator>warebot</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://warebot.com/?p=126</guid>
		<description><![CDATA[<p>Saving the state of an object to your session can be very useful, and can be accomplished by using a combination of the serialize/unserialize functions.</p> <p>class.php</p> &#60;?php class warebot { //class implementation function warebot(){} } ?&#62; <p>class.php has our simple class definition/implementation.</p> <p>page1.php</p> <p> &#60;?php session_start(); require_once('class.php'); $object = new warebot(); $_SESSION['object'] = serialize($object); ?&#62; <p> [...]]]></description>
		<wfw:commentRss>http://warebot.com/2011/05/03/php-save-an-object-as-a-session-variable/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP Twitter API -with OAuth</title>
		<link>http://warebot.com/2011/05/02/php-twitter-api-with-oauth/</link>
		<comments>http://warebot.com/2011/05/02/php-twitter-api-with-oauth/#comments</comments>
		<pubDate>Mon, 02 May 2011 14:44:32 +0000</pubDate>
		<dc:creator>warebot</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://warebot.com/?p=122</guid>
		<description><![CDATA[<p>If you have been looking for a simple twitter library in PHP that will take care of the dirty OAuth handshakes for you, then my friend, you have come to the right place!</p> <p>Features:</p> Normalize your URL and prepare it to be signed Create your HMAC-SHA1 signature needed for OAuth Acquire request and access tokens, [...]]]></description>
		<wfw:commentRss>http://warebot.com/2011/05/02/php-twitter-api-with-oauth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS SDK &#8211; Locating current (location) coordinates</title>
		<link>http://warebot.com/2011/04/15/ios-sdk-locating-current-location-coordinates/</link>
		<comments>http://warebot.com/2011/04/15/ios-sdk-locating-current-location-coordinates/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 17:59:06 +0000</pubDate>
		<dc:creator>warebot</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[iPhone Development]]></category>

		<guid isPermaLink="false">http://warebot.com/?p=30</guid>
		<description><![CDATA[<p>If you are a noob to the iOS SDK and iPhone development, you have probably heard of &#8220;Location aware&#8221; apps or other terms that have gotten you interested in &#8220;Hmmm&#8230;how do I fetch my current location?&#8221;</p> <p>With all the &#8220;Chek-in&#8221; functionalities and other API functionalities like local search (provided by Google, CitySearch, Yahoo, Bing and [...]]]></description>
		<wfw:commentRss>http://warebot.com/2011/04/15/ios-sdk-locating-current-location-coordinates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Objective-c: How to sort an array of objects</title>
		<link>http://warebot.com/2011/04/04/objective-c-how-to-sort-an-array-of-objects/</link>
		<comments>http://warebot.com/2011/04/04/objective-c-how-to-sort-an-array-of-objects/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 17:31:37 +0000</pubDate>
		<dc:creator>warebot</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[iPhone Development]]></category>

		<guid isPermaLink="false">http://warebot.com/?p=20</guid>
		<description><![CDATA[<p>In this quick tutorial i will show you how to sort an array of custom/user-defined objects.<br /> For this tutorial we will create a simple class called &#8220;state&#8221; and give it one field/property called &#8220;name&#8221;</p> Our Class interface: state.h @interface state : NSObject { NSString *name; } -(NSComparisonResult)compareByName:(state*)otherObject; @property(nonatomic,copy) NSString *name; @end <p>Our function compareByName [...]]]></description>
		<wfw:commentRss>http://warebot.com/2011/04/04/objective-c-how-to-sort-an-array-of-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
