[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vr / w / wg] [i / ic] [r9k] [s4s] [cm / hm / lgbt / y] [3 / adv / an / asp / cgl / ck / co / diy / fa / fit / gd / hc / int / jp / lit / mlp / mu / n / out / po / pol / sci / soc / sp / tg / toy / trv / tv / vp / wsg / x] [rs] [status / q / @] [Settings] [Home]
Board
SettingsHome
4chan
/g/ - Technology
Text Boards: /tech/ & /prog/

oznzb Usenet Indexing Community

Posting mode: Reply
Name
E-mail
Subject
Comment
Verification
4chan Pass users can bypass this CAPTCHA. [Learn More]
File
Password (Password used for deletion)
  • Supported file types are: GIF, JPG, PNG
  • Maximum file size allowed is 3072 KB.
  • Images greater than 250x250 pixels will be thumbnailed.
  • Read the rules and FAQ before posting.
  • Japanese このサイトについて - 翻訳
  • You may highlight syntax and preserve whitespace by using [code] tags.

oznzb Usenet Indexing Community

Toggle

For the first time in over 5 years, we're running two Contests—one for new Rotating Banners, and the other for our House Ads.

Thanks in advance to everyone who submits banners!

File: 1372022053888.jpg-(18 KB, 417x288, wesbsite.jpg)
18 KB
18 KB JPG
I am interested in making and running a website

>It'll pretty much be a daily/consisten periodic comic.

I will need to be able to post things to it regularly and easily, while keeping an archive of past comics

>Think xkcd?
>>
cool bro, do it.
>>
>>34800186
Must have left out that I am so new to computers. I am more capable than your average grandma, I can troubleshoot and stuff, but at this point web design is lost on me.

I also want ot do it in such a manner that
>I can code it in notepad and save as a .html to view it
>Possibly one day make a small income off of it, like Randall Munroe did with xkcd.
>>
>>34800237

lets see a comic
>>
>>34800237
My typing skills are failing so bad right now. I have no idea why. Could be that I just had some caffeine, something that I rarely do. So sorry for any mistakes guys.

But anyways, how do I do this? Just research HTML and code it in notepad until it is exacly how I want it and then uploa dit to the interwebs?
>>
find a host or if your ISP allows it, do it yourself

if yourself... get a spare box, install ubuntu, get a nonshit router, open port 80, install the lamp stack

install a CMS
choose a theme (if you suck at web design)
upload your shitty comic
get views and circlejerk

post your throwaway e-mail if you want, I was right where you were a couple years ago
>>
>>34800151 (OP)
Are you against using something like Wordpress or blogger?

>Possibly one day make a small income off of it
Yeah, you should look into doing a monetized blog site at first. You will, of course make more money if you have your own site. But it is so much easier to get up and running with an existing site.

Assuming of course your content is worth viewing.
>>
>>34800321
just go do some wordpress tutorials or something
>>
File: 1372022614561.png-(38 KB, 1073x605, 1.png)
38 KB
38 KB PNG
>>34800292
>>
>>34800325
oh, also forgot, if you do it yourself you will need a domain, you can get a free one at no-ip if they still do it, pretty sure dyndns isn't free anymore, or you can always buy one
>>
>>34800292
Currently conceptual. I was think of a...why should I even tell you guys?

>Anyways, I was thinking that 3-4 comics a week in total, mostly about taking something from culture- a movie title, a singer, anything- and taking it literally/ modifying it.

"Forrest Gump" becomes Forest Gunk, with an image of trees dissolving into glue or something

>>34800325
My ISP is currently Time Warner. I don't have any spare twoers or anything, nor am I computer literate enough to do it. I also don't have a throwaway email.
>>
Unrelated, but firefuks spell check was off for some reason. No wonder I was mistyping things. Sorry guys, I'm all better now
>>
btw im a grill
>>
>>34800603
This is also not OP. I am OP. Do that thing where you check to see if someone is samefagging. You'll see. The guy who posted a comic is also not OP
>>
dafwqef
>>
>>34800369
Saved, it's /g/ in a nutshell.
>>
Here's a basic script, assuming you have something to host it on:
<?php $n=1; $id=$_GET['id']; if(!isset($_GET['id'])) $id=1 ?>
<img src="<?php echo($id);?>.png" alt="404 text" /><br />
<?php if ($id>1) { echo("<a href=".($id-1).">"); }?>
<img src="previous.png" alt="<-">
<?php if ($id>1) { echo("</a>"); }?>
<?php if ($id<$n) { echo("<a href=".($id-1).">"); }?>
<img src="next.png" alt="->">
<?php if ($id>1) { echo("</a>"); }?>

replace $n=1 by the number of strips you made, and save them as number.png.


oznzb Usenet Indexing Community

Delete Post [File Only] Password
Style
[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vr / w / wg] [i / ic] [r9k] [s4s] [cm / hm / lgbt / y] [3 / adv / an / asp / cgl / ck / co / diy / fa / fit / gd / hc / int / jp / lit / mlp / mu / n / out / po / pol / sci / soc / sp / tg / toy / trv / tv / vp / wsg / x] [rs] [status / q / @] [Settings] [Home]
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

- futaba + yotsuba -
All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
Thread WatcherR