Archive for the 'Web design' Category

Testing trackbacks

Testing trackbacks with George’s website

Open source shopping cart functionality

It might be useful one day…

Slideshow Pro test post

This is a test post to demonstrate how to use the SlideShow Pro flash slide show control.

if (AC_FL_RunContent == 0) {
alert(”This page requires AC_RunActiveContent.js.”);
} else {
AC_FL_RunContent(
‘codebase’, ‘http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0′,
‘width’, ‘562′,
‘height’, ‘447′,
’src’, ’slideshow’,
‘quality’, ‘best’,
‘pluginspage’, ‘http://www.macromedia.com/go/getflashplayer’,
‘align’, ‘middle’,
‘play’, ‘true’,
‘loop’, ‘true’,
’scale’, ’showall’,
‘wmode’, ‘window’,
‘devicefont’, ‘false’,
‘id’, ’slideshow’,
‘bgcolor’, ‘#000000′,
‘name’, ’slideshow’,
‘menu’, ‘true’,
‘allowFullScreen’, ‘true’,
‘allowScriptAccess’,’sameDomain’,
‘movie’, ’slideshow’,
’salign’, ”
); //end AC code
}

And then just a regular image.

New wordpress template

I’ve just written my first wordpress template.  You can see it in action on George’s new vegan blog www.animalsnotingredients.co.uk.
I’m pretty happy with my html and css, but most of my coding has been done in the java world, so the switch to php has been interesting.  I used to have java blogging software pebble installed [...]

New web server

So it turns out it was FreeBSD all along.
Following some of the problems I’d had with my wife’s blog I decided to reinstall the web server in our data centre (the kitchen). I eventually got Centos installed, which after some playing with the BIOS and network card was much easier to configure. Using [...]

Wordpress and adding categories

So after being completely impressed with wordpress on days one and two, day three provided me with a bug.  I was unable to add any categories (would complete the form, hit submit and nothing would happen).  It’s obviously a problem with ome crazy javascript, as turning that off in firefox allowed me to add categories.  [...]