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

#1 2009-02-07 12:58:59

adriangl
Scratcher
Registered: 2007-07-02
Posts: 1000+

HTML/CSS/PHP/Javascript (taken from TheSaint)

A long time ago Bobby500(TheSaint) posted this, then the forum died. So here it is again.

What is HTML?
HTML: Stands for "Hyper-Text Markup Language". A simple markup language (actually, the only one). This means that you can't actually program anything with it, but you can embed programming languages into it. The base for all web developing.

What is CSS?
CSS: Stands for Cascading Style Sheets. An expansion to HTML. Makes life easier and more stylish.

What is Javascript?
JavaScript: A scripting language. You can do stuff with it, but being text-based, having more image-based stuff is harder to do. IT IS NOT SPRITE-BASED BUT FUNCTION BASED. However, it is client-side, so making a website with users (e.g. and online community, perhaps a forum) is impossible.

What is PHP?
PHP: Stands for "Php: Hypertext Processor". Almost exactly the same as JavaScript but a bit more open-ended, and ServerSide, so having online communities and so-such is possible.

Well how do I use it?
To write the code, use notepad for windows and I am not sure for Macs. Anyways when you want to see what you have made, save the document as a .htm Then open up your internet. Click in the following order: File-->Open-->Browse-->The file you saved it as. Then your webpage pops up.

HTML Tutorials
http://www.w3schools.com/html/html_intro.asp
http://www.htmlcodetutorial.com/
http://www.tizag.com/htmlT/
http://www.web-source.net/html_codes_chart.htm

CSS Tutorials
http://www.w3schools.com/css/css_intro.asp
http://www.yourhtmlsource.com/stylesheets/csstext.html
http://www.tizag.com/cssT/

Javascript Tutorials
http://www.w3schools.com/js/default.asp
http://www.tizag.com/javascriptT/
http://www.dickbaldwin.com/tocjscript1.htm

PHP Tutorials
http://www.w3schools.com/php/php_intro.asp
http://www.tizag.com/phpT/
http://devzone.zend.com/node/view/id/627

Last edited by adriangl (2009-02-08 00:28:05)


Scratchin' since 2007

Offline

 

#2 2009-02-07 13:10:05

adriangl
Scratcher
Registered: 2007-07-02
Posts: 1000+

Re: HTML/CSS/PHP/Javascript (taken from TheSaint)

Anybody?


Scratchin' since 2007

Offline

 

#3 2009-02-07 14:48:48

TheSaint
Scratcher
Registered: 2008-11-04
Posts: 1000+

Re: HTML/CSS/PHP/Javascript (taken from TheSaint)

We probably could have bumped the thread.  tongue  I am gald though that someone liked it alot though.

Offline

 

#4 2009-02-07 14:49:25

woahfreaky
Scratcher
Registered: 2009-01-30
Posts: 72

Re: HTML/CSS/PHP/Javascript (taken from TheSaint)

CSS also stands for something else . . .


http://img5.imageshack.us/img5/4797/chelsesiggn2.jpg

Offline

 

#5 2009-02-07 15:39:13

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: HTML/CSS/PHP/Javascript (taken from TheSaint)

woahfreaky wrote:

CSS also stands for something else . . .

No, it doesn't.

Offline

 

#6 2009-02-07 15:44:04

woahfreaky
Scratcher
Registered: 2009-01-30
Posts: 72

Re: HTML/CSS/PHP/Javascript (taken from TheSaint)

coolstuff wrote:

woahfreaky wrote:

CSS also stands for something else . . .

No, it doesn't.

Actually, it does. Makes me think twice when I edit my sites and notice how unsafe some sites are.


http://img5.imageshack.us/img5/4797/chelsesiggn2.jpg

Offline

 

#7 2009-02-07 17:24:13

adriangl
Scratcher
Registered: 2007-07-02
Posts: 1000+

Re: HTML/CSS/PHP/Javascript (taken from TheSaint)

CSS, Cascading Style Sheets. No difference, same thing.

woahfreaky wrote:

coolstuff wrote:

woahfreaky wrote:

CSS also stands for something else . . .

No, it doesn't.

Actually, it does. Makes me think twice when I edit my sites and notice how unsafe some sites are.


Scratchin' since 2007

Offline

 

#8 2009-02-07 17:42:42

woahfreaky
Scratcher
Registered: 2009-01-30
Posts: 72

Re: HTML/CSS/PHP/Javascript (taken from TheSaint)

CSS- Cross Site Scripting

It's a way for someone to get into your site. So if you have a place where someone can post on your site, test it out with some HTML and PHP and Javascript. That is what can happen. So be careful


http://img5.imageshack.us/img5/4797/chelsesiggn2.jpg

Offline

 

#9 2009-02-08 00:16:45

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Re: HTML/CSS/PHP/Javascript (taken from TheSaint)

adriangl wrote:

What is Javascript?
JavaScript: A programming language. You can do stuff with it, but being text-based, having more image-based stuff is harder to do. IT IS NOT SPRITE-BASED BUT FUNCTION BASED. However, it is client-side, so making a website with users (e.g. and online community, perhaps a forum) is impossible.

Javascript is a SCRIPTING language.

Offline

 

#10 2009-02-08 00:27:33

adriangl
Scratcher
Registered: 2007-07-02
Posts: 1000+

Re: HTML/CSS/PHP/Javascript (taken from TheSaint)

O_o. Missed that. Gonna change it.....

AlanProjects wrote:

adriangl wrote:

What is Javascript?
JavaScript: A programming language. You can do stuff with it, but being text-based, having more image-based stuff is harder to do. IT IS NOT SPRITE-BASED BUT FUNCTION BASED. However, it is client-side, so making a website with users (e.g. and online community, perhaps a forum) is impossible.

Javascript is a SCRIPTING language.


Scratchin' since 2007

Offline

 

#11 2009-02-08 12:41:13

Buddy_ca111
Scratcher
Registered: 2008-08-30
Posts: 100+

Re: HTML/CSS/PHP/Javascript (taken from TheSaint)

I'm/I was fluent in the langauges but some(like PHP and CSS) have went into my blackhole of a memory


By reading this you agree to giving me your soul, money, passwords, projects, abiltys and your bases

Offline

 

Board footer