Hey everybody I want to let you know that I have undertaken the grueling task of getting the heck away from WordPress. I was so sick of the problems and updates I had to do all the time. I am now using my ezbloo system and I am integrating all my old posts into the new system. It sucks, but in the end, I will save bundles of time. I needed to keep things simple and that is why I created ezbloo. I'll have more on this later for you guys after I am done with the total integration of my old posts here. So if you are looking for a post and need it faster, shoot me an email and I will make it a priority. [email protected]

Delete Duplicate Entries In MySql with PHP
Delete Duplicate Entries In MySql with PHP

I needed to delete duplicate entries in MySql with PHP. After some trial and error I wrote a script that will do it for me. What I needed to do was delete duplicate email addresses in a email script. Here is the code that made that magic happen.

Read More
How To Share Google Search Console With Someone
How To Share Google Search Console With Someone

Sometimes webmasters need to share their Google Search Console with someone. This can be helpful for a variety of reasons. Here are a few. Share it with your developer to debug issues. Share with a SEO expert so improve rank. Keep your other Google API's

Read More
Bootstrap Code Tag
Bootstrap Code Tag

The Bootstrap code tag is unique as well. Bootstrap will style the code tag in its own way. Here is the code.

Read More
Bootstrap Lists
Bootstrap Lists

Bootstrap Lists

Read More
Blockquotes in Bootstrap
Blockquotes in Bootstrap

Use blockquotes in Bootstrap to quote other sources. You are allowed to quote from other sources without being penalized for it. Quoting someone is not the same as plagiarizing their content.

Read More
Abbreviations or Acrynoms in Bootstrap
Abbreviations or Acrynoms in Bootstrap

Bootstrap has a cool way to handle abbreviations. What you do is use a tag called "abbr". The code will look like this.

Read More
Use PHP to Mail a Form
Use PHP to Mail a Form

Using php to mail a form is a simple task. Grab the codes below to learn how to do it yourself.

Read More
Create A Form in a PHP Function
Create A Form in a PHP Function

Have you ever wanted to put a form in a php function? You can do it and it is fast and easy. You can use this function anywhere on your website.

Read More
Block Hackers with PHP and Mysql
Block Hackers with PHP and Mysql

If you want to block hackers automatically you have come to the right place. This of course is a PHP and MySql programming tutorial.

Read More
Show Last Post Excerpt On Any WordPress Page
Show Last Post Excerpt On Any WordPress Page

So there is a little code that you can use to query the posts then show the last post on a page. in this particular code we are ordering by date and grabbing the last post that was made according to the date. The following code will grab: The Permalink Th

Read More
Updating Your Linux Ubuntu System
Updating Your Linux Ubuntu System

If you are like me you like to use the terminal commands to update your linux Ubuntu System. Its fast and easy if you know the command. I am putting the command lines in this article so you can copy and paste them. First login as root then navigate to you

Read More
Previous and Next Post Navigation in Genesis WordPress
Previous and Next Post Navigation in Genesis WordPress

If you are on the genesis system and want to have previous and next post navigation you can add the code below to your functions.php file. This is a great way for people to navigate though the posts on your website.

Read More
Use Shortcodes Everywhere In WordPress
Use Shortcodes Everywhere In WordPress

You installed a plugin and then you try to use the shortcode on your sidebar. It does not show up, what do you do? Well here is a series of short codes that you will add to your functions.php file. By adding the following short codes you will be able to

Read More
WooCommerce Conversion Tracking Code For AdWords
WooCommerce Conversion Tracking Code For AdWords

So you want to track your conversion for ad-words? Here is how you do it for woo-commerce.

Read More
How To Install CURL on Ubuntu Linux Server
How To Install CURL on Ubuntu Linux Server

IN this post I am going to show you how to install CURL on the Ubuntu Linux server. It is fast and easy and not as hard as you think.

Read More