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 MoreIs 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 MoreFacebook Like Box DEPRECATED but here is a solution for you to implement! Simply make a new one! :-)
Read MoreIn 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 MoreWe 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 MoreTo Update a Database in PHP MySqli you will have to make sure that the following steps have been taken.
Read MoreInsert 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 MoreIn order to Query results from a Database Using PHP MySqli make sure that you have the following steps taken care of.
Read MoreConnect to a Database Using PHP MySqli, you can follow these general steps:
Read MoreWhat 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 MoreIf 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 MoreTo Create a new Table in a MySqli Database you will have to be sure of the following.
Read MoreIn order to connect to a database you need to make a key file. Make a Config file to connect to MySql Database. This is a fairly simple process. You take the information that you assigned to a database when you granted privileges to it and make a file an
Read MoreThis tutorial will be on setting up a cursor pointer in CSS. There are many methods to setting up a cursor pointer in CSS. A webmaster or web developer can virtually set up unlimited amounts of pointers in CSS. Below is a list of cursor styles in CSS that
Read More