https://dl.dropbox.com/u/33551365/yay.html
It's sorta not technically a site, but I'm working on it, and I'll like make other pages.
Offline
wolvesstar97 wrote:
https://dl.dropbox.com/u/33551365/yay.html
It's sorta not technically a site, but I'm working on it, and I'll like make other pages.
oh it's beautiful
If you really want to I can show you how to do this.





Offline
scratchisthebest wrote:
wolvesstar97 wrote:
https://dl.dropbox.com/u/33551365/yay.html
It's sorta not technically a site, but I'm working on it, and I'll like make other pages.oh it's beautiful
If you really want to I can show you how to do this.![]()
Sorry, but what is that?
Offline
After this, you should move on to bigger and better sites

Offline
funelephant wrote:
After this, you should move on to bigger and better sites
![]()
Thanks! I think I will. Most of it was composed with codeacademy.com in the other tab XD
Offline
I like w3schools.com
Offline
jji7skyline wrote:
I like w3schools.com
![]()
I used to use that. Now I think that codeacademy is more comprehensible for me. W3schools is awesome though! I'll take the HTML test when I get good.
Offline
jji7skyline wrote:
I like w3schools.com
![]()
I use that.
I never actually read anything in order.
I just read it as I need it

Offline
wolvesstar97 wrote:
scratchisthebest wrote:
wolvesstar97 wrote:
https://dl.dropbox.com/u/33551365/yay.html
It's sorta not technically a site, but I'm working on it, and I'll like make other pages.oh it's beautiful
If you really want to I can show you how to do this.![]()
Sorry, but what is that?
I used this wonderful script called impress.js to make my site. Of course, this leaves IE behind, but it's actually somewhat easy.
Here's the impress.js website. You can have an excellent tutorial if you just view the source of the page, there are so many comments and tips in there.
edit: When you make a <a href=""> thing, you only need to close the tag with </a>, you don;t need </a href>.
Last edited by scratchisthebest (2012-08-02 09:05:04)





Offline
wolvesstar97 wrote:
funelephant wrote:
After this, you should move on to bigger and better sites
![]()
Thanks! I think I will. Most of it was composed with codeacademy.com in the other tab XD
This is a nice website! I recommend making it a bit bigger, but other than that, it's great!
P.S.- I also use codeacademy.com.
Offline
scratchisthebest wrote:
wolvesstar97 wrote:
scratchisthebest wrote:
oh it's beautiful
If you really want to I can show you how to do this.![]()
Sorry, but what is that?
I used this wonderful script called impress.js to make my site. Of course, this leaves IE behind, but it's actually somewhat easy.
Here's the impress.js website. You can have an excellent tutorial if you just view the source of the page, there are so many comments and tips in there.
edit: When you make a <a href=""> thing, you only need to close the tag with </a>, you don;t need </a href>.![]()
Oh cool!
And yeah, I realized that shortly after I made the link.
Offline
How did you do the 3D effect though? CSS?
Offline
scratchisthebest wrote:
wolvesstar97 wrote:
scratchisthebest wrote:
oh it's beautiful
If you really want to I can show you how to do this.![]()
Sorry, but what is that?
I used this wonderful script called impress.js to make my site. Of course, this leaves IE behind, but it's actually somewhat easy.
Here's the impress.js website. You can have an excellent tutorial if you just view the source of the page, there are so many comments and tips in there.
edit: When you make a <a href=""> thing, you only need to close the tag with </a>, you don;t need </a href>.![]()
I love impress.js! I found it in an newsletter email I received once. It is awesome!
Offline
nathanprocks wrote:
scratchisthebest wrote:
wolvesstar97 wrote:
Sorry, but what is that?I used this wonderful script called impress.js to make my site. Of course, this leaves IE behind, but it's actually somewhat easy.
Here's the impress.js website. You can have an excellent tutorial if you just view the source of the page, there are so many comments and tips in there.
edit: When you make a <a href=""> thing, you only need to close the tag with </a>, you don;t need </a href>.![]()
I love impress.js! I found it in an newsletter email I received once. It is awesome!
I found it on chromeexperiments. I love the demo presentation:
"Aren't you just bored with all those slides-based presentations?" YESPLZ
"Don't you think that presentations given in modern browsers shouldn't copy the limits of 'classic' slide decks?" YESPLZ
"Would you like to impress your audience with stunning visualization of your talk?" uhh maybe...
Anyway, it really is quite simple. Just go check out the source of the demo page





Offline
scratchisthebest wrote:
wolvesstar97 wrote:
https://dl.dropbox.com/u/33551365/yay.html
It's sorta not technically a site, but I'm working on it, and I'll like make other pages.oh it's beautiful
If you really want to I can show you how to do this.![]()
That looks amazing, but it definitely is aimed to impress people, not to be easy to use : P
Offline
It's cool! You know the basics of HTML -- believe it or not, that's the hardest part.
Oh, and never put anything outside of the html tag (besides <!DOCTYPE HTML>) and your <center> tag is using illegal nesting (it crosses over from head to body). In fact, you shouldn't use <center> at all; it's obsolete. just add
style="text-align: center;"
to your <body> element.
That was CSS -- it's very handy for making great looking websites (not trying to be selfish, but take mine as an example, birdbyte.tk) so I recommend you learn it. I learned it for the first time on an excellent tutorial on how to make a user page layout on Neopets, here: http://neopets.com/~yurbleburble_26 it's broken now, so read it carefully.
Offline