JavaScript If Else Statements for Absolute Beginners Lesson #  12
JavaScript If Else Statements for Absolute Beginners Lesson # 12

Many times in programming we have to check to see if a condition is met and then display a result of some sort. This is where the if else statements come in handy with JavaScript. For instance lets say that you wanted to display something on a certain dat

Read More
JavaScript DOM HTML Events for Absolute Beginners Lesson #11
JavaScript DOM HTML Events for Absolute Beginners Lesson #11

I want you to get use to setting variables in JavaScript because it is going to help you in the future. Instead of writing this syntax over and over again, you can write it one time and store it in a variable. Let me show you.

Read More
JavaScript Absolute Beginner Web Development Lesson 10
JavaScript Absolute Beginner Web Development Lesson 10

If you are an absolute beginner in web development you must be aware that JavaScript is essential. We are going to break it down for you in the simplest of terms. So if you are a beginner this lesson is for you. This is going to be fun!

Read More
Coding Websites With CSS Absolute Beginner Web Development Lesson 9
Coding Websites With CSS Absolute Beginner Web Development Lesson 9

This is the lesson where we actually begin to coding websites with CSS. We take the mock-up from the last post and make a real webpage with clickable links. When creating a web page, the first step is usually to create a mock-up or design.

Read More
What is CSS Absolute Beginner Web Development Lesson 8
What is CSS Absolute Beginner Web Development Lesson 8

What is CSS? CSS is an acronym for "Cascading Style Sheets". We use CSS to style webpages. With it we can specify positions, colors, background and much more.

Read More
HTML5 Forms Absolute Beginners Web Development lesson 7
HTML5 Forms Absolute Beginners Web Development lesson 7

We will be covering HTML5 forms in this lesson. In your web development career you will use forms a lot. It is a good idea to get use to what is available to you. It is important to note that we are covering creating forms. Processing forms in PHP will be

Read More
Ordered Lists and Unordered List Absolute Beginner Web Development
Ordered Lists and Unordered List Absolute Beginner Web Development

We user ordered lists and unordered lists all the time when developing websites. In fact you would be hard pressed to find a webpage on the internet that does not have some type of list items on it. It is very common to use and this is how you use it.

Read More
Checked Value Use Form Tag In PHP Loop For Radio Buttons
Checked Value Use Form Tag In PHP Loop For Radio Buttons

Checked Value Use Form Tag In PHP Loop For Radio Buttons

Read More
Links and Linking Absolute Beginners Course in Web Development
Links and Linking Absolute Beginners Course in Web Development

Links and Linking Absolute Beginners Course in Web Development

Read More
HTML Tables Absolute Beginners Course In Web Development Part #4
HTML Tables Absolute Beginners Course In Web Development Part #4

We use html tables when we want to position things on our document. These position are called rows and columns. They are created with tags just like everything else on a webpage.

Read More
DIV TAGS ID'S CLASSES CODING MADE EASY PART 3
DIV TAGS ID'S CLASSES CODING MADE EASY PART 3

To set a div tag we type out the tag just like we would do any other tag, "

". It is important however that you set id's or classes to these div tags so we can target them for styling. We use CSS Cascading Style Sheets for styling our web-pages.

Read More
IMAGE TAGS AND EMBEDDING ABSOLUTE BEGINNER COURSE IN WEB DEVELOPMENT PART 2
IMAGE TAGS AND EMBEDDING ABSOLUTE BEGINNER COURSE IN WEB DEVELOPMENT PART 2

ABSOLUTE-BEGINNER-CODING-PART-2-I-CAN-DO-IT IMAGE TAGS AND EMBEDDING ABSOLUTE BEGINNER COURSE IN WEB DEVELOPMENT PART 2

Read More
Absolute Beginners Course in Web Development
Absolute Beginners Course in Web Development

Absolute Beginners Course in Web Development

Read More
Hide Your Analytics Tracking Code From Your IP Address
Hide Your Analytics Tracking Code From Your IP Address

You may want to hide your Google analytics tracking code from your IP address. Why? So you can get more accurate data from the analytics program. If you track your own visits that is not giving you the full picture of your visits. Here is how you do it.

Read More
Lost Password Script AJAX jQuery Bootstrap PHP and MySql
Lost Password Script AJAX jQuery Bootstrap PHP and MySql

This is a lost password script tutorial. I write it in AJAX, JQuery, Bootstrap, PHP and MySQL. People frequently lose their passwords. Password reset scripts are almost mandatory, with people expecting software to do everything for them.

Read More