<?xml version="1.0" encoding="iso-8859-1"?><!-- Copyright (C) 2001-2009 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Zend - RSS Feeds</title>
<link>http://www.devshed.com</link>
<description>Zend - RSS Feeds</description>
<language>en-us</language>
<lastBuildDate>Thu, 26 Nov 2009 07:32:13 -0500</lastBuildDate>
<pubDate>Thu, 26 Nov 2009 07:32:13 -0500</pubDate>
<item><title>Taking the Zend Certified PHP Engineer Exam: My Story</title>
<pubDate>Mon, 01 Nov 2004 09:59:51 -0500</pubDate>
<link>http://www.devshed.com/c/a/Zend/Taking-the-Zend-Certified-PHP-Engineer-Exam-My-Story/?kc=rss</link>
<description>
<![CDATA[Thinking about taking the Zend Certified PHP Engineer Exam? Before you do, see what David Fells experienced when he recently took the test and see what you should be ready for and what not to waste your time (or money) on.<br/>   -  Several months ago, Zend launched its Zend PHP Certification exam much to the interest of the PHP community. The objective of this exam is to certify individuals with broad, advanced knowledge of PHP and set them apart in the marketplace. As with any vendor-specific certification, one could expect t...]]></description>
<guid>http://www.devshed.com/c/a/Zend/Taking-the-Zend-Certified-PHP-Engineer-Exam-My-Story/?kc=rss</guid>
</item>
<item><title>Quick Introduction to PHP 5</title>
<pubDate>Thu, 01 Apr 2004 09:57:36 -0500</pubDate>
<link>http://www.devshed.com/c/a/Zend/Quick-Introduction-to-PHP-5/?kc=rss</link>
<description>
<![CDATA[The groundbreaking release of PHP 3 in 1997 revolutionized the way in which Web sites are developed, and made it possible for everyone to create simple, yet powerful Web applications. PHP 4 took PHP much further by introducing the Zend® Engine, pushing the performance of PHP through the roof, and allowing it to be more extensible than ever before.<br/>   -  PHP Version 5 marks a historical milestone for PHP, featuring a variety of important new features and major improvements. The Zend Engine II, the heart of PHP 5, features a brand new and extremely powerful Object Oriented programming model, that allows for the development of large scale, object-base...]]></description>
<guid>http://www.devshed.com/c/a/Zend/Quick-Introduction-to-PHP-5/?kc=rss</guid>
</item>
<item><title>PHP SOAP Extension</title>
<pubDate>Wed, 17 Mar 2004 15:22:02 -0500</pubDate>
<link>http://www.devshed.com/c/a/Zend/PHP-SOAP-Extension/?kc=rss</link>
<description>
<![CDATA[This article describes the new SOAP extension for PHP. It is intended for PHP 
developers who want to write their own Web Services servers, or use SOAP to 
access existing ones. It assumes some familiarity with Web Services, SOAP, and 
WSDL (Web Services Description Language).<br/>   -  SOAP (Simple Object Access Protocol) is a lightweight XML-based protocol for exchanging structured information between distributed applications over native web protocols, such as HTTP. SOAP specifies the formats that XML messages should use, the way in which they should be processed, a set of encodi...]]></description>
<guid>http://www.devshed.com/c/a/Zend/PHP-SOAP-Extension/?kc=rss</guid>
</item>
<item><title>Improving Performance</title>
<pubDate>Thu, 08 Jan 2004 11:04:29 -0500</pubDate>
<link>http://www.devshed.com/c/a/Zend/Improving-Performance/?kc=rss</link>
<description>
<![CDATA[Your web presence is growing! Traffic and usage are escalating and you have to maintain a superior level of performance. The state of growth unfolds many opportunities but it also holds challenges as a result of change. Not only does performance affect your operating costs, it also reflects directly on the end-user experience. The marketing and sales departments are probably saying that happier users directly increase sales.<br/>   -  

Unsatisfactory user experience can be traced back to any of several reasons:    •  Reduced response time due to increased request/seconds on the HTTP server    •  Reduced response time due to increased hits to the database    •  Slow download speed due to users dialing-up with slow connections  ...]]></description>
<guid>http://www.devshed.com/c/a/Zend/Improving-Performance/?kc=rss</guid>
</item>
<item><title>PDFs with PHP part 2</title>
<pubDate>Wed, 07 Jan 2004 11:04:29 -0500</pubDate>
<link>http://www.devshed.com/c/a/Zend/PDFs-with-PHP-part-2/?kc=rss</link>
<description>
<![CDATA[This tutorial is intended for the PHP programmer who needs to incorporate PDF 
generation in a script without using external libraries such as PDFlib (often 
unavailable due to licensing restrictions or lack of funds). This tutorial is 
the second of two parts, and builds on what was covered in the first part. 
Therefore, if you have not yet gone through Part 1, you are advised to do so (or 
at least read through it), before going through this tutorial (Part 2). Apart 
from what was dealt with in Part 1, no knowledge of PDF file structure is 
required to understand this tutorial, as all references are explained.<br/>   -  We saw in Part 1 how PDF files are, after all, just plain text files, with specific markup syntax that describes what should happen to objects within the document, such as text and images. We shall now further examine this syntax, to allow us to create a more complete PDF document (i.e more than sim...]]></description>
<guid>http://www.devshed.com/c/a/Zend/PDFs-with-PHP-part-2/?kc=rss</guid>
</item>
<item><title>PDFs with PHP part 1</title>
<pubDate>Tue, 06 Jan 2004 11:04:29 -0500</pubDate>
<link>http://www.devshed.com/c/a/Zend/PDFs-with-PHP-part-1/?kc=rss</link>
<description>
<![CDATA[This tutorial is intended for the PHP programmer who needs to incorporate PDF 
generation in a script without using external libraries such as PDFlib (often 
unavailable due to licensing restrictions or lack of funds). This tutorial will 
cover only the basics, which hopefully will give you a good start. PDF has a 
vast set of features and possibilities which can not be covered in a short 
tutorial. If you need more than what is covered here, you might want to look at 
some similar yet more complete solutions available, such as the excellent work 
done by Olivier Plathey on the FPDF class (http://fpdf.org), on which this tutorial is based. 
Of course, you may wish to take your own route and for that there is also the 
PDF reference (be warned: its 1,172 pages!) Basic familiarity with using PHP 
classes is assumed. Knowledge of PDF file structure is not required, as all 
references are explained.<br/>   -  OverviewPDF files are, after all, just plain text files with specific markup syntax that describes what should happen to objects within the document, such as text and images. It follows that, armed with some PDF logic; anyone can create a PDF file. In this tutorial you will be shown the basic featur...]]></description>
<guid>http://www.devshed.com/c/a/Zend/PDFs-with-PHP-part-1/?kc=rss</guid>
</item>
<item><title>PHP at Lycos</title>
<pubDate>Mon, 05 Jan 2004 11:04:29 -0500</pubDate>
<link>http://www.devshed.com/c/a/Zend/PHP-at-Lycos/?kc=rss</link>
<description>
<![CDATA[PANGORA is a product search, which is integrated into the shopping channels of 25 leading online portals in Europe. PANGORA bundles the goods from 900 online shops into a total of 7.5 million products and uses sophisticated algorithms to present highly relevant results to online shoppers. Among the partners, considerable portals such as Yahoo!, AOL, T-Online, LYCOS and Tiscali are included. The PANGORA search is a modular-developed, flexible service that is adapted to the individual requirements of partners. PANGORA is a service of IBO GmbH, a wholly-owned subsidiary of LYCOS Europe.<br/>   -  

PANGORA (Lycos Europe) web software is built primarily using PHP server-side scripting language. To stay competitive, content heavy shopping portals demand top-notch response time to ensure optimal user experience at all times. Companies utilizing PANGORA's Shopping services generally require PA...]]></description>
<guid>http://www.devshed.com/c/a/Zend/PHP-at-Lycos/?kc=rss</guid>
</item>
<item><title>Build Database Interfaces</title>
<pubDate>Sun, 04 Jan 2004 11:04:29 -0500</pubDate>
<link>http://www.devshed.com/c/a/Zend/Build-Database-Interfaces/?kc=rss</link>
<description>
<![CDATA[This article is about using and building Database Interfaces (DB interfaces). DB interfaces make application development faster and easier. This is accomplished by relocating scattered DML (Insert, Update, Delete) statements into a single shared tool, the Class. A Class encapsulates data post processing, integrity, and security into a single tool that can be accessed throughout the application.<br/>   -  Over the past couple of years many tools have been developed to address the limitations of PHP when building large database applications. These tools can be divided into two categories: 

Database Abstraction 
HTML Generation 
DB Interfaces are a new category of tools that sits between the appli...]]></description>
<guid>http://www.devshed.com/c/a/Zend/Build-Database-Interfaces/?kc=rss</guid>
</item>
</channel>
</rss>
