Archive for the 'Blogging' Category

Sneak peek

Wednesday, November 8th, 2006

This image is a rough draft of what will probably be the future look of this blog. I may refine it a bit more, and then I’ll get to work learning how to style a WordPress blog.

YouTube test

Sunday, October 22nd, 2006

I’m working on a new site design for the blog and I need to adjust the widths of the columns in the new design. This may impact the YouTube posts that I’ve made, since the videos are embedded at a fixed size of 425×350.

So I need to test some new sizes for posting the videos. Here’s the first test at 391×322. Ben Lee’s "Catch My Disease."

Bare blog

Friday, August 11th, 2006

This blog uses WordPress 2.0.2. I’ll be trying to create a new WordPress theme for my site based on the Default theme. My first step was to strip out the default styles. I deleted the style.css file and replaced it with my own which contained only documentation information.

/*
Theme Name: chrislejeune
Theme URI: http://chrislejeune.com/
Description: Theme for chrislejeune.com blog
Version: 1.0
Author: Chris LeJeune
Author URI: http://chrislejeune.com/
*/

I also removed all style content from the file header.php. The result, as expected, is unstyled HTML content.