•  
  •  
  •  
  •  
  •  
  •  
  •  
Username:
Password:
Forgot password?  Register
XML syndication

Top listings

In this article, we will be sending two types of e-mail messages. The first is a simple text-based e-mail that simply lists the feeds to which a user has subscribed that have been updated since the user last read them. The second is an e-mail that actually sends the new posts that have arrived since the last time the user read a particular feed. We will first update the database so every feed has an accurate last-updated value. We'll also update subscribed feeds with a last-pulled value when the reader views them. Finally, we'll create the routine that compares these dates, creates the e-mail messages, and sends them
http://www-128.ibm.com/developerworks/library/os-php-zend6/index.html
PageRank: 4/10
(Clicks: 282; Comments: 0; Listing added: Jan 3, 2007) Listing Details Report Broken  Listing
This article explains how to use the Zend_Search module to search existing current and saved blog entries for a particular search term, and return ranked results. You will learn: * How to use the Zend_Search module and related classes to index and search data. * How to perform different types of simple and advanced searches using the Zend_Search module. At the end of this article, you will be able to search feed entries that have been saved in your feed reader. First, build a function that builds the search index and adds new content to the index. Next, create two actions that will provide the search functionality: search and viewSearchResults. The search action provides a form to perform searches, and the viewSearchResults action processes the input from the form and displays the ranked results to you.
http://www-128.ibm.com/developerworks/library/os-php-zend7/
PageRank: 4/10
(Clicks: 324; Comments: 0; Listing added: Jan 3, 2007) Listing Details Report Broken  Listing
If youÂ’re like me youÂ’ve probably followed the Askeet tutorial on Search in order to create a decent search engine for your web app. ItÂ’s fairly straight forward, but they hinted that when Zend Search Lucene (ZSL) is released, that might be the way to go. Well we are in luck, ZSL is available, so letÂ’s just dive right in. If you arenÂ’t using symfony have a look at this article from the Zend Developer Zone. It covers just enough to get you started. If you are using symfony, just follow along and weÂ’ll get you where you need to go.
http://spindrop.us/2006/08/25/using-zend-search-lucene-in-a-symfony-app/
PageRank: 3/10
(Clicks: 100; Comments: 0; Listing added: Jan 3, 2007) Listing Details Report Broken  Listing
One of the incubator projects in the Zend Framework is Zend_Db_Xml. Zend_Db_Xml, also known as the XML Content Store (XCS), allows web applications that use XML data to easily update, save, and otherwise manage this data. In this article I will introduce the XCS persistence API and discuss an implementation using IBMÂ’s DB2 9 database with its pureXML technology. Finally, IÂ’ll discuss a sample social networking application to show how easy and fun it is to develop XML-centric applications using the XCS.
http://devzone.zend.com/node/view/id/884
PageRank: 5/10
(Clicks: 130; Comments: 0; Listing added: Jan 3, 2007) Listing Details Report Broken  Listing
The Zend Framework offers a pretty slick solution for accessing Amazon's Web Services. For this reason, I decided to adopt it for my project. Using its Amazon Service component in conjunction with a few others that are packaged with the framework, I created the application in almost no time at all. Here, my article recounts how I went about creating this application and shows you just how rapidly you can create applications using this wonderful solution.
http://searchopensource.techtarget.com/tip/0,289483,sid39_gci1201528,00.html
PageRank: 5/10
(Clicks: 23; Comments: 0; Listing added: Jan 3, 2007) Listing Details Report Broken  Listing
http://www.alexatnet.com/Blog/Index/2006-07-26/create-ajax-login-page-with-dojo-toolkit-and-zend-framework
PageRank: 4/10
(Clicks: 249; Comments: 0; Listing added: Jan 3, 2007) Listing Details Report Broken  Listing
While getting the hang of the Zend_Controller_RewriteRouter, which is now included in Zend Framework 0.1.5, I was adding the routes in my index.php (bootstrap) file and wondered if there was any way of storing them elsewhere. It is possible to loop over Zend_Controller_RewriteRouter::addRoutes() but the method I will describe here is based on some recent updates to Zend_Controller_RewriteRouter by its author Michael Minicki.
http://www.ingredients.com.au/nick/2006/07/18/rewriterouter-and-zend_config-play-together/
PageRank: 3/10
(Clicks: 142; Comments: 0; Listing added: Jan 3, 2007) Listing Details Report Broken  Listing
The first part of excelent tutorial on creating an ajax chat system using MySQL and the Zend Framework.
http://devzone.zend.com/node/view/id/1234
PageRank: 5/10
(Clicks: 198; Comments: 0; Listing added: Jan 3, 2007) Listing Details Report Broken  Listing
The second part of excelent tutorial on creating an ajax chat system using MySQL and the Zend Framework.
http://devzone.zend.com/node/view/id/1280
PageRank: 5/10
(Clicks: 221; Comments: 0; Listing added: Jan 3, 2007) Listing Details Report Broken  Listing
The third part of an excelent tutorial on creating an ajax chat system using MySQL and the Zend Framework.
http://devzone.zend.com/node/view/id/1326
PageRank: 5/10
(Clicks: 67; Comments: 0; Listing added: Jan 3, 2007) Listing Details Report Broken  Listing