Do you have a copy of DNR on your HD?
Forum rules
- Please use the forum attachment system for jam images, or link to the CG site specific to the Jam.
- Mark threads containing nudity in inlined images as NSFW
- Read The rules post for specifics
- Please use the forum attachment system for jam images, or link to the CG site specific to the Jam.
- Mark threads containing nudity in inlined images as NSFW
- Read The rules post for specifics
Do you have a copy of DNR on your HD?
I have a copy.
Actually, I have two: 15 posts per page, and 20 posts per page.
Actually, I have two: 15 posts per page, and 20 posts per page.
You are the Non. You must go now, and never return."
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
- VileTerror
- Anti-Villain
- Posts: 3437
- Joined: Wed Sep 17, 2003 11:16 am
- Location: n. 1 a place where something is located. 2 the action of location. - DERIVATIVES locational adj.
- Contact:
That's good.
Might you also have the Anti-Do Not Reply thread somewhere?
Haughty spirit and pride make for a wild roller coaster ride!
I mean, as long as you like fairly final endings.
I mean, as long as you like fairly final endings.
No, sorry. For some reason it never occured to me to save it, maybe because I saw it all, and most of it was "arrgh someone bumped DNR again, I must post here, bump" "bump" "bump"
or "they have cheese and cookies in DNR, we must bring cheese and cookies for ADNR!" "bump" "bump"
And I never liked that thread. But it's still sad to have them both go.
or "they have cheese and cookies in DNR, we must bring cheese and cookies for ADNR!" "bump" "bump"
And I never liked that thread. But it's still sad to have them both go.
You are the Non. You must go now, and never return."
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
Not to sound stupid, but how do you save a whole thread?
Warren

Comics. Drawn poorly.
------------------------------
It's grey, not gray. And it always has been.
Lauren's Wing - The fund for animal care

Comics. Drawn poorly.
------------------------------
It's grey, not gray. And it always has been.
Lauren's Wing - The fund for animal care
- KittyKatBlack
- Cartoon Villain
- Posts: 3182
- Joined: Tue Dec 23, 2003 7:56 pm
- Location: How the hell should I know? I just live here...
- Contact:
As was said before, its like a time capsule of past users... a record of the insane ramblings of a few dedicated individuals... though the ranks changed over the years, the numbers stayed relatively constant... songs, movie scripts, maria and michelle induced yaoi fests normally centering around matt lim... stuff like that.
- MariaAndMichelle
- Cartoon Henchgirls
- Posts: 3568
- Joined: Fri Mar 07, 2003 2:42 pm
- Location: Together
- Contact:
Count me in for a .zip! Beats reading Citrix manuals at work!
Warren

Comics. Drawn poorly.
------------------------------
It's grey, not gray. And it always has been.
Lauren's Wing - The fund for animal care

Comics. Drawn poorly.
------------------------------
It's grey, not gray. And it always has been.
Lauren's Wing - The fund for animal care
At the moment the zip (well, actually a .rar file) is bigger than 3MB.
I'll try to figure a way to shrink it...
I know for a fact that it shouldn't be that big, because there were 177 pages, 20 posts/page, and hardly ever the post would be bigger than 1000 letters (especially in dnr), that means it should be 3,5MB UNcompressed.
Meanwhile, all the obsolete html in the files bloats them, so it's 25MB uncompressed (just html).
There are headers and footers that make up 90% of the files, I'll try to code something to remove them.
BTW, how to save a thread?
In short threads using save-as on all pages is ok.
In longer 7-10 pages I find it's better to "right-click-save-as" because othervise you end up saving all the icons a number of times and that's actually wasting space.
In special cases like DNR I fint it's easiest to create a file with links to all the pages
ie:
<a href="viewtopic.php?t=666&start=0">1</a>
<a href="viewtopic.php?t=666&start=20">2</a>
<a href="viewtopic.php?t=666&start=40">3</a>
.
.
.
(the file can be generated with a simple script, or made with copy-paste and a bit of editing)
And then right-click-save-as all of them. Yes, that required 177 mouseclicks, and about a thousand keyboard strokes, but it took under 15 minutes.
Of course using a webspider is an option to.
Once I shrink the zip to reasonable size, or give up on doing it I'll redistribute it to the needing.
I'll try to figure a way to shrink it...
I know for a fact that it shouldn't be that big, because there were 177 pages, 20 posts/page, and hardly ever the post would be bigger than 1000 letters (especially in dnr), that means it should be 3,5MB UNcompressed.
Meanwhile, all the obsolete html in the files bloats them, so it's 25MB uncompressed (just html).
There are headers and footers that make up 90% of the files, I'll try to code something to remove them.
BTW, how to save a thread?
In short threads using save-as on all pages is ok.
In longer 7-10 pages I find it's better to "right-click-save-as" because othervise you end up saving all the icons a number of times and that's actually wasting space.
In special cases like DNR I fint it's easiest to create a file with links to all the pages
ie:
<a href="viewtopic.php?t=666&start=0">1</a>
<a href="viewtopic.php?t=666&start=20">2</a>
<a href="viewtopic.php?t=666&start=40">3</a>
.
.
.
(the file can be generated with a simple script, or made with copy-paste and a bit of editing)
And then right-click-save-as all of them. Yes, that required 177 mouseclicks, and about a thousand keyboard strokes, but it took under 15 minutes.
Of course using a webspider is an option to.
Once I shrink the zip to reasonable size, or give up on doing it I'll redistribute it to the needing.
You are the Non. You must go now, and never return."
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
- Matt Lim
- Regular Poster
- Posts: 876
- Joined: Mon Sep 23, 2002 5:49 pm
- Location: Somewhere over a rainbow...
- Contact:
Holy shit!! 3 megs??!!! Damn Yarps, you get a golden medal for excellence for preserving a piece of history. Yeah it's a damn shame to see the original DNR go, it was my favorite thread for nearly a year. The new copies just don't have the same feeling...That can be fixed!
*get's raped by elephant*
Help! I think I need MariaandMichelle's help to get this BOY elephant off of me!
*get's raped by elephant*
Help! I think I need MariaandMichelle's help to get this BOY elephant off of me!
Last edited by Matt Lim on Wed Feb 11, 2004 2:26 pm, edited 1 time in total.
- Taiwanimation
- Cartoon Hero
- Posts: 1078
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: Fremont, CA
- Contact:

Actually... what were you trying to do?
I hope you didn't run a spider (one of them make-page-viewable-offline thingies) telling it to start at the first page of DNR...
You are the Non. You must go now, and never return."
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
WebReaper is not always your friend.YarpsDat wrote:![]()
Actually... what were you trying to do?
I hope you didn't run a spider (one of them make-page-viewable-offline thingies) telling it to start at the first page of DNR...
Warren

Comics. Drawn poorly.
------------------------------
It's grey, not gray. And it always has been.
Lauren's Wing - The fund for animal care

Comics. Drawn poorly.
------------------------------
It's grey, not gray. And it always has been.
Lauren's Wing - The fund for animal care
- MariaAndMichelle
- Cartoon Henchgirls
- Posts: 3568
- Joined: Fri Mar 07, 2003 2:42 pm
- Location: Together
- Contact:
That could help; if you cut him in on the royalties after you sell the tape, it would help pay the hospital and therapy bills.MariaAndMichelle wrote:Help you? Shit, we're taping it.Matt Lim wrote:*get's raped by elephant*
Help! I think I need MariaandMichelle's help to get this BOY elephant off of me!