Archive

Posts Tagged ‘WordPress’

Essential Plugins

December 24th, 2008

plugIns At this point, sharing my posts is starting to become more of a focus. (Not that I’m writing anything Earth shattering here! ;) ) To this end I have installed a couple more plugins to help with this.

GOOGLE XML SITEMAPS

The first place you want to share your posts is with Google and other Search Engines. This superb plugin regenerates XML sitemaps after posts are published and notifies Search Engines of the changes automatically.

No muss, no fuss. Activate it, review the settings then simply forget about it.

I wasn’t sure if I still needed to go into WebMaster Tools at Google and initially submit the sitemap manually or not, but I did just that anyway. I figured it couldn’t hurt. :)

WebSite: http://www.arnebrachhold.de … sitemaps-generator/

SHARETHIS

One thing you want on your blog is an very simple way for people to share your posts with others. The ShareThis plugin pulls this off beautifully with many options.

Instead of blathering on about it, check out the ShareThis icon at the bottom of this post and give it a try. :)

WebSite: http://sharethis.com/

WP-PAGENAVI

This has nothing to do with sharing but does add pagination for navigating through post pages. I like it as it tidies the pages up a bit.

WebSite: http://lesterchan.net/portfolio/programming/php/ (You’ll have to scroll down)

As you can see I don’t get into a lot of technical detail when describing plugins. At this point those topics have been blogged to death already. I doubt I could add anything new. :)

I’m just suggesting what I like here.

Plugins , ,

Theme Hacking – Part 1

December 22nd, 2008

newThemeTE As you can see by the screenshot (and site itself) I’ve found a theme! And after only 2 days of searching! I actually found this theme early in my hunt but I wasn’t about to deny myself 48 hours of agonizing searching anyway. :)

Why I chose this theme…

  • Clean look. (Who wants a dirty blog?)
  • Supports Widgets.
  • Valid CSS and XHTML. (A must!)
  • Table-less design. (Also a must!)
  • Right Sidebar.

The Right Sidebar was a primary criteria in my search. Likely no real advantage to it but I like the idea of rendering content before anything else. I suspect Search Engines prefer it too.

But with all themes there are some things I wanted changed. So, with my trusty code editor on standby I started hacking.

First up was the XHTML validation. The theme dictated XHTML1.1. Unfortunately, this presents a problem for me. I use Windows Live Writer to compose my posts and I always use images. For some reason WLW will break strict XHTML (and in this case XHTML1.1) validation. It has something to do with image parameters but I won’t go into that in any detail here.

Changing this was simple.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

The above line appears at the top of index.php. A simple change to XHTML Transitional will solve my problem.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

Now I can use WLW to my heart’s content without fear of breaking validation.

Next on my to-do list was to include author information to the post header info.

Theme Hack 1

Previously this theme only included date and comment links. It may just be my sick need to see my name in lights, but I’m thinking ‘recognition’ is a big key in blogging. Be it a picture or a name you want something to stick in peoples minds. The more people see it, them more likely they’ll remember it later.

By changing this line…

<span class="date"><?php the_time(__(‘F jS, Y’, ‘inove’)) ?></span>

 

… to …

<span class="date"><?php the_time(__(‘F jS, Y’, ‘inove’)); echo ‘. Posted By <a title="author" href="’; the_author_url(); echo ‘">’; the_author(); echo ‘</a>’; ?></span>

I was able to easily insert the author info.

With my name in lights I pushed on. Time to insert my FeedBurner Chicklet.

themeHack2

The RSS feed link was hard coded into the theme so back to our trusty editor. I needed a new CSS style for this. I created the following element in style.css:

#burner {
float:right; /* make the box look full */
padding: 5px; /* so chicklet image would line up with RSS image
}

Then in sidebar.php i added this line…

<div id="burner"><a href="http://feeds.feedburner.com/TornElements"><img src="http://feeds.feedburner.com/~fc/TornElements?bg=E1E1E1&amp;fg=000000&amp;anim=1" height="26" width="88" style="border:0" alt="" /></a></div>

… just after the RSS code but within the same display element. Tucked in nicely. :)

Pretty basic stuff here. I hope I’m not boring too many people. Hopefully it’ll help out some of the newer people entering into blogging.

Themes , ,

Recommended Plugin: FireStats

December 21st, 2008

firestats_trac I’ve been using this Stats Plugin for over a year now on another blog. I love it! It’s the very first Plugin I installed here. :)

There’s nothing like real time when it comes to stats and FireStats delivers. Why wait for your web server to process the logs? See how busy your blog is NOW.

FireStats has just entered RC4 of their new 1.6 version. Here are a few features this version delivers:

  • Performance improvements
  • Hits table pagination (Finally!!)
  • RSS Subscription tracking (Available to donators only)
  • Some other technical stuff… bla bla bla…

I recommend using their other plugin: FireStats Installer. No muss, no fuss. And no waiting for over an hour to FTP this massive archive. You’re literally done in seconds using this. It will also allow you to upgrade to newer versions in the future.

Check it out: http://firestats.cc/

Plugins , ,

WordPress Installed. Now What?

December 20th, 2008

tornElements One of the more difficult chores of setting up a new blog is selecting a Theme which is right for you. As you can see by the screen shot here, I haven’t quite made it that far yet.

Many of us are anxious to get posting. Who wants to spend endless hours hunting for Themes? Not me!

Unfortunately, we must make the time. If only there was a ‘Theme Blender’ that would allow you to mix certain aspects from several different Themes together.

When it comes to Themes, you have four choices:

  • Free – There are some great free themes out there. Unfortunately they’re lost in a sea of crap themes that will make your eyes bleed after a couple hours of searching.
    Quite often the free themes feature excessive links in the footers. I don’t mind linking to the authors homepage but I don’t need my blog acting as a site map to their entire web site. Fly one link and leave it at that! Otherwise, I’m not interested. NEXT!!
  • Paid Theme – If you have the cash this is the way to go. There is some nice work out there and most themes are reasonably priced.
    In some cases authors will allow you to remove footer links in Paid Themes.
  • Hire A Professional Coder/Designer – Expensive but you’ll get exactly what you want.
  • DIY (Do-It-Yourself) – Likely the most ambitious of the 4 options. It’s cheap and you’ll get exactly what you want. If you’re not satisfied, you’ll know exactly who to blame. ;)

So, in the next few days I’ll be putting on my protective eye-gear and sifting through pages upon pages of GawdAweful Free Themes. I’ll hack something into place. Eventually I’ll go the DIY route.

Since we’re just getting started here I thought I would spend the next few days talking about things I’m doing to get this place up and running.

Boring stuff, but I’ll try to ad some life to it. :)

Themes , ,

Web Statistics