with Lorelle and Brent VanFossen

Tag Archives: web development

WordPress Resources List

As one of the many volunteers who help out from time to time with WordPress on the WordPress Forum, I found myself repeatingly giving out link references so I started keeping notes and have put together a list of some of the link references most needed and asked for on the forum. Some of these […]

Comment Spammers Saying Thank You and We Like You

There is a bit of a thrill when you open up your Manage Comments admin page in WordPress and you see a list of comments waiting for you that say “Wow, like your site and I’ll be back” and “I learned a lot here and I’m glad you made this site”, or my personal favorite, […]

My Daily Tasks With WordPress

I thought that I’d diary my day-to-day tasks managing my WordPress website. It’s very easy to manage, but there are a few steps that few people talk about. In the morning, after the crunch of work is done, I check the various RSS Feeds that I monitor to see what is going on. I particularly […]

CSS Experiments – Web Fonts and Embedded Fonts

CSS Experiments CSS Unleashed – Experiments with CSS Designs CSS Book Recommendations CSS Experiments Playing With CSS Blocks CSS Experiments with CSS Logo Designs CSS Experiments with Background Images and Backgrounds CSS Experiments with Lists, Menus, Tables of Content, and More CSS Experiments – Web Fonts and Embedded Fonts CSS Unleashed – Experiments with Quotations, […]

List of CSS Found Within Which WordPress Files

In order to make any adjustments to the HTML of your new WordPress site and Theme, you have to find the references to the styles in the php code of each page section. In WordPress 1.2, this was easy because most of the information was found in the index.php page. With WordPress 1.5, everything is […]

Views of a Web Page

Web pages aren’t viewed by everyone equally. We’ve taken one of our web pages and passed it through some tests to resize, reshape, mash, smash, shrink, expand, and mess with our design. If you are going to experiment with CSS, or even if you are just designing a simple Theme or web page layout, you […]

WordPress Theme Tweaks and Twitches

I’ve been poking at this WordPress Theme of mine for a few days and all the little nitpicky stuff is getting me down. There are a lot of major and minor things to clean up. And I’m totally not happy with how FireFox is handling my old layout. In fact, I’m disgusted with my old […]

Working on the CSS and WordPress Theme

With the move to WordPress v1.5, things are a little more challenging for creating a CSS file. As I mentioned, the header, footer, index page, and other elements are now divided up into pages which are “included” in the main index.page. A div or class will start in one template file and finish in another, […]

Installing WordPress 1.5 and Modifying It

Wouldn’t you know it. Here I am, working my buns off to learn how to use WordPress, importing massive old articles into the database, playing around with a test site, and I’m about ready to make it go public, and WordPress releases not only a new version, but a humdinger of a new version. It […]

Learning More About WordPress

I’ve been making a plan, and checking it twice, going to find out if I’m naughty or nice….you know the routine. The effort to convert my site from static HTML to interactive database, specifically into WordPress, has been extremely educational. In other words, I’m learning more than enough about things I wish I didn’t know. […]

Importing Into WordPress with the Import-mt

I finally got the import-mt.php import file that comes with the default WordPress installation to work. Whew! What a long and hard ride, but I learned a lot and I hope you will find some lessons here, too. Some of the following information might be a little redundant, but if you are finding this page […]

Archiving the Smithsonian Websites

And I think I have problems converting my site over to WordPress. This is an amazingly thorough study called Archiving Smithsonian Websites: An Evaluation and Recommendation for a Smithsonian Institution Archives Pilot Project. It looks, step-by-painful-step, at the process the Smithsonian took to convert their websites to database driven power sites. WOW! I will be […]

Really Rocking with WordPress

After treading carefully around the PHP and coding of WordPress, I have become fearless. I just installed the WP Plugin Manager and wish I had done this months ago. Today I bravely added the following plug-ins, hacks and changes, and I am thrilled with the results. StatTraq A PHP function that works with WordPress to […]

Compromises Along the WordPress Import Path

Okay, I made a lot of mistakes along the way to forcing my static HTML information into the WordPress database. In an effort to help others learn from my mistakes and compromises, I present mine to the world so you can see that a lot of hard work and screw ups went into the finished […]

Manually Importing Into WordPress Databases

Throughout this long and tedious process, I even tried manually importing my static html pages into WordPress, after they had been converted to XHTML, cleaned up and restructured to meet the manual MySQL import layout. Since I was working with material I’d already cleaned up, changing it from the import-mt format to the MySQL import […]