Category Archives: Adobe Products

adobe logo

Adobe products advance through the years. As they evolve they become more user-friendly. We love using Adobe products here. We use Dreamweaver, Adobe Premier Pro, Adobe After Effects, and other Adobe Applications.

Layout in Adobe software

You will notice that the layout an Adobe software is similar from one application to another. Once you open a new piece of software from Adobe you will find a familiar layout.  This makes it easier to easier to navigate around in the applications.

Adobe products are interchangeable

Another wonderful thing about Adobe software is that most of them are interchangeable. If you were working in the Photoshop and then to do something at Adobe Premier Pro you can import the file right into the application. This will save you tons of time and aggravation.

Learning more about Adobe products

If you would like to learn more about Adobe subscribe to this blog. We have several great to Tutorials on Adobe I will be posting more as time goes on. If you would love to learn more about this software and subscribe to this blog by clicking the link above.

How To Convert A PDF To Editable Document For Free

This tutorial will show you how to convert a PDF file to an editable document for free. First, when you try to direct edit a PDF file, you’re prompted to purchase the PDF editor from Adobe. In order to get around this I recommend downloading the Libre Office Suite. This is a completely free program Read More

Adobe_After_Effects

You can animate Adobe After Effect from Adobe Illustrator in three different ways. When you animate in After Effects from Adobe Illustrator you will not lose quality in your images. Below I am going to  describe 3 different ways how you can animate in Adobe After Effects from Adobe Illustrator.

create-website-for-first-time-in-dreamweaver

Here is a beginners Guide for Dreamweaver CC 2019. Usually I promote free software and HTML editors but there are features in Dreamweaver that are incredibly useful that cannot be ignored. This is the reason I decided to write a quick tutorial on Dreamweaver CC 2019. Dreamweaver Evolution Dreamweaver has been around since the 90’s. Read More

Create Featured Image With GIMP WordPress YouTube Social Media

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

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

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 the loop should run. Here are the Read More

Php 7 While Loop Repeat Different Information Dynamically

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. While Do While The Php features we will be using Read More

Php 7 STATEMENTS IF ELSE ELSEIF LOGIC CODE EXAMPLES

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 relationships to explain this process. File for this lesson.  Php 7 IF Statement A Php Read More

Php 7 Logical Operator

The Php 7 logical operator help us to filter data before displaying it. Our choices are AND, OR, XOR, NOT !, && and ||. In the last lesson we talked about Comparison Operators and how they work. We need to understand the logic of a situation so we know what to display and how. We will Read More

PHP 7 Operators Arithmetic Calculations Lesson 13

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. Here are files for this lesson. Php 7 Arithmetic Operators Examples + Read More

String Functions() in Php7

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. Echo Is A Php String Function Echo is one Php string function that you have already been using. Read More

DATA TYPES IN PHP7 HOW THEY ARE USED

DATA TYPES IN PHP 7 Here is the second part to the data types in PHP7. Lesson 10 we talked about Strings, Integers, Booleans, and Floats.In this lesson we are going to talk about  Objects, Arrays, NULL and Resource. Here are the files from the previous lesson if you are just joining us. Video is Read More

PHP7 DATA TYPES HOW THEY ARE USED

Understanding PHP7 data types will help you put things together. There are 8 different data types in PHP. They are all used differently.  We will cover the first 4 types in this lesson and the second half in the next lesson. Here are files from the last lesson. Here are some quick examples of PHP7 Read More

Hello friends, next week we will have a “PHP7 Power Week“. The PHP power week will consist of two lessons a day. I will release one about 9 AM in the morning and then release another one about 3 o’clock in the afternoon. This will be Monday through Friday Eastern standard time. Make sure you Read More

PHP7 GUIDE FOR NEW PROGRAMMERS 2018 ECHO PRINT VARIABLES

PHP 7.2.11 is the latest PHP version. We will be using this version for this series of lessons. We will take you from an absolute beginner programmer with no knowledge of PHP and build upon that. Please make sure that you have completed the absolute beginner web development course. We will be building off of Read More