The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Howto MagpieRSS: Implementing Web Developer News

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Douglas Clifton

Posts: 861
Nickname: dwclifton
Registered: May, 2005

Douglas Clifton is a freelance Web programmer and writer
Howto MagpieRSS: Implementing Web Developer News Posted: Jun 29, 2005 5:10 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Douglas Clifton.
Original Post: Howto MagpieRSS: Implementing Web Developer News
Feed Title: loadaverageZero
Feed URL: http://www.loadaveragezero.com/xml/rss.xml
Feed Description: Dedicated to current Web standards: XHTML and XML, CSS, Accessibility, Development and Programming with client-server Open Source technology.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Douglas Clifton
Latest Posts From loadaverageZero

Advertisement
By popular demand, I have authored this document to help loadaverageZero visitors understand how the dnews application was built with MagpieRSS, PHP and MySQL. If you are comfortable with these open-source tools, then you should have no problem grasping the logic from reading the source code. I will provide links to the code and data as I describe how they work together to build the interface. There are only two simple MySQL tables that make up the backend of the dnews application: news, from which the "channel selector" menu is built, and feed, which holds some details about each RSS channel. The two are bound together by a foreign key.

Read: Howto MagpieRSS: Implementing Web Developer News

Topic: Using PEAR::HTML_QuickForm with PHP 5.1 beta 2 Previous Topic   Next Topic Topic: Solar: Documentation Binge

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use