This is the JavaScript for a circumference calculator.
<!DOCTYPE html>
<html>
<head>
<title>
JavaScript circumference caculator
</title>
<script type="text/javascript">
</script>
</head>
<body>
<script type="text/javascript">
var r = prompt('Enter the radius.', "");
var r_dub = 2*r;
var answer = r_dub *Math.PI;
document.write(answer);
</script>
</body>
</html>
Where piano22 post he plans for Brotherhood of the talking squids, coding nonsense, and just general randomness.
Friday, March 23, 2012
Tuesday, March 20, 2012
Finished JavaScript!!
I finished the JavaScript tutorials on TheNewBoston.org and I am resuming the HTML5 videos. I have started learning about making video player skins, and I might post a MLP skin or something weird like that, so keep up to date and we will see how this goes.
Friday, March 16, 2012
New theme
I am not sure if you noticed, but we have a new theme. Be sure the comment and tell me what you think of it.
Web design
Hello people. I have been learning HTML at TheNewBoston.org. I managed to get to the 25th video, when I realized that I have to learn JavaScript in order to continue. So I am now watching the tutorials on said site, and will continue with HTML5 with posthaste.
Wednesday, March 7, 2012
New web design plans.
I have been watching tutorials at TheNewBoston.com, which is hosted by Bucky. So far I have watched all of the HTML/CSS tutorials, and am currently watching his tutorials on HTML5. I will also be giving a short speech on the basics of HTML, introducing the doctype, HTML, head, body, and style tags to the class. I did a practice run of it, but I still need to refine a few of the details, and illustrate the well organized way of writing the code most programmers preform. An example is the indentation done before line of code inside of the head or body tag. I will also have to be sure to indent the head and body tag, just to make sure the point gets across, but I most remember to point out that they are not normally indented. At least, I do not indent them.
Subscribe to:
Comments (Atom)