Many people on the internet aren't familiar with how to make a decent website on the internet. In an effort to remedy that, this episode kicks off the first of a five part series explaining the different aspects of building a good looking, database driven website from scratch.
In part 3 of this series, we will look at the basics of using Javascript and using it to enhance our site.
Here's a list of the other tutorials in the series:
Darragh
January 28, 2012 at 11:56 am
are we not getting 15 points for watching new tutorials on your website? it says it in http://www.tinkernut.com/register
Mohamed
January 28, 2012 at 8:03 pm
Yea we are! I just got 15 points!
cpstechnologies
January 28, 2012 at 2:55 pm
This is great.. Waiting for the 4th video (PHP)!!! 🙂
Kevin
January 29, 2012 at 10:19 pm
He already made a video about this on youtube, and this one is SO MUCH BETTER!!
PS
I will give you all a link to the sote that I am making when i m done!!
MastroTek Website Design
January 30, 2012 at 1:27 pm
Great video and great series. Easy to understand and very well done. Keep up the good work, your videos are great.
Austin Archer
February 3, 2012 at 4:53 am
I know. I knew a lot about HTML, but he taught me a bunch about javascript. He rocks.
brandon spencer
February 1, 2012 at 4:10 am
so much coding my head hurts
Austin Archer
February 3, 2012 at 4:53 am
Hey guys. Does anyone know how to make a form (in HTML) that will send me any information that a user types in? I want to make a file sharing site, but I want to know who is in it. If it could send me an E-Mail or even store it in another site. Thanks Guys!
MOKDAD
February 12, 2012 at 10:58 pm
that is php i think you should wait for the next tutorial 😉
Techowner
February 18, 2012 at 10:41 am
Can’t wait for the PHP tutorial!
Ryan
March 25, 2012 at 4:21 am
Where is Part 1 of this Tutorial? Anybody know?
Ryan
March 25, 2012 at 4:22 am
never mind… I just found it. Duh
news
June 2, 2012 at 1:19 pm
Cool post . Thank you for, writing on this blog page dude! I shall message you some time! I did not know that!
Jackson
April 27, 2013 at 2:23 pm
HELP! THE TEXT WONT CHANGE IN MY SCRIPT!
here it is:
My Data
function clicked(){
var x;
x= ‘Hello!‘;
document.getElementById(‘greeting’).innerHTML=’x’;
}
a{
text-decoration:none;
color:grey;
}
p.welcome{
font-family:”verdana”;
font-size:1.875em;
color:white;
text-align:center;
font-style:bold;
}
p.content{
font-family:”verdana”;
font-size:1em;
color:white;
text-align:center;
}
div.n00b{
width:50%;
margin:auto;
background:#251111;
}
div.side1{
float:left;
margin:0;
background:#251111;
}
div.side2{
margin-left:25%
background:#251111;
}
Hello
This page is still a work in progress, so there is still more to come. But make sure to check back every day to see the updates I did.
Tinkernut – the guy who helped me make this website
Google
whenever i click the button, “hello” doesnt change to “hello“
Jackson
April 27, 2013 at 2:26 pm
i meant the script to be typed like this because of tinkernut allowing HTML tags into descriptions
My Data
function clicked(){
var x;
x= ‘Hello!‘;
document.getElementById(‘greeting’).innerHTML=’x’;
}
a{
text-decoration:none;
color:grey;
}
p.welcome{
font-family:”verdana”;
font-size:1.875em;
color:white;
text-align:center;
font-style:bold;
}
p.content{
font-family:”verdana”;
font-size:1em;
color:white;
text-align:center;
}
div.n00b{
width:50%;
margin:auto;
background:#251111;
}
div.side1{
float:left;
margin:0;
background:#251111;
}
div.side2{
margin-left:25%
background:#251111;
}
Hello
This page is still a work in progress, so there is still more to come. But make sure to check back every day to see the updates I did.
Tinkernut – the guy who helped me make this website
Google