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

you should get Brackets it's really professional for HTML development
I'll check it out in the morning. Right now I'm posting from my bed with my 3DS lol

I don't really understand whatyou are saying.
How would I create a fake website? Also what is "they".
The website.

Because you don't fully understand, let me sum it up :
Make a website with the sites given on thread
Make a few tabs that are clickable
make a few web designs
make a few other random things like "about me" or "home"
Then the web designs would be in its own tab
and stuff idk

Make a website with the sites given on thread
There really aren't any sites given on the thread besides WampServer
and I don't want to use that
Edit: I'll see how far I can get with 000webhost.




So I made a subdomain (until further notice) with 000webhost.
What do I do? I'm guessing I drag a html file into the server using ftp?
Anyways, how would I write this file? Also, where would it go?

Edit:


Based off of this, I have to create a index.html or a index.php file. These things go inside of public_html.
Now, what would go inside index.html/index.php? The html code I want? Also, which one should I choose?
« Last Edit: December 31, 2013, 04:42:28 PM by Johnny Blockhead »

Looks like 000webhost is having some issues at the moment. You're going to have to wait.
I can't even access my part of the server.

Drop everything, use Twitter bootstrap. BOOM you are now a professional web designer.

Drop everything, use Twitter bootstrap. BOOM you are now a professional web designer.
http://getbootstrap.com/ ?
"Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development."
I guess I'll try it.. The only thing is won't I need to still host on $0.00Webhost?
Edit:
« Last Edit: December 31, 2013, 04:49:53 PM by Johnny Blockhead »

Considering you're just getting started with web design n' stuff, just stay with 000webhost.
When you feel like you're ready to move on and do something more advanced, go for it.

Handled well, Bootstrap can be outrageously delicious. I've used it for two projects (one of which is public wowe) and they both turned out great.
On the other hand, yeah, it does assume you have a basic understanding of web design.

Considering you're just getting started with web design n' stuff, just stay with 000webhost.
When you feel like you're ready to move on and do something more advanced, go for it.
I'm going to take this advice for now. Anyways, I have unanswered questions about 000webhost
Based off of this, I have to create a index.html or a index.php file. These things go inside of public_html.
Now, what would go inside index.html/index.php? The html code I want? Also, which one should I choose?

index.php file inside a... index.html directory? What?

You can use index.php has a html document. Simply open it and insert your <html></html> stuff and voila, a file with a .php extension is now being interpreted as a html document.
« Last Edit: December 31, 2013, 05:04:56 PM by Tyler66 »

index.php file inside a... index.html directory? What?

You can use index.php has a html document. Simply open it and insert your <html></html> stuff and voila, a file with a .php extension is now being interpreted as a html document.
What I am going to do is create a new text document, name it index and then change the file type to php.
I am then going to do the html'y stuff in there
I'll get back to you
Edit:

Drag it into a text editor like notepad or something.


whatever you want the homepage to be, name as index.html and put it inside of the public_html folder