Category Archives: Lessons

Computer lessons are an essential part of modern education and can provide individuals with valuable skills for both personal and professional use. These lessons typically cover topics such as computer hardware, software, and basic programming languages.

Learning about computer hardware can help individuals to understand how computers work and how to troubleshoot common issues. This knowledge can be especially useful for those who use computers on a regular basis for work or personal use.

Learning about software can help individuals to become proficient in using a wide range of programs, from word processing and spreadsheet software to graphic design and video editing programs. This knowledge can be particularly valuable for those who work in fields such as business, marketing, or design.

Basic programming languages, such as HTML and CSS, are also often covered in computer lessons. These languages are used to create websites and can provide individuals with the skills needed to create and maintain their own websites.

In addition to these technical skills, computer lessons can also help individuals to develop critical thinking and problem-solving skills. They can teach individuals how to approach complex problems logically and systematically, which can be valuable in many different fields.

Overall, computer lessons are an important component of modern education and can provide individuals with valuable skills that can be used in both personal and professional settings. By investing time and effort into learning about computers, individuals can expand their knowledge and increase their opportunities for success.

Facebook-Like-Box-DEPRECATED -Here-Is-A-Solution

Facebook Like Box DEPRECATED but here is a solution for you to implement! Simply make a new one! 🙂 Facebook Like Box DEPRECATED Here Is A Solution Go to the developers for Facebook website. You want Like Button For Web. You should be seeing a page that looks like below.  You will be working with Read More

create-a-star-with-css

The first thing we will do is set up our div and we will call it star. [code]<div id="star"></div>[/code] Next we will add the CSS to give us a purple star. [code] <style> #star{ width: 0; height: 0; border-style: solid; border-width: 0 100px 100px 100px; border-color: transparent transparent purple transparent; } #star { margin: 50px Read More

think twice before installing a wordpress plugin

You should think twice before you install a plugin for WordPress because of the ramifications that plugin can bring. A WordPress plugin has access to your database as soon as you install it. It can therefore update, delete, and manipulate your WordPress database in a lot of ways. Even after you remove a plugin the Read More

Advertisements-or-Content-After-First-Post-in-WordPress-or-Genesis

If you’re a blogger or website owner using WordPress or the Genesis framework, you may be interested in displaying advertisements or additional content after the first post on your homepage. This can help increase engagement and revenue by providing readers with relevant content and advertising opportunities. Here’s how you can add advertisements or content after Read More

CSS-Reset-Stylesheet

So when you code a lot of websites you need a reset stylesheet written in CSS that will help with the process. Sure you can write it out over and over again but here is one I like to use to give a quick start to the stylesheet. [code] html, body, div, span, object, iframe, Read More

Beginners Guide to Using Adobe After Effects

Adobe After Effects Quick Start Tutorial To Using Effects No messin around for this cowboy. When something is labeled effects I want to see them right away and know how to use them. “Welcome to Beginners Guide to Using Adobe After Effects”!

Add Content to the End of Your RSS feed in WordPress

Sometimes its necessary to add content at the end of your RSS feed. Here is a little code that will help you to do that. You can add social pages, scripts and more using this method. Just paste the code below into your functions.php file and replace the content with whatever you want it to Read More

Opencart Installation on Shared or Dedicated Servers

Opencart Installation on Shared or Dedicated Servers is a process but hopefully I can help make that a little easier for you. This will be an OpenCart series to give you the knowledge that you need to install and run an Opencart CMS. I have created a video tutorial on how to download and upload Read More

Creating a Website Mockup in Photoshop

Creating a Website Mockup in Photoshop is not the easiest thing to do. You first need “Imagination” and then the tools to make that imagination a reality. I have had several students that wonder about the mockup process. There is nothing easy about it but it sure is fun to make them. Here is a Read More

HTML-and-FTP-Client-Editors

Many people out there are looking for ways to edit their website files via FTP, SFTP and FTPS. THere are many great ones out there. Below I am going to share some of the ones that I like to use and other ones that I do not use as much but are still good. Paid Read More

logo creation in photoshop

Photoshop Logo Creation Logos are hard to make because they have to be so simple. Here is a demonstration of how I created a logo for a client.

use-notepad-plus-plus-to-edit-website-files

Many people want to use Notepad Plus Plus to edit their website files. It is free and easy to use. Once your grab the basic understanding of connecting to your website server via FTP its all downhill from there. Download and Install Notepad Plus Plus Your first step is to download NotePad  Plus Plus. When downloading Read More

Social Syndication Plugin WordPress SNAP is the Best

Social Syndication Plugin WordPress SNAP is the Best Social Syndication is very important to website these days. Really who has the time to keep posting to all the network platforms out there after you already make a post. Every day it seems there is another social network platform. Syndicating your posts is the answer for Read More

Flushing-DNS-cache-in-Windows-Mac-and-Linux

I have spoke about clearing your browser cache in previous articles but if you are still having problems seeing changes on your website there is one more thing that you may want to try if things are still quirky. That would be flushing the DNS cache on your computer.  Although this may look scary it is Read More

lightbox-for-wordpress-forms

Do you want to know how to do a lightbox for WordPress forms? Its really cool. If you do not know about lightbox yet it is a way to darken the background so that people can focus on a picture or a form. Here is an example basically click on the Contact Us link below Read More