WordPress HTTPS

Wordpress HTTPSI’ve received a bunch of emails from people having WordPress HTTPS problems. In this tutorial, I’ll show you how to setup a WordPress HTTPS site, fix Google HTTPS errors, get the cheapest SSL certificate and more.

It sounds like allot of work, but it is actually very easy to make your site HTTPS compliant.

If you’re getting the Google Chrome Error : Google Chrome has detected either high-risk insecure content on the page or problems with the site’s certificate I’ll fix that too!

Continue reading WordPress HTTPS

Java Video Tutorial 12

Java Video Tutorial 12In this part of the Java Video Tutorial I cover Java Linked Lists.

The LinkedList class is a collection based on a linked list instead of an array like the ArrayList. They are good when you plan to add and delete items. They aren’t particularly efficient at providing access based off of index searches though.

Nearly every Java Linked List method is shown below. Make sure you look for the code that follows the video, so you completely understand Linked Lists.

Continue reading Java Video Tutorial 12

Java Video Tutorial 11

Java Video Tutorial 11In this part of my Java Video Tutorial I introduce Java collection classes. Specifically I cover how to use Java ArrayLists.

Java ArrayLists make it easy to keep track of groups of objects. A Java ArrayList differs from a java array in that it automatically resizes itself when you add or remove values.

I’ll go over nearly every Java ArrayList method in the video below. The code follows the video and it is heavily commented to help you learn easily.

Continue reading Java Video Tutorial 11

Fish Pie

Fish PieYears ago my wife told me we should try a recipe called Fish Pie! I immediately thought this is the most disgusting thing I have ever heard of.

But, I tried it and it was amazingly good! It is also extremely easy to make.

The traditional recipe normally contains numerous types of fish, but I prefer to stick with any meaty white fish. Actually a fish that has a subtle flavor seems to work best.

Either way the recipe follows. Tell me what you think?

Continue reading Fish Pie

Java Video Tutorial 10

Java Video Tutorial 10In this tutorial I do something kind of crazy. I try to teach programming logic by writing code right out of my head. You probably won’t understand everything in this video, but that’s OK.

I continue making a simple game in Java. I specifically make a method that allows my monsters to move on the game board without landing on each other and blocks them from falling off the board.

If you missed part 1 definitely check out Java Video Tutorial pt 1.

Continue reading Java Video Tutorial 10

Java Video Tutorial 9

Java Video Tutorial 9After my last video I received a bunch of messages asking me to cover Java Arrays. So in this video I go over everything you’d ever want to know about Java Arrays.

I show you how to create arrays, numerous ways to populate them, tricks involving multidimensional arrays, the enhanced for loop, Array library methods and more.

If you missed part 1 of this series check it out first here Java Video Tutorial.

Like always heavily commented code follows the video.

Continue reading Java Video Tutorial 9

Java Video Tutorial 8

Java Video Tutorial 8I thought it would be fun to teach Java while I make a video game. This is a simple game, but it will teach a lot of the logic needed to make your own game.

This tutorial will teach you about arrays, class fields, class methods, how to set a default value for an array, and a ton of logic.

I hope you like it. If you missed the previous parts though you should check them out first here Java Video Tutorial.

Continue reading Java Video Tutorial 8

How to Install Java Libraries

Eclipse IDERecently I received a bunch of emails asking how to install java libraries. So, in this tutorial I’ll show you how.

Since I use Eclipse in all of my tutorials, I’ll show you how to install java libraries with Eclipse. I use Eclipse because it is free and looks the same on every operating system.

Specifically I’ll show you how to install the very popular Apache Commons Java Library.

Continue reading How to Install Java Libraries

Java Video Tutorial 7

Java Video Tutorial 7In this part of my Java Video Tutorial I show you how to create classes in Java.

I cover Java fields (class variables) and methods (functions) first. I then explain what a private field is in detail. We then move on to what it means to overload a method, what a constructor is and how to overload a constructor.

Don’t worry. It sounds much more complicated than it is. You should however check out the previous tutorials before you try to learn this stuff here Java Video Tutorial.

Continue reading Java Video Tutorial 7

Java Video Tutorial 6

Java Video Tutorial 6In this part of my Java Video Tutorial I cover Java Exception handling. An exception is an object created when an error occurs.

I explain in this video the difference between run time and checked exceptions. I show you how to use try, catch and finally. We review the most common errors you will come across. I show you how to catch all and ignore individual exceptions. Yes, everything Java Exception wise will be covered.

If you missed part 1 watch it first here Java Video Tutorial.

Continue reading Java Video Tutorial 6

Increase Internet Sales

Increase Internet SalesIn this tutorial, I’ll show you how to increase internet sales for the shopping cart that I created for you. The shopping cart was free and I’ll show you how to increase internet sales now for free with the Google Merchant program!

If you haven’t seen my shopping cart tutorial, check that out so you know how to use that free cart theme here WordPress Shopping Cart Tutorial.

It’s amazing that such great tools are available, and I’m so happy to provide them to you 🙂

Continue reading Increase Internet Sales