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!

     


Make a Smiley Face in CSS
Make a Smiley Face in CSS

To Make a Smiley Face in CSS the first thing that we will do is set up the div's. We will call our main div id smiley. We will then add div's for the eyes and mouth. Here is the div structure.

Read More
Installing and Configuring WAMP for the First Time
Installing and Configuring WAMP for the First Time

Installing and Configuring WAMP for the First Time can be a daunting task. The process is actually a lot simpler than many people think. WAMP has come a long way and made the process quite simple.

Read More
Google Analytics Tracking Code Placement
Google Analytics Tracking Code Placement

The Google Analytics tracking code placement needs to be in the header. DO NOT believe those guys that tell you to put in before the closing body tag.

Read More
Is Someone Copying Your Website and Pictures?
Is Someone Copying Your Website and Pictures?

Is Someone Copying Your Website and Pictures? Well the first question you should ask yourself is how can you tell if someone is stealing from you? Here is the line of thought that I want you to take when you start embarking on this task.

Read More
HTML Basics For Beginners
HTML Basics For Beginners

html basics for beginners

Read More
Facebook Like Box DEPRECATED Here Is A Solution
Facebook Like Box DEPRECATED Here Is A Solution

Facebook Like Box DEPRECATED but here is a solution for you to implement! Simply make a new one! :-)

Read More
JavaScript Buttons onClick Event getElementById
JavaScript Buttons onClick Event getElementById

In this tutorial we are going to use JavaScript Buttons onClick Event getElementById. First thing to know is that we can give any HTML element an id. Here are some examples, we are giving every one of the HTML elements an id of test.

Read More
JavaScript document.getElementById Edit Background Color
JavaScript document.getElementById Edit Background Color

We can use JavaScript like CSS to style a div element on a page to edit the background color. Lets say that you have a div id on a page called "topright" and you wanted to change the color to red with JavaScript.

Read More
Update a Database in PHP MySqli
Update a Database in PHP MySqli

To Update a Database in PHP MySqli you will have to make sure that the following steps have been taken.

Read More
Insert Into Database Using PHP MySqli
Insert Into Database Using PHP MySqli

Insert Into Database Using PHP MySqli using the following procedures. You must first make sure that you have these steps set up before you proceed.

Read More
Query results from a Database Using PHP MySqli
Query results from a Database Using PHP MySqli

In order to Query results from a Database Using PHP MySqli make sure that you have the following steps taken care of.

Read More
Connect to a Database Using PHP MySqli
Connect to a Database Using PHP MySqli

Connect to a Database Using PHP MySqli, you can follow these general steps:

Read More
What is the difference between MySql and MySqli
What is the difference between MySql and MySqli

What is the difference between MySql and MySqli? MySqli is the new and improved extension for MySql. The difference between MySql and MySqli is the way your write the code. For instance to connect to a database in MySql you would write the code something

Read More
Drop a table from a database with PHP MySqli
Drop a table from a database with PHP MySqli

If you want to Drop a table from a database with PHP MySqli you must make sure that the table is there in the first place. If you have not done so please see Create a New Table in a MySqli Database. To drop a table use the following code. You must make s

Read More
Create a new Table in a MySqli Database
Create a new Table in a MySqli Database

To Create a new Table in a MySqli Database you will have to be sure of the following.

Read More