deviant ART

[x]

Wordpress 1.5.2 and Gallery2

Journal Entry: Mon Jun 6, 2005, 7:39 AM
Listening to: Natalie Merchant & 10000 Maniacs - Everyday Is Like Sunday (Smiths Cover)

For relaxation I like to install content management systems. At the moment everybody loves Wordpress.

Mood: Agreeable Weekend
Watching: Big Lebowski

Part of the reason that Wordpress is separtated from the rest is that it uses CSS2 and XML for it's themes and layout. Alex King hosted a competition and some really good skins appeared. To top it off some of them were released under GPL so they could be used without anyone getting upset.

Even Stanley Sy replaced MoveableType with wordpress and as he designed the current deviantart theme this made me pay attention.
Just for fun I put together an install that had Gallery2 embedded in Wordpress which looks quite cool, all thanks to wpg2.ozgreg.com.

I am pretty happy with the way the Theme, Gallery 2 and Wordpress integrate together especially as the "rin" theme is compliant CSS2 and XML. I changed the theme so that it would scale depending on display size (80%) as I just think this looks cooler than a fixed block in the middle. Firefox supports min-width and max-width e.g:
file="style.css"
body {
min-width: 640px;
max-width: 1024px;
}

which tends to make it quite hard to break a design by rescaling. Of course IE SP1 does not support this which is a shame. I know this is all a bit boring but for me it is fun.

Links


Devious Comments

love 0 0 joy 0 0 wow 0 0 mad 0 0 sad 0 0 fear 0 0 neutral 0 0

~ofelia:iconofelia: Sep 6, 2005, 7:36:29 AM
hi T!
I'm still test wordpress/gallery2 but I have problems ç_ç

--
my fantasy webcomic (some manga style)
cina
~mctt:iconmctt: Sep 6, 2005, 9:49:51 AM
How far did you get? The install can be quick but integration took a bit longer. Long enough for me to than go and write about it! :)