Design a Business Card

Think Tank LogoI’ve received many requests to do an article on how to design layouts, flyers, business cards, etc. So, in this article I’ll show you how to design a business card.

I’ll show you what my business card would look like if I emulated some of the terrible designs I’ve seen. I’d like to show the actual cards, but I don’t want to be sued.

Special Note: I’m going to focus on traditional card designs here. I think they will apply to a wider audience. So, no cards made from metal today!

Continue reading Design a Business Card

Best Soup for Dieting

VegetablesI get requests for recipes that helped me lose 80 ponds in 5 months. Today I present a delicious soup that will help you lose weight. It is called Leek Soup and it is low in calories, sodium and fat. Plus it is Delicious and easy to make.

If you want additional information on my diet, it is 100% free and available here The Diet Nutritional Plan. It was created from nutrition text books, and it allows you to eat a lot of food that is good for you, but also tastes good. On with the recipe!

Continue reading Best Soup for Dieting

Create Automated Websites with Python

Make a Website Video TutorialI while back I showed you how to Make Money Blogging by setting up a simple automated WordPress blog using WP-O-Matic. I was then asked for an automated site that allowed for more robust article grabbing.

In the video below I show you how to grab content from any website and then send that to the Postie WordPress Plugin, that will post it to your site automatically. Here is an article on How to Use Postie.

Continue reading Create Automated Websites with Python

Website Promotion Internet Marketing

Brain IdeasTracie wrote in and asked me to provide a brief overview on how I drive traffic to websites. Every site I have is ranked in the top 1% in the world and many in the top .2%. So, I think I have pretty good information to give.

While I’ve covered many of these topics in other articles, I’ve never put it in just one place. For that reason I’ll provide links for further reading for many of the topics covered here.

Continue reading Website Promotion Internet Marketing

Regular Expressions Python Tutorial

Python PictureIn this video, I provide a bunch of examples on how to use Regular Expressions in Python. I show you how to search for numerous different types of data and output and manipulate that data.

I’ve provided all of the code after the video and if you have any questions, leave them in the comment section below.

In the next article, I’ll show you how to grab information from any web page and do what ever you want with that information.

Special Note: Click the HD and Full Screen buttons for the best view of the video.

Continue reading Regular Expressions Python Tutorial

Regex Tutorial Video Pt 2

Python How ToIn this tutorial, I continue teaching you how to use Regular Expressions. I specifically go over the numerous functions available in the Python programming language that you can use for searches.

I will explain how to:

  • Grab text from text files
  • Create Regular Expressions in Python
  • Search through strings or files for information
  • Manipulate the information, once you retrieve it

Continue reading Regex Tutorial Video Pt 2

Regex Tutorial Video

Regular ExpressionsHere is a Regex Tutorial Video that will get you Regular Expression Matching like a pro. You can think of this as a Regular Expression Reference that you can come back to whenever you need to brush up.

I cover all of the codes used in Regex and give ever more complex examples until you understand.

This is just Regex Tutorial video 1 in a long series of video’s. I’ll specifically cover how to use Regular Expressions in Python, in the next video. And, if you prefer reading this information, refer to this article Regular Expressions.

Continue reading Regex Tutorial Video

Regular Expressions

Regular ExpressionsMy goal in this article is to teach you everything you ever wanted to know about Regular Expressions. Regular Expressions are used to decide if a set of characters match what you are searching for. You use a series of codes to define what you are looking for.

Because these codes are so simple and look confusing when they are crammed together, people think Regular Expressions are too hard to use. My mission is to make them easy to use in this article and the next. Promise!

Continue reading Regular Expressions

Dealing With Employees

How to control emotionsIt always makes me laugh when employers ask, “Why would personality testing help me deal with employees?” It’s also amazing that most managers pay little attention to potential new hires testing results.

In this article I explain how to deal with employees, by analyzing what their Personality Tests tell you. If you need a test, check out the one I provide at The Perfect Personality Test

Continue reading Dealing With Employees

Python How To Video Pt 6

Python How ToThis article and video was created because of the requests from Gent2910 and others. You guys have been having problems understanding a few concepts with Python. Specifically you’ve asked for:

  • More examples on unconventional uses for functions
  • Examples on using lists
  • Explanation on how to use elif
  • More on Conditional Expressions
  • How to catch errors, or Python Error Handling

Continue reading Python How To Video Pt 6

Personality Type Video’s

Regis PhilbinIn a previous article Personality Type Reports, I described 16 different personality types. These are based off of a combination of the Myers Briggs, Kiersey, and NLP personality type systems.

Here I’ll provide 4 video’s that go into detail on the main personality groups. I can provide a great deal more information on this topic and others like it, so send me your requests below.

Continue reading Personality Type Video’s

Free Personality Type Reports

Tom CruiseHere are all of my Personality Type Reports. I’ve received tons of requests from past students and YouTuber’s for these reports.

You can use them however you would like. If you want to take the test, to see which personality you fall into, check out Perfect Personality Test.

In these reports, I cover all of the strengths and weaknesses of all the personality types. I hope through them that you’ll increase your ability to communicate better with others.

How Are We Different?

I personally believe that most problems people have with communicating come from the fact that people either:

Continue reading Free Personality Type Reports

Perfect Personality Test

Type Personality TestThe most popular request, has been for a Personality Test that is easy to understand and usable. I have provided a few simple tests in the past, but in this article I’ll go over a test that is actually very useful.

I have combined the Myers-Briggs, Kiersey and numerous other tests into one. I then got rid of all the jargon and explain in detailed reports:

  • Your Gifts
  • Your Weaknesses
  • Why you Disagree with others
  • How to Improve Communication with others
  • And much more…

Continue reading Perfect Personality Test

Python How To Video Pt 5

Python PictureIn this video, I completely cover how Object Oriented Programming (OOP) works in Python. This is also how it works in other OOP languages though.

Inheritance, Polymorphism, Classes and Objects are jargon terms specific to the concept of programming in OOP. These concepts do not change based off of the language you use.

All of the code from the video, follows after the video below. If you haven’t watched the other video’s, watch them first or you will be confused.

Like always, if you have any questions or comments, leave them in the comment section below.

Continue reading Python How To Video Pt 5

Python How To Video Pt 4

Python How ToIn this article and video, I’ll show you how to read and write to files using the Python programming language.

If you didn’t watch part one definitely watch Python How to Program Part 1 first!

In this video, I also use the Eclipse IDE for coding, instead of IDLE. If you want to know how to install it (It’s Free), watch this tutorial Eclipse The Free IDE.

If you have any questions leave them in the comment section below.

The code from the video tutorial can be found on this page, after the video.

Continue reading Python How To Video Pt 4

Python How To Program Pt 3

PythonIn this video I cover how to use the list data types in Python (tuples, lists, dictionary’s).

I also review and introduce the While Loop, If then Elif, and a bunch of tricks with Python. All of the code from the video follows the video on this page. If you didn’t watch part 1 of this tutorial watch it here: Python How To Program

If you have any questions or comments, leave them in the comment section below.

NOTE: At the end of the video, I say I don’t know the topic of the next video. It will be on Object Oriented Programming with Python.

Continue reading Python How To Program Pt 3

Python How to Video Pt 2

Python PictureHere I continue my Python How to Program Tutorials. If you missed part 1, go watch Python How to Program Pt 1.

In this video tutorial, I’ll cover the integer and string variable types. I’ll also go over all of the different functions available to you for manipulating integers and strings in Python.

All of the code used, can be found after the video. If you have any questions or comments, leave them in the comment section below.

Continue reading Python How to Video Pt 2

Python How to Video Pt 1

Python How ToIf you have ever wanted to learn how to program a computer, this is the tutorial for you. I walk you step-by-step through how to do anything with Python.

Everything you can do with Python will be covered. You can watch over my shoulder as I teach programming, based off of your requests. I asked you guys what you wanted and you said:

Continue reading Python How to Video Pt 1

Indirect Hypnosis Videos

Indirect Hypnosis Mind GameI’ve been getting tons of requests for more information on Indirect Hypnosis on YouTube. Thanks everyone, this has been fun and I love all the questions.

Here are my 3 most recent video’s. They cover Indirect Hypnosis, How Brains Store and Process Information, and Hypnosis Suggestibility Tricks. Here are links to the original articles:

Continue reading Indirect Hypnosis Videos

Baby’s First Year Video

Willow's First YearMost people get really popular on YouTube, by posting video’s of their baby on there. I thought I’d do the opposite.

After recently getting made a YouTube partner, I knew I could finely post my baby’s first year video.

It’s amazing how helpless they are, and how much they enrich your life. This has been a very special year and I hope you enjoy it with me, in the video below.

Continue reading Baby’s First Year Video