Site Message

Ready to Switch to eZbloo?

Basic eZbloo Plan $15 a month- Perfect for Low traffic and new startups

Premium eZbloo Plan $45 a month- Perfect for High Traffic Sites

Any Questions?: Contact me here!

     


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
Contact Form with AJAX jQuery Bootstrap PHP and MySql
Contact Form with AJAX jQuery Bootstrap PHP and MySql

In this tutorial we create a contact form that enters contact information into a database. It will then send an email to you from your website. We do this with AJAX, jQuery, Bootstrap, PHP and MySql.

Read More
Login Script with AJAX jQuery PHP and MySql
Login Script with AJAX jQuery PHP and MySql

Let's create a login script with AJAX JQuery, PHP and MySQL in this tutorial. We will create a form to login to the system and use AJAX with JQuery for the process. Next we will use PHP to process the form and return data to the webpage without reloading.

Read More
SANITIZE STRINGS BEFORE INSERTING INTO DATABASE PHP MYSQL AJAX JQUERY
SANITIZE STRINGS BEFORE INSERTING INTO DATABASE PHP MYSQL AJAX JQUERY

You need to sanitize your string before you insert them into your databases. We show you how to do that in this lesson with "FILTER_SANITIZE_STRING", "FILTER_SANITIZE_EMAIL" and "FILTER_FLAG_STRIP_HIGH".

Read More
Create Secure Password Sign Up Script With PHP jQuery and AJAX
Create Secure Password Sign Up Script With PHP jQuery and AJAX

Create a secure password sign up script with PHP, jQuery and AJAX with this easy to follow tutorial. Preliminary steps for this tutorial is to go over the last post Create A Database and Table At The Same Time With PHP.

Read More
Create A Database and Table At The Same Time With PHP
Create A Database and Table At The Same Time With PHP

Create a database and a table at the same time with php in mysql. All you will need is the connection information to your database. This is what you will need.

Read More
jQuery Ajax Form Submit With PHP Processing
jQuery Ajax Form Submit With PHP Processing

In this tutorial we will be submitting a form using AJAX with jQuery to PHP. What you need to understand is the jQuery is shorthand for JavaScript. jQuery has a bunch of JavaScript functions that make it shorter to call in when coding.

Read More
AJAX Raw Or With jQuery Whats The Difference?
AJAX Raw Or With jQuery Whats The Difference?

The difference between AJAX raw and AJAX with jQuery is a matter of personal preference really. When you program with raw JavaScript you do not have to worry about bringing in external libraries. When you program AJAX with jQuery then you must bring in th

Read More
Ajax With Multiple Forms And One PHP Processing File
Ajax With Multiple Forms And One PHP Processing File

You only need to have one processing file in PHP when you are working with AJAX. If you have more than one processing file for every from you create you are wasting your time. This will make your programming

Read More