This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
H4X0RZ's profile picture

My First Website :d

Started by H4X0RZ, 15 September 2013 - 12:39 PM
H4X0RZ #1
Posted 15 September 2013 - 02:39 PM
Hello comunity,
today I want to show you my selfmade website.
It's in WIP so I don't have the programs and about me section finished.

If you want to dowload it click here. But please give me credits and don remove or edit the footer.


NOTE:
The Playlist is just an iFrame with the youtube playlist in it.
I'll try to find a better way to play the music :D/>/>/>
Tjakka5 #2
Posted 17 September 2013 - 01:22 PM
Uhm… Downloading a website..?
H4X0RZ #3
Posted 17 September 2013 - 04:30 PM
Uhm… Downloading a website..?
I mean the CSS and PHP/HTML files :D/>
sahana #4
Posted 17 September 2013 - 11:07 PM
Nice sharing.Interesting.
Ristyo #5
Posted 18 September 2013 - 03:42 AM
Mein Seite?
Alice #6
Posted 18 September 2013 - 09:25 AM
Self hosted?
theoriginalbit #7
Posted 18 September 2013 - 10:57 AM
Mein Seite?
German. I want to say "My site"? "Mein" == "my" but idk about "Seite" I can only assume site…. *checks translator* ok, its page, "my page"
Alice #8
Posted 18 September 2013 - 11:13 AM
The websites banned while I am using my proxy XD
H4X0RZ #9
Posted 18 September 2013 - 11:14 AM
Mein Seite?
German. I want to say "My site"? "Mein" == "my" but idk about "Seite" I can only assume site…. *checks translator* ok, its page, "my page"
Yea, you're right :D/> sorry for the german title… I've originaly coded the site in german but I've changed it to enlgish so more people can understand it :D/>
I will fix it in my next upload on the server.

Self hosted?
What do you mean?
It's not my server. it's hosted on noez.in :D/>
Alice #10
Posted 18 September 2013 - 11:20 AM
Yeah. It's blocked for me. :P/>
Alice #11
Posted 18 September 2013 - 11:23 AM
THat's weird. It sai it didn't post
H4X0RZ #12
Posted 18 September 2013 - 11:27 AM
<p>
<br>
Yeah. It&amp;amp;#39;s blocked for me. <img alt=" :P/>/>" class="bbc_emoticon" src="http://www.computercraft.info/forums2/public/style_emoticons/default/tongue.png"><br>
<br>
Why is it blocked? The proxy? That's weird…

EDIT:
  • Changed the title
  • New usercounter
Alice #13
Posted 18 September 2013 - 11:32 AM
My proxy (school proxy) blocked it.
H4X0RZ #14
Posted 18 September 2013 - 11:33 AM
My proxy (school proxy) blocked it.
So you are in school?
Alice #15
Posted 18 September 2013 - 11:35 AM
Yup
Alice #16
Posted 18 September 2013 - 11:36 AM
The mobile version of this site is evil
H4X0RZ #17
Posted 18 September 2013 - 11:36 AM
Yup
oh. I hope you live in a country/land with a timezone like that: gmt - 2 :D/>

I live in germany and now it's 5:39 PM :D/>

EDIT:

The mobile version of this site is evil
I know :D/> do you have a break now or why are you on the internet? do you get free WLAN in your school?
Alice #18
Posted 18 September 2013 - 11:38 AM
10:40 AM
Alice #19
Posted 18 September 2013 - 11:40 AM
Taking notes on laptop
H4X0RZ #20
Posted 18 September 2013 - 11:41 AM
Taking notes on laptop
Do you get free WLAN in school?
Alice #21
Posted 18 September 2013 - 11:44 AM
Free wireless internet
H4X0RZ #22
Posted 18 September 2013 - 11:52 AM
Free wireless internet
Wow! My school is using some jammer to stop us using our smartphones etc. ……..
Alice #23
Posted 18 September 2013 - 01:00 PM
I feel sorry for you. Our tech dept. basically runs off of smartphones
theoriginalbit #24
Posted 18 September 2013 - 01:01 PM
Wow! My school is using some jammer to stop us using our smartphones etc. ……..
That is illegal to do here.
Alice #25
Posted 18 September 2013 - 01:04 PM
Sect 15 of FCC I think states that you must not share harmful interaction that can cause undesired reactions but it must accept harmful interaction.
Mackan90096 #26
Posted 28 September 2013 - 12:51 AM
looks interesting.
Try to have the bymuttons fade in and out when you hover over them and stop hoveribg over them
H4X0RZ #27
Posted 28 September 2013 - 05:52 PM
looks interesting.
Try to have the bymuttons fade in and out when you hover over them and stop hoveribg over them
what do you mean?
Mackan90096 #28
Posted 29 September 2013 - 04:42 PM
looks interesting.
Try to have the bymuttons fade in and out when you hover over them and stop hoveribg over them
what do you mean?

Buttons* hovering*

Go to mackscript.netii.net/draw/index.html and hover iåover the buttons
Alice #29
Posted 01 October 2013 - 12:05 PM
Button hover functions in CSS are button:hover? Why not just use that?
Engineer #30
Posted 01 October 2013 - 02:20 PM
A few things:
CSS
  • 
       webkit-box-shadow: stuff;
       moz-box-shadow: stuff;
       /* Stuff isnt in your code, thats lazyness from me. But that should be:
       -webkite-box-shadow: stuff;
       -moz-box-shadow: stuff;
       
  • 
        //background-color: grey;
        /*we cannot comment with // in CSS*/
        /*Only with /*CONTENT*/
        
HTML
  • You dont have a html header, Im not sure if its required, but its always good to make sure you are using the correct version of HTML.
  • Put this in the at the top replacing <html>
    
    <!DOCTYPE html>
    <html lang="en"><!-- English language -->
    
  • You have missed at a few places the quotes around a number when assigning a property of iFrame.
  • 
    <iFrame src="" height="0" etc. >
    
  • Im not sure, but leaving text without any tag is bad. Dont quote it that ve said that though.

Also, why are you naming HTML files PHP files?
Micheal Pearce #31
Posted 07 November 2013 - 07:41 PM
looks nice for your first website, if you want some graphics for the page i can make some
Shazz #32
Posted 08 November 2013 - 11:14 PM
Also, why are you naming HTML files PHP files?

He might be planning to use PHP to generate content on the page in the future.
theoriginalbit #33
Posted 08 November 2013 - 11:59 PM
You dont have a html header, Im not sure if its required, but its always good to make sure you are using the correct version of HTML.
Its not required because modern browsers are pretty good a guessing what you meant, but it is recommended to always use valid HTML. A good way to know if your webpages conform to the standards is to run it through the W3C validation services.

HTML Validator
CSS Validator
zekesonxx #34
Posted 09 November 2013 - 10:22 AM
You dont have a html header, Im not sure if its required, but its always good to make sure you are using the correct version of HTML.
Its not required because modern browsers are pretty good a guessing what you meant, but it is recommended to always use valid HTML. A good way to know if your webpages conform to the standards is to run it through the W3C validation services.

HTML Validator
CSS Validator

As of HTML5 <!DOCTYPE html> is required, but <html> tags aren't.
theoriginalbit #35
Posted 09 November 2013 - 09:51 PM
As of HTML5 <!DOCTYPE html> is required, but <html> tags aren't.
Its actually not required to be able to use HTML5 code… again, browsers are good at guessing… But to conform to standards it is required.
zekesonxx #36
Posted 14 November 2013 - 02:10 PM
Bloody hell it strips out HTML tags instead of just displaying them!

Copy https://gist.github.com/7472703 into the validator http://validator.w3.org/
Edited on 14 November 2013 - 01:14 PM