adriangl wrote:
Lucario621 wrote:
BWOG wrote:
<b>This is HTML!</b><br>
<i>I forgot how to do links :p</i>Links are <i>very</i> simple
Its simple, like <a href "http://scratch.mit.edu/">Scratch</a>!
Oh
.
Offline
lol, i dont see why they had to make it so confusing though.
<a herf " " > </a>
Offline
BWOG wrote:
markyparky56 wrote:
lol, i dont see why they had to make it so confusing though.
<a herf " " > </a>It's "a href" not "a herf"
even more confusing.
Offline
markyparky56 wrote:
BWOG wrote:
markyparky56 wrote:
lol, i dont see why they had to make it so confusing though.
<a herf " " > </a>It's "a href" not "a herf"
even more confusing.
If you want to learn HTML then here: http://www.w3schools.com/html/default.asp
It's really not that hard once you get used to it.
Offline
BWOG wrote:
markyparky56 wrote:
BWOG wrote:
It's "a href" not "a herf"
even more confusing.
If you want to learn HTML then here: http://www.w3schools.com/html/default.asp
It's really not that hard once you get used to it.
i think iv been there... thats where i started learning, but i dont really need to learn it since im not making my own website.
Offline
I know HTML. It's just the messy CSS linking stuff that I don't like. And you need that for a site. D:
Offline
RHY3756547 wrote:
I know HTML. It's just the messy CSS linking stuff that I don't like. And you need that for a site. D:
hmmmm... ill pass that onto the M30W team, thanks.
but is CSS actualy neccassary?
Offline
jukyter wrote:
Cryptic Secret Service O.o
thats why its so confsing? its coded!!!
Offline
It's nice knowing a little HTML. Once you can understand basically what's going on, you can peer into the guts of pretty much any page on the internet just by right clicking and choosing "View page source." So if you want to know how they did something, you can just take a look! (It's kid of like looking under the hood of a car to see how it all works.)
CSS though - that makes things a little more tricky. But you can still get the gist of things just by knowing a little HTML.
Offline
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta title="Scratch: Imagine, Program, Share">
<meta description="Scratch: a programming language for everyone. Create interactive stories, games, music and art - and share it online.">
<meta author="Lifelong Kindergarten Group at the MIT Media Laboratory">
<meta keywords="programming, youth, children, kids, novices, visual programming, animated stories, video games, interactive art, sharing, online communities, user-generated content, media lab, mit, creativity, learning, education, llk, lifelong kindergarten, beginners, beginning, easy, learn, draw, fun, program, games, animation, educators, play, playful ">
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript" src="/js/prototype.js"></script>
<script type="text/javascript" src="/js/scriptaculous.js"></script>
<script type="text/javascript" src="/js/scratchr.js?v=1.2"></script>
<link href="style/imports/global.css" rel="stylesheet" type="text/css">
<!-- |||||| IE- only stylesheet in conditional comment ||||||| -->
<!--[if IE]>
<link href="/css/global_ie.css" rel="stylesheet" type="text/css">
<![endif]-->
<title>Scratch Forums / HTML is SOOOOO hard!</title>
<link rel="stylesheet" type="text/css" href="style/scratchr.css" />
<script type="text/javascript">
<!--
function process_form(the_form)
{
var element_names = new Object()
element_names["req_message"] = "Message"
if (document.all || document.getElementById)
{
for (i = 0; i < the_form.length; ++i)
{
var elem = the_form.elements[i]
if (elem.name && elem.name.substring(0, 4) == "req_")
{
if (elem.type && (elem.type=="text" || elem.type=="textarea" || elem.type=="password" || elem.type=="file") && elem.value=='')
{
alert("\"" + element_names[elem.name] + "\" is a required field in this form.")
elem.focus()
return false
}
}
}
}
return true
}
That's just a little bit of what this page contains.
Offline
BWOG wrote:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta title="Scratch: Imagine, Program, Share">
<meta description="Scratch: a programming language for everyone. Create interactive stories, games, music and art - and share it online.">
<meta author="Lifelong Kindergarten Group at the MIT Media Laboratory">
<meta keywords="programming, youth, children, kids, novices, visual programming, animated stories, video games, interactive art, sharing, online communities, user-generated content, media lab, mit, creativity, learning, education, llk, lifelong kindergarten, beginners, beginning, easy, learn, draw, fun, program, games, animation, educators, play, playful ">
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript" src="/js/prototype.js"></script>
<script type="text/javascript" src="/js/scriptaculous.js"></script>
<script type="text/javascript" src="/js/scratchr.js?v=1.2"></script>
<link href="style/imports/global.css" rel="stylesheet" type="text/css">
<!-- |||||| IE- only stylesheet in conditional comment ||||||| -->
<!--[if IE]>
<link href="/css/global_ie.css" rel="stylesheet" type="text/css">
<![endif]-->
<title>Scratch Forums / HTML is SOOOOO hard!</title>
<link rel="stylesheet" type="text/css" href="style/scratchr.css" />
<script type="text/javascript">
<!--
function process_form(the_form)
{
var element_names = new Object()
element_names["req_message"] = "Message"
if (document.all || document.getElementById)
{
for (i = 0; i < the_form.length; ++i)
{
var elem = the_form.elements[i]
if (elem.name && elem.name.substring(0, 4) == "req_")
{
if (elem.type && (elem.type=="text" || elem.type=="textarea" || elem.type=="password" || elem.type=="file") && elem.value=='')
{
alert("\"" + element_names[elem.name] + "\" is a required field in this form.")
elem.focus()
return false
}
}
}
}
return true
}
That's just a little bit of what this page contains.
Javascript looks a lot like actionscript.
Offline
gershmer wrote:
urhungry wrote:
even i used to know it, but i forgot. i actually made a whole site on neopets in html.
OK.
If you ever want to learn again, I can help.
(Promise I won't offer you urhungry.gershmer.net)
ok, great! i just saw this. XD
999th post!
Offline
RHY3756547 wrote:
BWOG wrote:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta title="Scratch: Imagine, Program, Share">
<meta description="Scratch: a programming language for everyone. Create interactive stories, games, music and art - and share it online.">
<meta author="Lifelong Kindergarten Group at the MIT Media Laboratory">
<meta keywords="programming, youth, children, kids, novices, visual programming, animated stories, video games, interactive art, sharing, online communities, user-generated content, media lab, mit, creativity, learning, education, llk, lifelong kindergarten, beginners, beginning, easy, learn, draw, fun, program, games, animation, educators, play, playful ">
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript" src="/js/prototype.js"></script>
<script type="text/javascript" src="/js/scriptaculous.js"></script>
<script type="text/javascript" src="/js/scratchr.js?v=1.2"></script>
<link href="style/imports/global.css" rel="stylesheet" type="text/css">
<!-- |||||| IE- only stylesheet in conditional comment ||||||| -->
<!--[if IE]>
<link href="/css/global_ie.css" rel="stylesheet" type="text/css">
<![endif]-->
<title>Scratch Forums / HTML is SOOOOO hard!</title>
<link rel="stylesheet" type="text/css" href="style/scratchr.css" />
<script type="text/javascript">
<!--
function process_form(the_form)
{
var element_names = new Object()
element_names["req_message"] = "Message"
if (document.all || document.getElementById)
{
for (i = 0; i < the_form.length; ++i)
{
var elem = the_form.elements[i]
if (elem.name && elem.name.substring(0, 4) == "req_")
{
if (elem.type && (elem.type=="text" || elem.type=="textarea" || elem.type=="password" || elem.type=="file") && elem.value=='')
{
alert("\"" + element_names[elem.name] + "\" is a required field in this form.")
elem.focus()
return false
}
}
}
}
return true
}
That's just a little bit of what this page contains.Javascript looks a lot like actionscript.
Except when its been compiled?
Offline
RHY3756547 wrote:
I know HTML. It's just the messy CSS linking stuff that I don't like. And you need that for a site. D:
Weren't you going to make a Flash site?
Personally, I don't like Flash sites, in my opinion one of the intentions with the world wide web is that everyone with an internet connection and a browser would be able to use the world wide web.
But with Flash sites you need Flash player, and it's not available for all platforms.
For example mobile devices.

Offline
jacool wrote:
RHY3756547 wrote:
I know HTML. It's just the messy CSS linking stuff that I don't like. And you need that for a site. D:
Weren't you going to make a Flash site?
Personally, I don't like Flash sites, in my opinion one of the intentions with the world wide web is that everyone with an internet connection and a browser would be able to use the world wide web.
But with Flash sites you need Flash player, and it's not available for all platforms.
For example mobile devices.
But it ensures that your things are safe and cant be stole.
Offline
markyparky56 wrote:
jacool wrote:
RHY3756547 wrote:
I know HTML. It's just the messy CSS linking stuff that I don't like. And you need that for a site. D:
Weren't you going to make a Flash site?
Personally, I don't like Flash sites, in my opinion one of the intentions with the world wide web is that everyone with an internet connection and a browser would be able to use the world wide web.
But with Flash sites you need Flash player, and it's not available for all platforms.
For example mobile devices.But it ensures that your things are safe and cant be stole.
Actually it does not.
For example, A YouTube video can easily be downloaded with simple code.
What's on the internet can always be downloaded, because it exists.

Offline
jacool wrote:
markyparky56 wrote:
jacool wrote:
Weren't you going to make a Flash site?
Personally, I don't like Flash sites, in my opinion one of the intentions with the world wide web is that everyone with an internet connection and a browser would be able to use the world wide web.
But with Flash sites you need Flash player, and it's not available for all platforms.
For example mobile devices.But it ensures that your things are safe and cant be stole.
Actually it does not.
For example, A YouTube video can easily be downloaded with simple code.
What's on the internet can always be downloaded, because it exists.
Without downloading the Youtube downloader?
Dont you think its ironic that the how-to vid for the youtube downloader is on youtube?
Offline
markyparky56 wrote:
jacool wrote:
markyparky56 wrote:
But it ensures that your things are safe and cant be stole.Actually it does not.
For example, A YouTube video can easily be downloaded with simple code.
What's on the internet can always be downloaded, because it exists.Without downloading the Youtube downloader?
Dont you think its ironic that the how-to vid for the youtube downloader is on youtube?![]()
No I don't think it's ironic, it's not Google who made the video.

Offline
jacool wrote:
markyparky56 wrote:
jacool wrote:
Actually it does not.
For example, A YouTube video can easily be downloaded with simple code.
What's on the internet can always be downloaded, because it exists.Without downloading the Youtube downloader?
Dont you think its ironic that the how-to vid for the youtube downloader is on youtube?![]()
No I don't think it's ironic, it's not Google who made the video.
so how do you do it then?
Offline
markyparky56 wrote:
jacool wrote:
RHY3756547 wrote:
I know HTML. It's just the messy CSS linking stuff that I don't like. And you need that for a site. D:
Weren't you going to make a Flash site?
Personally, I don't like Flash sites, in my opinion one of the intentions with the world wide web is that everyone with an internet connection and a browser would be able to use the world wide web.
But with Flash sites you need Flash player, and it's not available for all platforms.
For example mobile devices.But it ensures that your things are safe and cant be stole.
Wrong. I can put a simple mine on my HTML website, that if you left click on it it will tell you not to copy. But I don't see the point of that since nothing on the internet is private or really even yours.
Offline