(07:36:40 PM) James Watt: http://comics.gtwy.net
(07:37:05 PM) Davin: does it just grab the most recent
(07:37:09 PM) Davin: or do you do it manually?
(07:38:10 PM) James Watt: it does it automatically 
(07:38:33 PM) Davin: very nice
(07:38:35 PM) Davin: using RSS?
(07:38:57 PM) James Watt: no. i figure out each website's system for updating new comics, then i wrote
			  a script that checks their site daily and downloads the new comic to a cache
			  folder. it runs a few times a day using a crontab. it also updates a myql db
			  with data.
(07:39:25 PM) James Watt: then i wrote another script that looks at a mysql dbase for all data pertaining
			  to the comics (dates of cached comic strips) and then uses that information to
			  pull the images from the cache folder.
(07:40:42 PM) James Watt: the original page took an hour to write, but i have done a lot to it since
(07:40:45 PM) Davin: oh
(07:40:49 PM) Davin: yeah thats not bad at all