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]

Data Encryption Php MySql Methods Implementation Open SSL Encrypt
Data Encryption Php MySql Methods Implementation Open SSL Encrypt

Data Encryption with Php and MySql is very important. Some programmers wonder about the methods and implementation of different processes for data encryption. I

Read More
WordPress 5.0 Update Cannot Use Text View
WordPress 5.0 Update Cannot Use Text View

Have you done the WordPress 5.0 Update and can no longer use text view? That is because the classic editor is becoming a thing of the past. WordPress now has the "Gutenberg Editor" and even if you install the classic editor you are bound to still have pro

Read More
Php 7 For Loop Foreach Loop Simple Explanations
Php 7 For Loop Foreach Loop Simple Explanations

"Php 7 for loop" and "foreach loops" will display a block of code for a number of times. We initialize the for loop with a parameter unlike what we did in the while loops. Next, we set the comparison operator and finally we increment the number of times t

Read More
Php 7 While Loop Repeat Different Information Dynamically | Lesson 19
Php 7 While Loop Repeat Different Information Dynamically | Lesson 19

In a "Php 7 While Loop" you can repeat different information dynamically when you compare it to a variable. A While loop will execute when a condition is "TRUE" in other words "matches the variable". Here is what we are going to be learning in this lesson

Read More
Google Analytics Bounce Rate Are You Killing It?
Google Analytics Bounce Rate Are You Killing It?

Are you killing your Google Analytics Bounce Rate? Most webmasters not only posts on their website they also use their website a lot. They are on it every day and they check to make sure they are being indexed in the search engines.

Read More
Add YouTube Subscribe Button On Your Website
Add YouTube Subscribe Button On Your Website

Add a YouTube subscribe button on your website to increase subscribers. This little task is fast and friendly and only takes a couple of minutes. The benefits to doing this is convenience for the people that visit your site.

Read More
YouTube New Social Features For Business
YouTube New Social Features For Business

YouTube new social features for business! There are YouTube features that allow you to send and receive friend requests. YouTube also created the ability to private chat with one or more people privately. So how do the features work? How can you use them

Read More
Php 7 Switch Statement Case Break Lesson 18
Php 7 Switch Statement Case Break Lesson 18

Php 7 Switch Statement operates a lot like IF Statements. Generally, you will only use switch statements when comparing one condition. This is what it was designed for and that is how we will use it. If we have multiple conditions to consider then use the

Read More
HTML  Improvements Duplicate Title Tags Google Search Console
HTML Improvements Duplicate Title Tags Google Search Console

Have you seen "HTML Improvements Duplicate Title Tags" in your Google Search Console? Here is how you fix your Duplicate Title Tags problem.

Read More
Php 7 STATEMENTS IF ELSE ELSEIF LOGIC CODE EXAMPLES LESSON 17
Php 7 STATEMENTS IF ELSE ELSEIF LOGIC CODE EXAMPLES LESSON 17

Php 7 Statements include "if", "else" and "elseif". We logically consider the situation and use these Php 7 statements accordingly. Programming Php 7 statements is like "reasoning" something out. In this Php 7 tutorial we are going to use money and relati

Read More
Php 7 Logical Operator AND, OR, XOR, NOT !,
Php 7 Logical Operator AND, OR, XOR, NOT !,

The Php 7 logical operator help us to filter data before displaying it. Our choices are AND, OR, XOR, NOT !,

Read More
Php 7 Comparison Operator Video Instruction Code Examples Lesson 15
Php 7 Comparison Operator Video Instruction Code Examples Lesson 15

Php 7 Comparison Operators compare 2 or more values . There are several different ways to perform these operations. A "Php 7 comparison operator" will check to see if the values are equal, identical, greater than or less than each other. Let's go over the

Read More
PHP 7 Operators Arithmetic Calculations Lesson 14
PHP 7 Operators Arithmetic Calculations Lesson 14

Php 7 operators are used for Arithmetic and Calculations. It is also used for comparing values. If we used Php 7 for arithmetic and calculations we would be using add, subtract, multiply, divide, modulus and exponents. Here are files from the last lesson.

Read More
PHP 7 Constants Notice: Constant already defined LESSON 13
PHP 7 Constants Notice: Constant already defined LESSON 13

PHP 7 Constants are like variables. The only difference is that they cannot be changed. Once you set a "Constant" you cannot change it. PHP Constants need to hold unique information. Here are the files from the last lesson.

Read More
Wonderful World Of String Functions() in Php7 Lesson 12
Wonderful World Of String Functions() in Php7 Lesson 12

String functions in Php7 are your arsenal for being a more efficient coder. The possibilities are immense when it comes to string functions in Php7. Let's take a look at some of the string functions in Php7.

Read More