Friday, March 23, 2012

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>

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.

Tuesday, September 20, 2011

Hey peeps

I haven't posted in a bit so here is a random C# script. =D
Hope it isn't complete fail.
If you have any comments tweet me @piano22RBLX (no hate please.)

using System;
class Random;
{
static void Main
{
string pass
Console.Write("Welcome to the system");
Console.WriteLine("Please input your username.");
string user = Console.ReadLine();
if user == "Piano22";
{
Console.WriteLine("Insert passcode");
string pass = Console.ReadLine();
if pass == "625882";
{
Console.WriteLine("Correct pass code.");
Console.WriteLine("Feel free to pat your self on the back. ^^");
Console.WriteLine("Bye.");
break;
}
else pass != "625882"
{
Console.WriteLine("Go eat your own right hand. =P");
break;
}
}
else username != "Piano22";
{
Console.WriteLine("Nope.");
Console.WriteLine("Try again later.");
break;
}
}
}

Tuesday, July 26, 2011

Mind warp

A perfect man, a perfect woman meet and get married. They have a perfect honeymoon and live together for 5 perfect years. One year on Christmas Eve, they see Santa by the road and pull over to give him a ride. Later they get in a wreck. Who lives? Well since nether Santa nor a perfect man exists, the woman does. However the woman was driving imperfectly so the perfect woman doesn't exist. Therefore no one was in the car.