If you need help solving a problem you're having while using FeedForAll Mac, look below for a solution. If you can't find what you're looking for, try searching help using the box above, or click the link at the bottom of the page to go to the FeedForAll Support website (you need to be connected to the Internet).
What do the symbols in the shortcuts under the menus mean?
Where can I find a list of all the keyboard shortcuts?
Where can I find the RSS 2.0 specifications?
What is the difference between the Link field and the URL field on the Images tab?
I just uploaded my feed, why doesn't it show on my website?
How can I copy an item from one feed to another?
How can I make "sub-feeds" that only contain some of the items that are in my main feed?
Should I save my file as an .rss or .xml? What is the difference?
Question: What do the symbols in the shortcuts under the menus mean?
Question: Where can I find a list of all the keyboard shortcuts?
Question: Where can I find the RSS 2.0 specifications?
Question: What is the difference between the Link field and the URL field on the Images tab?
Question: I just uploaded my feed, why doesn't it show on my website?
Question: How can I copy an item from one feed to another?
Question: I have two podcasts with different format audio files. Do I have to retype everything into the second podcast?
Question: How can I make "sub-feeds" that only contain some of the items that are in my main feed?
The Smart Date button is simple to setup: From the menu choose FeedForAll -> Preferences. Then choose the Current Feed and the Smart Date tabs. From the drop-down lists, simply choose the date and time option you want. You can also set a default Smart Date behavior for all feeds by choosing the All Feeds and Smart Date tabs.
Back To Top
Question: Should I save my file as an .rss or .xml? What is the difference?
Question: I would like to add two informational fields using a namespace: one for the channel and one for each item of the channel (ie a private id used to join other items in db). How can I do that? Do I have to write a DTD file? and how?
The RSS specification allows you to create and use your own custom elements (tags) in any RSS feed, by declaring your own namespace. Doing this is 100% in line with the RSS specification and the feed will validate. However, you should have a specific and well-planned reason to do so. No RSS readers, or other RSS processing applications will be able to use your custom info for any purpose. Adding elements (tags) would typically only be used in an in-house solution where the writing application and the reading application have prior knowledge of the new tags.
Now, here's how you can do it:
First you will want to create a namespace declaration for your new custom namespace. In FFA, go to the Feeds tab, and then to the Extensions tab. Click the + (plus symbol) button to bring up the Edit XML Namespace screen. Enter a name for your namespace (typically a short abbreviation), and a DTD URL. The DTD URL must be a valid URL, but it doesn't really matter what webpage it points to. It must be unique from all the other namespace DTD URLs, but a valid DTD document at that location, is not required. The RSS specification does not require a valid DTD document to exist, for the namespace declaration to be valid. What is important is that the namespace name and DTD url be unique.
After you accept your changes, a new tab will appear under the Extensions tab for the feed, image, and all your items. Because the new namespace is not recognized as a "well supported" namespace by FFA, you will be required to enter raw XML in your new namespace tabs, with the data you wish to use. At this point you can pretty much make up the tag names you want to use (prefixed with your namespace name and a colon). Just make sure you use valid XML syntax (ie. close the tags you open, etc.)
For example, if I wanted to create a new namespace for our in-house use here, I might to something like this:
Namespace Name: ffa
Namespace DTD URL: http://www.FeedForAll.com/ffa-dtd/
Sample XML in new ffa extension tab:
<ffa:BirthDate>02/02/1992</ffa:BirthDate>
Although we would love to be able to answer every possible question here, we can't. There is a wealth of information on the FeedForAll website and in the Forum. If you are still having difficulty finding a solution please feel free to contact a FeedForAll Mac representative.