Author Topic: Creating a Website from scratch help  (Read 1181 times)

Offline EliteGamer83

  • Millennium Poster
  • *
  • Posts: 1233
  • Post quality +0/-0
  • Gender: Male
  • Trusted Seller! Slim Modder! Graphics Artist!
Creating a Website from scratch help
« on: July 01, 2009, 08:40:40 AM »
I am going to try and start my own website and learn HTML since I can't afford Host + Domain lol..

Well anyway, so if I am going to code my website from scratch and learn HTML, what do I do first? so I make my server on one of my extra "older" laptops laying around then, what do I do? like how do I get my files made in notepad onoto the website? and do I have to pay for the domain before I can start editing? 

Thanks

Offline robin1989

  • Site Owner - Site Maintenance & development
  • Administrator
  • Mad Bomber
  • *
  • Posts: 6272
  • Post quality +21/-0
  • Gender: Male
  • Site owner
    • Acidmods
Re: Creating a Website from scratch help
« Reply #1 on: July 01, 2009, 11:16:42 AM »
well with the domain if your just wanting it localy you dont need a domain you just use the ip address but if oyu want the domain you need to buy it first and set up your dns etc etc

i am not responsible for what i do or my advice


Get the iPhone 4s from Three using Quidco and recieve £109 cashback

Offline EliteGamer83

  • Millennium Poster
  • *
  • Posts: 1233
  • Post quality +0/-0
  • Gender: Male
  • Trusted Seller! Slim Modder! Graphics Artist!
Re: Creating a Website from scratch help
« Reply #2 on: July 01, 2009, 01:56:47 PM »
So when I pay for the domain what do I actually get then? is it the title of my website just it's just blank white page? then I work on my CSS, design and HTML etc..

Offline PhenomenalDesigns

  • Granny Spanker
  • *
  • Posts: 476
  • Post quality +0/-0
  • Gender: Male
Re: Creating a Website from scratch help
« Reply #3 on: July 01, 2009, 11:46:42 PM »
the domain will sort of 'point' to your host, which in this case will be your laptop


Hoi! Pinoy ako!

Offline W-Gaming5

  • Millennium Poster
  • *
  • Posts: 1129
  • Post quality +1/-0
  • Gender: Male
Re: Creating a Website from scratch help
« Reply #4 on: July 02, 2009, 12:42:12 AM »
 :censored: :censored: :censored: :censored: :censored:
« Last Edit: July 29, 2012, 07:57:09 AM by W-Gaming5 »
:censored:

Offline StealthedHunter

  • Who Farted ???
  • *
  • Posts: 236
  • Post quality +0/-0
  • Gender: Male
  • Can't See me
Re: Creating a Website from scratch help
« Reply #5 on: July 02, 2009, 10:43:49 PM »
go to w3schools.com. It has very thorough tutorials on html and all other sorts of programming including css c++, and javascript. This the is website i learned html and css on and i learned them both in very very well where i can remember all the code now from memory and make websites pretty easily. I learned it all in one day, probably about 8- 10 hours of work. but once you start doing it it flies buy i didnt even relize i was learning until it was night time all the sudden and i knew all kinds of more stuff :)


Offline EliteGamer83

  • Millennium Poster
  • *
  • Posts: 1233
  • Post quality +0/-0
  • Gender: Male
  • Trusted Seller! Slim Modder! Graphics Artist!
Re: Creating a Website from scratch help
« Reply #6 on: July 03, 2009, 08:10:30 PM »
Thanks!, it's a great site.

I am working on my background template right now.

Offline W-Gaming5

  • Millennium Poster
  • *
  • Posts: 1129
  • Post quality +1/-0
  • Gender: Male
Re: Creating a Website from scratch help
« Reply #7 on: July 03, 2009, 09:27:50 PM »
 :censored: :censored: :censored: :censored: :censored:
« Last Edit: July 29, 2012, 07:57:25 AM by W-Gaming5 »
:censored:

Offline EliteGamer83

  • Millennium Poster
  • *
  • Posts: 1233
  • Post quality +0/-0
  • Gender: Male
  • Trusted Seller! Slim Modder! Graphics Artist!
Re: Creating a Website from scratch help
« Reply #8 on: July 03, 2009, 09:42:56 PM »
Haha I'm just starting. Not even close to being up yet.

Oh hey, how do I make my template "background image" into something that if there are more items on the page it will stretch down page to hold everything without just cutting off at the end of the graphics into plain white.
« Last Edit: July 04, 2009, 08:29:29 PM by EliteGamer83 »

Offline aquatsr

  • E = MC²
  • *
  • Posts: 310
  • Post quality +0/-0
  • Gender: Male
Re: Creating a Website from scratch help
« Reply #9 on: July 09, 2009, 03:22:42 AM »
In your CSS file (assuming you're using CSS because that's what you should be doing), put the following code:

Code: [Select]
body {
  background: url('your_filename_here') repeat-y top center;
}

what this does is it uses the background you specify and extends it down the page in the horizontal (y) direction, this means that it will continue until (1) your content (text/picture/video) ends or (2) your pre-specified page length ends.

Replace your_filename_here with something like template.jpg, or template.png, or whatever your background file is called.
Kamelot Forever

Offline EliteGamer83

  • Millennium Poster
  • *
  • Posts: 1233
  • Post quality +0/-0
  • Gender: Male
  • Trusted Seller! Slim Modder! Graphics Artist!
Re: Creating a Website from scratch help
« Reply #10 on: July 09, 2009, 07:49:03 AM »
Thanks so much aquatsr, you get a +1 if we still had the post rat system :tup:

 

SMF spam blocked by CleanTalk
SimplePortal 2.3.5 © 2008-2012, SimplePortal