with Lorelle and Brent VanFossen

Tag Archives: life on the road

Lorelle’s List of Spam Words for WordPress

After battling long and hard with spammers, I’ve created a huge comment spam words list for filtering out the nasty comment spammers on my site. If you have WordPress or any other blogging or CMS software, add these to your comment spam list. You can also use this if your email software permits such word […]

Creating One Big Import File

I’d validated a lot of the HTML of my web pages, then ran it through a conversion from HTML to XHTML, and searched and replaced across the multiple files to eliminate the redundant styles, HTML structures, meta tags, javascripts, and unwanted elements, reducing it down to the Title, Author, Excerpt, and Body content. What remained […]

Imitating MovableType Import File

When I’d search and replaced the parts of each page that could be eliminated, I needed to start the next series of search and replaces which would turn the information into the MoveableType format. Following the guidelines set up in the article MoveableType Instructions for Importing Data, I had a format to follow and a […]

Creating WordPress Blog Looks with Bloggia

Setting up the “look” of your blog can be painful if you aren’t familiar with CSS and HMTL. Bloggia Weblog Hosting helps you create your own WordPress Blog “look” or theme. It’s really easy to do and fun to be creative with the different colors, but it doesn’t allow you to adjust column width other […]

Searching and Replacing The Code

Every web page developer and designer has their own unique way of presenting their code, and packaged HMTL software packages often overcode their output, so no matter how hard you worked to streamline your code and make it consistent and valid, there will always be exceptions to your own rules. You still have to go […]

Putting Our Site into WordPress

Once I had a grip on the language of PHP and an understanding of MySQL, I needed to start thinking about how it would convert into database material. And I needed to figure out how to get this information not only into the database, but to meet WordPress’ needs for generating the content. Nothing is […]

Learning About WordPress

[Note: The following is the thought process I went through as I slowly turned my site over from static HTML to WordPress, a database driving PHP-enabled site management system built originally for bloggers. Following along with this, you will learn that many of my first assumptions turned out to be wrong, and others were smack […]

Recreating Camera on the Road with WordPress

[Note: The following is the thought process I went through as I slowly turned my site over from static HTML to WordPress, a database driving PHP-enabled site management system built originally for bloggers. Following along with this, you will learn that many of my first assumptions turned out to be wrong, and others were smack […]

Tips for Temps

Having hired temporary workers and been one myself for several years, here are some of the lessons I learned, often the hard way. Keep Home at Home, Work at Work Keep personal issues at home People really don’t care if you are having a good or bad day. They don’t really care if you are […]

2004 Weblog Awards

Even bloggers can win awards, a whole variety of them. Winners have been announced at 2004 Weblog Awards. Mobile, Alabama

Start a Winning Blog Article

Interesting article on blogging from the Washington Post called Start a Winning Blog. If you are thinking about blogging, or already at it, you can learn a few things here about the business behind the blog. Mobile, Alabama

Voices Over the Computer

It seems that technology is finally catching up with desired results. For the longest time people have wanted to “talk” to their computers. This isn’t something from the fiction of Star Trek, it is just “easier” to talk to your computer than to move around through menus, clicking and tapping on your mouse and keyboard. […]

WordPress Plugin – Related Posts

There is a lot about WordPress and PHP that I’m still learning. I did my first PHP mySQL query today as part of the installation of Wasabi’s Related Posts WordPress Plugin. This is a truly AWESOME WordPress plugin. Unfortunately, the help file isn’t very helpful when it comes to explaining how to access your mySQL […]

WordPress Plugins Database

I found an interesting collection of WordPress plugins from Unknowngenius.com’s WordPress Plugins Database. Worth checking out. Mobile, Alabama

Fixing WordPress Category Separators

After a bunch of searching, I found a way to create a separation between the categories under the title of each blog entry, following “Filed Under”. It is called a “category separator”. Look in the index.php file for <?php the_category() ?> and in the parentheses, if there is nothing there, you can put something there. […]