Author Topic: mrscruffsushi.hostei.com [Up and running, but more pages??]  (Read 4903 times)

PHP is a terrible first programming language. However, I think OP knows Torquescript and PHP is pretty similar to that

Learn HTML then CSS.
I am now taking the html course on codeacademy.
edit:


<!DOCTYPE html>
<html>
Hello, Blockland Forums! Codeacademy is fun!
</html>


<!doctype html>
<html>
<strong>Bold Text</strong>
</html>



Triple Edit:
« Last Edit: December 30, 2013, 08:40:19 PM by Johnny Blockhead »

What exactly do you want to create?

Web design goes all over the place. You can make websites from scratch using commonly used languages such as Javascript which can be used to make interactive things such as buttons, animations, and even web games, there are libraries for Javascript, a popular one being Jquery which allows you to make buttons, and pop up windows easier and more interactive. PHP is used for saving information and is commonly used with MySQL for databases, such as the Blockland forums! HTML encompasses everything (it just a markup language used to label things), and lastly CSS just makes things look pretty. Everything at first appears very confusing but as time goes on you'll know what the job of each language is used for.

As for hosting you can host from your home network, which is fine for your own personal use and testing. If you want it public I would suggest using a host provider whether you purchase a subscription or use a free one, and purchasing a domain name (that's why we don't have to type the IP address to go to a website).

If you want to learn Javascript, HTML, CSS, PHP I would use http://www.w3schools.com/ and anything they don't provide just google for help :)!

If you don't want to make everything from scratch you can just google some web design websites. I could help you more if you explained what you want to make exactly.

Would WampServer be able to host a public website, if I registered that website's domain?
I doubt my website would get much traffic, so I think it'd be a possibility until I get more advanced.
Edit: I just figured out how to use images with html. There are now caribous all over my preview page thinggy.
Double Edit:
Tripe Edit: <a href="http://forum.blockland.us"><img src="http://forum.blockland.us/avatarUpload/avatar_104383.gif" /> (This presents a .gif of Caribou's avatar, and if you click it it leads to forum.blockland.us)
Quad Edit:
Infinity Edit: I made my own webpage-deserving code!

<!DOCTYPE HTML>
<html>
    <head>
    </head>
   
    <body>
            <img src="http://forum.blockland.us/avatarUpload/avatar_33517.png">
            <h1>This webpage is about Johnny Blockhead!</h1>
            <p>I am a cookie advocate, and I love playing Blockland              .</p>
            <p>I also like watching Doctor Who, wee-oo!</p>
            <p>Contact me at mrscruffsushi@gmail.com!</p>
            <p>Also, here is my Blockland Forum Profile. <a href="http://forum.blockland.us/index.php?action=profile;u=33517">Click right here!</a></p>
            <p><a href="http://www.youtube.com/watch?v=DTySpF1U4rQ">Also, here is a video that can apply to your worst enemy >:D</a></p>
           
    </body>
</html>


Html is basically advanced bbcode
« Last Edit: December 30, 2013, 09:49:23 PM by Johnny Blockhead »

Yeah, you can link your domain to whatever IP you want.

Yeah, you can link your domain to whatever IP you want.

Can you help me i purchased a website from godaddy.com and I linked it to 000webhost.com but I still can't figure out how to edit files manually without some website generator. It says stuff about FTP but I don't know anything about that. Do I need FileZilla or something, I've never used that.

Can you help me i purchased a website from godaddy.com and I linked it to 000webhost.com but I still can't figure out how to edit files manually without some website generator. It says stuff about FTP but I don't know anything about that. Do I need FileZilla or something, I've never used that.
For FTP I suggest using FireFtp if you are using firefox.
On-Topic: I finished the html course, now what?

Edit: I'm doing HTML Basics II

<!DOCTYPE html>
<html>
   <head>
      <title>Lists</title>
   </head>
   <body>
      <h1>Things I hate</h1>
      <ol>
         <li>Raindrops on roses</li>
         <li>Whiskers on kittens</li>
         <li>Lists</li>
         <li>Irony</li>
      </ol>
   </body>
</html>


<!DOCTYPE html>
<html>
   <head>
      <title>Title here, boi!</title>
   </head>
   <body>
      <p style="font-size:20px; color: blue; font-family: Garamond">A truly spectacular paragraph!</p>
   </body>
</html>


<!DOCTYPE html>
<html>
   <head>
      <title>lovey background color!</title>
   </head>
   <body style="background-color:Brown">
      <h3>Favorite Football Teams</h3>
         <ol style="background-color:yellow">
            <li>The Hawthorn Football Club</li>   
            <li>San Franscisco 49ers</li>
            <li>Barcelona FC</li>
         </ol>         
   </body>
</html>
« Last Edit: December 30, 2013, 11:14:35 PM by Johnny Blockhead »

For FTP I suggest using FireFtp if you are using firefox.
On-Topic: I finished the html course, now what?

I use Chrome..

Can you help me i purchased a website from godaddy.com and I linked it to 000webhost.com but I still can't figure out how to edit files manually without some website generator. It says stuff about FTP but I don't know anything about that. Do I need FileZilla or something, I've never used that.

filezilla

or use 000webhosts online file manager from cpanel


yay
This is the course list for web design.

« Last Edit: December 30, 2013, 11:31:58 PM by Johnny Blockhead »


Sorry for the multiple line-up of posts.
Also, bump.
Anyways, I've pretty much learned html.
What now? I want to create a website based off of the skills I have acquired.
Just something where I can write html and then it will be posted on the net where people can see.

Hmm.
Try making like, a fake website that wont be on the net and just see what you can come up with
For an alternative, make some web designs

EDIT
They can be on web if you want.
« Last Edit: December 31, 2013, 02:25:57 AM by Mr.007 »

Hmm.
Try making like, a fake website that wont be on the net and just see what you can come up with
For an alternative, make some web designs

EDIT
They can be on web if you want.
I don't really understand whatyou are saying.
How would I create a fake website? Also what is "they".

you should get Brackets it's really professional for HTML development