Feed on
Posts
Comments

Daily Archive for June 4th, 2006

Canvas Blocks

EDIT: The issue below will be fixed in Canvas.
Just a quick little thing I learned while making some blocks for Canvas today.
When putting in the description, if you use an apostrophe, you will need to escape it. That is, you will need to put a backslash in front of it.
For example, I made a block [...]

Read Full Post »

More Canvas

Canvas, as I mentioned before, is a new plug-in for WordPress. It allows for the easy modification of specialized Canvas themes (as of this witting there are only 2 publicly available). What is basically does is takes the concept of sidebar widgets and takes it to the extreme and makes nearly everything on the page [...]

Read Full Post »

Testing Asides

This is simply a test of Asides.
In theory this isn't supposed to show up in the main text, but in the "In Other News" section in the sidebar.

Read Full Post »

CSS Confusion

If I activate the following in my CSS, for some reason the items go on a single line:
PLAIN TEXT
CSS:

.feed {

    background: url(/images/rss.gif) no-repeat left top;

    padding: 2px 0 8px 20px;

}

The HTML for the section in question is:
PLAIN TEXT
HTML:

<h2><?php _e('Subscribe'); ?></h2>

<p><a href="sniped php code">Entries</a></p>

<p><a href="sniped php code">Comments</a></p>

<br />

The <br /> had to [...]

Read Full Post »

I am trying out a new plugin for WordPress called Canvas. This may change things more drastically than the introduction of widgets for the sidebar. I can't even begin to say how cool the potential for this is. After people have time to convert their themes to be Canvas compatible, I would guess that Canvas [...]

Read Full Post »