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!

     


jQuery Ajax Form Submit With PHP Processing
jQuery Ajax Form Submit With PHP Processing

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
AJAX Raw Or With jQuery Whats The Difference?
AJAX Raw Or With jQuery Whats The Difference?

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
Ajax With Multiple Forms And One PHP Processing File
Ajax With Multiple Forms And One PHP Processing File

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
Use Javascript To Type Out Text On Webpage One Letter At A Time
Use Javascript To Type Out Text On Webpage One Letter At A Time

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
Change Color On A Webpage With Ajax
Change Color On A Webpage With Ajax

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
Ajax How To Process More Than One Form Item
Ajax How To Process More Than One Form Item

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
Best Ajax Tutorial Simple and Easy to understand
Best Ajax Tutorial Simple and Easy to understand

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
JavaScript Simple True or False Script
JavaScript Simple True or False Script

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 Two Factor Authorization for WordPress
TFA Two Factor Authorization for WordPress

(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
New PHP7 Lessons on the Horizon
New PHP7 Lessons on the Horizon

Message About PHP7 from YouTube

Read More
Your Theme Does Not Declare Woocommerce Support
Your Theme Does Not Declare Woocommerce Support

If you are getting the message. "Your Theme Does Not Declare WooCommerce Support" please follow the instructions below.

Read More
Uploading Files With PHP and HTML Forms
Uploading Files With PHP and HTML Forms

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
HTML Form Input Types
HTML Form Input Types

There are several different input types that you can put in a form. We will go over them now.

Read More
HTML 5 Forms The Component Run Down
HTML 5 Forms The Component Run Down

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
How To Make A Free Website Backup PHP
How To Make A Free Website Backup PHP

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