<?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>Alex Venture Project</title>
	<atom:link href="http://www.alexventure.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexventure.com</link>
	<description>Zend Framework Enthusiast, PHP Developer for Hire, Zend Certified Engineer</description>
	<lastBuildDate>Thu, 29 Mar 2012 20:10:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>HTML5 Websockets Are Awesome!</title>
		<link>http://www.alexventure.com/2012/03/10/html5-websockets-are-awesome/</link>
		<comments>http://www.alexventure.com/2012/03/10/html5-websockets-are-awesome/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 18:21:44 +0000</pubDate>
		<dc:creator>Alex Albino</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[GTUGsf]]></category>
		<category><![CDATA[HTML5 WebSockets]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.alexventure.com/?p=261</guid>
		<description><![CDATA[Zend Websockets, Zend HTML5 Websockets, PHP Websockets. HTML5 Websockets are supported to a certain extent in (mostly) all major browsers. Websockets allow you to send and receive (full-duplex) data between your client (perhaps a front-end javascript socket connection), and your Websocket server (a python or PHP Websocket server) at the same time. Common AJAX or [...]]]></description>
		<wfw:commentRss>http://www.alexventure.com/2012/03/10/html5-websockets-are-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework and Cybersource API</title>
		<link>http://www.alexventure.com/2012/02/21/zend-framework-cybersource-api/</link>
		<comments>http://www.alexventure.com/2012/02/21/zend-framework-cybersource-api/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 00:43:52 +0000</pubDate>
		<dc:creator>Alex Albino</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[Cybersource]]></category>
		<category><![CDATA[E-Commerce API]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend Framework Tutorial]]></category>

		<guid isPermaLink="false">http://www.alexventure.com/?p=240</guid>
		<description><![CDATA[Zend Framework and Cybersource API. Oddly enough, you don&#8217;t need the Zend_Soap_Client class for this. We are better off just using the SoapClient class provided by PHP. We can then authorize and capture funds, create subscriptions, and access reporting features using the Cybersource API as described in their documentation. Here is the code: &#60;?php define&#40;'CYBERSOURCE_MERCHANT_ID', [...]]]></description>
		<wfw:commentRss>http://www.alexventure.com/2012/02/21/zend-framework-cybersource-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A jQuery Google Maps Plug-in example</title>
		<link>http://www.alexventure.com/2011/09/09/a-jquery-google-maps-plug-in-example/</link>
		<comments>http://www.alexventure.com/2011/09/09/a-jquery-google-maps-plug-in-example/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 17:23:00 +0000</pubDate>
		<dc:creator>Alex Albino</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery UI plugin]]></category>

		<guid isPermaLink="false">http://www.alexventure.com/?p=255</guid>
		<description><![CDATA[jQuery Google Maps plug-in example. This code demonstrates how to achieve integrating a Google Map with custom Markers using jQuery. The two snippets here target jQuery 1.4.x and 1.5.x or higher respectively, but the html snippet further down the page can include either version of this plugin. NOTE: You must include the jQuery UI library [...]]]></description>
		<wfw:commentRss>http://www.alexventure.com/2011/09/09/a-jquery-google-maps-plug-in-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework and PayPal API &#8211; Part 2 of 2</title>
		<link>http://www.alexventure.com/2011/04/02/zend-framework-and-paypal-api-part-2-of-2/</link>
		<comments>http://www.alexventure.com/2011/04/02/zend-framework-and-paypal-api-part-2-of-2/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 05:10:24 +0000</pubDate>
		<dc:creator>Alex Albino</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[E-Commerce API]]></category>
		<category><![CDATA[PayPal API]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend Framework Tutorial]]></category>

		<guid isPermaLink="false">http://www.alexventure.com/?p=220</guid>
		<description><![CDATA[Zend Framework and PayPal API. Zend_Http_Client can be extended to call the PayPal NVP doExpressCheckout API call. If you haven&#8217;t yet, feel free to read Part 1 &#8211; (Zend Framework and the PayPal NVP DoDirectPayment API call) &#8230;That&#8217;s where the Paypal_Client class is started. The difference between the PayPal doExpressCheckout API call and doDirectPayment API [...]]]></description>
		<wfw:commentRss>http://www.alexventure.com/2011/04/02/zend-framework-and-paypal-api-part-2-of-2/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Zend Framework and PayPal API &#8211; Part 1 of 2</title>
		<link>http://www.alexventure.com/2011/02/28/zend-framework-and-the-paypal-api-part-1-of-2/</link>
		<comments>http://www.alexventure.com/2011/02/28/zend-framework-and-the-paypal-api-part-1-of-2/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 03:09:52 +0000</pubDate>
		<dc:creator>Alex Albino</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[PayPal API]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend Framework Tutorial]]></category>

		<guid isPermaLink="false">http://www.alexventure.com/?p=156</guid>
		<description><![CDATA[Zend Framework and Paypal. Leveraging the Zend Framework to use the PayPal NVP API is accomplished using the Zend_Http_Client class, and PayPal API credentials. The following article series shows how to complete a transaction using DoDirectPayment (Website Payments Pro), and how to DoExpressCheckout (Express Checkout) using the Zend_Http_Client class. Much of this information was compiled [...]]]></description>
		<wfw:commentRss>http://www.alexventure.com/2011/02/28/zend-framework-and-the-paypal-api-part-1-of-2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Zend Framework and Google Maps API Geocoding, Geolocalization</title>
		<link>http://www.alexventure.com/2010/10/22/zend-framework-and-google-maps-api-geocoding-geolocalization/</link>
		<comments>http://www.alexventure.com/2010/10/22/zend-framework-and-google-maps-api-geocoding-geolocalization/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 16:41:26 +0000</pubDate>
		<dc:creator>Alex Albino</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[Geocoding]]></category>
		<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[Google Maps API]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.alexventure.com/?p=111</guid>
		<description><![CDATA[Zend Framework and Geocoding, Google Maps API. This post explains how to use the Zend Framework and Geocoding via the Google Maps API. Recently, I was assigned a task that involved geolocating adresses based on their physical address. Thankfully, a bit of investigation a la google yielded plenty of examples that use RESTful queries to [...]]]></description>
		<wfw:commentRss>http://www.alexventure.com/2010/10/22/zend-framework-and-google-maps-api-geocoding-geolocalization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analog Audio Blog</title>
		<link>http://www.alexventure.com/2010/02/17/analog-audio-blog/</link>
		<comments>http://www.alexventure.com/2010/02/17/analog-audio-blog/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 02:05:35 +0000</pubDate>
		<dc:creator>Alex Albino</dc:creator>
				<category><![CDATA[Current Events]]></category>
		<category><![CDATA[Analog Audio]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[TASCAM]]></category>

		<guid isPermaLink="false">http://www.alexventure.com/2010/02/17/analog-audio-blog/</guid>
		<description><![CDATA[A very interesting assortment of analog equipment from yesteryear at http://www.15ips.com &#8230;A good read for anyone into analog audio equipment and more.]]></description>
		<wfw:commentRss>http://www.alexventure.com/2010/02/17/analog-audio-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checkers .Net project</title>
		<link>http://www.alexventure.com/2009/01/04/checkers-net-project/</link>
		<comments>http://www.alexventure.com/2009/01/04/checkers-net-project/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 03:33:36 +0000</pubDate>
		<dc:creator>Alex Albino</dc:creator>
				<category><![CDATA[Current Events]]></category>

		<guid isPermaLink="false">http://www.alexventure.com/?p=44</guid>
		<description><![CDATA[Download ye-old-checkers.zip Well folks, I finally got around to posting what I have so far regarding the Checkers game I was talking about. It doesn&#8217;t have network multiplay, or A.I. Players (yet), &#8230;but if you are so inclined, you can add that yourself! At the moment, you *are* able to play turn-by-turn, and change colors [...]]]></description>
		<wfw:commentRss>http://www.alexventure.com/2009/01/04/checkers-net-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gettin&#8217; my .Net Mojo going&#8217;</title>
		<link>http://www.alexventure.com/2008/09/12/gettin-my-net-mojo-going/</link>
		<comments>http://www.alexventure.com/2008/09/12/gettin-my-net-mojo-going/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 08:03:54 +0000</pubDate>
		<dc:creator>Alex Albino</dc:creator>
				<category><![CDATA[Current Events]]></category>

		<guid isPermaLink="false">http://www.alexventure.com/?p=35</guid>
		<description><![CDATA[A few years back, in the days of VB 6, I gained a real interest in programming. It was the most enjoyable hobby ever invented. Then .Net came around. That, my fellow readers, sent me an a lot of other VB 6 programmers into one heck of a pickle. We had to learn the new [...]]]></description>
		<wfw:commentRss>http://www.alexventure.com/2008/09/12/gettin-my-net-mojo-going/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

