Premium WordPress Theme: Javazine

WordPress Themes Nov 04, 2008 13 Comments

Javazine is a highly customizable WordPress Magazine Theme which can be either used as blog, Multi-author Magazine or personal portfolio.

The theme supports presentation of articles and images through a lightweight jQuery Newsticker and sleek preview tooltips.

Read more »

Plugin updated: My Favorite Posts

Freebies, WordPress Plugins Oct 10, 2008 1 Comment

Because of popular demand I recently updated the favorite posts plugin I created a while ago. Since I do not have much time to spare, I wasn’t able to include all features that were suggeste by my readers, but I could implement two that were highly demanded:

  • The plugin comes with widget support now
  • You can display other peoples favorite posts now (for example on an authors page to display his or her favorite posts)

To take a glimpse how it works you can create an account on my wordpress test installation.
If you like the theme presented there head over to themeforest and download it for a small fee.
Plugin Download is, of course for free, here.

WordPress Tutorial: Simple Breadcrumb Navigation

Tutorials, Wordpress Tutorial Sep 10, 2008 25 Comments

I am currently working on some larger projects, and some of them are in desperate need of a breadcrumb navigation, since there are so many sub categories and pages, that users often have a hard time not to lose track of their current position on the site.

After searching the web for an adequate plugin, the only Breadcrumb navigation I could find was Breadcrumb NavXT. The plugin is basically the only one which supports nested pages as well as nested categories. It has a ton of options… to my mind there are way to many. After testing the plugin on a blank installation my Database query count went from 17 to 59 even if I was on the starting page where no breadcrumb navigation was displayed. So I decided to code a lightweight version for myself.

What you will learn here, are the basics of creating a simple breadcrumb navigation. This tutorial doesn’t offer a complete script, just some snippets to experiment with =)

Read more »

Premium WordPress Theme: Aurora Borealis

WordPress Themes Sep 07, 2008 2 Comments

Aurora Borealis is a WordPress Theme I created after experimenting with some tutorials at http://abduzeedo.com.
It uses a dark cholor scheme along with a colorful header, similar to the current version of kriesi.at, since people always tell me how much they like this combination ;)

The theme uses some of the code snippets I created for my WordPress Tutorials as well as for my jQuery tutorials.

Some of the features that are included:

  • PSD File for easy customization
  • Widget ready sidebar and footer
  • Valid HTML /CSS, along with Javascript that degrades gracefully if turned of
  • Multi Level CSS Drop Down Menu (improved with jQuery) for your pages
  • Smooth scrooling between anchor links (jQuery)
  • Extendable footer (jQuery)
  • Works in all major Browsers (IE6, IE7 , Safari, Firefox2, Firefox3, Opera, Google Chrome)
  • Demo Version here

Since I put quite some time and effort into the creation of this theme, I decided to sell it for the low fee of 15$ at themeforest.net which recently opened the doors.  Hope you like the theme and consider buying it ;)

WordPress: Display Content in multiple Columns

Tutorials, Wordpress Tutorial Jul 21, 2008 73 Comments

Recently I had to create a website which displays the content in 2 columns.

While CSS 3 is capable of doing this on its own with the new Grid Position Module, a lot of browsers do not support this functions yet, so I needed to add a little extra markup to the output which is generated via the_content() to get the following result:

Read more »

How to use WordPress Custom Fields

Tutorials, Wordpress Tutorial Jul 09, 2008 75 Comments

WordPress gives an author the ability to add extra data to each written post and page. This data is called meta-data and is stored in custom fields.

These fields are really flexible in use and make it possible for developers and theme-authors to create stunning sites, far beyond from normal blog design. Read more »