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!

     


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
Simple Ajax Example Check for Checking Duplicates PHP JavaScript MySql
Simple Ajax Example Check for Checking Duplicates PHP JavaScript MySql

I thought it was time that I made a simple post on using AJAX. This is a very easy script for you to develop from. The main thing that you want to keep in mind is that you have to put the following script into a file called test.php.

Read More
Using Crypt to Encrypt Password in PHP
Using Crypt to Encrypt Password in PHP

Sometimes we need to encrypt a password hash in php before inserting it into the database. This should not be used for user password but maybe an additional password. Either way it is fun to work with. The code below will reveal this information.

Read More
Photoshop Color Replacement Tool Video Tutorial
Photoshop Color Replacement Tool Video Tutorial

Photoshop Color replacement tool green screen

Read More
Viewports for Mobile Header Tags Quick Reference
Viewports for Mobile Header Tags Quick Reference

Viewports for Mobile Header tags are something that I think we should be able to just copy and paste. It makes things faster when you are programming. A Viewport tag will auto enlarge text on smaller screens so they are mobile friendly. You would put this

Read More