Author Topic: Web Hosting/Site Maintainance  (Read 100 times)

{cDS} Wolverine

  • Admin
  • Posts: 361
    • View Profile
Web Hosting/Site Maintainance
« on: March 11, 2010, 04:21:20 AM »
Anyone know how I can learn how to set up websites?  I've got one with a friend and the guy who manages it for us is hard to get ahold of and I want to start putting things on it myself.  Any suggestions?

{cDS} Merlin

  • Clan Founder
  • Posts: 4060
  • What I think of Pink Panther!
    • View Profile
Re: Web Hosting/Site Maintainance
« Reply #1 on: March 11, 2010, 04:41:14 AM »
is this your porn site or the other one?

{cDS} Artsemis

  • Moderator
  • Posts: 3384
    • View Profile
Re: Web Hosting/Site Maintainance
« Reply #2 on: March 11, 2010, 05:31:56 AM »
What do you want to know about it? I work with websites every day at work =d

Light travels faster than sound. That's why most people seem bright until you hear them speak.

{cDS} Azerty

  • Clan Council
  • Posts: 1123
    • View Profile
Re: Web Hosting/Site Maintainance
« Reply #3 on: March 11, 2010, 09:01:09 AM »


just joking lol but u can find alot of ebook on html4 or php etc. on the web that could be a really good  thing to know .

and then u could build ur website with dreamwaever kinda easy with that or u can go on with notepad :P
but there are tons of good apps to creat websites dreamweaver i like caus u can  put ur website up to date  when u modify it :P

ps sorry for my azerglish
« Last Edit: March 11, 2010, 09:04:11 AM by {cDS} Azerty »

{cDS} SixPack

  • Clan Member
  • Posts: 65
  • #1 at the end of the bar
    • View Profile
Re: Web Hosting/Site Maintainance
« Reply #4 on: March 15, 2010, 12:05:47 PM »
First, you will need FTP access to upload and download the files. You will need login info including account username and password.

Who hosts the website? Do they have a site builder? Something to check.

What type of site is it? Static or dynamic? A static site is a site that does not change. All of the data is hard coded by the author. A dynamic site changes with user input or other scripting. Dynamic websites are more complicated than static.

What is your site's URL (web address)? If you post it, we can give specific advice. It may be a site which uses content management software (CMS) such as Wordpress or PHP-Nuke, or similar.....which will point you in a completely different direction for maintaining your site.

There are many tutorials out there. Google "html tutorial" for a list. Start off easy with a static page that has text and maybe graphics.

Get a WYSIWYG editor. This will allow you to create a html page or site, similar to using a word processor where you can format the page and add your text or photos. There are many editors out there. I use FrontPage http://en.wikipedia.org/wiki/Microsoft_FrontPage , but this isn't available anymore, and I believe that this has been replaced by MS Office. However, you may want to check out Nvu http://net2.com/nvu/

Lastly, if you really want to try and dissect an existing website, you can right mouse click on a non-graphic part of a page and select "View Source". This will show you the html code for the page you are viewing. This works best on static pages as the content will be what the author has actually coded. Dynamic website will generate the code on the fly as the page is being displayed.
« Last Edit: March 15, 2010, 12:13:38 PM by CrazyBastard »

{cDS} POPE

  • Clan Member
  • Posts: 140
  • CAPS LOCK IS CRUISE CONTROL FOR COOL
    • View Profile
Re: Web Hosting/Site Maintainance
« Reply #5 on: April 13, 2010, 12:40:02 PM »
http://www.w3schools.com is literally where I started learning pretty much everything website related.

AND LOOK AT ME NOW!

I make websites for money, is what I'm getting at. W3Schools is awesome and 100% free.

{cDS} Artsemis

  • Moderator
  • Posts: 3384
    • View Profile
Re: Web Hosting/Site Maintainance
« Reply #6 on: April 13, 2010, 12:51:12 PM »
<3 W3 Schools. I rarely go there directly but it's always one of the top results when I google for a quick reference on something.

Light travels faster than sound. That's why most people seem bright until you hear them speak.