This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2012-10-08 09:39:25

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

: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?


yes, yes i do.

Offline

 

#27 2012-10-08 09:44:47

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: CSS Discussion

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


Posts: 20000 - Show all posts

Offline

 

#28 2012-10-08 09:48:55

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

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.


yes, yes i do.

Offline

 

#29 2012-10-08 09:51:06

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: CSS Discussion

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


Posts: 20000 - Show all posts

Offline

 

#30 2012-10-08 09:54:48

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

I get 456+9 for Chromium. >:C


yes, yes i do.

Offline

 

#31 2012-10-08 09:55:25

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: CSS Discussion

well i haven't updated in a while
looks like its time to


Posts: 20000 - Show all posts

Offline

 

#32 2012-10-08 09:56:13

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

I just realized that was how many points I had not my ranking C:


yes, yes i do.

Offline

 

#33 2012-10-08 10:00:52

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: CSS Discussion

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)


Posts: 20000 - Show all posts

Offline

 

#34 2012-10-08 10:05:12

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

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


yes, yes i do.

Offline

 

#35 2012-10-08 10:09:07

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: CSS Discussion

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


Posts: 20000 - Show all posts

Offline

 

#36 2012-10-08 10:10:31

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

I just meant that I try styling most everything before I have much content on it.
Still can't access. :'(


yes, yes i do.

Offline

 

#37 2012-10-08 10:11:56

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: CSS Discussion

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


Posts: 20000 - Show all posts

Offline

 

#38 2012-10-08 10:13:52

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

Yeah, sorta. There is a bit of functionality though.


yes, yes i do.

Offline

 

#39 2012-10-08 10:49:13

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: CSS Discussion

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.  smile

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)


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#40 2012-10-08 10:51:16

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

I just looked it up and I described it exactly without realizing a thing about it.

Code:

width: calc(100% - 100px);

yes, yes i do.

Offline

 

#41 2012-10-08 10:51:20

Gravitation
New Scratcher
Registered: 2012-09-26
Posts: 500+

Re: CSS Discussion

I love CSS, it makes my websites so much better.

Who do you think is best at CSS?

Offline

 

#42 2012-10-08 10:52:37

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

I'm not sure if there is a 'best'.


yes, yes i do.

Offline

 

#43 2012-10-08 11:00:44

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: CSS Discussion

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  sad


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#44 2012-10-08 11:09:23

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

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.


yes, yes i do.

Offline

 

#45 2012-10-08 11:13:02

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: CSS Discussion

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


Why

Offline

 

#46 2012-10-08 11:15:13

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: CSS Discussion

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>

I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#47 2012-10-08 11:17:36

Gravitation
New Scratcher
Registered: 2012-09-26
Posts: 500+

Re: CSS Discussion

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!  tongue

@tranny Yes.  big_smile

Offline

 

#48 2012-10-08 11:17:53

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

Oh, RedRocker, thanks. Yeah, PHP is very good to learn as well.
And no, that is pretty much an epitome of html.


yes, yes i do.

Offline

 

#49 2012-10-08 11:25:52

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: CSS Discussion

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!  tongue

@tranny Yes.  big_smile

where is the html thread
do we have that


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#50 2012-10-08 11:30:13

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: CSS Discussion

Just the Website Scripting topic, I think.


yes, yes i do.

Offline

 

Board footer