NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

Creating a Custom RSS Feed
34418 Creating a Custom RSS Feed http://www.it-guru.co.uk/showthread.php?t=68 Custom RSS Feed with PHP and MySQL RSS has become the standard technology for syndicating information to large audiences. Many people have something to say, but its finding the right audience for your voice that matters. A great place to start is by creating your own RSS feed and adding to it as often as you can. PHP > Tips and Tutorials > XML and PHP Jan 7, 2007 IT-Guru send email to IT-Guru

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  

Bookmark Creating a Custom RSS Feed:


Other links owned by this user
Free C# Quick Reference

Great for beginners or developers that switch between a lot of languages.
Example Variable Declaration Code.
Example Loops and Branching.
Operators and Error Handling.
Category:

Ajax is only a name given to a set of tools that were previously existing.
The main part is XMLHttpRequest, a class usable in JavaScript , that was implemented into Internet Explorer since the 4.0 version.
The same concept was named XMLHTTP some times, before the Ajax name becomes commonly used.
The use of XMLHttpRequest in 2005 by Google, in Gmail and GoogleMaps has contributed to the success of this format. But this is the name Ajax itself that made the technology so popular.
Category:

Bizzar Sudoku is an open source script that I've been working on that will generate the sudoku puzzles and then store them in a mysql database. The included script has an index front end to view, print, and show the answers to any puzzle in the database. Very easy to set up, just needs php and a mysql database! Script is fully supported in my forum!
Category:

e-cart helps web store operators, both seasoned store owners and novices, to establish their web presence and create attractive web stores effortlessly. Our customers have grown to know and trust the little green cart in their address bar. We're pretty sure we can do the same for you.
Category:

This is the real-time coin flipping game that can be played online. You have the chance to win 250% or 750% BONUS of your bet in seconds.
Category:

Written in PHP, this script can import the Hotmail, Gmail & Yahoo! contact lists instantly to the form of array. These scripts have been seen in action at Multiply.com, Ringo.com, MySpace.com & Friendster.com.

Now YOU can have the same functionality on their websites.

Increase the number of members you have in a matter of days starting Today!
Category:

Snip-It Pro was designed for managing code snippets and works with any application that uses text, rich text or html and supports" cut, copy, paste" or "drag and drop." This includes text editors and Integrated Development Environment's like Visual Studio and Eclipse, but also other applications including all versions of Microsoft Office, web browsers such as Internet Explorer and Firefox, text editors, and most other applications.
Category:

Screen Scraping, in terms of programmer means fetching data from a website into your application. To talk more technically, it is actually a way by which your application extracts data from the output of some other program. This technique is basically making the request and parsing the response. This can help you in a tremendous way. You can scrape all products from a website and put them in your application or save them in a spreadsheet, you can do comparisons by scraping data from multiple sites and do research or analysis.
Category:

Learn how to create advanced and modern fashion flash menu using the pictures.You can use this menu for any fashion site.To create this menu, you have to use Action Script code.Using this tutorial, you will also learn:

1. How to design fashion menu,
2. How to animate it,
3. How to apply action script code on it and more.
Category:

The comments script will allow your users to post comments on your web sites, comments related to your web site content (photos, videos, articles, products, etc).
The script doesn't require a database and it is easy to include in your pages.
Category:

Have you ever looked at your forum signature and thought to yourself, 'What I really need is a signature message that changes randomly'?. If so, RSMScript is what you need!
Category:

Unlike many Content Management Systems provided by other web design companies, the JIT Content Management System has been developed in house for the past 5 years and is constantly improving. We have developed it using the latest Microsoft .NET technologies which means it is a far more robust and capable system from its rivals developed in PHP.
Category:

This tutorial will teach you how to make a simple newsletter in PHP/MYSQL with account activation. This will require PHP that is not running in SAFE_MODE or PHP that at least allows the sendmail function(duh, you can't send mail without this enabled).
Category:

The ToHTML is a file format batch converter. It can convert office documents to clean HTML:

*.rtf - RTF
*.doc - Microsoft Word 97-2002
*.doc, *wpd - WordPerfect 6.x/5.x
*wri - Windows Write (on 2000/XP/x64)
*.docm, *.docx - Microsoft Word 2007 (additional download is required)
*.doc - Microsoft Word 6,95,97-2003 (additional download is required)
*.wps - Microsoft Works 6.0/5.0(2000)/4.x (additional download is required)
*.mcw,*.xls,*.pwi,*.wk*,etc - different documents supported by Microsoft Office 2003 (Microsoft Office 2003 installed is required)
The program generates clean XHTML-compatible code without unwanted tags like font, i, table etc. You can use the generated result as a source for manual styling.
Category:

You earn money from affiliates when someone uses your travel site script to buy hotels or airplane tickets. It's a powerful script that will net you a lot of money if you market it right.
Category:

CN-Software" Ltd. has developed its own geographical module CNGeoip - determining cities and countries by IP-address. Taking a certain IP-address, the module outputs its local registration data - a country and a city with geographic coordinates. The module consists of IP-addresses database and interfaces for interaction with the database (PHP/Perl/C). The database is being consistently changed and updated.
Category:

LineShout is a PHP/MySQL Shoutbox System lightweight full featured package that allows you to easely add an interactive shoutbox to your website.Is a great tool to communicate with your visitor.
Category:

CAPTCHAs are used to prevent bots from performing actions which might be used to make a profit on the part of the person running a bot. Most often, this relates to spam. For example, free email accounts (such as those provided by Google or Yahoo) can be used to send spam, so these sites use CAPTCHAs to prohibit bots from registering.
Category:

Learn how to create professional preloader in flash, using the action script. Preloader is very important, because he provides the users of your web site feedback of how much of your flash movie is loaded. You will also learn how to use action script panel, how to apply action script code on preloader to make it more powerful and more.
Category:

Other links at PHP > Tips and Tutorials > XML and PHP
Last week, we presented a simple framework (named XMLCast) for distributing content to a variety of devices using XML. This application was built using Microsoft's Active Server Pages (ASP) technology but we realize that many of you aren't using ASP (we aren't either). This article will present the concept of XML parsing using the PHP scripting language. In the coming weeks, we will follow this example up with an expansion of XMLCast using other tools such as XSLT and Cocoon.
Category:

Here's the hypothetical situation. You're an enthusiastic weblogger. For your visitors' convenience, you want to offer them an RSS feed of your latest entries. Plus, you have a bad case of varicose veins.
Category:

In my last article I covered the use of the expat functions available to PHP for parsing XML documents using the SAX method. The sample code was a class that read the XML document and generated the HTML to present the data in a nice table. This example was far from perfect due to the fact that the presentation of the data was not separate from the class code that had to parse the XML document. This meant that a slight modification to the HTML generated by the class could break the actual parsing functionality of the class.
Category:

Scripting languages have been in use for years to make function calls and to integrate disparate applications. A little bit of script glue can make applications from different vendors talk to each other and exchange information.
Category:

Custom RSS Feed with PHP and MySQL RSS has become the standard technology for syndicating information to large audiences. Many people have something to say, but its finding the right audience for your voice that matters. A great place to start is by creating your own RSS feed and adding to it as often as you can.
Category:




Main Category
185
2034
798
286
174
1802
1128
909
1160
7383
70
904
59
2198
173

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 19243
Categories: 1275
Registered Users: 730
Mailing List Subscribers: 2043
Unique Outgoing Hits: 228029

Pagerank Statistics
PR 10
2 site(s)
PR 9
9 site(s)
PR 8
37 site(s)
PR 7
290 site(s)
PR 6
826 site(s)
PR 5
2017 site(s)

PHP News