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

#51 2013-02-25 00:27:07

MrFlash67
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: Programing

print('I know:')
print('Scratch 1.x')
print('Scratch 2.0')
print('Some HTML')
print('Some Python 3.x')


Who would win, SOPA or PIPA?

Offline

 

#52 2013-02-25 01:16:29

ProgrammingPro01
Scratcher
Registered: 2011-07-30
Posts: 1000+

Re: Programing

I'm not much of a programmer, I can't even really make anything fairly decent in Scratch.  hmm  Although, I do know a bit of HTML and barely css.

Though I can't use my knowledge to make some kind of professional website, I could use it on a forum that involves using HTML instead of BBCode.

Last edited by ProgrammingPro01 (2013-02-25 01:17:23)


Bye 1.4!
http://www.reactiongifs.com/wp-content/uploads/2013/04/sobbing.gifhttp://25.media.tumblr.com/tumblr_mbfh6bIamQ1qky11ho1_500.png

Offline

 

#53 2013-02-25 09:40:43

Laternenpfahl
Scratcher
Registered: 2011-06-24
Posts: 1000+

Re: Programing

I prefer to keep my list short, but sweet:

C / Visual C++ (slightly not-good-yet at the ++ variant)
Python
JS
PHP (also HTML, CSS, but those apparently don't count)
Scratch


http://i46.tinypic.com/6yd4c0.png

Offline

 

#54 2013-02-25 12:58:45

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: Programing

ProgrammingPro01 wrote:

I'm not much of a programmer, I can't even really make anything fairly decent in Scratch.  hmm  Although, I do know a bit of HTML and barely css.

Though I can't use my knowledge to make some kind of professional website, I could use it on a forum that involves using HTML instead of BBCode.

Not much of a programming pro, are you?  tongue


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#55 2013-02-25 13:02:16

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Programing

Harakou wrote:

ProgrammingPro01 wrote:

I'm not much of a programmer, I can't even really make anything fairly decent in Scratch.  hmm  Although, I do know a bit of HTML and barely css.

Though I can't use my knowledge to make some kind of professional website, I could use it on a forum that involves using HTML instead of BBCode.

Not much of a programming pro, are you?  tongue

Very PUNNY xD

And I am:

"ProgrammingNoShow01"

Last edited by mythbusteranimator (2013-02-25 13:02:40)


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#56 2013-02-25 15:54:41

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

Re: Programing

uh so coders' shed is down so i'll ask here

in html does putting style="" override css in all browsers? for example if you have

.div{
    background-color: #FFFFFF;
}

and then you make a div like this

<div class="div" style="background-color: #000000;">

will the bg colour always be #000000? i know that in chrome then the style attribute overrides what was defined in the css, but is it browser-specific whether it will do that? or do all browsers do that?

thanks


Why

Offline

 

#57 2013-02-25 22:27:53

catachresis
New Scratcher
Registered: 2012-12-11
Posts: 70

Re: Programing

RedRocker227 wrote:

uh so coders' shed is down so i'll ask here

in html does putting style="" override css in all browsers? for example if you have

.div{
    background-color: #FFFFFF;
}

and then you make a div like this

<div class="div" style="background-color: #000000;">

will the bg colour always be #000000? i know that in chrome then the style attribute overrides what was defined in the css, but is it browser-specific whether it will do that? or do all browsers do that?

thanks

Unless you use !important, inline styles will override embedded/external stylesheets.

Offline

 

#58 2013-02-26 14:35:44

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

Re: Programing

catachresis wrote:

RedRocker227 wrote:

uh so coders' shed is down so i'll ask here

in html does putting style="" override css in all browsers? for example if you have

.div{
    background-color: #FFFFFF;
}

and then you make a div like this

<div class="div" style="background-color: #000000;">

will the bg colour always be #000000? i know that in chrome then the style attribute overrides what was defined in the css, but is it browser-specific whether it will do that? or do all browsers do that?

thanks

Unless you use !important, inline styles will override embedded/external stylesheets.

good

thank you


Why

Offline

 

Board footer