This is a basic JavaScript tutorial. I will describe how to move an element around the page using a simple animation script. The element you move around the page can be anything from an image to a paragraph.
Below is a working example:

This is a basic JavaScript tutorial. I will describe how to move an element around the page using a simple animation script. The element you move around the page can be anything from an image to a paragraph.
Below is a working example:

This is a tutorial to demonstrate how to show entire posts from multiple categories in Wordpress. This would be especially useful for blogs that contain very short posts like a photo with a short description. This is a very simple problem and solution, but I didn’t find many posts describing how to do it, so I thought it may help a few people out.
In some blogs, it can be useful to show entire posts from multiple categories on one page. For instance for a recipe blog you may want to list the name of each of your recipe categories and the recipes in each of those categories. This would look something like:
In this Photoshop tutuorial I’ll discuss the many uses of the vanishing point filter. You can use this tool to place labels on bottles and jars, to add or remove windows and doors from buildings, and in general, to transform the perspective of an object to fit into your photo.
As an example I’ll show you how to end up with a photo like this:

Starting with this:
The default Wordpress installation does not produce either a description or keywords meta tag in the header. There are plugins you can use to solve this problem, but why use a plugin when you can solve the problem with a few lines of code? Writing the code yourself with teach you about Wordpress, PHP, and XHTML. This will enable you to solve future web site problems easier. Additionally, you’ll have one less plugin to keep track of, giving you a leaner, meaner, Wordpress installation.
After a brief introduction, I’ll delve right into the code, and show you how to add these meta tags to your pages by modifying the header.php file of your theme. Read the rest of this entry »
In this tutorial I’ll show you how to create the look of perspective and reflection in your images.
