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]

Postfix Check The Basic Config Of Postfix Using Linux Command
Postfix Check The Basic Config Of Postfix Using Linux Command

This is the Linux command to use when you want to check the basic config of Postfix. postconf -n

Read More
Postfix Flash Or Resend The Queue Mails Using Linux Command
Postfix Flash Or Resend The Queue Mails Using Linux Command

Use this Linux command in Postfix to flash or resend the emails in you email queue.

Read More
Postfix Check Email Queue Using Linux Command
Postfix Check Email Queue Using Linux Command

The following linux command will enable you to check your email queue for postfix.

Read More
POSTFIX CHEAT SHEET TERMINAL COMMANDS
POSTFIX CHEAT SHEET TERMINAL COMMANDS

Postfix is a popular open-source mail transfer agent that we use for routing and delivering email messages. It is a powerful tool that allows you to configure and manage email servers on Linux and Unix systems. However, working with Postfix requires famil

Read More
Postfix Delete All Email Messages Linux Commands
Postfix Delete All Email Messages Linux Commands

Postfix Delete All Email Messages Linux Commands

Read More
Starting October 2017 SSL Is required By Google Chrome
Starting October 2017 SSL Is required By Google Chrome

We have talked extensively on using SSL's but Google is upping the game. Starting in October 2017 Google will require you to have an SSL on your website. SSL is an acronym for secure socket layer. It is what makes the green lock at the top of the website

Read More
Adobe Photoshop Open Picture To Edit Absolute Beginners Guide
Adobe Photoshop Open Picture To Edit Absolute Beginners Guide

In this series we will start with the basics so you can learn from the ground up even if you have never used Photoshop before. There are many tools to use and amazing edits you can make with Photoshop, but how do you get started with editing a photograph?

Read More
Using External CSS Libraries Absolute Beginner
Using External CSS Libraries Absolute Beginner

There are literally hundreds of CSS libraries that you can use. You can see a lot of them listed here. Be sure when choosing one that you choose one that is responsive and easy to work with. This is why I chose Bootstrap.

Read More
JavaScript Array Methods For Absolute Beginners
JavaScript Array Methods For Absolute Beginners

There are JavaScript methods that you can take advantage of when you need to. We like to propose applications where you can use such methods. This helps you to understand them better. In this lesson today we are going to use a JavaScript method of push to

Read More
Great New Code Testing Tool
Great New Code Testing Tool

A1WebsitePro is now offering a great new code testing tool. This tool is useful for everyone who needs a quick resource to test the code that they are working with. A Helpful Tool For Use With Tutorials

Read More
JavaScript Arrays for Absolute Beginners
JavaScript Arrays for Absolute Beginners

JavaScript Arrays can hold several pieces of data in one string. This is how we set a JavaScript Array. JavaScript Array Syntax

Read More
JavaScript Getting The Value Of An Input Field Absolute Beginner
JavaScript Getting The Value Of An Input Field Absolute Beginner

There are times when we need to get the value of a input field with JavaScript. We can get values from several different types of input fields. text number date

Read More
JavaScript Switch Statement Absolute Beginner Lesson 14
JavaScript Switch Statement Absolute Beginner Lesson 14

JavaScript Switch statement is used when we have a lot of variables that we want to match. In the following example we get the day of the week. We can then show something for each day of the week.

Read More
JavaScript AND OR in IF Statement to Check For Multiple Conditions Absolute Beginner
JavaScript AND OR in IF Statement to Check For Multiple Conditions Absolute Beginner

Sometimes you want to check if we meet 2 or more conditions in JavaScript. To accomplish this we use the OR "||", AND "

Read More
JavaScript If Else Statements for Absolute Beginners Lesson #  12
JavaScript If Else Statements for Absolute Beginners Lesson # 12

Many times in programming we have to check to see if a condition is met and then display a result of some sort. This is where the if else statements come in handy with JavaScript. For instance lets say that you wanted to display something on a certain dat

Read More