Order and Chaos Review

Order and Chaos ReviewI thought I’d have some fun today and do an Order and Chaos Review. Order and Chaos is available on the iPad / iPod and I can’t believe isn’t more popular.

It is basically a copy of the World of Warcraft formula, except that it is available on the wonderful Apple devices.

I’m not sponsored to do this tutorial and no this site isn’t going to become a game review site. I just like to have fun with my iPad every once in awhile 🙂

Continue reading Order and Chaos Review

Repeating Backgrounds

Repeat BackgroundI was asked how to make a background that is seamless by 3 different people. So, in this tutorial I’ll show you how to make repeating backgrounds.

Seamless website backgrounds are useful because they allow a developer to use beautiful backgrounds without worrying about the websites file size.

There are numerous ways to make a seamless tile background, but I’ll show you the easiest way I have found using Photoshop.

Continue reading Repeating Backgrounds

Make an Image Gallery with JQuery Pt 2

Make an image galleryIn my previous tutorial How to Make a Slideshow, I showed you all of the HTML and CSS code that is required to make an image gallery with JQuery.

In this video tutorial, I’ll go over all of the JQuery and JavaScript needed to finish this image gallery tutorial.

This also is going to be a pretty awesome JQuery tutorial, because I’m going to review a lot!

Continue reading Make an Image Gallery with JQuery Pt 2

How to Make a Slideshow

JQuery SlideshowCharlie wrote and asked for me to make a slideshow or gallery from scratch. So, today I will show you how to make a slide show.

All of the HTML, CSS, JavaScript and JQuery code required will be provided and explained. Here is the code in a zipped archive JQuery Slideshow Code.

First, I’ll go over all of the HTML and CSS. Then in the next part of the tutorial I’ll cover all of the JavaScript and JQuery required.

Continue reading How to Make a Slideshow

Make Featured Content Gallery Pt 4

Make Featured Content GalleryI continue to show you how to make a Content Gallery in this tutorial. I’ll focus on how to allow for multiple blocks of content in this tutorial and how to set up arrows to cycle through that content.

This tutorial was ment to originally create a WordPress specific Featured Content, but now it will work on any type of site.

If you missed the previous parts check out WordPress Featured Content and all of the other parts that proceed this one.

Continue reading Make Featured Content Gallery Pt 4

Featured Content Gallery 3

Featured Content SliderHere I continue to add a bunch of features to my Featured Content Slider. Along the way I’ll also show you how to do many neat things with JQuery.

I started by focusing on a WordPress Featured Content Plugin, but then decided to make a tool that would work on any website with Featured Content Gallery pt 2.

You should definitely check out those 2 tutorials before you proceed with this video tutorial. All of the code like always follows the video.

Continue reading Featured Content Gallery 3

Featured Content Gallery Pt 2

Make Featured Content ToolIn my previous tutorial, I started creating a WordPress Featured Content Plugin. In this tutorial I’ll actually continue with the original goal while at the same time provide you with a Featured Content Gallery you can use anywhere.

Also because I’ve received many questions since I posted my JQuery Video Tutorial I’ll answer many of those here.

It should make for a jam packed tutorial.

Continue reading Featured Content Gallery Pt 2

Negotiation Tactics

Girl Following Sales ScriptImagine this situation. You just sat down for dinner and your phone rings. It’s a complete stranger and they are asking you to verify who you are and all of your personal information.

They then ask for your checking account, social security and credit card numbers.

Your answer is that nobody would ever give that information to a stranger.

For many years 73% of the time I received all of it! I did this for legitimate companies now. I wasn’t doing anything illegal. How is that for negotiation tactics?

Continue reading Negotiation Tactics

Web Design Tutorial

Help Web Design and ProgrammingI normally spend so much time cranking out tutorials that I never stop to organize things. So, here I will layout a complete Web Design Tutorial.

When I say complete I really mean complete. I’ve created over 76 videos on HTML, CSS, XML, xHTML, PHP, MySQL, JavaScript, JQuery, and AJAX among other subjects.

All of the code I use in the tutorials is also free to use under the GNU license. That basically means you can do anything you like with it as long as you don’t sue me 🙂

Continue reading Web Design Tutorial

WordPress Featured Content

Wordpress Featured ContentIn this video tutorial I’ll show you how to make a WordPress Featured Content Plugin. The design is based off of one Phil sent into me.

The featured content plugin will however be designed so simply that anyone should be able to easily style it however they like.

In this part of the tutorial I’ll specifically cover the html and cascading style sheet code that is required.

Continue reading WordPress Featured Content

WordPress Plugin Howto Pt 3

Make WordPress Plugins 3In the previous 2 WordPress Plugin Tutorials I showed you how to create a great WordPress Plugin template you could use to make your own. Here they are if you missed them : WordPress Plugin Howto and WordPress Plugin Howto Pt 2.

The only two capabilities I left out in those tutorials is how to add shortcode capabilities and an uninstall script. In this tutorial I’ll cover that code.

Continue reading WordPress Plugin Howto Pt 3

Shortcodes WordPress

Shortcodes WordPressIn this WordPress video tutorial, I’ll show you how to create Shortcodes in WordPress.

A Shortcode is a WordPress specific way to add cool functionality with little to no effort. In this tutorial I’ll create a Shortcode function that will automatically jump out to any RSS feed and grab as many articles titles as you want.

So, if you want to display the top five articles on the New York Times website you can just type in the following: [nttfeedme blog_title=”New York Times” feed=”http://feeds.nytimes.com/nyt/rss/HomePage” num=”5″]
Continue reading Shortcodes WordPress

WordPress Plugin Howto Pt 2

Wordpress Plugin Howto 2Here I continue to layout a template you can use to create a WordPress Plugin. If you missed part one of this series check out WordPress Plugin Howto first.

In this WordPress Plugin video tutorial, I’ll teach you how to create links to your settings page in the left sidebar of WordPress’s admin system. I’ll show you how to create top and submenu links.

Then I’ll introduce the how to:

Continue reading WordPress Plugin Howto Pt 2

WordPress Plugin Howto

Wordpress Plugin HowtoIn this WordPress Plugin Howto Video, I’ll show you how to make a WordPress Widget/Plugin. All of the code follows the video and it is heavily commented.

If you want the zipped archive for this plugin it is available here WordPress Plugin zipped archive.

After I finished my WordPress Theme Tutorial, this was the most requested follow up. So, I hope you like it.

Continue reading WordPress Plugin Howto

WordPress Taxonomies

Wordpress TaxonomiesHave you found that you have thousands of tags that are unmanageable? Have you dreamed you could somehow start over?

Well today you can thanks to custom WordPress Taxonomies. Taxon-what? A Taxonomy is just a fancy word that represents a way you can better sort your posts, pages and links in WordPress.

In this WordPress Video Tutorial you’ll find out everything you ever wanted to know about WordPress Taxonomies and more.

Continue reading WordPress Taxonomies

WordPress Theme Tutorial Pt 8

How to Make WordPress Themes Pt 8Welcome to part 8 of my tutorial on how to make wordpress 3.0 themes.

In this part of the tutorial I’ll focus on fixing all of the remaining pages in my theme. I’ll also show you how to embed your Twitter Tweets in your theme since that has been a major request.

Here is a link to a zipped archive of the WordPress Theme.
Continue reading WordPress Theme Tutorial Pt 8

wp nav menu

wp_nav_menuI continue fixing up the wp_nav_menu and the rest of my style.css code from my previous tutorial Creating a WordPress Theme.

I’ve received numerous requests to walk you all through the process of creating custom menus using WordPress 3.0’s wp_nav_menu. So, here I’ll describe everything you need to know. It is actually very easy to create a horizontal wp nav menu.

I’m going to ignore some of the options for the wp_nav_menu on purpose just so that you are not confused. If you want you can simply copy a paste the code below and everything will work in fact.

Continue reading wp nav menu

Creating a WordPress Theme

Creating a WordPress ThemeHere I’ll show you what goes into Creating a WordPress Theme.

I previously showed you the HTML of a WordPress Theme and the CSS of a WordPress Theme. Now you’ll learn how to turn that website into a real working theme.

Here is a link to a zipped version of this sample theme. It is about 95% complete. You can use it in anyway you’d like, but I guarantee nothing.

Continue reading Creating a WordPress Theme

WordPress Theme Tutorial Pt 5

 

Wordpress Theme TutorialIn my previous WordPress Theme Tutorial I showed you all the HTML that goes into a WordPress Theme.

In this part of the video tutorial I’ll show you all of the CSS code that you need to style the theme. If you don’t understand CSS check out this CSS Layout Tutorial. You can also learn more about the menu used here CSS Layouts and Menu Tutorial.

All of the code I use is also available either for download and it also follows the video below. Here is the code:

WordPress Theme Tutorial Pt 4

Wordpress Theme TutorialIn this part of the WordPress Theme Tutorial I show you all of the HTML that is needed to create a WordPress Theme.

When you create a WordPress Theme you basically create a template made up from HTML, CSS and JavaScript and then pull in all of your content using PHP code. You also need a MySQL database of course.

If you don’t know anything about the above subjects you can click the link that applies to learn more about them.

Continue reading WordPress Theme Tutorial Pt 4