Apr 29, 2008
While researching new blog tools/toys/enhancers I came across an interesting service called Zemanta. What is Zemanta? I’m glad you asked. It’s a small application installed as a Firefox extension that adds a sidebar to the write post window of your favourite blog software. As you write your post this nifty tool will automatically scan your [...]
Apr 23, 2008
Oh how the mighty have fallen. Unless you’ve been living under a rock these last few weeks you know all about Tung Do (aka Small Potato) and the sale of his website wpdesigner.com to Miami entrepreneur Pawel Ciszewski. While the figure being thrown about is $65K and change, some sources claim it to be much [...]
Apr 23, 2008
Since I’ve been helping out in the WordPress Support Forums for the last year I’ve noticed numerous threads about some common error messages encountered by various bloggers. I’m going to highlight 2 such messages and show you how easy they are to correct.
Warning: Cannot modify header information - headers already sent by (output started at [...]
Apr 22, 2008
The results are in for the 2008 Webware 100 awards and both WordPress and its hosting service WordPress.com have taken home the bacon in the category of Publishing. Congrats to all involved!
Watcha gonna do Anil when the Big W runs wild all over you brother?
Apr 22, 2008
Spam on .edu blogs? From Ars Technica,
Think back to the time when you filled out university applications. Which of the following might have suggested to you that the educational institution in question was not a great choice?
1. Its web site is the world’s worst-looking WordPress page
2. It has been sued by the State of Hawaii [...]
Apr 22, 2008
Here is a little tip to force WordPress to use clean permalinks for search results. Despite using pretty permalinks you may have noticed WordPress returns search results as yoursite.com/?s=SEARCHTERMS instead of yoursite.com/search/SEARCHTERMS. I’ll show you how to achieve the latter.
First of all, create a new file called search.php which contains the following,
<?php header(’Location: http://www.yoursite.com/search/’ . [...]
Apr 21, 2008
In my previous post I showed you how to easily add pullquotes to your WordPress blog by simply adding a new class to the existing blockquote. Now I’ll show you a way to do it without manually adding class=”mag” to every blockquote tag. We do it by adding a new button to the Text Editor [...]
Apr 21, 2008
Although I prefer the minimalistic approach to web design there are some design features I’ve seen on other sites that I thought were kind of cool. For example, some of the big news and magazine sites make use of a styling technique called pullquotes. A pullquote is a little block of text that is highlighted [...]
Apr 20, 2008
Among the great new features introduced in WordPress 2.5 is the built-in support for Gravatars, or Globally Recognized Avatars. Global because once you sign up for a free account your email address is associated with the image you chose and will be automatically displayed on any web page that supports the feature. To enable this [...]
Apr 18, 2008
For some odd reason I’ve seen an increase in the number of threads at the forums from people unable to login to their WordPress install. I’m not sure if they have simply forgotten their login details or if the information in the database was somehow corrupted but the threads are very real. If you find [...]