<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>HackIX &#187; Zend</title>
	<atom:link href="http://blog.hackix.com/tag/zend/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hackix.com</link>
	<description>HackIX: Small Hacks for a Large World</description>
	<lastBuildDate>Thu, 19 Jan 2012 12:50:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
<link>http://blog.hackix.com</link>
<url>http://blog.hackix.com/wp-content/cbnet-favicon/favicon(5).ico</url>
<title>HackIX</title>
</image>
		<item>
		<title>Zend Server 5.6 is out</title>
		<link>http://blog.hackix.com/2012/01/zend-server-5-6-is-out/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://blog.hackix.com/2012/01/zend-server-5-6-is-out/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 22:20:27 +0000</pubDate>
		<dc:creator>Danny Froberg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Server]]></category>
		<category><![CDATA[Zend Studio]]></category>
		<category><![CDATA[Job Queue]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://blog.hackix.com/?p=746</guid>
		<description><![CDATA[Kevin Schroeder writes; Zend Server 5.6 is out.  I’m actually pretty stoked about this release.  Here’s a few reasons why.

Zend Server CE now contains the full Zend Server stack.  Why do I find this exciting?  Because the upgrade path from CE to the full version is stupid easy.  That means you can try out all [...]]]></description>
		<wfw:commentRss>http://blog.hackix.com/2012/01/zend-server-5-6-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend AMF Authentication &amp; Authorization</title>
		<link>http://blog.hackix.com/2011/09/zend-amf-authentication-authorization/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://blog.hackix.com/2011/09/zend-amf-authentication-authorization/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 09:29:57 +0000</pubDate>
		<dc:creator>Danny Froberg</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[ZendAMF]]></category>
		<category><![CDATA[Zend_Acl]]></category>
		<category><![CDATA[Zend_Amf_Server]]></category>
		<category><![CDATA[Zend_Auth]]></category>
		<category><![CDATA[Zend_Db]]></category>

		<guid isPermaLink="false">http://blog.hackix.com/?p=726</guid>
		<description><![CDATA[dkozar evolved a working method to Authenticate and Authorize a Flex based app datas service call using Zend AMF, he writes;
I’ve been struggling with it, and figured it all out — so, perhaps it could help others.
The authentication is called on the server only if credentials supplied from the client (via the remote procedure call [...]]]></description>
		<wfw:commentRss>http://blog.hackix.com/2011/09/zend-amf-authentication-authorization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Builder 4.5.x Test Drive for Mobile Tutorials</title>
		<link>http://blog.hackix.com/2011/08/flex-builder-4-5-x-test-drive-for-mobile-tutorials/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://blog.hackix.com/2011/08/flex-builder-4-5-x-test-drive-for-mobile-tutorials/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 09:34:22 +0000</pubDate>
		<dc:creator>Danny Froberg</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[ZendAMF]]></category>

		<guid isPermaLink="false">http://blog.hackix.com/?p=711</guid>
		<description><![CDATA[Here is a very good multi-part tutorial on the ins and outs of mobile client / server development, that adds some quite useful functionality on Android, Apple IOS and Blackberry mobile devices.
In  this Test Drive, you are going to create a Flex mobile application that  retrieves, displays, and modifies database records (see Figure [...]]]></description>
		<wfw:commentRss>http://blog.hackix.com/2011/08/flex-builder-4-5-x-test-drive-for-mobile-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You want to do WHAT with PHP? Chapter 10</title>
		<link>http://blog.hackix.com/2010/09/you-want-to-do-what-with-php-chapter-10/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://blog.hackix.com/2010/09/you-want-to-do-what-with-php-chapter-10/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 17:05:11 +0000</pubDate>
		<dc:creator>Danny Froberg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://blog.hackix.com/?p=649</guid>
		<description><![CDATA[With the book out and released I now reach the final chapter excerpt that I will have.  As I said in one of my previous chapter excerpts, I did not write this book to cover a wide range of topics.  I wrote it to cover a narrow range of topics, more fully.  [...]]]></description>
		<wfw:commentRss>http://blog.hackix.com/2010/09/you-want-to-do-what-with-php-chapter-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bootstrapping Zend_Translate with a LangSelector Plugin</title>
		<link>http://blog.hackix.com/2010/01/bootstrapping-zend_translate-with-a-langselector-plugin/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://blog.hackix.com/2010/01/bootstrapping-zend_translate-with-a-langselector-plugin/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 16:31:06 +0000</pubDate>
		<dc:creator>Danny Froberg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Translation]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[poedit]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[Zend_Locale]]></category>
		<category><![CDATA[Zend_Registry]]></category>
		<category><![CDATA[Zend_Session]]></category>
		<category><![CDATA[Zend_Translate]]></category>

		<guid isPermaLink="false">http://blog.hackix.com/?p=307</guid>
		<description><![CDATA[As an update to the method of hav­ing every­thing related to Zend_Translate and Zend_Locale in the Boot­strap, here is an alter­na­tive using an Con­troller Plu­gin that does the grunt work of val­i­dat­ing, select­ing and updat­ing the Zend_Locale, Zend_Registry &#038; Zend_Session using Zend_Session_Namespace. And we are using poedit .po &#038; .mo files as the source as usual.]]></description>
		<wfw:commentRss>http://blog.hackix.com/2010/01/bootstrapping-zend_translate-with-a-langselector-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Working with Zend_Translate and Poedit]]></series:name>
	</item>
	</channel>
</rss>

