Tagged Questions
The webcomic tag has no wiki summary.
4
votes
5answers
191 views
Decrypting the YSOD, techniques to the mayhem
How many can relate do this? hehe
On a more serious note, what are the first things you look for when you see the
yellow screen of death?
Half the time the debug trace isn't actually telling you ...
1
vote
1answer
338 views
Downloading all ctrl alt del webcomics using terminal
I've tried using the following commands to download the ctrl alt del comics.
$ for filename in $(seq 20021023 20100503); do wget http://www.ctrlaltdel-online.com/comics/"$filename".jpg; done
I get ...
1
vote
15answers
1k views
Image compression for webcomics
As probably many people around here I read a few webcomics. Drowtales is my favorite, but that's besides the point.
For a long time a thought has been nagging me at the back of my head: webcomics are ...
0
votes
0answers
32 views
Is it possible to accomplish the equivalent of a Flash-driven webcomic (zoom, drag, fade in, synced audio etc) using HTML5 techniques?
Bit of background
I've been producing a Flash-driven webcomic for three years now, incorporating some basic animation, a synced soundtrack and zoom-drag page viewing. The recent Flash-bashing, my ...
0
votes
3answers
183 views
Designing a web comic site, and I need help writing/finding a script that would manage the <<First <Prev Next> Latest>> system
A script that would
A) have a form with the fields: comic name, comic ID (like a number), date, image link to the comic, and create a page for that comic, with the URL being http://website.com/# of ...
0
votes
1answer
119 views
Is there a way to show two images simultaneously with a Javascript image gallery?
I'm trying to create a comic book reader using javascript where the content of the gallery is dynamically generated from the images in a given directory (directory is chosen with a bit of php). I want ...
0
votes
3answers
616 views
python script for downloading all Ctrl+Alt+Del webcomics?
Does anyone have one? Ive tried Comicdownloader but that only lets me download the newest comic and I dont understand Python well enough to figure out how to change it to download all the comics
-3
votes
2answers
197 views
Draw speech bubbles on images [closed]
I want to draw moving speech bubbles on images like in comics for php. I want that bubble can be moved anywhere on the image and we can write the text of our choice on bubble dynamically.