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!

In this tutorial we will be submitting a form using AJAX with jQuery to PHP. What you need to understand is the jQuery is shorthand for JavaScript. jQuery has a bunch of JavaScript functions that make it shorter to call in when coding.
Read More
The difference between AJAX raw and AJAX with jQuery is a matter of personal preference really. When you program with raw JavaScript you do not have to worry about bringing in external libraries. When you program AJAX with jQuery then you must bring in th
Read More
You only need to have one processing file in PHP when you are working with AJAX. If you have more than one processing file for every from you create you are wasting your time. This will make your programming
Read More
In this tutorial we show you how to type one letter at a time in you web page with JavaScript. We make use of JavaScript functions to accomplish this tasks.
Read More
You can change a color on a web page with ajax. In this tutorial we make use of the HTML input type of color. We then generate an Ajax request to the processor. This in turn returns CSS code that changes the color on the webpage.
Read More
In this Ajax tutorial, you will learn how to process more than one form item. Ajax is very fast and can retrieve data in a split second.
Read More
This is the best Ajax tutorial. Learn how to submit a form without reloading a page. Ajax can do that for you. Here is a very simple tutorial with the code that will help you get started using Ajax in your applications.
Read More
Here is a little JavaScript true or false script that you can have some fun with. You can even develop further intricate programs off of this little script here. Enjoy!
Read More
(TFA) or "Two Factor Authorization for WordPress" is a security plugin that makes your WordPress safer. There are several different 2 step options in this plugin and they are very easy to set up.
Read More
If you are getting the message. "Your Theme Does Not Declare WooCommerce Support" please follow the instructions below.
Read More
This tutorial will show you how to use a form to upload a file with PHP. As discussed in a previous tutorial about HTML5 forms you need to have a form tag that starts and stop everything within your form.
Read More
There are several different input types that you can put in a form. We will go over them now.
Read More
The first step to processing forms is to understand what forms are and how they work. The HTML5 form is just form elements that work in HTML. The Form Tag
Read More
This post covers how to make a free website backup. Once finished you will be able to download a complete website backup zip file. This will also include your database. This task is very easy but I am going to explain the process in detail.
Read More