Orange megaphone icon
Archives

Posts from June 2009

IE HTML DOM

June 25th, 2009

I’m currently working on a tabbed panel script for this website.  It’s working fine in all standards-compliant browsers but not in Internet Explorer (anyone surprised?).
The menu to change the panel content is a simple unordered list with the following markup:

<ul class=”secMenu”>
<li id=”tab4″ class=”activeTab”>Background</li>
<li id=”tab3″><a onclick=”switchPanel(this);”>Technologies I Employ</a></li>
<li id=”tab2″><a onclick=”switchPanel(this);”>Skills</a></li>
<li id=”tab1″><a onclick=”switchPanel(this);”>Off the Computer</a></li>
</ul>
Now check out [...]

(Read more...)

Tag cloud Wordpress Plugin

June 24th, 2009

When I was testing this theme, I was disappointed with the HUGE maximum font size of the tag cloud widget. After doing a search I found a neat Wordpress plugin which changes the maximum and minimum font sizes of the tag cloud.  You can also change the units.
Tag Cloud Font Size Changer

(Read more...)

Welcome!

June 23rd, 2009

Hi,
Welcome to my little blog on web development.  I’m too tired to write anymore this morning! 
Enjoy,
Dave.

(Read more...)

Powered by Wordpress