Turn Your Blog Into a Newspaper

Reading through my blog roll this morning I came across an interesting post that was shared by Clint Ecker on Google Reader. It was about a neat (probably mostly useless but cool nontheless) service that will turn your RSS feeds into a printable PDF whose content resembles that of the style and layout of a newspaper.

An example of mine is below:

The site is called Feed Journal. I suppose the main advantage that I can see is that folks who commute and perhaps do not have the luxury of wireless access on the road, could print this out in the mornings and pretty much read it like a newspaper.

On a side note, it would be interesting to see all the coding in the backend to actually generate the PDF itself. From the looks of it, after a 10 second overview of the site, they are using ASP.NET as the middle-tier. I bet they could have done it much more efficiently had they used CF :-P

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
That does look pretty cool. Organizations with subunits that produce their own RSS feeds could use this to pull that news together into a single print publication.
# Posted By Brian Swartzfager | 2/22/08 10:34 AM
THAT is super cool.
# Posted By John Allen | 2/22/08 10:36 AM
Thanks for flagging up this service. Looking at what it did to your blog it smartly lays it out in a way to avoid windowing articles between columns and pages.

Every article starts and ends neatly. I'm impressed with the layout logic, and the Flash newspaper reader on their site is pretty cool.

But when I'm on a train reading my BlogPaper, how do I comment on the articles? That's a challenge! :-)
# Posted By Gary F | 2/22/08 10:42 AM
That's when you take your pen, write it down and scan it in using your cell phone: http://www.scanr.com/

:-P
# Posted By Kyle Hayes | 2/22/08 10:49 AM
I just realised... there's no way you can create a PDF newspaper like this using CF. Why? Because CF8 cannot justify text using text-align:justify. This bug has existed since CF7. Can you imagine how ugly the newspaper will look if it were all left aligned?

(If you can prove me wrong please let me see your code!)
# Posted By Gary F | 2/22/08 11:33 AM
Agreed! Maybe in the upcoming update they will fix that.
# Posted By Kyle Hayes | 2/22/08 11:55 AM
Looks really cool, Kyle :) Great find!
# Posted By Aral Balkan | 2/22/08 3:35 PM