<?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 Zimuel&#039;s blog</title>
	<atom:link href="http://www.zimuel.it/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.zimuel.it/blog</link>
	<description>Computer programming in PHP for business and passion</description>
	<lastBuildDate>Fri, 03 Sep 2010 06:30:42 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Convert a spool file to PDF using PHP on i5/OS by Enrico Zimuel</title>
		<link>http://www.zimuel.it/blog/?p=360&#038;cpage=1#comment-240</link>
		<dc:creator>Enrico Zimuel</dc:creator>
		<pubDate>Fri, 03 Sep 2010 06:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.zimuel.it/blog/?p=360#comment-240</guid>
		<description>Hi David,
unfortunately the i5_spool can manage only strings, no images. If you need to convert complex spool file to PDF I suggest to use the CVT2PDF (http://www.code400.com/cvt2pdf.php) and call it with the i5 Toolkit from PHP.</description>
		<content:encoded><![CDATA[<p>Hi David,<br />
unfortunately the i5_spool can manage only strings, no images. If you need to convert complex spool file to PDF I suggest to use the CVT2PDF (<a href="http://www.code400.com/cvt2pdf.php" rel="nofollow">http://www.code400.com/cvt2pdf.php</a>) and call it with the i5 Toolkit from PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert a spool file to PDF using PHP on i5/OS by David Porter</title>
		<link>http://www.zimuel.it/blog/?p=360&#038;cpage=1#comment-239</link>
		<dc:creator>David Porter</dc:creator>
		<pubDate>Wed, 01 Sep 2010 17:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.zimuel.it/blog/?p=360#comment-239</guid>
		<description>Zimuel,

Thanks for the Spool Class and information on using the i5 Toolkit for strong i5/OS interactions.

I have a question: why does the i5_spool_get_data function only return a string, and being a string, why does it not return any of the formatting data associated with a print file such as boxes, simple lines or image overlays?

I would love to use the toolkit to convert spool data to PDF but I need all of the spool data, not just a long string of unformatted text.

Does that make sense?</description>
		<content:encoded><![CDATA[<p>Zimuel,</p>
<p>Thanks for the Spool Class and information on using the i5 Toolkit for strong i5/OS interactions.</p>
<p>I have a question: why does the i5_spool_get_data function only return a string, and being a string, why does it not return any of the formatting data associated with a print file such as boxes, simple lines or image overlays?</p>
<p>I would love to use the toolkit to convert spool data to PDF but I need all of the spool data, not just a long string of unformatted text.</p>
<p>Does that make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a secure login with Zend Framework by ninon</title>
		<link>http://www.zimuel.it/blog/?p=86&#038;cpage=1#comment-236</link>
		<dc:creator>ninon</dc:creator>
		<pubDate>Thu, 26 Aug 2010 08:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.zimuel.it/blog/?p=86#comment-236</guid>
		<description>Hi!!
thanks for your article, it&#039;s been so useful to me.  I&#039;m novice in zend and I&#039;ve a doubt. I have a vhost configuration, the host name is &#039;testhost&#039;, and I don&#039;t understand how the request http://testhost is redirected to http://testhost/index/login. Who is calling the loginAction() action that renders the view?
thanks in advanced!</description>
		<content:encoded><![CDATA[<p>Hi!!<br />
thanks for your article, it&#8217;s been so useful to me.  I&#8217;m novice in zend and I&#8217;ve a doubt. I have a vhost configuration, the host name is &#8216;testhost&#8217;, and I don&#8217;t understand how the request <a href="http://testhost" rel="nofollow">http://testhost</a> is redirected to <a href="http://testhost/index/login" rel="nofollow">http://testhost/index/login</a>. Who is calling the loginAction() action that renders the view?<br />
thanks in advanced!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use the Google Maps API with PHP by snow boots</title>
		<link>http://www.zimuel.it/blog/?p=23&#038;cpage=1#comment-233</link>
		<dc:creator>snow boots</dc:creator>
		<pubDate>Fri, 13 Aug 2010 07:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zimuel.it/blog/?p=23#comment-233</guid>
		<description>Using the Google Maps API you can easly compare the data stored into your database with the google data and fix the errors.</description>
		<content:encoded><![CDATA[<p>Using the Google Maps API you can easly compare the data stored into your database with the google data and fix the errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the Job Queue API of the Zend Platform by Enrico Zimuel</title>
		<link>http://www.zimuel.it/blog/?p=62&#038;cpage=1#comment-227</link>
		<dc:creator>Enrico Zimuel</dc:creator>
		<pubDate>Thu, 29 Jul 2010 17:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.zimuel.it/blog/?p=62#comment-227</guid>
		<description>To use the ZendAPI_Queue you have to run your PHP application using Zend Platform (http://www.zend.com/en/products/platform/).
I suggest to check the new version of the Job Queue on the Zend Server (http://www.zend.com/en/products/server/).</description>
		<content:encoded><![CDATA[<p>To use the ZendAPI_Queue you have to run your PHP application using Zend Platform (<a href="http://www.zend.com/en/products/platform/)" rel="nofollow">http://www.zend.com/en/products/platform/)</a>.<br />
I suggest to check the new version of the Job Queue on the Zend Server (<a href="http://www.zend.com/en/products/server/)." rel="nofollow">http://www.zend.com/en/products/server/).</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use the Google Maps API with PHP by ClubPenguinCheats</title>
		<link>http://www.zimuel.it/blog/?p=23&#038;cpage=1#comment-224</link>
		<dc:creator>ClubPenguinCheats</dc:creator>
		<pubDate>Thu, 29 Jul 2010 00:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.zimuel.it/blog/?p=23#comment-224</guid>
		<description>I am interested in getting drivind distance between two location. I have found quite good article which shows how to do it in .js.</description>
		<content:encoded><![CDATA[<p>I am interested in getting drivind distance between two location. I have found quite good article which shows how to do it in .js.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the Job Queue API of the Zend Platform by Arulmozhi</title>
		<link>http://www.zimuel.it/blog/?p=62&#038;cpage=1#comment-223</link>
		<dc:creator>Arulmozhi</dc:creator>
		<pubDate>Tue, 27 Jul 2010 09:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.zimuel.it/blog/?p=62#comment-223</guid>
		<description>Hi Sir,
Iam running through Zend framework only,Still am getting this error

” Fatal error: Class ‘ZendAPI_Queue’ not found in C:\xampp\htdocs\BuyTradeBiz\index.php on line 90″</description>
		<content:encoded><![CDATA[<p>Hi Sir,<br />
Iam running through Zend framework only,Still am getting this error</p>
<p>” Fatal error: Class ‘ZendAPI_Queue’ not found in C:\xampp\htdocs\BuyTradeBiz\index.php on line 90″</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmarking Zend Server CE with Joomla by Enrico Zimuel</title>
		<link>http://www.zimuel.it/blog/?p=435&#038;cpage=1#comment-220</link>
		<dc:creator>Enrico Zimuel</dc:creator>
		<pubDate>Sat, 24 Jul 2010 14:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.zimuel.it/blog/?p=435#comment-220</guid>
		<description>Hi Raoul,
your Joomla is not running with Zend Server, it&#039;s running with your previous installation of the PHP engine using eAccelerator.
If you are using Linux, Zend Server CE (ZS-CE) runs by default  on the 10088 port. This means you have to configure the Apache running to point to your Joomla installation using the port 10088. In this way you can compare the performance of Joomla using your previous PHP environment (for instance, http://localhost/joomla) and the onw with ZS-CE (for instance, http://localhost:10088/joomla).</description>
		<content:encoded><![CDATA[<p>Hi Raoul,<br />
your Joomla is not running with Zend Server, it&#8217;s running with your previous installation of the PHP engine using eAccelerator.<br />
If you are using Linux, Zend Server CE (ZS-CE) runs by default  on the 10088 port. This means you have to configure the Apache running to point to your Joomla installation using the port 10088. In this way you can compare the performance of Joomla using your previous PHP environment (for instance, <a href="http://localhost/joomla)" rel="nofollow">http://localhost/joomla)</a> and the onw with ZS-CE (for instance, <a href="http://localhost:10088/joomla)." rel="nofollow">http://localhost:10088/joomla).</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use the Google Maps API with PHP by khanchai</title>
		<link>http://www.zimuel.it/blog/?p=23&#038;cpage=1#comment-216</link>
		<dc:creator>khanchai</dc:creator>
		<pubDate>Wed, 21 Jul 2010 10:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.zimuel.it/blog/?p=23#comment-216</guid>
		<description>thank you for share, :D</description>
		<content:encoded><![CDATA[<p>thank you for share, <img src='http://www.zimuel.it/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmarking Zend Server CE with Joomla by Raoul</title>
		<link>http://www.zimuel.it/blog/?p=435&#038;cpage=1#comment-212</link>
		<dc:creator>Raoul</dc:creator>
		<pubDate>Fri, 16 Jul 2010 05:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.zimuel.it/blog/?p=435#comment-212</guid>
		<description>What exactly do you mean by &quot;running on Zend Server&quot;?
Zend server is installed and I can access the admin for it. Does Joomla have to be installed differently or again to take advantage of Zend?

I have this in Joomla PHPinfo page.
&quot;This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
with eAccelerator v0.9.6, Copyright (c) 2004-2010 eAccelerator, by eAccelerator with the ionCube PHP Loader v3.3.14, Copyright (c) 2002-2010, by ionCube Ltd., and with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies with Suhosin v0.9.29, Copyright (c) 2007, by SektionEins GmbH&quot;


and

&quot;Zend Optimizer
Optimization Pass 1 enabled
Optimization Pass 2 enabled
Optimization Pass 3 enabled
Optimization Pass 4 enabled
Optimization Pass 9 enabled
Zend Loader enabled
License Path no value
Obfuscation level 3&quot;


I do not see any reference to Zend Data Cache or Zend Optimizer+.

In the Zend Server PHPinfo Page I can see references to both Zend Data Cache and Zend Optimizer+

On the face of it it appears that Joomla is not running on/ in the Zend framework. How do we get that happening. Is it a completely different apache instance?

Thanks
Raoul</description>
		<content:encoded><![CDATA[<p>What exactly do you mean by &#8220;running on Zend Server&#8221;?<br />
Zend server is installed and I can access the admin for it. Does Joomla have to be installed differently or again to take advantage of Zend?</p>
<p>I have this in Joomla PHPinfo page.<br />
&#8220;This program makes use of the Zend Scripting Language Engine:<br />
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies<br />
with eAccelerator v0.9.6, Copyright (c) 2004-2010 eAccelerator, by eAccelerator with the ionCube PHP Loader v3.3.14, Copyright (c) 2002-2010, by ionCube Ltd., and with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies with Suhosin v0.9.29, Copyright (c) 2007, by SektionEins GmbH&#8221;</p>
<p>and</p>
<p>&#8220;Zend Optimizer<br />
Optimization Pass 1 enabled<br />
Optimization Pass 2 enabled<br />
Optimization Pass 3 enabled<br />
Optimization Pass 4 enabled<br />
Optimization Pass 9 enabled<br />
Zend Loader enabled<br />
License Path no value<br />
Obfuscation level 3&#8243;</p>
<p>I do not see any reference to Zend Data Cache or Zend Optimizer+.</p>
<p>In the Zend Server PHPinfo Page I can see references to both Zend Data Cache and Zend Optimizer+</p>
<p>On the face of it it appears that Joomla is not running on/ in the Zend framework. How do we get that happening. Is it a completely different apache instance?</p>
<p>Thanks<br />
Raoul</p>
]]></content:encoded>
	</item>
</channel>
</rss>
