Building a website... oh noes.

Harsky

Madmin
OP
Member
Joined
Aug 2, 2004
Messages
5,562
Trophies
1
XP
3,851
Country
United Kingdom
Since I bought webspace, I might as well put it to use. I was thinking of using it to host some manga translations so I guess I don't have to make it too fancy. My only question is, should I take the time to learn the HTML or is Dreamweaver recommended?
 

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,798
Trophies
3
XP
28,321
Country
United Kingdom
A basic understanding is always suggested and very handy in certain situations (why click through 5 menus and select a bunch of options when 2 seconds typing will do) but unless you are going for an ultra high performance site Dreamweaver (which can be even more complex if you are not careful) or some office apps are perfectly suited to the task.

Depending upon what sort of site you are running it may be worth looking into some type of PHP based system as updating is potentially 1000x easier, I know there a bunch of applications/solutions on sourceforge as well (search for some webcomics systems as they sound like what you are after, if I recall one was called CUSP).
 

maduin

Well-Known Member
Member
Joined
Jul 13, 2006
Messages
417
Trophies
0
Age
42
XP
309
Country
United States
I recomment a premade php based website, especially if you have access to a mysql database with your webspace. A nice easy and free one to use is e107 you can find more info and a download at e107.org
 

science

science rules
Member
Joined
Jun 9, 2006
Messages
3,697
Trophies
1
Age
33
XP
1,249
Country
Canada
HTML is suuuuper easy to learn, it will take you probably half an hour to learn it all, and if you can't remember a tag, you can just google it. If you haven't done any webpaging stuff try and use Microsoft Frontpage, its really easy, plus it will help you learn HTML
 

Harsky

Madmin
OP
Member
Joined
Aug 2, 2004
Messages
5,562
Trophies
1
XP
3,851
Country
United Kingdom
It's just quite basic is what I had in mind. Just a thumbnail of the cover and then a text description on the side of it. Unfortunately, I've been trying to figure out dreamweaver and my head imploded and html is kicking my ass.
 

Mangofett

GBAtemp Testing Area
Member
Joined
May 14, 2006
Messages
4,885
Trophies
1
Age
19
XP
1,059
Country
United States
Hmm, what you're trying to do is quite simple... in case I can help somehow, here is some code I use for previewing screenshots on lieroDS

CODE

Welcome to the screenshot section. Click on the thumbnails to view them in the preview box below.

Date added: June 3nd, 2006






 

Harsky

Madmin
OP
Member
Joined
Aug 2, 2004
Messages
5,562
Trophies
1
XP
3,851
Country
United Kingdom
Hmm, what you're trying to do is quite simple... in case I can help somehow, here is some code I use for previewing screenshots on lieroDS

CODE

Welcome to the screenshot section. Click on the thumbnails to view them in the preview box below.

Date added: June 3nd, 2006








Thanks but it's not exactly what I had in mind​
 

Fondue

Well-Known Member
Newcomer
Joined
Jun 10, 2006
Messages
55
Trophies
0
XP
46
Country
I would suggest learning html. Do not go to a "learn html in 2 days" website because you should be able to tackle it in an hour.

Hell, here is everything you need to know.

CODE Â(goes around the entire page)
Is some hidden stuff you really do not need to worry about. Âbut has interesting stuff like the pages title in the title bar of the web browser, and stuff for search engines.
is where you put pretty much everything you want the user to see. Âput images in here, whatever.

enter text as you would normally. Âthere is also a font tag that has a few properties
images you just need to insert an image tag Â
to make a link, just Put whatever you want the link to say here.

So, basic page looks like this

ÂYou should do a google search and find stuff you can put in here. ÂThis stuff is not too important though, atleast for what you are trying to accomplish at the moment. ÂDefinitely look into though when you have time.



Put the images and links here.
Click here Â
 

Fondue

Well-Known Member
Newcomer
Joined
Jun 10, 2006
Messages
55
Trophies
0
XP
46
Country
I know that text might look like it is difficult and sucks, but really, I only introduced like 5 things there. You should seriously just take a look at it and learn it. Sorry for the poor formatting.

Oh, copy this into notepad, and save it as "whatever.html". It is a super basic webpage. Just put the content (Images and stuff) where I indicate.

CODE

Put what you want the title of the page here. ÂShows up at the top of your browser. ÂThis is not necessary at all.



F0ndu3 ru1z @ll.

Wow, look, a new line. ÂIt is because I added that br thing.

Also look, spacing and enters do not matter in html. ÂI put a
right here in the code, but on the page it looks like a line break. ÂHow bizarre.

...I cannot really do a picture example, but it is similar to the link example I will show you now.


If you go here you will go to google.com. Amazing.



Really, just throw whatever you want in here, text images, etc.





After you copy paste and save it in notepad as "whatever.html" just do a file-->open in your web browser (Or alternatively, you can just drag it into an open window.) and it will display. Easy, easy stuff. (Not trying to be a know-it-all, just trying to instill confidence. You can seriously learn it in an hour. Hell, if you read my post and copied and pasted like I said, you should nearly be complete in your html training.

...hope it helps, and I really hope you were a total html noob and did not know this stuff already. Regardless, my cup of noodle has cooled off now, so I will eat. Good luck to you.
 

corbs132

Well-Known Member
Member
Joined
Aug 19, 2004
Messages
846
Trophies
0
XP
276
Country
United States
yeah, html is VERY basic. i suggest learning it, but since you plan on a simple site, frontpage or dreamweacver would be the best. btw, dreamweaver=pwnage in my book
 

ceraphis

Well-Known Member
Member
Joined
Apr 27, 2006
Messages
208
Trophies
0
XP
257
Country
United States
go get wordpress and teach yourself how to use it thouroughly is what I recommend. It uses a php system like has been mentioned. It is a blogging program, and that may seem a little too over the top for you, but in essence a blog is just a website that presents newer information at the top of the page, and has ways to easily search through archives for what you want. Set up a couple categories for different manga translations so that people looking for a particular manga translation can see all posts about it, and then you can even set up a page not unlike making a post here on GBATemp that has all the download links for all the translations. Customization is off the record if you spend the time doing it. Go look at my (REALLY OLD HASNT BEEN UPDATED LATELY) website and see like 7 examples of blog customization.
 

Golds

Old Member
Member
Joined
Dec 2, 2004
Messages
396
Trophies
1
XP
866
Country
United States
for basic html stuff I'd do a 2 day thing and use Go Live, its a lot easier than dreamweaver, and its pretty easy if you've ever used an adobe product in the past.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    AncientBoi @ AncientBoi: lol, Okies. Family graveyard is that way 👉