with Lorelle and Brent VanFossen

Tag Archives: web development

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 […]

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

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. […]

Updating the Look of the Blog

I haven’t finished the process, but you should see some visual changes in the look of my online journal. I finally took a few hours and did some much needed fixing, adding some bells and whistles and taking away others. I’ve changed the colors and improved the overall look a little. This is all part […]

Those Damn Curly Quotes

Just when I thought things were going great with the blog and my writing, I find out that my new installation of WordPerfect 12 (up from version 10) reset the “Smart Quotes” function back to ON. DAMN! For those who don’t know what this means, it means PAIN IN THE ASS! Smart Quotes is a […]