:o
Well that is news to me. I will need to use this at some point. :3
Also, wouldn't this answer Hardmath's problem?
Offline
uh i think so
anyway i do find it somewhat problematic that css displays differently on different browsers, but i have a solution for this:
ignore everyone using a browser other than you own.
because you see i use chromium and it has some of the best css3 support and i don't really care if other browsers don't have that or whatever
if they wanna see my sites they can download my browser! ;o
Offline
I thought about blocking my website and only letting people with chrome/chromium see it. And for the people with other browsers, it would only have a download link to chrome/chromium.
Offline
yeah that'd be pretty cool
i mean if you look here, chrome is kind of winning
and my chromium scores 443+9 on their test, out of 500. ;o
Offline
I get 456+9 for Chromium. >:C
Offline
well i haven't updated in a while
looks like its time to
Offline
I just realized that was how many points I had not my ranking C:
Offline
ohlol
hm interesting i still get the same thing for chromium
:'c
oh well you probably have webgl support
Last edited by veggieman001 (2012-10-08 10:02:40)
Offline
Pfhahah. It knows whos best.
Anyways, css. Uh, I actually spend a lot of my time writing styles for websites. I almost feel like I can't move on with actual development until there's something to look at.
Yeah, I do. n_n
Offline
i do most of like the layout and stuff with css, so yeah i need it
it also works for making things fancy-lookin like on my site monolithic.tk :3
Offline
I just meant that I try styling most everything before I have much content on it.
Still can't access. :'(
Offline
oh
i do sorta i guess
i don't really pay attention lol
well i guess i've been doing that with [titled secret project]
and yeah i know
sorry
Offline
Yeah, sorta. There is a bit of functionality though.
Offline
veggieman001 wrote:
transparent wrote:
Yeah that is possible with Javascript. Personally, I don't think that CSS should use that though, as helpful as it is, because it's really not a 'language' itself. Just a simple styling system.
Perhaps if they used it along with a percentage. Like 100% -100px or something.you can already do that though with calc()
Oh cool, I didn't know about that.
Last edited by Hardmath123 (2012-10-08 10:49:29)
Offline
I just looked it up and I described it exactly without realizing a thing about it.
width: calc(100% - 100px);
Offline
I love CSS, it makes my websites so much better.
Who do you think is best at CSS?
Offline
I'm not sure if there is a 'best'.
Offline
It confuses me
I wanted to learn HTML but like
im so confused!
there's more than one language you can use inside html and whatever and i don't know when or why to use certain ones
Offline
Html is for the structure of the page.
Css is for the layout and design of the page.
Javascript is for extra dynamic functioning.
You should learn at least basic html and then css or javascript.
Offline
I personally find JavaScript useless
I mean it can be good to know but it's not really necessary
In order of learning I'd go HTML>CSS>PHP>JS
Offline
transparent wrote:
Html is for the structure of the page.
Css is for the layout and design of the page.
Javascript is for extra dynamic functioning.
You should learn at least basic html and then css or javascript.
You mean this isn't the epitome of web-designing?
<html> <body> <h1>Website</h1> <a href="http://scratch.mit.edu">Scratch</a> </body> </html>
Offline
soupoftomato wrote:
transparent wrote:
Html is for the structure of the page.
Css is for the layout and design of the page.
Javascript is for extra dynamic functioning.
You should learn at least basic html and then css or javascript.You mean this isn't the epitome of web-designing?
Code:
<html> <body> <h1>Website</h1> <a href="http://scratch.mit.edu">Scratch</a> </body> </html>
You forgot a doctype, encoding type, and indentation. Yeesh, clean up your code, soup!
@tranny Yes.
Offline
Oh, RedRocker, thanks. Yeah, PHP is very good to learn as well.
And no, that is pretty much an epitome of html.
Offline
Gravitation wrote:
soupoftomato wrote:
transparent wrote:
Html is for the structure of the page.
Css is for the layout and design of the page.
Javascript is for extra dynamic functioning.
You should learn at least basic html and then css or javascript.You mean this isn't the epitome of web-designing?
Code:
<html> <body> <h1>Website</h1> <a href="http://scratch.mit.edu">Scratch</a> </body> </html>You forgot a doctype, encoding type, and indentation. Yeesh, clean up your code, soup!
@tranny Yes.
where is the html thread
do we have that
Offline
Just the Website Scripting topic, I think.
Offline