Create featured image with GIMP for WordPress, YouTube or any other social media platform. The process is easy you just need to know the dimensions or ratios. I am going to share those with you here. First though, I am going to show you how to create it yourself. If you are in a hurry Read More
Install GIMP 2.10 update with these simple instructions. This is for Ubuntu Operating System but you can use this Graphic Manipulation software on Mac and Windows as well. Install GIMP 2.10 + On Ubuntu 16.04 Here are some instructions on installing GIMP on Ubuntu 16.04. If you are like me then you are not ready Read More
Store Image Uploads On Server With Summernote, not the default base 64! If you do image uploads through Summernote you will notice that it stores base 64 code for the image. If you are saving that kind of code in your database you will notice that it bloats the database. This will cause lag time 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 If you need a place to practice the codes that we provide in our lessons before you add Read More
Want to know how to Point Nameservers To Amazon Web Hosting Services? In this tutorial we will learn how to do that. Route 53 Domain Name Registration Start by logging into your Amazon EC2 Account. Navigate to Route 53 Domain Name registration. Click on DNS Management. This is if you already bought the domain. If you Read More
There are times when you need to cut out sections of an image in GIMP. There are several different ways to do this. Let’s talk about the different methods of cutting out sections of an image in GIMP. Square Selection Tool in GIMP The Square selection tool is pretty easy. First select the square selection Read More
Many people would like to know how to put GIMP into one single window mode. Here is a quick tip. GIMP Window Layout When you first open GIMP you will see a split window layout. It will be split up across your desktop. Most people are more comfortable having GIMP all in one window Read More
If you are looking for PHP HTML script for emails you have come to the right place. If you look at our PHP Snippets for email. You may be disappointed that when you send an email that you do not actually see formatted HTML. PHP Header For HTML Email Emails do not automatically display HTML. Read More
Why would you want to send emails every hour from your server? Most servers only allow you to send out 250 emails every hour and some servers only allow you to send out 500 emails a day. Let’s say that you have 5000 subscribers to your blog and you are not using 3rd party applications. In Read More
We can direct people to our mobile site using JavaScript. What this following code does is look for a screen size and then redirects the user. The following code will target iPhone and iPods to your mobile website. Put this link code in your header so that Google knows where your mobile site is located. Read More
Welcome to Google Shopping Guerilla Marketing. If you have a product you want to market Google shopping is the place you want to be. Our guinea pig website is kbathandbody.com. When you first go on the website you will see they sell candles and soaps. They already have everything set up as we have discussed Read More
Some people were asking me how do you play an audio file in your website? HTML5 has a great way for you to play your audio files. Instructions for Embedding Audio Files with HTML5 Upload your file to your WordPress If you cannot upload to your WordPress upload to something like Soundcloud Copy the URL path Read More
Sometimes we need to encrypt a password hash in php before inserting it into the database. The code below will reveal this information. $1$aGwdyCbv$dwOWTv3mGDXIH0tHK7Ova1 hash Explaining the Crypt Code and Process The php variable of $pass is holding within it “hash”. We then take the variable $passwordtohash and put the crypt function on it and Read More
Viewports for Mobile Header tags are something that I think we should be able to just copy and paste. It makes things faster when you are programming. A Viewport tag will auto enlarge text on smaller screens so they are mobile friendly. You would put this code in your header.php file. Pixels are not an Read More
Introduction: Google data highlighter is a tool that helps Google index. The Bing SEO analyzer is Bing’s tool for indexing. Let’s prepare for Google shopping & google search console. Prerequisites Before you perform what is contained in this lesson you will have to have Google Search Console set up with your website. If you do not Read More