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!

Postfix Delete All Email Messages Linux Commands
Read More
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
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
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
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
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 can hold several pieces of data in one string. This is how we set a JavaScript Array. JavaScript Array Syntax
Read More
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 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
Sometimes you want to check if we meet 2 or more conditions in JavaScript. To accomplish this we use the OR "||", AND "
Read More
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
I want you to get use to setting variables in JavaScript because it is going to help you in the future. Instead of writing this syntax over and over again, you can write it one time and store it in a variable. Let me show you.
Read More
If you are an absolute beginner in web development you must be aware that JavaScript is essential. We are going to break it down for you in the simplest of terms. So if you are a beginner this lesson is for you. This is going to be fun!
Read More
This is the lesson where we actually begin to coding websites with CSS. We take the mock-up from the last post and make a real webpage with clickable links. When creating a web page, the first step is usually to create a mock-up or design.
Read More
What is CSS? CSS is an acronym for "Cascading Style Sheets". We use CSS to style webpages. With it we can specify positions, colors, background and much more.
Read More