<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3469722878827822457</id><updated>2011-11-27T16:50:46.233-08:00</updated><category term='derideal'/><category term='linux'/><category term='furry'/><category term='centos'/><category term='i386'/><category term='favorites'/><category term='java'/><category term='libqtcurve.so'/><category term='kubuntu'/><category term='comics'/><category term='gtk2'/><category term='HD'/><category term='64bit'/><category term='sci-fi'/><category term='firefox32'/><category term='mini-tips'/><category term='comiclist'/><category term='firefox'/><category term='commands'/><category term='amd64'/><category term='fantasy'/><category term='script'/><category term='runescape'/><category term='handy'/><category term='x86_64'/><category term='like'/><category term='ubuntu'/><category term='review'/><category term='x64'/><title type='text'>Robbie's scripts &amp; such</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://robbiethe1st.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3469722878827822457/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://robbiethe1st.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>RobbieThe1st</name><uri>http://www.blogger.com/profile/12036530661293983751</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3469722878827822457.post-6994282432707582337</id><published>2009-10-26T22:30:00.001-07:00</published><updated>2009-11-03T01:17:28.488-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='x64'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox32'/><category scheme='http://www.blogger.com/atom/ns#' term='gtk2'/><category scheme='http://www.blogger.com/atom/ns#' term='libqtcurve.so'/><category scheme='http://www.blogger.com/atom/ns#' term='mini-tips'/><title type='text'>Ubuntu mini tips and tricks</title><content type='html'>This is a list of little pesky tricks I have been using to solve problems:

1. Make a shell-script with relative paths run the same no matter where it is launches from - i.e. change the working directory to the path of the script itself:&lt;br&gt;
# /bin/bash&lt;br&gt;
cd `dirname $0`&lt;br&gt;
&lt;br&gt;
&lt;hr&gt;
2. Enable CRONTAB log to its own file:&lt;br&gt;
#cd /etc/rsyslog.d/&lt;br&gt;
#sudo touch ./cron.conf&lt;br&gt;
#sudo *editor* ./cron.conf&lt;br&gt;
ADD: "cron.* -/var/log/cron" /var/log/cron being the log-file&lt;br&gt;
#sudo touch /var/log/cron&lt;br&gt;
#service rsyslog restart&lt;br&gt;
&lt;br&gt;
&lt;hr&gt;
3. Firefox32 can't find "libqtcurve.so":&lt;br&gt;
-download http://packages.ubuntu.com/jaunty/i386/gtk2-engines-qtcurve/download&lt;br&gt;
-extract it using "sudo dpkg -x gtk*tab* ./gtk2" from the directory you downloaded it.&lt;br&gt;
-press f5 to reload the current directory&lt;br&gt;
-open the gtk2 directory we made, go into the lib directory&lt;br&gt;
-f4 to bring up a terminal &lt;br&gt;
-"sudo cp *current-location*/ /usr/lib32/"&lt;br&gt;
-go up one level, go into the share directory&lt;br&gt;
-"sudo cp *current-location*/ /usr/share/"&lt;br&gt;
-restart firefox32, it should work great&lt;br&gt;
&lt;br&gt;
&lt;hr&gt;
4. Mount a disk on startup&lt;br&gt;
-type "sudo crontab -e"&lt;br&gt;
-add this line: "@reboot mount *device* *mount-point*"&lt;br&gt;
For me this is: "@reboot mount /dev/disk/by-id/dm-name-pdc_dhbhddfagc4 /Data" which mounts my 4th partition, /dev/disk/by-id/dm-name-pdc_dhbhddfagc4 to /Data. Note that your partitions are probably under /dev/sda* or /dev/hda* - use "sudo fdisk -l" to list your disks.&lt;br&gt;
&lt;br&gt;
&lt;hr&gt;
5. Install microsoft fonts&lt;br&gt;
-type "sudo apt-get install msttcorefonts"&lt;br&gt;
-your done.&lt;br&gt;
&lt;br&gt;
&lt;hr&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3469722878827822457-6994282432707582337?l=robbiethe1st.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://robbiethe1st.blogspot.com/feeds/6994282432707582337/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://robbiethe1st.blogspot.com/2009/10/ubuntu-mini-tips-and-tricks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3469722878827822457/posts/default/6994282432707582337'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3469722878827822457/posts/default/6994282432707582337'/><link rel='alternate' type='text/html' href='http://robbiethe1st.blogspot.com/2009/10/ubuntu-mini-tips-and-tricks.html' title='Ubuntu mini tips and tricks'/><author><name>RobbieThe1st</name><uri>http://www.blogger.com/profile/12036530661293983751</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3469722878827822457.post-986662860333048025</id><published>2009-10-26T22:16:00.000-07:00</published><updated>2009-11-03T01:05:06.414-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='x64'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox32'/><category scheme='http://www.blogger.com/atom/ns#' term='amd64'/><category scheme='http://www.blogger.com/atom/ns#' term='kubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='handy'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Ubuntu cheatsheet pages</title><content type='html'>In my research to fix problems, I have often run across one page which does an excellent job of providing a solution to my problem. Often, this page is actually official Ubuntu documentation, but usually I have a hard time finding it. Detailed here is a list of extremely useful URLs and what they are about:&lt;br&gt;
&lt;table border='1' cellpadding='0' cellspacing='0' width='100%' style='text-align: center;' class='table1'&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href='https://help.ubuntu.com/community/AMD64/FirefoxAndPlugins'&gt;AMD64/FirefoxAndPlugins&lt;/a&gt;&lt;/td&gt;&lt;td&gt;extremely useful page showing how to install 32-bit firefox and java on x64 Ubuntu&lt;/td&gt;&lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href='https://wiki.ubuntu.com/Fonts'&gt;Fonts&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Fonts page includes large .fonts.conf text, for making all those pesky fonts look sharp, clean, and windows-like&lt;/td&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=''&gt;&lt;/a&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href='https://help.ubuntu.com/community/CronHowto'&gt;CronHowto&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Handy reference on setting up CRON tasks.&lt;/td&gt;&lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href='https://help.ubuntu.com/community/Mount'&gt;How to mount disks&lt;/a&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=''&gt;&lt;/a&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td style='height: 0px; padding: 0px;'&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style='padding: 0px;'&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style='padding: 0px;'&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style='padding: 0px;'&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;/table&gt;
&lt;br&gt;&lt;br&gt;
Hope this helps someone, and if not, I know I will be going back through this list when I need help.&lt;br&gt;
&lt;br&gt;
-Robbie&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3469722878827822457-986662860333048025?l=robbiethe1st.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://robbiethe1st.blogspot.com/feeds/986662860333048025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://robbiethe1st.blogspot.com/2009/10/ubuntu-cheatsheet-pages.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3469722878827822457/posts/default/986662860333048025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3469722878827822457/posts/default/986662860333048025'/><link rel='alternate' type='text/html' href='http://robbiethe1st.blogspot.com/2009/10/ubuntu-cheatsheet-pages.html' title='Ubuntu cheatsheet pages'/><author><name>RobbieThe1st</name><uri>http://www.blogger.com/profile/12036530661293983751</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3469722878827822457.post-5013940659910055290</id><published>2009-10-25T00:31:00.000-07:00</published><updated>2009-10-25T03:25:53.805-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='HD'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox32'/><category scheme='http://www.blogger.com/atom/ns#' term='i386'/><category scheme='http://www.blogger.com/atom/ns#' term='runescape'/><category scheme='http://www.blogger.com/atom/ns#' term='64bit'/><category scheme='http://www.blogger.com/atom/ns#' term='kubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='x86_64'/><title type='text'>Runescape HD on (K)Ubuntu</title><content type='html'>One of the games I play is Runescape. It is a 3d Java MMORPG, and has both software-rendered(SD) and hardware-rendered(HD) versions. One of the problems I have so far had in switching my main computer to Ubuntu is that I couldn't get HD working - SD takes up way too much CPU and is not nearly so nice graphics wise. I would simply get a "Graphics mode not supported" error.&lt;br&gt;
I did some research, and found that the problem is that I was using a 64-bit version of Ubuntu. Runescape only works on 32-bit Java, at least on Ubuntu.&lt;br&gt;
&lt;br&gt;
So, what I did is as follows:&lt;br&gt;
1. Installed the KUbuntu 9.10 RC from &lt;a href='http://www.ubuntu.com/getubuntu/releasenotes/910overview'&gt;Here&lt;/a&gt;&lt;br&gt;
2. I used the "Hardware drivers" control panel to install a proprietary graphics driver - NVIDIA in my case&lt;br&gt;
3. I then followed the tutorial for installing 32-bit Firefox and plugins &lt;a href='https://help.ubuntu.com/community/AMD64/FirefoxAndPlugins'&gt;here&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
I restarted, then opened up a terminal and typed "firefox32 &amp;". Firefox 32bit started, and I was able to run Runescape.&lt;br&gt;
&lt;br&gt;
There are two "issues" at this point:&lt;br&gt;
One, you are probably going to want to create a shortcut to "firefox32 &amp;" if you use it a lot.&lt;br&gt;
Two, there is a minor issue involving the GTK libs - Firefox 32 is looking for the 64 bit libs and failing to load them, so the chrome is a bit blocky. I tried one fix, but haven't gotten anything working yet.&lt;br&gt;
&lt;br&gt;
Hope this helps someone!&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3469722878827822457-5013940659910055290?l=robbiethe1st.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://robbiethe1st.blogspot.com/feeds/5013940659910055290/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://robbiethe1st.blogspot.com/2009/10/runescape-hd-on-kubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3469722878827822457/posts/default/5013940659910055290'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3469722878827822457/posts/default/5013940659910055290'/><link rel='alternate' type='text/html' href='http://robbiethe1st.blogspot.com/2009/10/runescape-hd-on-kubuntu.html' title='Runescape HD on (K)Ubuntu'/><author><name>RobbieThe1st</name><uri>http://www.blogger.com/profile/12036530661293983751</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3469722878827822457.post-5423467863839963682</id><published>2009-10-19T22:48:00.000-07:00</published><updated>2009-10-22T21:09:35.254-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='centos'/><category scheme='http://www.blogger.com/atom/ns#' term='kubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='commands'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Linux Cheetsheet</title><content type='html'>This is a simple cheatsheet of stuff I am using a lot, administrating a CentOS4 server. Also some stuff I use with Kubuntu on my laptop.&lt;br&gt;
&lt;br&gt;
&lt;hr&gt;
&lt;span style="font-weight:bold;"&gt;Tar&lt;/span&gt;&lt;br&gt;
Syntax: tar *options* *zip-file* *files to add*&lt;br&gt;
Common options:&lt;br&gt;
- c=create, x=extract, t=list, r=add more files to an archive&lt;br&gt;
- z=Gzip&lt;br&gt;
- j=bzip2&lt;br&gt;
- v = dunno, but used in a lot of commands&lt;br&gt;
- f=filename. Put at the end of the options&lt;br&gt;
&lt;br&gt;
&lt;hr&gt;
&lt;span style="font-weight:bold;"&gt;Vim&lt;/span&gt;&lt;br&gt;
Syntax: vim *filename*&lt;br&gt;
When your in VIM:&lt;br&gt;
*ESC* brings you to command mode&lt;br&gt;
I brings you from command mode to insert mode&lt;br&gt;
:w write file from command mode&lt;br&gt;
:q quit from command mode&lt;br&gt;
:q! quit without saving from command mode&lt;br&gt;
&lt;br&gt;
&lt;hr&gt;
&lt;span style="font-weight:bold;"&gt;Find&lt;/span&gt;&lt;br&gt;
syntax: find *folder* *options*&lt;br&gt;
-name '*pattern*' - Name pattern, * is OK.&lt;br&gt;
-(i)regex 'pattern' - (case insensitive)regular expression.&lt;br&gt;
-size *number*[kMG][+-] - searches for files with *number* size(suffix k, M or G for kilobytes, Megabytes, Gigabytes), and if you add a + or - you will get all files larger or smaller than size respectively.&lt;br&gt;
&lt;br&gt;
&lt;hr&gt;
&lt;span style="font-weight:bold;"&gt;Chown/Change Owner&lt;/span&gt;&lt;br&gt;
syntax: chown [-R] *newowner* *filenames*&lt;br&gt;
The -R option makes Chown change the permission on files that are in the sub-directories of the directory that you are currently in.&lt;br&gt;
*newowner* is the name or alias you want the files to change to&lt;br&gt;
*filenames* are the file(s) that you want to change permissions on.&lt;br&gt;
&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3469722878827822457-5423467863839963682?l=robbiethe1st.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://robbiethe1st.blogspot.com/feeds/5423467863839963682/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://robbiethe1st.blogspot.com/2009/10/linux-cheetsheet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3469722878827822457/posts/default/5423467863839963682'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3469722878827822457/posts/default/5423467863839963682'/><link rel='alternate' type='text/html' href='http://robbiethe1st.blogspot.com/2009/10/linux-cheetsheet.html' title='Linux Cheetsheet'/><author><name>RobbieThe1st</name><uri>http://www.blogger.com/profile/12036530661293983751</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3469722878827822457.post-1270860534686501448</id><published>2009-09-09T22:05:00.000-07:00</published><updated>2009-09-11T04:07:20.753-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='comics'/><category scheme='http://www.blogger.com/atom/ns#' term='like'/><category scheme='http://www.blogger.com/atom/ns#' term='fantasy'/><category scheme='http://www.blogger.com/atom/ns#' term='sci-fi'/><category scheme='http://www.blogger.com/atom/ns#' term='furry'/><category scheme='http://www.blogger.com/atom/ns#' term='favorites'/><category scheme='http://www.blogger.com/atom/ns#' term='comiclist'/><category scheme='http://www.blogger.com/atom/ns#' term='script'/><title type='text'>My comiclist</title><content type='html'>This is my comic-list - that is, the list of comics which are automatically downloaded for me. I will be adding comments where appropriate - use it how you will.

&lt;table border='1' cellpadding='0' cellspacing='0' width='100%' style='text-align: center;' class='table1'&gt;
&lt;tr style='font-weight: bold;'&gt;
 &lt;td&gt;Name&lt;/td&gt;
 &lt;td&gt;Updates&lt;/td&gt;
 &lt;td&gt;Color&lt;/td&gt;
 &lt;td width='80%'&gt;Comment&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;



&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.derideal.net/"&gt;Derideal&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Unknown&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;[&lt;a href="http://robbiethe1st.blogspot.com/2009/09/derideal.html"&gt;Review&lt;/a&gt;] Cute little comic, sketchy, Sci-fi story. A new favorite.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://2kinds.com/todayscomic.htm"&gt;TwoKinds&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Weekly?&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;First furry comic I found, I honestly liked the earlier comics. Its getting better now, but around 2007 I think it was way too pervy. Furry/human romance adventure.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.nuklearpower.com/8-bit-theater/"&gt;8 Bit Theater&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;MWF&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Pixel comic, I lost the story recently.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.rhjunior.com/CC/"&gt;CampCalomine&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;12 days avg.&lt;/td&gt;
 &lt;td&gt;No&lt;/td&gt;
 &lt;td&gt;One of RHJunior's comics, generally a rant about "going green" "clean energy" and such.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://comics.com/bc"&gt;comics-com-bc&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Daily&lt;/td&gt;
 &lt;td&gt;No&lt;/td&gt;
 &lt;td&gt;BC from comics.com&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.davidcsimon.com/crimsondark/index.php?view=comic"&gt;CrimsonDark&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Weekly&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Scifi-adventure, 3d rendered. Nice looking, but once a week is slow.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;

&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.ctrlaltdel-online.com/comic.php"&gt;CtrlAltDelete&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;MWF&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Its CtrlAltDel. What can you say.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;

 &lt;td&gt;&lt;a href="http://www.dandyandcompany.com"&gt;Dandy &amp; Co&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;MWF&lt;/td&gt;
 &lt;td&gt;Some&lt;/td&gt;
 &lt;td&gt;Funny Calvin &amp; Hobbes like story, but far better. Comic relief, deep storylines... It has a lot.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.missmab.com/index.php"&gt;DMFA&lt;/a&gt;&lt;/td&gt;

 &lt;td&gt;4/week&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Bright and shiny colors  - really good coloring. Good, deep storylines, funny punchlines. My second favorite Furry comic.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.dominic-deegan.com"&gt;Dominic Deegan&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Daily&lt;/td&gt;
 &lt;td&gt;No&lt;/td&gt;

 &lt;td&gt;Really deep storylines, poor artwork - but who cares - quantity over quality&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.dreamkeeperscomic.com/Prelude.php"&gt;DreamKeepers - Prelude&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Weekly&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;An introduction/backstory to the DreamKeepers graphic novels. Which are awesome.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;

&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.egscomics.com/index.php"&gt;El Goonish Shive&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;5 days avg.&lt;/td&gt;
 &lt;td&gt;Grayscale&lt;/td&gt;
 &lt;td&gt;Sort of lost its train a couple years back, but it seems to actually have a story now...&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;

 &lt;td&gt;&lt;a href="http://exterminatusnow.comicgenesis.com"&gt;ExterminateUsNow&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Weekly&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Short and funny, characters based on Sonic and the gang.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.ozfoxes.com/fauxpas.htm"&gt;FauxPas&lt;/a&gt;&lt;/td&gt;

 &lt;td&gt;Daily&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Decent storylines, daily, color and all... not a comic I look forward to, but a decent comic.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://nodwick.humor.gamespy.com/ffn/index.php"&gt;Full Frontal Nerdity&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Weekly&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;

 &lt;td&gt;Gaming fun from the creater of Nodwick.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.ariannia.com/"&gt;FoxFire&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Once in a while&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Scifi/fantasy story from Turnsky, &lt;i&gt;inspired&lt;/i&gt; by DMFA, though in a different world and with some different rules.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;

&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://freefall.purrsia.com"&gt;FreeFall&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;5 days/week&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Classic humor, though it has good story behind it&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.rhjunior.com/GH/"&gt;GoblinHollow&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;10 days avg.&lt;/td&gt;
 &lt;td&gt;Grayscale&lt;/td&gt;
 &lt;td&gt;Another of RHJunior's comics. Fantasy stuff, with goblins and a family running a gaming establishment.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://goblins.keenspot.com"&gt;GoblinsComic&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Weekly&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Fair color, unique characters, battles and such. D&amp;D world, good storylines.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.rhjunior.com/FoH/"&gt;HardOnions&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;18 days avg.&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Should change the name, it migrated from rants to a superhero story with humans.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.housepetscomic.com"&gt;Housepets!&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;MWF&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;A fun little comic, nothing special but still fun.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.kevinandkell.com/index.html"&gt;KevinandKell&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Daily&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Essentially a furry newspaper strip. Quite a bit of converting-current-events-to-comic-form.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;

 &lt;td&gt;&lt;a href="http://www.lfgcomic.com/page/latest"&gt;Looking For Group&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Weekly&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Richard is awesome!&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.megatokyo.com/index.php"&gt;MegaTokyo&lt;/a&gt;&lt;/td&gt;

 &lt;td&gt;Weekly&lt;/td&gt;
 &lt;td&gt;No&lt;/td&gt;
 &lt;td&gt;What the heck? [I lost the storyline way back when.]&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.rhjunior.com/NT/"&gt;NipAndTuck&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;11 days avg.&lt;/td&gt;
 &lt;td&gt;Grayscale&lt;/td&gt;
 &lt;td&gt;Yey another of RHJunior's comics.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://nodwick.humor.gamespy.com/gamespyarchive/index.php"&gt;Nodwick&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Weekly&lt;/td&gt;
 &lt;td&gt;Grayscale&lt;/td&gt;
 &lt;td&gt;Nodwick, D&amp;D based comic. Fairly interesting, I have found myself looking forward to the next update at times.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;

&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.ozyandmillie.org"&gt;Ozy and Millie&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Finished&lt;/td&gt;
 &lt;td&gt;No&lt;/td&gt;
 &lt;td&gt;Over. A simple newspaper type comic, Calvin-style.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;

 &lt;td&gt;&lt;a href="http://www.poisonedminds.com"&gt;Poisoned Minds&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;MWF&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Mutated from a funny and rediclous present-day type scenario to a future story with AIs and such. Quite a good story now.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://project-future.xepher.net/"&gt;Project Future&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Weekly&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Spinoff of DMFA, set in the same basic world.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.rhjunior.com/QQSR/"&gt;Quentyn Questor Space Ranger&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;8 days avg.&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;A recent RHJunior comic, Sci-fi and making fun of varius things; Star-trek being one. &lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.reallifecomics.com"&gt;RealLife&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;MWF&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;

&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.sabrina-online.com/thismonth.html"&gt;Saberina Online&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;4/month&lt;/td&gt;
 &lt;td&gt;B/W&lt;/td&gt;
 &lt;td&gt;The oldest Furry webcomic I have seen. It is referenced almost everywhere, some of the dialog is fairly mature, but nothing is shown. I found it addicting when I first downloaded and started reading it.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;

 &lt;td&gt;&lt;a href="http://www.schlockmercenary.com"&gt;SchlockMercenary&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Daily&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Good storylines, large archive. Its a good sci-fi story about a bunch of mercenaries.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.collectedcurios.com/sequentialart.php"&gt;Sequential Art&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;MWF&lt;/td&gt;
 &lt;td&gt;Grayscale&lt;/td&gt;
 &lt;td&gt;A little comic, nice clean lines and minor shading. Some making fun of Portal, but all in good taste.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.sixpackofotters.com/strip.php?id=6"&gt;Six Pack of Otters&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Unknown&lt;/td&gt;
 &lt;td&gt;No&lt;/td&gt;

 &lt;td&gt;Not quite sure anymore. Read it once, haven't seen anything out of it.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.raizap.com/sdamned/index.php"&gt;Slightly Damned&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Weekly&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Cute little story with characters starting out between heaven and hell, escaping back to the real world, and starting adventures.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;

&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.sluggy.com"&gt;SlyggyFreelance&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Daily&lt;/td&gt;
 &lt;td&gt;Some&lt;/td&gt;
 &lt;td&gt;Long, hard to follow. Huge amounts of story, and I got lost at one point. I -think- I understand the story now, but I can't say.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;

 &lt;td&gt;&lt;a href="http://shd-wk.com/index.php"&gt;Spikey&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;MWF&lt;/td&gt;
 &lt;td&gt;No&lt;/td&gt;
 &lt;td&gt;A little comic, poor art, not sure where its going. Notable only because about half the time my downloader grabs it, it ends up with a blank file.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://starfire.poecatcomix.com"&gt;Starfire&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Weekly&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Little comic, not much story yet, may be interesting.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.rhjunior.com/totq/"&gt;TalesOfTheQuester&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;12 days avg.&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;RHJunior again. Fantasy story, a fair amount of backstory. Good read.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.rhjunior.com/TH/"&gt;TallyHo&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;22 days avg.&lt;/td&gt;
 &lt;td&gt;BW&lt;/td&gt;
 &lt;td&gt;RHJunior(Yup, again). Little comic about a fox and a hound, fairly funny.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;

&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.the-broken-mirror.net/files/story/comic.php"&gt;The Broken Mirror&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Not updating&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;I'm not sure. I forget quite why I put it on my list, and its not updating now.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;

 &lt;td&gt;&lt;a href="http://www.thenoobcomic.com/index.php"&gt;TheNoobComic&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Weekly&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;The adventures of a noob in the world of an MMORPG, making fun of all the major ones. A good story.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://suburbanjungle.com"&gt;SuburbanJungle&lt;/a&gt;&lt;/td&gt;

 &lt;td&gt;MWF&lt;/td&gt;
 &lt;td&gt;Some&lt;/td&gt;
 &lt;td&gt;Grabbed it a while back looking for new stuff, not very impressive.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.tundracomics.com/content.asp?CAT_ID=45"&gt;Tundra&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;5/week&lt;/td&gt;
 &lt;td&gt;Some&lt;/td&gt;
 &lt;td&gt;Daily newspaper comic, lots of jokes.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.vgcats.com/comics/index.php"&gt;VGCats&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;11 days avg.&lt;/td&gt;
 &lt;td&gt;Yes&lt;/td&gt;
 &lt;td&gt;Its sort of... odd. All I can say about it.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;

&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;&lt;a href="http://www.the-whiteboard.com/index.html"&gt;The Whiteboard&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;MWF&lt;/td&gt;
 &lt;td&gt;Grayscale&lt;/td&gt;
 &lt;td&gt;Funny paintball furry webcomic. I like it, some spots are way too funny. Good archive.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;

 &lt;td&gt;&lt;a href="http://www.webcomicsnation.com/cameroncn/worldswithoutend/series.php"&gt;Worlds Without End&lt;/a&gt;&lt;/td&gt;
 &lt;td&gt;Not updating&lt;/td&gt;
 &lt;td&gt;No&lt;/td&gt;
 &lt;td&gt;Found in someone's sig, read and liked the story, its not updating though.&lt;/td&gt;
 &lt;td style="width: 0px; padding: 0px;"&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td style='height: 0px; padding: 0px;'&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style='padding: 0px;'&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style='padding: 0px;'&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style='padding: 0px;'&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3469722878827822457-1270860534686501448?l=robbiethe1st.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://robbiethe1st.blogspot.com/feeds/1270860534686501448/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://robbiethe1st.blogspot.com/2009/09/my-comiclist.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3469722878827822457/posts/default/1270860534686501448'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3469722878827822457/posts/default/1270860534686501448'/><link rel='alternate' type='text/html' href='http://robbiethe1st.blogspot.com/2009/09/my-comiclist.html' title='My comiclist'/><author><name>RobbieThe1st</name><uri>http://www.blogger.com/profile/12036530661293983751</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3469722878827822457.post-5705808435084459129</id><published>2009-09-09T21:44:00.000-07:00</published><updated>2009-09-11T03:15:00.988-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='comics'/><category scheme='http://www.blogger.com/atom/ns#' term='like'/><category scheme='http://www.blogger.com/atom/ns#' term='derideal'/><category scheme='http://www.blogger.com/atom/ns#' term='furry'/><category scheme='http://www.blogger.com/atom/ns#' term='review'/><title type='text'>Derideal</title><content type='html'>I just ran across this comic - &lt;a href="http://www.derideal.net/"&gt;Derideal&lt;/a&gt;. Its not that far into its story, having only 119 pages so far. Its a "web-graphic-novel", that is, its a webcomic that "acts" more like a graphic novel than a strip-comic. Updates are unknown at this point.&lt;br&gt;&lt;br&gt;

Plot wise, it seems to be set in a dystopian future, where one mega-corporation owns the city that the story takes place in. This corp seems to be doing some genetic research, and created the two protagonists(who are cat/human hybrids) for research purposes. Midway through the story, the two escape, and at the time of this writing are under the care of another group of scientists, though these don't appear to be malicious.&lt;br&gt;&lt;br&gt;

Art wise, its done in a very sketchy, simple anime style, most of the pages in color. The text-boxes are done in character-unique colors - each character's lines all are in one color text-box - which I quite like. The only real thing that bugs me here is that the pages are compressed a bit too much - distortion is quite noticeable on text-boxes.&lt;br&gt;&lt;br&gt;

Overall, I like it. I downloaded, read it all, and added it to my update-script;&lt;br&gt;
It's a keeper.&lt;br&gt;&lt;br&gt;

Technical info(for my scripts):&lt;br&gt;
-------------------&lt;br&gt;
Grabber:&lt;br&gt;
$CONFIG['start'] = 1; //starting comic #&lt;br&gt;
$CONFIG['end'] = 120; //ending comic #&lt;br&gt;
$CONFIG['looptype'] = "CNUM"; //type of loop to use&lt;br&gt;
$CONFIG['datetype'] = 1; //padding/date-format&lt;br&gt;
$CONFIG['savedir'] = $CONFIG['startsavedir']."derideal"; //directory to save to&lt;br&gt;
$CONFIG['comicurl'] = "http://www.derideal.net/data/images/comic/der_"; //main comic image url&lt;br&gt;
$CONFIG['comictype'] = "jpg"; //extension to try first&lt;br&gt;
$CONFIG['error'] = ''; //first line of error page&lt;br&gt;
&lt;br&gt;
Updatescript:&lt;br&gt;
$CONFIG['comic'] = "Derideal"; //name of comic&lt;br&gt;
$CONFIG['url'] = "http://www.derideal.net/"; //comic page&lt;br&gt;
$CONFIG['find'] = "http://www.derideal.net/data/images/comic//"; //piece of file to get&lt;br&gt;
$CONFIG['comicurl'] = ""; //only used if not absolute path&lt;br&gt;
$CONFIG['savedir'] = "../derideal"; //dir to save to&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3469722878827822457-5705808435084459129?l=robbiethe1st.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://robbiethe1st.blogspot.com/feeds/5705808435084459129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://robbiethe1st.blogspot.com/2009/09/derideal.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3469722878827822457/posts/default/5705808435084459129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3469722878827822457/posts/default/5705808435084459129'/><link rel='alternate' type='text/html' href='http://robbiethe1st.blogspot.com/2009/09/derideal.html' title='Derideal'/><author><name>RobbieThe1st</name><uri>http://www.blogger.com/profile/12036530661293983751</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3469722878827822457.post-5473997110862063435</id><published>2009-09-09T21:21:00.000-07:00</published><updated>2009-09-09T21:44:29.453-07:00</updated><title type='text'>New blog.</title><content type='html'>My original plan was to build myself a CMS system on my own website, and use it as a blog and guides/reviews list. Sadly however, the last few times I have built something to do it, I ended up getting sidetracked, so I decided to just go with the flow and create a proper blog. Eh, at least I can edit the source and add what I need. Hopefully.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3469722878827822457-5473997110862063435?l=robbiethe1st.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://robbiethe1st.blogspot.com/feeds/5473997110862063435/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://robbiethe1st.blogspot.com/2009/09/new-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3469722878827822457/posts/default/5473997110862063435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3469722878827822457/posts/default/5473997110862063435'/><link rel='alternate' type='text/html' href='http://robbiethe1st.blogspot.com/2009/09/new-blog.html' title='New blog.'/><author><name>RobbieThe1st</name><uri>http://www.blogger.com/profile/12036530661293983751</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
