<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for blog.log2e.com</title>
	<atom:link href="http://blog.log2e.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.log2e.com</link>
	<description>Tutorials and Code Snippets</description>
	<lastBuildDate>Mon, 25 Apr 2011 14:58:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on Utilizing the Zend AMF Server Inside a Zend Controller by toy</title>
		<link>http://blog.log2e.com/2008/12/14/utilizing-the-zend-amf-server-inside-a-zend-controller/comment-page-1/#comment-1002</link>
		<dc:creator>toy</dc:creator>
		<pubDate>Mon, 25 Apr 2011 14:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=199#comment-1002</guid>
		<description>could you please post 
articleVO.php

without it - i cant seem to get a complete picture

thanks!</description>
		<content:encoded><![CDATA[<p>could you please post<br />
articleVO.php</p>
<p>without it &#8211; i cant seem to get a complete picture</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Utilizing the Zend AMF Server Inside a Zend Controller by yohan</title>
		<link>http://blog.log2e.com/2008/12/14/utilizing-the-zend-amf-server-inside-a-zend-controller/comment-page-1/#comment-823</link>
		<dc:creator>yohan</dc:creator>
		<pubDate>Sat, 12 Mar 2011 18:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=199#comment-823</guid>
		<description>thanks for the explanation

better use $this-&gt;getResponse()-&gt;appendBody($server-&gt;handle()) than
echo($server-&gt;handle()); at the end of the action.

you can also add extra header with this method</description>
		<content:encoded><![CDATA[<p>thanks for the explanation</p>
<p>better use $this-&gt;getResponse()-&gt;appendBody($server-&gt;handle()) than<br />
echo($server-&gt;handle()); at the end of the action.</p>
<p>you can also add extra header with this method</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a SWC Component in FlashDevelop by RDRush</title>
		<link>http://blog.log2e.com/2008/05/07/creating-a-swc-component-in-flashdevelop/comment-page-1/#comment-677</link>
		<dc:creator>RDRush</dc:creator>
		<pubDate>Thu, 20 Jan 2011 05:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=6#comment-677</guid>
		<description>Nice tutorial.

Now, all we have to do is figure out how to get a Flex GUI designer in FD and it is on. I have a feeling that the use of Flex in a web browser component (native .Net for FD) will yield the desirable result.

SWC files are renamed zip files...
Awesome stuff.

Take care everybody!</description>
		<content:encoded><![CDATA[<p>Nice tutorial.</p>
<p>Now, all we have to do is figure out how to get a Flex GUI designer in FD and it is on. I have a feeling that the use of Flex in a web browser component (native .Net for FD) will yield the desirable result.</p>
<p>SWC files are renamed zip files&#8230;<br />
Awesome stuff.</p>
<p>Take care everybody!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a SWC Component in FlashDevelop by John</title>
		<link>http://blog.log2e.com/2008/05/07/creating-a-swc-component-in-flashdevelop/comment-page-1/#comment-674</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 19 Jan 2011 17:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=6#comment-674</guid>
		<description>@rezid

http://www.flashdevelop.org/community/viewtopic.php?f=4&amp;t=5731

That may help you out....</description>
		<content:encoded><![CDATA[<p>@rezid</p>
<p><a href="http://www.flashdevelop.org/community/viewtopic.php?f=4&#038;t=5731" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.flashdevelop.org/community/viewtopic.php?f=4_038_t=5731&amp;referer=');">http://www.flashdevelop.org/community/viewtopic.php?f=4&#038;t=5731</a></p>
<p>That may help you out&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a SWC Component in FlashDevelop by rezid</title>
		<link>http://blog.log2e.com/2008/05/07/creating-a-swc-component-in-flashdevelop/comment-page-1/#comment-657</link>
		<dc:creator>rezid</dc:creator>
		<pubDate>Mon, 10 Jan 2011 23:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=6#comment-657</guid>
		<description>Hi, I installed the plugin as described but I keep getting this message when I hit the &#039;Export SWC&#039; icon:

*** Unable to build SWC: Project or compc.exe not found
   w ExportSWC.SWCBuilder.RunCompc(String confpath)

My As3 Context config is set up properly and I can do regular projects. I have no clue how to fix that so I&#039;d appreciate your help.</description>
		<content:encoded><![CDATA[<p>Hi, I installed the plugin as described but I keep getting this message when I hit the &#8216;Export SWC&#8217; icon:</p>
<p>*** Unable to build SWC: Project or compc.exe not found<br />
   w ExportSWC.SWCBuilder.RunCompc(String confpath)</p>
<p>My As3 Context config is set up properly and I can do regular projects. I have no clue how to fix that so I&#8217;d appreciate your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter, Flex and JSON by Jason</title>
		<link>http://blog.log2e.com/2008/05/25/twitter-flex-and-json/comment-page-1/#comment-641</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 04 Jan 2011 23:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=32#comment-641</guid>
		<description>Awesome. Thanks a bunch; I&#039;ve been looking for this for weeks. So. Now that I&#039;ve got this going in Flash Builder, how can I modify this code to pull recent tweets by keyword? Is there a way to do that in this code?</description>
		<content:encoded><![CDATA[<p>Awesome. Thanks a bunch; I&#8217;ve been looking for this for weeks. So. Now that I&#8217;ve got this going in Flash Builder, how can I modify this code to pull recent tweets by keyword? Is there a way to do that in this code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spinning Preloader &#8211; An All-Time Classic in Pure AS3 by vatrjngdndajnad</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/comment-page-1/#comment-634</link>
		<dc:creator>vatrjngdndajnad</dc:creator>
		<pubDate>Sun, 02 Jan 2011 23:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-634</guid>
		<description>I know this is well documented and you are a very nice human beeing sharing it with a big community and you don&#039;t need to do that. 
But I&#039;m a helpless little piece of crap in AS3 and I need to know how to implement the loader class: After hours of trying it would be better for me if you were less well-intentioned.</description>
		<content:encoded><![CDATA[<p>I know this is well documented and you are a very nice human beeing sharing it with a big community and you don&#8217;t need to do that.<br />
But I&#8217;m a helpless little piece of crap in AS3 and I need to know how to implement the loader class: After hours of trying it would be better for me if you were less well-intentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Custom Resource Plugin in Zend Framework 1.8 by Simone</title>
		<link>http://blog.log2e.com/2009/06/01/creating-a-custom-resource-plugin-in-zend-framework-18/comment-page-1/#comment-606</link>
		<dc:creator>Simone</dc:creator>
		<pubDate>Sat, 25 Dec 2010 17:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=245#comment-606</guid>
		<description>You can also use the bootrap container to retrieve the instance of AppInfo returned by the plugin resource:

$bootstrap = $this-&gt;getInvokeArg(&#039;bootstrap&#039;);
$appInfo = $bootstrap-&gt;getResource(&#039;appInfo&#039;);

...but probably  Zend_Registry is more convenient.
Good work!</description>
		<content:encoded><![CDATA[<p>You can also use the bootrap container to retrieve the instance of AppInfo returned by the plugin resource:</p>
<p>$bootstrap = $this-&gt;getInvokeArg(&#8216;bootstrap&#8217;);<br />
$appInfo = $bootstrap-&gt;getResource(&#8216;appInfo&#8217;);</p>
<p>&#8230;but probably  Zend_Registry is more convenient.<br />
Good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When a Cross-Domain Policy File is not Enough by FreightTrain</title>
		<link>http://blog.log2e.com/2008/08/15/when-a-cross-domain-policy-file-is-not-enough/comment-page-1/#comment-543</link>
		<dc:creator>FreightTrain</dc:creator>
		<pubDate>Mon, 08 Nov 2010 03:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=87#comment-543</guid>
		<description>YYYYEEEEEEESSSSSSSSSSSS!!!! You the man! Four hours resolved by this post!!!!!!!
Thank you!</description>
		<content:encoded><![CDATA[<p>YYYYEEEEEEESSSSSSSSSSSS!!!! You the man! Four hours resolved by this post!!!!!!!<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Utilizing the Zend AMF Server Inside a Zend Controller by Janther</title>
		<link>http://blog.log2e.com/2008/12/14/utilizing-the-zend-amf-server-inside-a-zend-controller/comment-page-1/#comment-539</link>
		<dc:creator>Janther</dc:creator>
		<pubDate>Sat, 06 Nov 2010 22:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=199#comment-539</guid>
		<description>Hi,
I actually tried this way when i was new to Zend and I would discourage this aproach. It is easy for newcomers but it executes a lot of code you wouldnt want in your messaging gateway like every boostrap file of every module, plugins with predispatch and postdispach options etc... Even Wade Arnold creator of Zend_AMF suggest this .htaccess file.

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^/?amf     amf.php            [NC,L]
RewriteRule ^.*$         index.php          [NC,L]

and have in you amf.php file something like

defined(&#039;APPLICATION_PATH&#039;)
    &#124;&#124; define(&#039;APPLICATION_PATH&#039;, realpath(dirname(__FILE__) . &#039;/../application&#039;));

defined(&#039;APPLICATION_ENV&#039;)
    &#124;&#124; define(&#039;APPLICATION_ENV&#039;, (getenv(&#039;APPLICATION_ENV&#039;) ? getenv(&#039;APPLICATION_ENV&#039;) : &#039;production&#039;));

set_include_path(implode(PATH_SEPARATOR, array(
    realpath(APPLICATION_PATH . &#039;/../library&#039;),
    get_include_path(),
)));

require_once &#039;Zend/Loader/Autoloader.php&#039;;
$loader = Zend_Loader_Autoloader::getInstance();

and voila, you have the same autoloading and access to any part of your application and the zend framework without the extra execution.

if you need to load the db configuration from the aplication.ini file use something like:

$configuration = new Zend_Config_Ini(APPLICATION_PATH . &#039;/configs/application.ini&#039;,
									 APPLICATION_ENV);
$dbAdapter = Zend_Db::factory($configuration-&gt;resources-&gt;db);
Zend_Db_Table_Abstract::setDefaultAdapter($dbAdapter);

and you are ready to go.

using this aproach i reduced almost a second of innecesary computing that is not used in AMF but would be needed for the html.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I actually tried this way when i was new to Zend and I would discourage this aproach. It is easy for newcomers but it executes a lot of code you wouldnt want in your messaging gateway like every boostrap file of every module, plugins with predispatch and postdispach options etc&#8230; Even Wade Arnold creator of Zend_AMF suggest this .htaccess file.</p>
<p>RewriteEngine On<br />
RewriteCond %{REQUEST_FILENAME} -s [OR]<br />
RewriteCond %{REQUEST_FILENAME} -l [OR]<br />
RewriteCond %{REQUEST_FILENAME} -d<br />
RewriteRule ^.*$ &#8211; [NC,L]<br />
RewriteRule ^/?amf     amf.php            [NC,L]<br />
RewriteRule ^.*$         index.php          [NC,L]</p>
<p>and have in you amf.php file something like</p>
<p>defined(&#8216;APPLICATION_PATH&#8217;)<br />
    || define(&#8216;APPLICATION_PATH&#8217;, realpath(dirname(__FILE__) . &#8216;/../application&#8217;));</p>
<p>defined(&#8216;APPLICATION_ENV&#8217;)<br />
    || define(&#8216;APPLICATION_ENV&#8217;, (getenv(&#8216;APPLICATION_ENV&#8217;) ? getenv(&#8216;APPLICATION_ENV&#8217;) : &#8216;production&#8217;));</p>
<p>set_include_path(implode(PATH_SEPARATOR, array(<br />
    realpath(APPLICATION_PATH . &#8216;/../library&#8217;),<br />
    get_include_path(),<br />
)));</p>
<p>require_once &#8216;Zend/Loader/Autoloader.php&#8217;;<br />
$loader = Zend_Loader_Autoloader::getInstance();</p>
<p>and voila, you have the same autoloading and access to any part of your application and the zend framework without the extra execution.</p>
<p>if you need to load the db configuration from the aplication.ini file use something like:</p>
<p>$configuration = new Zend_Config_Ini(APPLICATION_PATH . &#8216;/configs/application.ini&#8217;,<br />
									 APPLICATION_ENV);<br />
$dbAdapter = Zend_Db::factory($configuration-&gt;resources-&gt;db);<br />
Zend_Db_Table_Abstract::setDefaultAdapter($dbAdapter);</p>
<p>and you are ready to go.</p>
<p>using this aproach i reduced almost a second of innecesary computing that is not used in AMF but would be needed for the html.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

