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]

Beginners Guide To Using Bootstrap Web Development
Beginners Guide To Using Bootstrap Web Development

Here is a beginners guide to using Bootstrap Web Development. Bootstrap is a library of code that you can use to create web pages. In this tutorial we will start with the basics of Bootstrap and advance from there.

Read More
Simple Steps For Woocommerce Product Variations And Swatches
Simple Steps For Woocommerce Product Variations And Swatches

Here are some Simple Steps For Woocommerce Product Variations And Swatches. If you are selling a product that has a single attribute follow the steps below.

Read More
JavaScript Get Element By Class Name
JavaScript Get Element By Class Name

In order to use JavaScript Get element by class name you have to have a class. You can use a class in a div or any tag that you want. Here are a few examples of class names and how they are used.

Read More
HTML5 Form Basics for Beginners
HTML5 Form Basics for Beginners

Welcome to HTML5 form basics for beginners. Think of this post as a post for HTML5 Forms for dummies. There are a lot of great tutorials out there on the web about HTML form elements. Most of them fail to tell you the basics.

Read More
Please Enter A Valid Value HTML5 Number Input
Please Enter A Valid Value HTML5 Number Input

he number attribute in HTML5 may give you a warning, "Please Enter A Valid Value". Using decimals in HTML5 requires that you use an attribute of "step". Consider the following in the form tag element.

Read More
Use A JavaScript Button As A Link Properly
Use A JavaScript Button As A Link Properly

There are many other things that you can do with the button tag element. The button tag is HTML however the action that we assign to the button is JavaScript. This should be used properly. This method is not good for SEO.

Read More
Warning: unlink(): http does not allow unlinking in PHP
Warning: unlink(): http does not allow unlinking in PHP

In order to delete an image or file off of your server in PHP you have to use unlink(). This function will delete the file from your server. This is a permanent action and can not be undone once we completed the process. If you're getting warning: unlink(

Read More
PHP MySqli Check For No Results in Database
PHP MySqli Check For No Results in Database

There are many times when you have to PHP MySqli Check For No Results in Database. Maybe you are checking the username and password of a user and match it to an authenticated user.

Read More
PHP HTML Script For Emails
PHP HTML Script For Emails

If you are looking for PHP HTML script for emails you have come to the right place. If you look at our PHP Snippets for email. You may be disappointed that when you send an email that you do not actually see formatted HTML.

Read More
Sending Emails Every Hour From Server With Limit PHP
Sending Emails Every Hour From Server With Limit PHP

Why would you want to send emails every hour from your server? Most servers only allow you to send out 250 emails every hour and some servers only allow you to send out 500 emails a day.

Read More
Redirect users to a Mobile Site Javascript
Redirect users to a Mobile Site Javascript

We can direct people to our mobile site using JavaScript. What this following code does is look for a screen size and then redirects the user.

Read More
Google Shopping Guerilla Marketing
Google Shopping Guerilla Marketing

Welcome to Google Shopping Guerilla Marketing. If you have a product you want to market Google shopping is the place you want to be.

Read More
Social Media Facebook Monitoring For Social Networking
Social Media Facebook Monitoring For Social Networking

Social Media Facebook Monitoring For Social Networking is a very important task for business owners, group organizers, and many other individuals who are trying to reach a targeted audience with products, services or information.

Read More
Add A Handling Fee In WooCommerce
Add A Handling Fee In WooCommerce

If you want to add a Handling Fee in WooCommerce you now have to add the code below. You would then add this to your functions.php file in your child theme in WordPress. Save the file then you now have a $5 handling fee! :-)

Read More
HTML5 Audio Tag to Play Audio Files in Your Website
HTML5 Audio Tag to Play Audio Files in Your Website

Some people were asking me how do you play an audio file in your website? HTML5 has a great way for you to play your audio files.

Read More