A Simple Mouseover Hover Effect with jQuery

Posted on July 3, 2009  |  Category: Tutorials  |  1 Comment
jquery

Javascript is pretty useful but it does demand a lot of coding. Luckily for all of us, there are libraries out there that make it extremely easy to use the power of Javascript with a lot less code. I have been having a lot of fun with jQuery latetly and wanted to share a quick and easy tutorial on how to create a mouseover hover effect.

First you need to download jQuery. Grab the Production minified version off of their site.

Read More »

Feed Me, Seymour 1.1

Posted on June 19, 2009  |  Category: Downloads  |  48 Comments
fms

I have just updated Feed Me, Seymour to work with WordPress 2.8. I have also cleaned up some of the code and modified the admin interface. Version 1.1 is only available on this site. Just click the download button below.

Feed Me, Seymour simulates the look and feel of what I think a news feeder site should look like. Not too sure if I succeeded but I think it looks kind of cool. This theme features the same backend theme options interface as my Magazine Basic theme , so there are many different way to configure it to make it look the way you want.

Read More »

Delete Duplicate Posts
WordPress Plugin

Posted on June 17, 2009  |  Category: Downloads  |  2 Comments
deletedupes

I have decided to create my first "must-pay-to-use" plugin and I think it's something that a lot of people might find very useful. I know most of you are asking, "Why this money grubbing all of a sudden?" Well, a lot of work went into this plugin, and it's not the kind of plugin that regular folk can really take advantage of. So I thought, "Why not charge for it?"

What exactly does this plugin do?

Let's say, hypothetically, you have a website that gathers news from RSS feeds with some sort of parser. Sometimes, for whatever reason, you might get multiple versions of the same post. Delete Duplicate Posts WordPress plugin to the rescue.

Read More »

How to Remove the Links to Parent Pages in the WordPress Page List

Posted on June 13, 2009  |  Category: Tutorials  |  5 Comments
Picture 1

Creating a page list in WordPress is super easy. All it takes is one function call.

<?php wp_list_pages(); ?>

The only problem with the list is if you have sub-pages categorized under pages that you only want to use as a way to organize your pages. Your parents pages are still linked to in the list but most likely they will be empty. I decided to create a quick function to solve this problem.

Read More »

Magazine Basic 2.4
Now Available

Posted on May 26, 2009  |  Category: Downloads  |  324 Comments
mag-basic

I have just uploaded version 2.4.9 of Magazine Basic. This version fixes a lot of issues that had been plaguing some users. I have also added a slew of new features and a new look to the admin section.

Read More »