|
|
View Full Version : Slight problems with calibre
The Old Man 05-10-2008, 07:49 AM A couple of minor issues with claibre/libprs500:
Fetch News for Wired.com produces an lrf file whose font is very large. Normally I complain about fonts being too small and I am very happy with the size of the fonts in all other Fetches that I have used. Can the font in Wired.com fetch be reduced slightly without affecting all the others?
I have noticed that occasionally the first page of an article will have the last line of that page reproduced (duplicated) on the following page. This happens ONLY on the first page of an article. It happens on different news feeds, not just one. It does not happen in all articles.
I have attached the Jerusalem Post feed for Friday, May 9th as an example.
Table of Contents/Front Page/ 2nd article down “11 Killed as Hizbullah…”, the last line: “With top Israel Saad…” is repeated on the next page. Do others have this quirk? Can it be corrected?
Thanks.
kovidgoyal 05-10-2008, 11:02 AM wired.com's font size will be reduced in the next release. I don't see this line being repeated problem in the jerusalem post.
The Old Man 05-10-2008, 11:17 AM wired.com's font size will be reduced in the next release. I don't see this line being repeated problem in the jerusalem post.
Thanks for the reduction in Wired.com.
But strange about the repeating! The repeated line does not show up when viewed in calibre but it does on the Reader. Another example: New York Times feed today (May 10th), article that begins "Illegal Farm Workers, page 42 of 948 on my 505. last line reads "who has practiced in the central Valley town" is repeated as the first line on page 43. Perhaps I have a quirky Reader.
I will add that I save the "Fetched" news to hard disk, then load it into the Sony Connect software and then transfer it to the Reader. Perhaps that is my problem.
kovidgoyal 05-10-2008, 11:26 AM Try transferring one of these files using the send to device and see if the problem still happens.
The Old Man 05-10-2008, 11:52 AM Try transferring one of these files using the send to device and see if the problem still happens.
That did it!:) The problem is gone! Evidently sending it to the hard disk, loading it into Connect software and from there to the Reader added the extra line.
The reason I used this method to transfer the news to the Reader is that it seemed to require less time for the 505 to bring up the file - no spinning arrows. Also it seemed I was getting less re-booting when switching from one file to another but that may just be my imagination as I made no test.
Anyway, I will go back to sending the files directly to the 505 from calibre and try to see if there is an increase in re-booting. I know the Wired.com feed would continue to re-boot the device unless I first loaded it into the Sony software. That particular file (several days ago) had a lot of pictures - but I don't remember the size.
Thanks, Kovid
The Old Man 05-10-2008, 12:19 PM To demonstrate: Wired.com (this date) downloaded with caliber 4.53 was 6.7 mb in size. Sent directly to the 505. When attempting to read on the 505 the reader spun its wheel for a brief time and then re-booted itself. This happened 3 times (three re-boots) and I stopped trying.
Using caliber I removed the Wired.com file from the 505.
I sent the Wired.com file to the hard disk.
I loaded it into the Sony connect software and then transferred it to the 505.
I disconnected my Reader and read the Wired.com file with hardly any delay. No spinning wheels, no re-boot.
I have no memory cards in my 505 and calibre shows 124mb available with the Wired.com file loaded.
kovidgoyal 05-10-2008, 12:45 PM It's caused by a bug in the SONY reader firmware, I've sent a bug report to SONY, hopefully they'll fix it before the next firmware upgrade. As for wired, the new small font version should load OK.
The Old Man 05-10-2008, 12:54 PM This is no big deal. Loading into the Sony software first and putting up with the extra line or the occasional re-boot is just annoying but nothing major. As I said above, "Slight problems.":thanks:
Deputy-Dawg 05-13-2008, 04:34 AM Kovid - All
I had what my physicians called a coronary event April 23 - something just short of a full blown heart attack. Doing heart catheterization they determined that I had one artery which was 99% occluded two others in excess of 70% and one 50%. All of which got me a quadruple bypass. As a result I am in a rehabilitation center for the next month to two months.
I have access to a rather slow WiFii system, I have not checked the speed, but I will. My problem is that I have been totally unable to download any of the provided RSS feeds, let alone a custom one. What happens is that the hourglass churns and churns until either Calibre crashes and burns or the network dorps me. Have you any clue as to what is going on? I have been able to download some pretty large files - in excess of 100 mb - though at a snail's pace.
Speed test results
Speakeasy: Download 428 kbs Upload 550 kbs
CNet: Download 244 kbs Upload 244 kbs
kovidgoyal 05-13-2008, 09:30 AM I hope the coronary event didn't have any other side effects and that you're recovering well.
Try running the downloads from the command line to see where things are stalling.
Patricia 05-13-2008, 10:06 AM There's now a thread in the Lounge section for sending good wishes and encouraging messages to Deputy-Dawg.
Deputy-Dawg 05-13-2008, 06:32 PM I typed in the following command while in terminal mode:
web2lrf --verbose ap
and absolutely nothing happened.No output of any kind went to the screen, not even a diagnostic of any kind. Weird.
If is of any import I am using a new MacBook Air with OS 10.5.2
kovidgoyal 05-13-2008, 07:02 PM try feeds2lrf Associated\ Press --debug
Deputy-Dawg 05-13-2008, 08:44 PM try feeds2lrf Associated\ Press --debug
Errored out with a message to the effect that the file was not found. it suggested using the name in quotes as in:
feeds2lrf 'Associated Press' --debug
Which I tried with the same result as before name nothing happened. It simply hung after the return.
kovidgoyal 05-13-2008, 09:50 PM That means it's hanging on fetching the RSS feeds, which is weird. Do you have some sort of proxy on your wifi connection? Can you ping?
ping hosted.ap.org
Deputy-Dawg 05-14-2008, 04:19 PM I don't know about a proxy. I am using a "public" wifi here at the nursing home. I do know that the "public" and the "private" (that is what they are named) are on the same channel. The public was spun off for my use by the owner's IT people.
Yes I can ping. I am not sure, short of ending the terminal session how to stop the ping so I can copy and post the result. Old age and bit a patch of health problems.
kovidgoyal 05-14-2008, 05:11 PM You can stop the ping with Ctrl+C but you dont need to post the output. Next test:
python -c "import urllib2; print urllib2.urlopen('http://www.google.com').read()"
You should see some HTML output.
Deputy-Dawg 05-14-2008, 05:17 PM Tried it and got absolutely nothing
kovidgoyal 05-14-2008, 05:25 PM that means you are behind some sort of proxy. Typically public wifi redirects all HTTP traffic through a proxy. Browsers life safari usually handle the redirect automatically, python does not. See if you can find out the proxy settings.
Deputy-Dawg 05-15-2008, 07:01 AM It may be a few days. I am back in the hospital again because of some pain issues. The wifi here works fine with calibre.
What information about the proxy am I looking for? Can I gather it with a program or do I need get the info from the IT people?
The Old Man 05-16-2008, 10:28 AM Deputy - Wishing you well.
Kovid - Thanks for the smaller Wired font in the latest version.
Latest problem, The Atlantic fetch:
TypeError: strftime() argument 1 must be str, not unicode
Failed to perform job: Fetch news from The Atlantic
Detailed traceback:
Traceback (most recent call last):
File "parallel.py", line 139, in run_job
File "calibre\ebooks\lrf\feeds\convert_from.pyo", line 40, in main
File "calibre\web\feeds\main.pyo", line 134, in run_recipe
File "calibre\web\feeds\news.pyo", line 469, in download
File "calibre\web\feeds\news.pyo", line 589, in build_index
File "calibre\web\feeds\news.pyo", line 491, in feeds2index
File "calibre\web\feeds\templates.pyo", line 124, in generate
TypeError: strftime() argument 1 must be str, not unicode
Log:
Fetching feeds...
0% Fetching feeds...
0% Got feeds from index page
0% Trying to download cover...
100% Downloading cover from http://theatlantic.com/images/toc/200806_feature.jpg
kovidgoyal 05-16-2008, 11:20 AM oops nasty little regression. I'll release a fix later today.
Mr. Goodbar 05-21-2008, 09:28 PM Any chance of getting the font size in the New York Times feed reduced as well? I just started using the news feed again and you've made tremendous progress in the past few months. Thanks for all the hard work. I've compared the New York Times calibre newspaper to the Kindle edition and they are virtually identical, except for the price that is :)
kovidgoyal 05-21-2008, 10:20 PM The problem is that at the moment due to a bug in the SONY firmware you cant resize the font size on the reader, so I think it is better to err on the side of being too large rather than being too small.
Mr. Goodbar 05-22-2008, 07:08 AM Makes sense. Hopefully they will fix that with the next rev of the firmware, but once again thanks for the contributions.
Deputy-Dawg 05-22-2008, 07:59 AM Kovid,
I am back at the rehab center. What do we need to know about the proxie server and how do I go about getting it? I sure would like to get my daily papers again!
jplumey 05-22-2008, 08:58 AM Now all we need is a newspaper sync utility built into calibre. My python development is coming along, but I think Kovid's working on one (or at least plans to).
kovidgoyal 05-22-2008, 09:47 AM Basically you need to know the URL of the proxy server. Easiest way to find out is to ask their tech guy.
@jplumey: It's on my TODO list, but it's not going to happen any time soon, so if you feel like tackling it, go right ahead.
Deputy-Dawg 05-23-2008, 06:22 PM Kovid,
Been in contact with the techies who manage the system here at the rehab center. They state that they are not using a proxie server. The down loaded a copy calibre and were able, at the root level of the local server to get it to download various newsfeeds. But when they (using their language) go up to the second level, the level at which the 'house' computers live with full read access to the local server (medical data) it fails. And I am at the third level. As they explained it to me each of the levels are seperated by firewalls to prevent unauthorized access to private data. They are looking at what ports need to be open to create a tunnel for calibre. I don't know if any of this makes sense to you. But I begin to worry when I hear another of the techies in the background saying "Careful Mike, he seems to know more about this than we do"! Sigh - were that only true.
In any event I ran this in terminal mode:
feeds2lrf --verbose 'Associated Press'
and after allowing it to cook for a while I did a keyboard interrupt and got the following messages
Traceback (most recent call last):
File "/Applications/calibre.app/Contents/Resources/feeds2lrf.py", line 9, in <module>
main()
File "calibre/ebooks/lrf/feeds/convert_from.pyo", line 40, in main
File "calibre/web/feeds/main.pyo", line 128, in run_recipe
File "calibre/web/feeds/news.pyo", line 815, in __init__
File "calibre/ebooks/lrf/web/profiles/__init__.pyo", line 174, in __init__
File "calibre/ebooks/lrf/web/profiles/__init__.pyo", line 181, in build_index
File "calibre/ebooks/lrf/web/profiles/__init__.pyo", line 294, in parse_feeds
File "mechanize/_mechanize.pyo", line 203, in open
File "mechanize/_mechanize.pyo", line 229, in _mech_open
File "mechanize/_opener.pyo", line 181, in open
File "urllib2.pyo", line 392, in _open
File "urllib2.pyo", line 353, in _call_chain
File "mechanize/_http.pyo", line 700, in http_open
File "mechanize/_http.pyo", line 674, in do_open
File "httplib.pyo", line 862, in request
File "httplib.pyo", line 885, in _send_request
File "httplib.pyo", line 856, in endheaders
File "httplib.pyo", line 728, in _send_output
File "httplib.pyo", line 695, in send
File "httplib.pyo", line 663, in connect
KeyboardInterrupt
Perhaps there is a clue here
kovidgoyal 05-23-2008, 06:45 PM Basically that error log indicates it is waiting for a response from the remote server, which means that its attempts to communicate are being blocked. Unfortunately, I'm no network guru, so I can't debug this remotely for you.
pilotbob 05-23-2008, 07:54 PM Basically that error log indicates it is waiting for a response from the remote server, which means that its attempts to communicate are being blocked. Unfortunately, I'm no network guru, so I can't debug this remotely for you.
I assume you are just using the standard port 80? If so, if the browser can hit the feeds, I don't see why calibre can't.
BOb
Deputy-Dawg 05-24-2008, 01:06 AM Kovid,
I opened a ticket on calibre. But I am a bit unsure if I did it correctly. I found three patches for Python 2.52 on MacPorts which I believe will fix the installation of Python under Leopard. I don't know how to apply them and absolutely no info accompanied them. I assume that the authors assumed that any one brave enough to attempt patching Python knows what they are doing. And you and I know what assume translates out to being?
In any event I am attaching a zip file with the three patches and am willing to be a guinea pig.
kovidgoyal 05-24-2008, 01:11 AM Why do you want to install python separately? Doesn't leopard come with python?
Deputy-Dawg 05-24-2008, 06:04 AM I was attempting to install all of the packages necessary to look at the source code of calibre. I told you I frequently go were angels fear to tread. In any event when I attempted the install of brz it automatically installed 2.52 and I didn't have any idea as to how to stop it.
That being said Leopard does indeed come with 2.51 installed. And if I can revert and finish the install of brz that would be ok to.
Just checked in terminal and 2.51 is still live and kicking. So what do I do now?
kovidgoyal 05-24-2008, 10:00 AM Ah well in that case you can install bzr with the command
sudo easy_install-2.5 bzr
Deputy-Dawg 05-24-2008, 11:05 AM Tried:
sudo easy_install-2.5 bzr
and got:
users-macbook-air:~ BillC$ sudo easy_install-2.5 bzr
Password:
Searching for bzr
Reading http://pypi.python.org/simple/bzr/
Reading http://www.bazaar-vcs.org/
Reading http://www.bazaar-vcs.org/Download
Best match: bzr 1.5-i486-1
Downloading http://launchpad.net/bzr/1.5/1.5/+download/bzr-1.5-i486-1.tgz
Processing bzr-1.5-i486-1.tgz
error: Couldn't find a setup script in /tmp/easy_install-x9WFkd/bzr-1.5-i486-1.tgz
users-macbook-air:~ BillC$
kovidgoyal 05-24-2008, 11:54 AM Hmm I'm assuming the instructions here http://bazaar-vcs.org/MacOSXBundle dont work for you?
kovidgoyal 05-25-2008, 09:10 AM Note that you can also get the source code from here http://calibre.kovidgoyal.net/downloads
Deputy-Dawg 05-26-2008, 11:08 AM Kovid,
I went to http://bazaar-vcs.org/MacOSXBundle and I was able get a .dmg file that installed bzr. But when I attempted to download calibre source it errored out with an out of memory error. I have posted a bug report as directed and am waiting for an answer. This type of error has been problem in a few other programs under Leopard. Sigh!
I have also gone to whatismyip.com and did a fetch of my IP. I am shocked at how much info they can gather on an individuals system. So much so that I am reluctant to post on a public board. Part of the report concerns the characteristics of the browser being used. In that part of the report it shows:
Remote Port: 14027
If this is of any help in figuring out why I cannot download a feed please let me know. If you would like to take a look at the full report please tell me how to get it to you without posting it on a public board.
kovidgoyal 05-26-2008, 11:11 AM See the last post here http://calibre.kovidgoyal.net/discussion/2/36 the solution I give is to fix the memory error.
You can post the information to me via a private message on mobileread.
rhadin 05-27-2008, 01:26 PM Kovid,
I cannot get the latest version of Calibre (0.4.62) to recognize my Reader. (I also couldn't get the prior version to recognize it.) The Sony Connect software does recognize it. The Reader does show as a lettered drive in My Computer and double-clicking the drive shows everything that is loaded on the Reader.
Any suggestions?
rhadin 05-27-2008, 01:28 PM Another question: When Calibre converts a .lit to a .lrf, is there a way to upload the .lrf to the Reader other than by using Calibre? (I'm looking for a fallback option for when Calibre doesn't recognize my Reader.)
dordale 05-27-2008, 01:59 PM rhadin--In Calibre you do have the option to "save to disk". This will save a copy of the .lrf on your computer. You can then use the Sony Reader software, or just drag and drop in Explorer to get your file on your reader.
dordale :)
rhadin 05-27-2008, 04:04 PM Thanks, dordale. For some reason, Save to Disk didn't click with me.
pilotbob 05-27-2008, 04:09 PM Thanks, dordale. For some reason, Save to Disk didn't click with me.
You can save to disk right to the 505 also, if you can see the drive mounted in your file system.
BOb
kovidgoyal 05-27-2008, 04:13 PM That's strange, are you willing to do a little technical debugging?
The Old Man 05-29-2008, 08:13 AM version 4.63, Business Week fetch on Win XP: The hourglass spun for about 15 minutes and then calibre hung. Tried it twice this date.
kovidgoyal 05-29-2008, 10:19 AM works for me on XP
The Old Man 05-29-2008, 10:44 AM works for me on XP
"All animals are created equal. Some are more equal than others.::)
Mitchll 05-29-2008, 02:43 PM Tried it on my MAC os x 10.5. Received following error message:
URLError:
Failed to perform job: Fetch news from Business Week
Detailed traceback:
Traceback (most recent call last):
File "calibre/parallel.pyo", line 139, in run_job
File "calibre/ebooks/lrf/feeds/convert_from.pyo", line 40, in main
File "calibre/web/feeds/main.pyo", line 134, in run_recipe
File "calibre/web/feeds/news.pyo", line 472, in download
File "calibre/web/feeds/news.pyo", line 582, in build_index
File "calibre/web/feeds/news.pyo", line 776, in parse_feeds
File "mechanize/_mechanize.pyo", line 203, in open
File "mechanize/_mechanize.pyo", line 229, in _mech_open
File "mechanize/_opener.pyo", line 181, in open
File "urllib2.pyo", line 392, in _open
File "urllib2.pyo", line 353, in _call_chain
File "mechanize/_http.pyo", line 700, in http_open
File "mechanize/_http.pyo", line 677, in do_open
URLError:
Log:
Fetching feeds...
0% Fetching feeds...
0% Fetching feed Top Stories...
DEBUG: Skipping article Beyond H-1B: An Immigration Glossary (Wed, 21 May, 2008 00:05) from feed Top Stories as it is too old.
DEBUG: Skipping article The Art of Losing Well (Thu, 22 May, 2008 05:05) from feed Top Stories as it is too old.
DEBUG: Skipping article Social Media Will Change Your Business (Fri, 16 May, 2008 20:05) from feed Top Stories as it is too old.
DEBUG: Skipping article Google Beats the Bears (Fri, 18 Apr, 2008 15:04) from feed Top Stories as it is too old.
DEBUG: Skipping article The Reason for High Oil Prices (Wed, 14 May, 2008 19:05) from feed Top Stories as it is too old.
0% Fetching feed Top News...
DEBUG: Skipping article Today's Tip: Dealing with Stress on the Job (Mon, 19 Nov, 2007 16:07) from feed Top News as it is too old.
DEBUG: Skipping article Anti-Wall Street Jobs (Thu, 22 May, 2008 14:31) from feed Top News as it is too old.
0% Fetching feed Asia...
DEBUG: Skipping article Another Shakeup at Samsung (Wed, 14 May, 2008 07:25) from feed Asia as it is too old.
DEBUG: Skipping article Why Samsung and LG Scare Motorola (Thu, 01 May, 2008 12:13) from feed Asia as it is too old.
DEBUG: Skipping article Microsoft's Southeast Asia Boost (Fri, 09 May, 2008 07:19) from feed Asia as it is too old.
DEBUG: Skipping article Nintendo Down, But Not Out (Fri, 25 Apr, 2008 11:00) from feed Asia as it is too old.
DEBUG: Skipping article IBM vs. Tata: Who's More American? (Mon, 28 Apr, 2008 12:27) from feed Asia as it is too old.
DEBUG: Skipping article Chinese MRIs, Coming to Your Hospital (Wed, 23 Apr, 2008 07:49) from feed Asia as it is too old.
DEBUG: Skipping article Mobile Services Boom in India (Fri, 04 Apr, 2008 08:16) from feed Asia as it is too old.
DEBUG: Skipping article India's Global M&A Boom (Thu, 15 May, 2008 07:00) from feed Asia as it is too old.
DEBUG: Skipping article Honda's High Hopes for Hybrids (Wed, 21 May, 2008 07:27) from feed Asia as it is too old.
DEBUG: Skipping article For Sony TVs, a New Downscale Front (Thu, 15 May, 2008 07:26) from feed Asia as it is too old.
DEBUG: Skipping article Can China Take On Boeing and Airbus? (Mon, 12 May, 2008 07:06) from feed Asia as it is too old.
DEBUG: Skipping article Investors Unimpressed by New Nissan Plan (Wed, 14 May, 2008 07:20) from feed Asia as it is too old.
DEBUG: Skipping article Steel Partners Off the Sauce in Japan (Fri, 18 Apr, 2008 07:38) from feed Asia as it is too old.
DEBUG: Skipping article Lehman Sues Japanese Trader Marubeni (Mon, 31 Mar, 2008 07:33) from feed Asia as it is too old.
DEBUG: Skipping article Survey Shows Nearly Two-Thirds of Funds Hoard Cash (Tue, 01 Apr, 2008 07:41) from feed Asia as it is too old.
DEBUG: Skipping article Viva Volatility! Some Funds in Asia Benefit (Mon, 31 Mar, 2008 07:45) from feed Asia as it is too old.
DEBUG: Skipping article World Sneezes, China's Just Fine (Tue, 18 Mar, 2008 07:27) from feed Asia as it is too old.
DEBUG: Skipping article Hong Kong's Art Aspirations (Fri, 16 May, 2008 07:24) from feed Asia as it is too old.
DEBUG: Skipping article Nissan, Toyota Focus on Graying Drivers (Tue, 06 May, 2008 07:07) from feed Asia as it is too old.
DEBUG: Skipping article Good Design, Good Business in China (Mon, 21 Apr, 2008 11:38) from feed Asia as it is too old.
DEBUG: Skipping article The Seoul of World Design (Wed, 27 Feb, 2008 07:00) from feed Asia as it is too old.
DEBUG: Skipping article Beijing Airport: $3.75 Billion for Smoother Skies (Fri, 29 Feb, 2008 07:14) from feed Asia as it is too old.
DEBUG: Skipping article Learning from Tata's Nano (Wed, 27 Feb, 2008 15:31) from feed Asia as it is too old.
DEBUG: Skipping article China Quake Batters Energy Industry (Mon, 19 May, 2008 07:16) from feed Asia as it is too old.
DEBUG: Skipping article China Quake Won't Shake Economy (Tue, 13 May, 2008 07:25) from feed Asia as it is too old.
DEBUG: Skipping article In India, Death to Global Business (Wed, 07 May, 2008 16:03) from feed Asia as it is too old.
DEBUG: Skipping article China Tries Smile Diplomacy with Japan (Mon, 05 May, 2008 07:08) from feed Asia as it is too old.
DEBUG: Skipping article Understanding the Global Rice Crisis (Mon, 28 Apr, 2008 07:40) from feed Asia as it is too old.
DEBUG: Skipping article Myanmar's Junta Hangs Tough (Tue, 06 May, 2008 07:08) from feed Asia as it is too old.
DEBUG: Skipping article Why Toys 'R' Us, Tesco Are Hits in Korea (Tue, 20 May, 2008 06:57) from feed Asia as it is too old.
DEBUG: Skipping article Foreign Hotels Raise the Bar in Japan (Mon, 21 Apr, 2008 12:01) from feed Asia as it is too old.
DEBUG: Skipping article Rolls-Royce Targets China's Really-Rich (Wed, 07 May, 2008 07:24) from feed Asia as it is too old.
DEBUG: Skipping article China's Li Ning Toe-to-Toe Against Nike and Adidas (Thu, 01 May, 2008 16:59) from feed Asia as it is too old.
DEBUG: Skipping article Angkor Wat: A Temple to Tourism? (Mon, 21 Apr, 2008 12:00) from feed Asia as it is too old.
DEBUG: Skipping article India's Top Five Yoga Centers (Mon, 21 Apr, 2008 12:01) from feed Asia as it is too old.
DEBUG: Skipping article In Bhutan, Trekking in Style (Mon, 21 Apr, 2008 12:02) from feed Asia as it is too old.
DEBUG: Skipping article A Culinary Tour Through Taipei (Mon, 21 Apr, 2008 11:59) from feed Asia as it is too old.
0% Fetching feed Autos...
DEBUG: Skipping article Which Auto Brands Should Go? (Mon, 05 May, 2008 13:41) from feed Autos as it is too old.
DEBUG: Skipping article There Is No Gas Shortage (Tue, 01 Apr, 2008 15:40) from feed Autos as it is too old.
DEBUG: Skipping article Are You Overpaying for Where You Live? (Mon, 03 Mar, 2008 17:02) from feed Autos as it is too old.
DEBUG: Skipping article Ford Cuts Trucks (Thu, 22 May, 2008 15:37) from feed Autos as it is too old.
DEBUG: Skipping article Toyota Camry: Can It Beat the Ford F-150? (Mon, 19 May, 2008 14:06) from feed Autos as it is too old.
DEBUG: Skipping article GM: Live Green or Die (Thu, 15 May, 2008 16:59) from feed Autos as it is too old.
DEBUG: Skipping article The Coming Boom in Boomer-Friendly Transport (Fri, 09 May, 2008 12:18) from feed Autos as it is too old.
DEBUG: Skipping article The $1.5 Million Studio (Thu, 22 May, 2008 13:06) from feed Autos as it is too old.
DEBUG: Skipping article Retailers Pay Big for Prime Locales (Fri, 16 May, 2008 15:01) from feed Autos as it is too old.
DEBUG: Skipping article Where to Find the Biggest Foreclosure Bargains on Luxury Homes (Thu, 08 May, 2008 13:35) from feed Autos as it is too old.
DEBUG: Skipping article Strong Summer Rentals for the Hamptons (Fri, 02 May, 2008 15:16) from feed Autos as it is too old.
DEBUG: Skipping article United Airlines and US Airways Offer Worst Service (Tue, 20 May, 2008 15:24) from feed Autos as it is too old.
DEBUG: Skipping article Around the World in 11 Days (Tue, 06 May, 2008 13:21) from feed Autos as it is too old.
DEBUG: Skipping article Shanghai's Best Boutique Hotels (Mon, 21 Apr, 2008 12:01) from feed Autos as it is too old.
DEBUG: Skipping article New Web Site Compares Best Hospitals (Thu, 22 May, 2008 15:28) from feed Autos as it is too old.
DEBUG: Skipping article Heart-Healthiest Cities for Women (Tue, 20 May, 2008 15:23) from feed Autos as it is too old.
DEBUG: Skipping article Be Careful Buying Weight-Loss Pills Online (Fri, 16 May, 2008 14:15) from feed Autos as it is too old.
DEBUG: Skipping article What the Doctors Aren't Disclosing (Thu, 15 May, 2008 16:59) from feed Autos as it is too old.
DEBUG: Skipping article Gary Vaynerchuk Is Thirsty (Tue, 20 May, 2008 15:16) from feed Autos as it is too old.
DEBUG: Skipping article Rolls-Royce Targets China's Really-Rich (Wed, 07 May, 2008 07:24) from feed Autos as it is too old.
DEBUG: Skipping article Tequila Grows Up, and Gets More Expensive (Tue, 29 Apr, 2008 13:49) from feed Autos as it is too old.
0% Fetching feed Classic Cars...
DEBUG: Skipping article Ferrari's Winning Boxer (Thu, 13 Dec, 2007 12:08) from feed Classic Cars as it is too old.
DEBUG: Skipping article Post-War Bimmer Racer (Thu, 06 Dec, 2007 14:48) from feed Classic Cars as it is too old.
DEBUG: Skipping article Mock Ferrari (Fri, 30 Nov, 2007 17:53) from feed Classic Cars as it is too old.
DEBUG: Skipping article Grand Lagonda (Tue, 20 Nov, 2007 14:21) from feed Classic Cars as it is too old.
DEBUG: Skipping article BMW ZZZZZ (Thu, 15 Nov, 2007 13:24) from feed Classic Cars as it is too old.
DEBUG: Skipping article Dramatic Climax (Thu, 08 Nov, 2007 13:26) from feed Classic Cars as it is too old.
DEBUG: Skipping article 1937 Autobahn Cruiser (Fri, 02 Nov, 2007 15:16) from feed Classic Cars as it is too old.
DEBUG: Skipping article Supercharged Spyder (Thu, 25 Oct, 2007 13:50) from feed Classic Cars as it is too old.
DEBUG: Skipping article Oldest Cadillac (Thu, 18 Oct, 2007 13:25) from feed Classic Cars as it is too old.
DEBUG: Skipping article The Last of the 250s (Thu, 11 Oct, 2007 15:48) from feed Classic Cars as it is too old.
DEBUG: Skipping article Beautiful and Brutal British Classic (Thu, 04 Oct, 2007 14:46) from feed Classic Cars as it is too old.
DEBUG: Skipping article Original 911 (Fri, 21 Sep, 2007 12:40) from feed Classic Cars as it is too old.
DEBUG: Skipping article Pre-War Jag Roadster (Fri, 14 Sep, 2007 13:52) from feed Classic Cars as it is too old.
DEBUG: Skipping article 1995 Bugatti EB110 GT Coupe (Thu, 06 Sep, 2007 13:48) from feed Classic Cars as it is too old.
DEBUG: Skipping article The $9 Million Ferrari (Thu, 30 Aug, 2007 15:10) from feed Classic Cars as it is too old.
DEBUG: Skipping article Super Camaro (Thu, 23 Aug, 2007 13:25) from feed Classic Cars as it is too old.
DEBUG: Skipping article Ferrari's Best for Last (Thu, 09 Aug, 2007 14:16) from feed Classic Cars as it is too old.
DEBUG: Skipping article The First Italian Supercar (Thu, 02 Aug, 2007 14:27) from feed Classic Cars as it is too old.
DEBUG: Skipping article Swinging '60s Spyder (Thu, 26 Jul, 2007 14:52) from feed Classic Cars as it is too old.
DEBUG: Skipping article A British-Italian-American Coupe? (Fri, 20 Jul, 2007 13:31) from feed Classic Cars as it is too old.
DEBUG: Skipping article Mr. T's Ride (Thu, 12 Jul, 2007 15:22) from feed Classic Cars as it is too old.
DEBUG: Skipping article Record-Setting MG (Thu, 05 Jul, 2007 14:39) from feed Classic Cars as it is too old.
DEBUG: Skipping article The Forgotten Quattro (Fri, 29 Jun, 2007 14:30) from feed Classic Cars as it is too old.
DEBUG: Skipping article Super Porsche Roadster (Thu, 21 Jun, 2007 14:30) from feed Classic Cars as it is too old.
DEBUG: Skipping article Classic Mini Cooper (Fri, 15 Jun, 2007 16:40) from feed Classic Cars as it is too old.
DEBUG: Skipping article Bugatti Grand Prix Winner (Fri, 08 Jun, 2007 14:08) from feed Classic Cars as it is too old.
DEBUG: Skipping article Ferrari's Coup (Thu, 31 May, 2007 14:45) from feed Classic Cars as it is too old.
DEBUG: Skipping article Rolls-Royce Unveils Phantom Silver Edition (Wed, 06 Jun, 2007 15:11) from feed Classic Cars as it is too old.
DEBUG: Skipping article Majestic Mercedes (Fri, 25 May, 2007 14:55) from feed Classic Cars as it is too old.
DEBUG: Skipping article The Great Bentley 8 (Thu, 10 May, 2007 16:04) from feed Classic Cars as it is too old.
DEBUG: Skipping article Panoramic Panhard (Wed, 16 May, 2007 15:00) from feed Classic Cars as it is too old.
DEBUG: Skipping article Supercharged Shelby (Thu, 03 May, 2007 15:12) from feed Classic Cars as it is too old.
DEBUG: Skipping article Fast Last Aston from the Past (Thu, 26 Apr, 2007 11:52) from feed Classic Cars as it is too old.
DEBUG: Skipping article A Very Original Jaguar XK 120 (Mon, 23 Apr, 2007 12:28) from feed Classic Cars as it is too old.
DEBUG: Skipping article Iconic Italian Failure (Thu, 19 Apr, 2007 15:42) from feed Classic Cars as it is too old.
DEBUG: Skipping article The Longest Duesenberg (Fri, 13 Apr, 2007 14:29) from feed Classic Cars as it is too old.
DEBUG: Skipping article Ferrari Failure (Wed, 28 Mar, 2007 14:03) from feed Classic Cars as it is too old.
DEBUG: Skipping article BMW's Beetle (Thu, 22 Mar, 2007 13:42) from feed Classic Cars as it is too old.
DEBUG: Skipping article True Bleue Delahaye (Mon, 12 Mar, 2007 13:30) from feed Classic Cars as it is too old.
DEBUG: Skipping article Supersonic Ghia (Wed, 28 Feb, 2007 15:30) from feed Classic Cars as it is too old.
DEBUG: Skipping article 1954 Chevrolet Corvette Roadster (Tue, 20 Feb, 2007 14:48) from feed Classic Cars as it is too old.
DEBUG: Skipping article Putting a Little English on a Chevy (Fri, 16 Feb, 2007 14:18) from feed Classic Cars as it is too old.
DEBUG: Skipping article 1911 Mercer 35R Raceabout (Fri, 09 Feb, 2007 14:23) from feed Classic Cars as it is too old.
DEBUG: Skipping article Little Lotus (Fri, 02 Feb, 2007 16:38) from feed Classic Cars as it is too old.
DEBUG: Skipping article Porsche Prototype (Thu, 25 Jan, 2007 15:04) from feed Classic Cars as it is too old.
DEBUG: Skipping article The World's First Production Supercar? (Fri, 19 Jan, 2007 16:57) from feed Classic Cars as it is too old.
DEBUG: Skipping article Japan's First Supercar (Wed, 17 Jan, 2007 15:12) from feed Classic Cars as it is too old.
DEBUG: Skipping article OSCA Winner (Fri, 05 Jan, 2007 15:25) from feed Classic Cars as it is too old.
DEBUG: Skipping article Better Berlinetta (Thu, 28 Dec, 2006 14:39) from feed Classic Cars as it is too old.
DEBUG: Skipping article Original GT (Fri, 15 Dec, 2006 14:36) from feed Classic Cars as it is too old.
DEBUG: Skipping article So, You Want to Buy a Collector Car? (Fri, 13 Jan, 2006 14:43) from feed Classic Cars as it is too old.
DEBUG: Skipping article Car Collecting Is Burning Rubber (Thu, 05 Jan, 2006 12:23) from feed Classic Cars as it is too old.
DEBUG: Skipping article The Smart Way to Shop for a Classic (Mon, 02 Jan, 2006 18:37) from feed Classic Cars as it is too old.
DEBUG: Skipping article Are Your Ready to Own a Vintage Auto? (Mon, 02 Jan, 2006 18:42) from feed Classic Cars as it is too old.
DEBUG: Skipping article Famous Postwar Bentleys on Sale (Mon, 13 Mar, 2006 13:04) from feed Classic Cars as it is too old.
DEBUG: Skipping article Retromobiles on the Block (Wed, 08 Feb, 2006 13:37) from feed Classic Cars as it is too old.
DEBUG: Skipping article Muscle Cars Roar Onto the Block (Thu, 26 Jan, 2006 12:22) from feed Classic Cars as it is too old.
DEBUG: Skipping article Concept Cars: The Hottest New Collectibles (Fri, 27 Jan, 2006 13:13) from feed Classic Cars as it is too old.
DEBUG: Skipping article This GTO Needs More Retro (Fri, 30 Dec, 2005 10:59) from feed Classic Cars as it is too old.
DEBUG: Skipping article 1965 Shelby GT 350 (Thu, 29 Dec, 2005 10:42) from feed Classic Cars as it is too old.
DEBUG: Skipping article 1976 Trans Am (Thu, 29 Dec, 2005 11:42) from feed Classic Cars as it is too old.
DEBUG: Skipping article The Man Behind the Restored Hudsons (Thu, 29 Dec, 2005 12:04) from feed Classic Cars as it is too old.
DEBUG: Skipping article Diamonds in the Rust (Thu, 29 Dec, 2005 12:09) from feed Classic Cars as it is too old.
0% Fetching feed Europe...
DEBUG: Skipping article Jalipo's Pay-to-Play Strategy (Tue, 24 Apr, 2007 12:58) from feed Europe as it is too old.
DEBUG: Skipping article Retailers Fear Contactless Payment (Tue, 24 Apr, 2007 12:33) from feed Europe as it is too old.
DEBUG: Skipping article German Beer Prices Set to Bubble Up? (Tue, 24 Apr, 2007 12:51) from feed Europe as it is too old.
DEBUG: Skipping article U.S., EU Agree to Transatlantic Market Pact (Tue, 24 Apr, 2007 12:53) from feed Europe as it is too old.
DEBUG: Skipping article Remembering Boris Yeltsin (Mon, 23 Apr, 2007 19:34) from feed Europe as it is too old.
DEBUG: Skipping article Barclays-ABN Deal Signals a Shakeup (Mon, 23 Apr, 2007 08:13) from feed Europe as it is too old.
DEBUG: Skipping article Siemens' Von Pierer Falls on His Sword (Fri, 20 Apr, 2007 10:39) from feed Europe as it is too old.
DEBUG: Skipping article Burberry, Plaid in Check, Is Hot Again (Mon, 16 Apr, 2007 07:20) from feed Europe as it is too old.
DEBUG: Skipping article Cheap Flights Across the Pond? (Fri, 13 Apr, 2007 12:53) from feed Europe as it is too old.
DEBUG: Skipping article SAP's New Target: Small Biz (Fri, 20 Apr, 2007 21:44) from feed Europe as it is too old.
DEBUG: Skipping article Nokia's Not-So-Big Boost (Thu, 19 Apr, 2007 11:59) from feed Europe as it is too old.
DEBUG: Skipping article Global Slowdown Hits Outsourcing (Fri, 20 Apr, 2007 10:37) from feed Europe as it is too old.
DEBUG: Skipping article Two Brits Busted for Wi-Fi Piggybacking (Thu, 19 Apr, 2007 12:38) from feed Europe as it is too old.
DEBUG: Skipping article A Very Original Jaguar XK 120 (Mon, 23 Apr, 2007 12:28) from feed Europe as it is too old.
DEBUG: Skipping article Buon Compleanno! [Happy Birthday Ferrari] (Fri, 20 Apr, 2007 13:25) from feed Europe as it is too old.
DEBUG: Skipping article A Rolls for the Man with a Price on His Head and a Taste for Absolute Luxury (Thu, 19 Apr, 2007 15:10) from feed Europe as it is too old.
DEBUG: Skipping article DaimlerChrysler: End of an Unhappy Pair? (Wed, 18 Apr, 2007 10:56) from feed Europe as it is too old.
DEBUG: Skipping article The Kremlin's Big Squeeze (Thu, 19 Apr, 2007 12:24) from feed Europe as it is too old.
DEBUG: Skipping article Bulgarians Resent Closure of Nukes for EU (Thu, 19 Apr, 2007 12:40) from feed Europe as it is too old.
DEBUG: Skipping article Is Energy-Guzzling TGV the Wrong Answer? (Thu, 05 Apr, 2007 12:33) from feed Europe as it is too old.
DEBUG: Skipping article Massive Solar Plant Opens in Portugal (Thu, 29 Mar, 2007 13:11) from feed Europe as it is too old.
DEBUG: Skipping article Europe Blooms as Dollar Wilts (Fri, 20 Apr, 2007 15:34) from feed Europe as it is too old.
DEBUG: Skipping article MedImmune: A Booster Shot for Astra? (Mon, 23 Apr, 2007 16:30) from feed Europe as it is too old.
DEBUG: Skipping article Business In Russia Just Got Riskier (Fri, 13 Apr, 2007 16:55) from feed Europe as it is too old.
DEBUG: Skipping article Is M&A the New R&D? (Tue, 20 Mar, 2007 11:26) from feed Europe as it is too old.
DEBUG: Skipping article It's Sarkozy vs. Royal in French Election (Mon, 23 Apr, 2007 11:05) from feed Europe as it is too old.
DEBUG: Skipping article Europe's Changing Labor Compact (Tue, 17 Apr, 2007 09:35) from feed Europe as it is too old.
DEBUG: Skipping article Wages Rising Too Fast in Eastern Europe? (Thu, 19 Apr, 2007 12:40) from feed Europe as it is too old.
DEBUG: Skipping article Study Says Big States Gaining Power in EU (Mon, 09 Apr, 2007 12:48) from feed Europe as it is too old.
DEBUG: Skipping article Where 'Global' Isn't Just a Buzzword (Thu, 19 Apr, 2007 22:23) from feed Europe as it is too old.
DEBUG: Skipping article London Is the Place to Be in IT (Fri, 13 Apr, 2007 12:54) from feed Europe as it is too old.
DEBUG: Skipping article I Was a Second Life B-School Student (Mon, 16 Apr, 2007 00:00) from feed Europe as it is too old.
DEBUG: Skipping article Where are All the Workers? (Fri, 30 Mar, 2007 06:37) from feed Europe as it is too old.
DEBUG: Skipping article Preserving South Lebanon (Mon, 23 Apr, 2007 11:19) from feed Europe as it is too old.
DEBUG: Skipping article Germany's New Energy Efficient Homes (Fri, 13 Apr, 2007 13:02) from feed Europe as it is too old.
DEBUG: Skipping article Ikea Enters UK's Housing Market (Fri, 20 Apr, 2007 10:56) from feed Europe as it is too old.
DEBUG: Skipping article How Second Life Changes Customer Service (Tue, 10 Apr, 2007 10:12) from feed Europe as it is too old.
DEBUG: Skipping article BT Goes Latin with Comsat Buy (Mon, 23 Apr, 2007 11:09) from feed Europe as it is too old.
DEBUG: Skipping article Rubles Across the Sea (Thu, 19 Apr, 2007 12:31) from feed Europe as it is too old.
DEBUG: Skipping article Microsoft Pushes Emerging-Market Access (Thu, 19 Apr, 2007 21:09) from feed Europe as it is too old.
DEBUG: Skipping article East Europeans Go West for the Good Life (Fri, 30 Mar, 2007 10:45) from feed Europe as it is too old.
DEBUG: Skipping article A Superlative New Generation in Provence (Mon, 23 Apr, 2007 11:02) from feed Europe as it is too old.
DEBUG: Skipping article The Making of a Morgan Roadster (Mon, 16 Apr, 2007 19:04) from feed Europe as it is too old.
DEBUG: Skipping article Surprising Dubai (Fri, 20 Apr, 2007 07:58) from feed Europe as it is too old.
DEBUG: Skipping article Designer Hotels Hit the Hot Spots (Fri, 06 Apr, 2007 14:59) from feed Europe as it is too old.
0% Fetching feed Hybrids...
DEBUG: Skipping article New (Battery) Life for Hybrids (Thu, 05 Jan, 2006 18:08) from feed Hybrids as it is too old.
DEBUG: Skipping article Toyota: Greener Cars -- and Factories (Tue, 03 Jan, 2006 16:50) from feed Hybrids as it is too old.
DEBUG: Skipping article No Road Trips for Toyota's i-unit (Tue, 03 Jan, 2006 16:50) from feed Hybrids as it is too old.
DEBUG: Skipping article What Makes a Hybrid Hot (Tue, 03 Jan, 2006 16:50) from feed Hybrids as it is too old.
DEBUG: Skipping article Toyota Grows a Greener Lexus (Tue, 03 Jan, 2006 16:50) from feed Hybrids as it is too old.
DEBUG: Skipping article BMW Unveils The Turbosteamer Concept (Wed, 28 Dec, 2005 15:29) from feed Hybrids as it is too old.
DEBUG: Skipping article A New Breed Of High-Performance Electric Car (Wed, 28 Dec, 2005 16:28) from feed Hybrids as it is too old.
DEBUG: Skipping article "Trybrid" Runs on Three Sources (Wed, 28 Dec, 2005 16:35) from feed Hybrids as it is too old.
DEBUG: Skipping article Taxicabs Start to Turn Green (Wed, 28 Dec, 2005 14:32) from feed Hybrids as it is too old.
DEBUG: Skipping article Hybrid Owners Drive Away Happy (Wed, 28 Dec, 2005 14:37) from feed Hybrids as it is too old.
DEBUG: Skipping article Sales Continue to Speed Up (Wed, 28 Dec, 2005 14:47) from feed Hybrids as it is too old.
DEBUG: Skipping article 10 Easy Ways to Save Gas (Wed, 28 Dec, 2005 14:54) from feed Hybrids as it is too old.
DEBUG: Skipping article Figuring Out Federal Incentives (Wed, 28 Dec, 2005 15:03) from feed Hybrids as it is too old.
DEBUG: Skipping article Local and Regional Incentives (Wed, 28 Dec, 2005 15:07) from feed Hybrids as it is too old.
DEBUG: Skipping article Private Companies Offer Incentives (Wed, 28 Dec, 2005 15:18) from feed Hybrids as it is too old.
DEBUG: Skipping article Peugeot's Futuristic Quad (Wed, 28 Dec, 2005 17:29) from feed Hybrids as it is too old.
DEBUG: Skipping article How Hybrids Work (Wed, 28 Dec, 2005 15:20) from feed Hybrids as it is too old.
DEBUG: Skipping article Plugging In to Electric Power (Wed, 28 Dec, 2005 15:22) from feed Hybrids as it is too old.
0% Fetching feed Auto Reviews...
DEBUG: Skipping article Chevy Malibu'sQuantum Leap (Mon, 10 Dec, 2007 13:17) from feed Auto Reviews as it is too old.
DEBUG: Skipping article BMW's Z4 Gets Its Props (Tue, 10 Apr, 2007 14:55) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Pontiac's Budget Porsche (Fri, 26 Jan, 2007 13:45) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Mazda: More Miata for the Money (Fri, 15 Dec, 2006 15:52) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Aston Martin's AAA Bond Rating (Fri, 17 Nov, 2006 14:28) from feed Auto Reviews as it is too old.
DEBUG: Skipping article The Audi A4 Cabriolet Gets an A (Tue, 14 Nov, 2006 15:10) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Mercedes' Super Coupe (Mon, 08 Oct, 2007 14:21) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Audi's TT Doubles the Pleasure (Mon, 30 Jul, 2007 12:56) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Super Duper Mini Cooper (Tue, 29 May, 2007 10:53) from feed Auto Reviews as it is too old.
DEBUG: Skipping article BMW's 1 Series: Small and Sporty (Fri, 08 Jun, 2007 14:05) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Jaguar's New XKR: One Fine Ride (Fri, 06 Apr, 2007 15:35) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Nissan's Ultimate Hybrid (Fri, 03 Aug, 2007 16:14) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Hybrid Heaven in a Lexus (Wed, 08 Mar, 2006 12:49) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Toyota Highlander: The Camry of SUVs (Wed, 08 Aug, 2007 19:24) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Honda Accord: America's Next No. 1? (Mon, 19 Nov, 2007 14:49) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Altima With Attitude (Mon, 05 Nov, 2007 10:33) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Volvo's Sizzling S80 (Mon, 29 Oct, 2007 14:24) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Cadillac's Stellar CTS (Mon, 22 Oct, 2007 12:14) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Ford Taurus: Tired Bull (Fri, 12 Oct, 2007 13:36) from feed Auto Reviews as it is too old.
DEBUG: Skipping article America's Best Small Pickup (Mon, 12 Nov, 2007 15:06) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Chevy's Biggest, Baddest Truck (Mon, 01 Oct, 2007 14:29) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Toyota's Rugged Tundra (Fri, 15 Jun, 2007 16:52) from feed Auto Reviews as it is too old.
DEBUG: Skipping article GMC's High Sierra (Tue, 08 May, 2007 15:35) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Ford F250: Super Super Duty (Thu, 08 Mar, 2007 14:43) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Saturn's Terrific Vue (Fri, 14 Sep, 2007 13:11) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Toyota's More Refined Highlander (Thu, 30 Aug, 2007 14:59) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Suzuki's Bland Vitara (Wed, 18 Jul, 2007 14:13) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Land Rover LR2: Second Time's the Charm (Thu, 28 Jun, 2007 22:13) from feed Auto Reviews as it is too old.
DEBUG: Skipping article 2006 Subaru B9 Tribeca (Wed, 28 Dec, 2005 17:39) from feed Auto Reviews as it is too old.
DEBUG: Skipping article 2006 BMW 3-Series Touring (Wed, 28 Dec, 2005 17:21) from feed Auto Reviews as it is too old.
DEBUG: Skipping article 2006 Mazda5 (Tue, 27 Dec, 2005 22:21) from feed Auto Reviews as it is too old.
DEBUG: Skipping article 2006 Audi A6 Avant 3.2 quattro (Tue, 27 Dec, 2005 21:14) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Chrysler's Tony Town & Country (Mon, 26 Nov, 2007 16:25) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Scion xB: Bigger but Thirstier (Fri, 17 Aug, 2007 15:27) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Subaru Legacy Wagon: Best for Last (Tue, 27 Mar, 2007 13:24) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Full Caliber (Tue, 29 Aug, 2006 14:10) from feed Auto Reviews as it is too old.
DEBUG: Skipping article Rowdy Audi (Thu, 13 Jul, 2006 16:43) from feed Auto Reviews as it is too old.
0% Fetching feed Innovation & Design...
DEBUG: Skipping article Johnson & Johnson's Big Design Challenge (Wed, 21 May, 2008 15:10) from feed Innovation & Design as it is too old.
DEBUG: Skipping article C.K. Prahalad: The New Age of Innovation (Mon, 19 May, 2008 10:51) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Why GE Is Getting Out of the Kitchen (Fri, 16 May, 2008 00:00) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Is U.S. Innovation Headed Offshore? (Wed, 07 May, 2008 11:33) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Braving Brazil's 'Airline Graveyard' (Tue, 06 May, 2008 17:14) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Delta-Northwest: Unlikely to Fly (Wed, 30 Apr, 2008 11:00) from feed Innovation & Design as it is too old.
DEBUG: Skipping article How Google Fuels Its Idea Factory (Tue, 29 Apr, 2008 21:15) from feed Innovation & Design as it is too old.
DEBUG: Skipping article HP Labs' Latest Experiment: Itself (Thu, 17 Apr, 2008 16:59) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Life on the Edge: Learning from Facebook (Wed, 02 Apr, 2008 13:34) from feed Innovation & Design as it is too old.
DEBUG: Skipping article BlackBerry: Innovation Behind the Icon (Fri, 04 Apr, 2008 17:39) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Real World 2.0 (Fri, 21 Mar, 2008 14:39) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Innovation Through Acquisition (Fri, 29 Feb, 2008 14:46) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Facebook's Big Facelift (Wed, 21 May, 2008 14:15) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Pure Digital Flips the Script (Thu, 17 Apr, 2008 16:59) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Speedo: Innovation in the Aqua Lab (Mon, 14 Apr, 2008 11:08) from feed Innovation & Design as it is too old.
DEBUG: Skipping article A Cell Phone Made of ...Tapioca? (Mon, 17 Mar, 2008 00:00) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Is It Worth It? (Mon, 10 Mar, 2008 15:35) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Walking While You Work (Fri, 15 Feb, 2008 10:57) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Learning from Tata's Nano (Wed, 27 Feb, 2008 15:31) from feed Innovation & Design as it is too old.
DEBUG: Skipping article A Really Good Collapsible Bike (Mon, 04 Feb, 2008 12:54) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Apple: More Than a Pretty Face (Fri, 04 Jan, 2008 12:28) from feed Innovation & Design as it is too old.
DEBUG: Skipping article The Bright Future of LEDs (Fri, 21 Dec, 2007 12:14) from feed Innovation & Design as it is too old.
DEBUG: Skipping article A New Blueprint for Cisco (Thu, 13 Dec, 2007 16:59) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Danone Innovates to Help Feed the Poor (Mon, 28 Apr, 2008 02:07) from feed Innovation & Design as it is too old.
DEBUG: Skipping article A Ripe Time for Open Innovation (Thu, 03 Apr, 2008 10:23) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Giving the Poor a Means to Work (Fri, 22 Feb, 2008 12:04) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Billion Dollar Innovation (Fri, 07 Dec, 2007 15:04) from feed Innovation & Design as it is too old.
DEBUG: Skipping article A Rural Health Clinic in a Box (Thu, 29 Nov, 2007 13:49) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Designing the 'Care' into Health Care (Wed, 21 Nov, 2007 10:42) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Gunning for Google (Mon, 08 Oct, 2007 11:45) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Seek the Magic with Service Prototypes (Wed, 12 Sep, 2007 11:51) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Art Museum as Research Lab (Mon, 25 Feb, 2008 13:02) from feed Innovation & Design as it is too old.
DEBUG: Skipping article A Ferrari for the Skies (Fri, 01 Feb, 2008 10:46) from feed Innovation & Design as it is too old.
DEBUG: Skipping article The Touchable Tasting Menu (Fri, 25 Jan, 2008 12:19) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Richard Sapper: Fifty Years at the Drawing Board (Wed, 16 Jan, 2008 16:21) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Design: A Strong Showing in Miami (Mon, 10 Dec, 2007 17:46) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Bringing Green Mainstream (Mon, 17 Mar, 2008 11:48) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Using Nature as a Design Guide (Mon, 11 Feb, 2008 11:21) from feed Innovation & Design as it is too old.
DEBUG: Skipping article America's Green Economy (Mon, 11 Feb, 2008 17:00) from feed Innovation & Design as it is too old.
DEBUG: Skipping article A New Model for Green Design (Fri, 18 Jan, 2008 16:39) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Deconstructing the Energy Bill (Fri, 21 Dec, 2007 12:12) from feed Innovation & Design as it is too old.
DEBUG: Skipping article How Green Is That Gizmo? (Thu, 20 Dec, 2007 16:59) from feed Innovation & Design as it is too old.
DEBUG: Skipping article New Clout for Cradle to Cradle Design (Wed, 19 Sep, 2007 11:59) from feed Innovation & Design as it is too old.
DEBUG: Skipping article A Debate over 'Greenwashing' (Fri, 13 Jul, 2007 10:10) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Good Design, Good Business in China (Mon, 21 Apr, 2008 11:38) from feed Innovation & Design as it is too old.
DEBUG: Skipping article And the Best Knockoff Is… (Fri, 08 Feb, 2008 11:12) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Red Dot Awards: Inspired Design (Mon, 10 Dec, 2007 11:19) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Life-Saving Design (Mon, 10 Sep, 2007 11:27) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Leveling the Field in the Weight Room (Thu, 19 Jul, 2007 17:19) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Jonathan Ive and Apple Win Again (Thu, 07 Jun, 2007 11:00) from feed Innovation & Design as it is too old.
DEBUG: Skipping article Building Better Brands (Fri, 25 May, 2007 11:19) from feed Innovation & Design as it is too old.
0% Fetching feed Architecture...
DEBUG: Skipping article Traffic-Stopping Parking Structures (Wed, 21 May, 2008 11:19) from feed Architecture as it is too old.
DEBUG: Skipping article Will China Welcome a Mid-Range Hotel? (Fri, 02 May, 2008 15:07) from feed Architecture as it is too old.
DEBUG: Skipping article The Greening of Greensburg (Mon, 05 May, 2008 13:40) from feed Architecture as it is too old.
DEBUG: Skipping article The Quad's Not the Only Green Spot on Campus (Fri, 28 Mar, 2008 11:51) from feed Architecture as it is too old.
DEBUG: Skipping article Bringing in the Green (Wed, 19 Mar, 2008 16:59) from feed Architecture as it is too old.
DEBUG: Skipping article Snowmass Resort Shows It's Easy Skiing Green (Wed, 05 Mar, 2008 15:01) from feed Architecture as it is too old.
DEBUG: Skipping article 3XN Transforms Brown into Green (Wed, 27 Feb, 2008 15:35) from feed Architecture as it is too old.
DEBUG: Skipping article Rise of the Carbon-Neutral City (Mon, 11 Feb, 2008 11:46) from feed Architecture as it is too old.
DEBUG: Skipping article Brad Pitt Aims to Make It Right (Mon, 17 Dec, 2007 14:01) from feed Architecture as it is too old.
DEBUG: Skipping article Solar's Newest Resource (Wed, 28 Nov, 2007 14:46) from feed Architecture as it is too old.
DEBUG: Skipping article Moving Away from a Carbon Economy (Fri, 09 Nov, 2007 11:34) from feed Architecture as it is too old.
DEBUG: Skipping article Asian Cities Go Green (Wed, 07 Nov, 2007 15:24) from feed Architecture as it is too old.
DEBUG: Skipping article Destiny USA Breaks Ground in Syracuse (Mon, 05 Nov, 2007 11:11) from feed Architecture as it is too old.
DEBUG: Skipping article Red Sox Turn Green (Fri, 26 Oct, 2007 06:51) from feed Architecture as it is too old.
DEBUG: Skipping article Hotel Rooms by Design (Wed, 21 May, 2008 14:22) from feed Architecture as it is too old.
DEBUG: Skipping article Jerusalem Bridge Incites Controversy (Fri, 09 May, 2008 11:41) from feed Architecture as it is too old.
DEBUG: Skipping article Has NYC's Development Agenda Stalled? (Fri, 11 Apr, 2008 12:09) from feed Architecture as it is too old.
DEBUG: Skipping article London Goes Vertical? (Tue, 18 Mar, 2008 16:00) from feed Architecture as it is too old.
DEBUG: Skipping article Time to Downsize That McMansion (Fri, 14 Mar, 2008 13:04) from feed Architecture as it is too old.
DEBUG: Skipping article The City of the Future (Fri, 07 Mar, 2008 11:21) from feed Architecture as it is too old.
DEBUG: Skipping article Housing the YouTube Generation (Wed, 20 Feb, 2008 11:27) from feed Architecture as it is too old.
DEBUG: Skipping article Tel Aviv's Bold Blend of Past and Future (Wed, 02 Jan, 2008 14:35) from feed Architecture as it is too old.
DEBUG: Skipping article Indian Tycoon's Tower (Mon, 29 Oct, 2007 14:18) from feed Architecture as it is too old.
DEBUG: Skipping article Safety and Security—Without the Fortress Look (Fri, 19 Oct, 2007 14:05) from feed Architecture as it is too old.
DEBUG: Skipping article One Giant Leap for Space Tourism (Wed, 05 Sep, 2007 10:56) from feed Architecture as it is too old.
DEBUG: Skipping article The Architecture of Jürgen Mayer H (Fri, 14 Mar, 2008 12:27) from feed Architecture as it is too old.
DEBUG: Skipping article Why I Hate The Hearst Tower (Wed, 23 Jan, 2008 15:34) from feed Architecture as it is too old.
DEBUG: Skipping article How to Build a Temple in 10 Days (Wed, 09 Jan, 2008 14:11) from feed Architecture as it is too old.
DEBUG: Skipping article Beyond Miami: Dacra Goes Global (Fri, 07 Dec, 2007 14:02) from feed Architecture as it is too old.
DEBUG: Skipping article Is New York Losing Its Soul? (Mon, 08 Oct, 2007 14:10) from feed Architecture as it is too old.
DEBUG: Skipping article Can the Construction Business Remake Itself? (Wed, 03 Oct, 2007 11:58) from feed Architecture as it is too old.
DEBUG: Skipping article The Skyscraper: Still Soaring (Fri, 17 Aug, 2007 12:04) from feed Architecture as it is too old.
DEBUG: Skipping article Good Design, Good Business in China (Mon, 21 Apr, 2008 11:38) from feed Architecture as it is too old.
DEBUG: Skipping article After the Layoff, the Redesign (Mon, 07 Apr, 2008 18:58) from feed Architecture as it is too old.
DEBUG: Skipping article Jean Nouvel's Moment in the Sun (Thu, 17 Apr, 2008 13:20) from feed Architecture as it is too old.
DEBUG: Skipping article Beijing's Giant Airport Terminal To Open (Wed, 27 Feb, 2008 15:26) from feed Architecture as it is too old.
DEBUG: Skipping article The State of American Architecture (Wed, 13 Feb, 2008 16:44) from feed Architecture as it is too old.
DEBUG: Skipping article New Orleans Riverfront Plan Gets Green Light (Wed, 16 Jan, 2008 16:06) from feed Architecture as it is too old.
DEBUG: Skipping article Coney Island: Rides Again? (Mon, 07 Jan, 2008 12:58) from feed Architecture as it is too old.
DEBUG: Skipping article Housing Slump? What Housing Slump? (Fri, 04 Jan, 2008 12:20) from feed Architecture as it is too old.
DEBUG: Skipping article Whose Bridge Is It Anyway? (Wed, 12 Dec, 2007 14:05) from feed Architecture as it is too old.
DEBUG: Skipping article MTA Presents Plans for New York City (Wed, 05 Dec, 2007 15:03) from feed Architecture as it is too old.
DEBUG: Skipping article Marcel Breuer Comes to Washington (Wed, 14 Nov, 2007 13:00) from feed Architecture as it is too old.
DEBUG: Skipping article Miami's Design Doyen: Craig Robins (Mon, 12 Nov, 2007 11:23) from feed Architecture as it is too old.
DEBUG: Skipping article C.K. Prahalad: The New Age of Innovation (Mon, 19 May, 2008 10:51) from feed Architecture as it is too old.
DEBUG: Skipping article Is U.S. Innovation Headed Offshore? (Wed, 07 May, 2008 11:33) from feed Architecture as it is too old.
DEBUG: Skipping article Nau Is Then (Fri, 16 May, 2008 13:26) from feed Architecture as it is too old.
DEBUG: Skipping article Why GE Is Getting Out of the Kitchen (Fri, 16 May, 2008 00:00) from feed Architecture as it is too old.
DEBUG: Skipping article Braving Brazil's 'Airline Graveyard' (Tue, 06 May, 2008 17:14) from feed Architecture as it is too old.
0% Fetching feed Brand Equity...
DEBUG: Skipping article McDonald's Specialty Coffee Kick (Wed, 14 May, 2008 16:12) from feed Brand Equity as it is too old.
DEBUG: Skipping article At Best Buy, Marketing Goes Micro (Thu, 15 May, 2008 16:59) from feed Brand Equity as it is too old.
DEBUG: Skipping article How to Build Brand Friendship (Fri, 09 May, 2008 15:14) from feed Brand Equity as it is too old.
DEBUG: Skipping article Get the Most Out of Your Ad Agency (Mon, 25 Feb, 2008 18:41) from feed Brand Equity as it is too old.
DEBUG: Skipping article Wolff Olins' Intuitive Branding (Wed, 06 Feb, 2008 14:52) from feed Brand Equity as it is too old.
DEBUG: Skipping article He Works Hard for the Money (Thu, 24 Jan, 2008 16:59) from feed Brand Equity as it is too old.
DEBUG: Skipping article Xerox Gets a Brand Makeover (Mon, 07 Jan, 2008 11:29) from feed Brand Equity as it is too old.
DEBUG: Skipping article Struggles of a Mad Man (Wed, 21 Nov, 2007 11:47) from feed Brand Equity as it is too old.
DEBUG: Skipping article The American Green House (Mon, 05 Nov, 2007 11:02) from feed Brand Equity as it is too old.
DEBUG: Skipping article Converse's All-Star Image (Fri, 25 Apr, 2008 13:39) from feed Brand Equity as it is too old.
DEBUG: Skipping article The Icelander Who Wants Saks (Thu, 31 Jan, 2008 16:59) from feed Brand Equity as it is too old.
DEBUG: Skipping article LG Bets Big on TV Design (Wed, 23 Jan, 2008 17:45) from feed Brand Equity as it is too old.
DEBUG: Skipping article Vente-privee.com Refashions Closeouts (Fri, 11 Jan, 2008 12:55) from feed Brand Equity as it is too old.
DEBUG: Skipping article Philips' Lightbulb Moment (Fri, 07 Dec, 2007 12:40) from feed Brand Equity as it is too old.
DEBUG: Skipping article Steppenwolf's Dramatic Arc (Mon, 17 Dec, 2007 13:41) from feed Brand Equity as it is too old.
DEBUG: Skipping article Dove (D)evolution (Mon, 12 Nov, 2007 11:05) from feed Brand Equity as it is too old.
DEBUG: Skipping article Carbon Confusion (Thu, 06 Mar, 2008 16:59) from feed Brand Equity as it is too old.
DEBUG: Skipping article The State of Indian Design (Wed, 05 Mar, 2008 14:54) from feed Brand Equity as it is too old.
DEBUG: Skipping article The Death of Mass Luxury (Thu, 17 Jan, 2008 22:04) from feed Brand Equity as it is too old.
DEBUG: Skipping article Beware the Advertising Pretest (Fri, 07 Dec, 2007 11:56) from feed Brand Equity as it is too old.
DEBUG: Skipping article Little Green Lies (Wed, 24 Oct, 2007 11:29) from feed Brand Equity as it is too old.
DEBUG: Skipping article Haggling Starts to Go the Way of the Tail Fin (Mon, 22 Oct, 2007 11:28) from feed Brand Equity as it is too old.
DEBUG: Skipping article This Is Your Brain on Advertising (Mon, 08 Oct, 2007 13:56) from feed Brand Equity as it is too old.
DEBUG: Skipping article The Big Record Labels' Not-So-Big Future (Wed, 10 Oct, 2007 00:00) from feed Brand Equity as it is too old.
DEBUG: Skipping article Advertising: The Bottom Line (Mon, 14 Apr, 2008 11:09) from feed Brand Equity as it is too old.
DEBUG: Skipping article An Ad Man Tests the Limits (Thu, 21 Feb, 2008 16:59) from feed Brand Equity as it is too old.
DEBUG: Skipping article A Boom in Political Advertising (Mon, 11 Feb, 2008 16:54) from feed Brand Equity as it is too old.
DEBUG: Skipping article What You Really Want to Buy (Mon, 28 Jan, 2008 00:00) from feed Brand Equity as it is too old.
DEBUG: Skipping article NBC: Blindsided by Notre Dame (Thu, 20 Dec, 2007 16:59) from feed Brand Equity as it is too old.
DEBUG: Skipping article Facebook: Marketers Are Your 'Friends' (Wed, 07 Nov, 2007 00:00) from feed Brand Equity as it is too old.
DEBUG: Skipping article So Many Ads, So Few Clicks (Fri, 02 Nov, 2007 12:07) from feed Brand Equity as it is too old.
DEBUG: Skipping article C.K. Prahalad: The New Age of Innovation (Mon, 19 May, 2008 10:51) from feed Brand Equity as it is too old.
DEBUG: Skipping article Is U.S. Innovation Headed Offshore? (Wed, 07 May, 2008 11:33) from feed Brand Equity as it is too old.
DEBUG: Skipping article Nau Is Then (Fri, 16 May, 2008 13:26) from feed Brand Equity as it is too old.
DEBUG: Skipping article Why GE Is Getting Out of the Kitchen (Fri, 16 May, 2008 00:00) from feed Brand Equity as it is too old.
DEBUG: Skipping article Braving Brazil's 'Airline Graveyard' (Tue, 06 May, 2008 17:14) from feed Brand Equity as it is too old.
0% Fetching feed Auto Design...
DEBUG: Skipping article GM: Live Green or Die (Thu, 15 May, 2008 16:59) from feed Auto Design as it is too old.
DEBUG: Skipping article Inside the Tata Nano Factory (Fri, 09 May, 2008 12:40) from feed Auto Design as it is too old.
DEBUG: Skipping article Hot Design for Graying Drivers (Wed, 07 May, 2008 13:59) from feed Auto Design as it is too old.
DEBUG: Skipping article Engineering a Saab Turnaround (Mon, 31 Mar, 2008 15:34) from feed Auto Design as it is too old.
DEBUG: Skipping article One World, One Car, One Name (Thu, 13 Mar, 2008 16:59) from feed Auto Design as it is too old.
DEBUG: Skipping article Designing the Cars of the Future (Sun, 02 Mar, 2008 20:04) from feed Auto Design as it is too old.
DEBUG: Skipping article Detroit's New Push for Better Interiors (Mon, 28 Jan, 2008 00:00) from feed Auto Design as it is too old.
DEBUG: Skipping article The Electric Car Acid Test (Thu, 24 Jan, 2008 16:59) from feed Auto Design as it is too old.
DEBUG: Skipping article Tata Unveils the World's Cheapest Car (Thu, 10 Jan, 2008 10:50) from feed Auto Design as it is too old.
DEBUG: Skipping article GM Opens Electric Design Studio (Wed, 02 Jan, 2008 14:47) from feed Auto Design as it is too old.
DEBUG: Skipping article Nissan Redesigns a Japanese Icon (Mon, 26 Nov, 2007 15:56) from feed Auto Design as it is too old.
DEBUG: Skipping article A Smaller, Friendlier Hummer? (Thu, 17 Apr, 2008 16:59) from feed Auto Design as it is too old.
DEBUG: Skipping article Lexus: Too Japanese for the Japanese (Thu, 20 Mar, 2008 16:59) from feed Auto Design as it is too old.
DEBUG: Skipping article Volkswagen's Integrated Interiors (Mon, 17 Mar, 2008 11:59) from feed Auto Design as it is too old.
DEBUG: Skipping article Get Ready for Less Boring Green Cars (Fri, 01 Feb, 2008 13:47) from feed Auto Design as it is too old.
DEBUG: Skipping article Test-Driving the Mitsubishi I (Wed, 16 Jan, 2008 16:02) from feed Auto Design as it is too old.
DEBUG: Skipping article The World's Biggest Arcade Game? (Tue, 04 Dec, 2007 16:00) from feed Auto Design as it is too old.
DEBUG: Skipping article Sky-High Concept Car (Mon, 17 Dec, 2007 15:16) from feed Auto Design as it is too old.
DEBUG: Skipping article Variable Degrees of Transparency (Mon, 12 Nov, 2007 13:57) from feed Auto Design as it is too old.
DEBUG: Skipping article The Thrill of Mass Cars (Mon, 16 Jul, 2007 13:29) from feed Auto Design as it is too old.
DEBUG: Skipping article Meet Alfa's New Male (Wed, 13 Jun, 2007 11:12) from feed Auto Design as it is too old.
DEBUG: Skipping article C.K. Prahalad: The New Age of Innovation (Mon, 19 May, 2008 10:51) from feed Auto Design as it is too old.
DEBUG: Skipping article Is U.S. Innovation Headed Offshore? (Wed, 07 May, 2008 11:33) from feed Auto Design as it is too old.
DEBUG: Skipping article Nau Is Then (Fri, 16 May, 2008 13:26) from feed Auto Design as it is too old.
DEBUG: Skipping article Why GE Is Getting Out of the Kitchen (Fri, 16 May, 2008 00:00) from feed Auto Design as it is too old.
DEBUG: Skipping article Braving Brazil's 'Airline Graveyard' (Tue, 06 May, 2008 17:14) from feed Auto Design as it is too old.
0% Fetching feed Game Room...
DEBUG: Skipping article Wii Fit Puts the Fun in Fitness (Wed, 21 May, 2008 00:00) from feed Game Room as it is too old.
DEBUG: Skipping article Spielberg's Wii "Block-buster" (Wed, 07 May, 2008 14:03) from feed Game Room as it is too old.
DEBUG: Skipping article Opening Up The Wii (Thu, 17 Apr, 2008 16:59) from feed Game Room as it is too old.
DEBUG: Skipping article Making Some Wii Modifications (Mon, 24 Mar, 2008 11:35) from feed Game Room as it is too old.
DEBUG: Skipping article What Makes Us Click? (Mon, 07 Apr, 2008 14:38) from feed Game Room as it is too old.
DEBUG: Skipping article Gaming Trends 2008 (Wed, 26 Mar, 2008 14:28) from feed Game Room as it is too old.
DEBUG: Skipping article Spore (and more) Coming to the iPhone (Wed, 12 Mar, 2008 18:38) from feed Game Room as it is too old.
DEBUG: Skipping article No Pain No Game (Fri, 22 Feb, 2008 15:00) from feed Game Room as it is too old.
DEBUG: Skipping article Hands On with Will Wright's Spore (Thu, 14 Feb, 2008 09:35) from feed Game Room as it is too old.
DEBUG: Skipping article Rules of the Game (Mon, 28 Jan, 2008 11:56) from feed Game Room as it is too old.
DEBUG: Skipping article A New Front in the Console Wars (Mon, 14 Jan, 2008 12:10) from feed Game Room as it is too old.
DEBUG: Skipping article What About a Google Gaming OS? (Wed, 07 Nov, 2007 15:09) from feed Game Room as it is too old.
DEBUG: Skipping article 50 Greatest Game Innovations (Mon, 05 Nov, 2007 11:16) from feed Game Room as it is too old.
DEBUG: Skipping article Sid Meier Gives Nod to EA/Take-Two Merger (Mon, 03 Mar, 2008 15:49) from feed Game Room as it is too old.
DEBUG: Skipping article Spielberg Hooked on Wii Games (Wed, 06 Feb, 2008 16:30) from feed Game Room as it is too old.
DEBUG: Skipping article An Online Game Pioneer's Blank Slate (Tue, 16 Oct, 2007 06:51) from feed Game Room as it is too old.
DEBUG: Skipping article Bungie Bounces: Where Next for Halo's Developer? (Mon, 08 Oct, 2007 14:15) from feed Game Room as it is too old.
DEBUG: Skipping article Creating Box Art (Fri, 21 Sep, 2007 12:08) from feed Game Room as it is too old.
DEBUG: Skipping article Reinventing Your Brand (Mon, 27 Aug, 2007 11:51) from feed Game Room as it is too old.
DEBUG: Skipping article Game Icons We Love (Fri, 03 Aug, 2007 14:20) from feed Game Room as it is too old.
DEBUG: Skipping article Console Race: Another Lap for Sony (Fri, 14 Mar, 2008 13:02) from feed Game Room as it is too old.
DEBUG: Skipping article Electronic Arts Tries to Snatch Take-Two (Mon, 25 Feb, 2008 13:06) from feed Game Room as it is too old.
DEBUG: Skipping article The Game's the Thing at MTV Networks (Thu, 07 Feb, 2008 16:59) from feed Game Room as it is too old.
DEBUG: Skipping article EA Leaps into Free Video Games (Fri, 22 Feb, 2008 15:11) from feed Game Room as it is too old.
DEBUG: Skipping article Microsoft's Games Get Serious (Fri, 21 Dec, 2007 16:21) from feed Game Room as it is too old.
DEBUG: Skipping article India's Gaming Market Grows Up (Thu, 27 Dec, 2007 07:43) from feed Game Room as it is too old.
DEBUG: Skipping article Hollywood Stars Get Game (Wed, 24 Oct, 2007 11:31) from feed Game Room as it is too old.
DEBUG: Skipping article More Virtual Worlds: Yes, Really (Mon, 15 Oct, 2007 12:49) from feed Game Room as it is too old.
DEBUG: Skipping article Develop It Yourself (Mon, 01 Oct, 2007 12:29) from feed Game Room as it is too old.
DEBUG: Skipping article C.K. Prahalad: The New Age of Innovation (Mon, 19 May, 2008 10:51) from feed Game Room as it is too old.
DEBUG: Skipping article Is U.S. Innovation Headed Offshore? (Wed, 07 May, 2008 11:33) from feed Game Room as it is too old.
DEBUG: Skipping article Nau Is Then (Fri, 16 May, 2008 13:26) from feed Game Room as it is too old.
DEBUG: Skipping article Why GE Is Getting Out of the Kitchen (Fri, 16 May, 2008 00:00) from feed Game Room as it is too old.
DEBUG: Skipping article Braving Brazil's 'Airline Graveyard' (Tue, 06 May, 2008 17:14) from feed Game Room as it is too old.
0% Fetching feed Technology...
DEBUG: Skipping article The Mac in the Gray Flannel Suit (Thu, 01 May, 2008 20:29) from feed Technology as it is too old.
DEBUG: Skipping article Microsoft-Yahoo, Version 2.0 (Thu, 22 May, 2008 00:30) from feed Technology as it is too old.
DEBUG: Skipping article Facetime with Chris DeWolfe (Wed, 21 May, 2008 22:05) from feed Technology as it is too old.
DEBUG: Skipping article Learning from the Craigslist-eBay Mess (Tue, 20 May, 2008 22:27) from feed Technology as it is too old.
DEBUG: Skipping article Sarah Lacy on the Birth of Ning (Mon, 19 May, 2008 02:15) from feed Technology as it is too old.
DEBUG: Skipping article Why Twitter Matters (Thu, 15 May, 2008 23:20) from feed Technology as it is too old.
DEBUG: Skipping article Beyond H-1B: An Immigration Glossary (Tue, 20 May, 2008 16:27) from feed Technology as it is too old.
DEBUG: Skipping article Microsoft Joins One Laptop per Child (Thu, 15 May, 2008 20:56) from feed Technology as it is too old.
DEBUG: Skipping article Closing the Door to Microsoft Vista (Tue, 13 May, 2008 00:00) from feed Technology as it is too old.
DEBUG: Skipping article The Sad State of U.S. Broadband (Thu, 22 May, 2008 00:00) from feed Technology as it is too old.
DEBUG: Skipping article Wii Fit Puts the Fun in Fitness (Wed, 21 May, 2008 00:00) from feed Technology as it is too old.
DEBUG: Skipping article For Sony TVs, a New Downscale Front (Thu, 15 May, 2008 07:26) from feed Technology as it is too old.
DEBUG: Skipping article Another Shakeup at Samsung (Wed, 14 May, 2008 07:25) from feed Technology as it is too old.
DEBUG: Skipping article Netflix: Nuts About Video on Demand (Tue, 20 May, 2008 22:12) from feed Technology as it is too old.
DEBUG: Skipping article What CBS Sees in CNET (Fri, 16 May, 2008 00:03) from feed Technology as it is too old.
DEBUG: Skipping article Yossi Vardi: Israel's 'Mr. Tech' (Mon, 19 May, 2008 02:04) from feed Technology as it is too old.
DEBUG: Skipping article Cancer Research Group Releases Data (Fri, 16 May, 2008 00:00) from feed Technology as it is too old.
DEBUG: Skipping article Money Shines on Israeli Solar Startup (Wed, 14 May, 2008 14:46) from feed Technology as it is too old.
DEBUG: Skipping article Physician, Reveal Thyself (Mon, 12 May, 2008 01:17) from feed Technology as it is too old.
DEBUG: Skipping article Cancer's Cruel Economics (Wed, 21 May, 2008 23:44) from feed Technology as it is too old.
DEBUG: Skipping article The Improbable Heroes of Toontown (Thu, 15 May, 2008 16:59) from feed Technology as it is too old.
0% Fetching feed Investing...
kovidgoyal 05-29-2008, 03:05 PM Hmm I'll make some improvements to that recipe in the next release, try it then.
|