Posts Tagged ‘Feed’

Tips to Ensure Your XML RSS Feed is Valid

Saturday, March 15th, 2008

Last month, I wrote on article on creating an RSS feed for your site. Some people have reported problems with the process - but these all come from malformed XML, not the PHP code supplied in the article.

There are a few things you need to keep in mind while writing an XML document, or else the RSS reader will not be able to understand it. It’s better to think of writing XML as writing code than text, because there are some strict syntax rules you need to adhere to.
(more…)

How to Create an RSS Feed for Your Site in PHP

Thursday, February 14th, 2008

Most blogging platforms come with built-in support for RSS feeds. Why? It’s a great way for users to keep up to date on your new content. Instead of loading up a dozen favorite sites, they can look at one feed reader and then decide what to pursue further.

So what if you don’t use a blogging platform or CMS that creates a feed for you? You can create one yourself in PHP. It’s pretty simple.
(more…)

Associated Content - Final Thoughts, Pros, and Cons

Saturday, January 5th, 2008

I’ve been writing at Associated Content for a few months now. I certainly think it’s a great place for budding freelance writers or ambitious college students to find some extra work.

Is it for everyone? Perhaps not. It’s got some great features, but it certainly has it’s drawbacks.

Start With the Pros - Great Things about AC

Up Front Payment. This is probably the greatest thing about Associated Content. I can write an article that I know will not garnish thousands of page views - and still get $4 for it. Even if your article is relatively popular and gets $0.50 a month in revenue sharing (~333 visitors), you’d have to wait 8 months to get the same payment.
(more…)