This is the Lussumo Swell Blog.

Stay up to date with the development of Lussumo software
like Vanilla, and the Filebrowser.

 

Feeds

This blog is still in alpha and is missing many important features. Sadly, one of those features is RSS feeds. Patience is a virtue.

What is Lussumo?

Lussumo (rhymes with "bus-you-toe") means "love you more". Mark O'Sullivan started Lussumo in the late 90's as a custom-built web forum for designers and programmers. Now Lussumo is a place where you can get free, open-source software for the web.

Our Products

Vanilla
Filebrowser
Swell (0.0.1) is a product of Lussumo. More Information: Documentation, Community Support.
Done and Done
Mark
Mar 25th 2006
Vanilla, Development
After a long few weeks of work, the new xhtml / css is up and ready for testing at The Vanilla Development Forum. If you were a member of the Lussumo Community on or before March 25th, you probably already have an account there, so feel free to come on in.

Once there, be sure to read the rules. The most important rule being: No Whining. I want (and I know you want) Vanilla 1 to be finished as soon as possible, so let's be productive!

Finally, please keep all discussions about bugs you've found and possible solutions in the Vanilla Development forum. There is no need to clutter the community forum with these issues.

16 comments

Jump to Latest
Mar 25th 2006
Wow... Very cool.
remouk
Mar 26th 2006
Bug when not signed in : http://pix.nofrag.com/e5/45/6633fdc1abdfd31f5d56f0b8ff55.html

Keep up the goodwork !
remouk
Mar 26th 2006
Oops, forgot to say I was browsing with Firefox. Under IE it looks like this (not much better) : http://pix.nofrag.com/68/24/9cedbd7cd41615b446e59a3b5538.html
Mark
Mar 26th 2006
remouk: I get the feeling that you didn't read the instructions.
Bergamot
Mar 26th 2006
Ok, in our defense, the instruction in question was buried halfway down the page.

Sorry anyway.
Mark
Mar 26th 2006
hehe - true, that :)

It's just that I already know of a lot of the glitches - I was hoping some people more well versed in the ways and woes of css and xhtml could help me out with this.

That's the whole point of "open source", isn't it?
adame
Mar 26th 2006
Do you have an RSS feed for this blog?
Mark
Mar 26th 2006
Not yet, no. I'm focusing on Vanilla development right now. When Vanilla 1 is released, Swell will be getting the royal treatment.

I know it sucks for those out there who RSSize everything ... but what can you do when you only have so much time on your hands?
Richard H
Mar 26th 2006
Hi Mark,

I'd post this on your dev forum, but I don't have an account. I'd set one up, but I don't know if I'd contribute much.

Right, so I noticed the dev forum has an XML declaration in the markup (first line). Just wanted to point out that IE doesn't like this. It will throw the browser into quirks mode, and you'll get uneven results when styling for IE/'Fox.

See: http://gutfeldt.ch/matthias/articles/doctypeswitch.html
Mark
Mar 26th 2006
Hi Richard,

Thanks for the tip - I tried removing it from the source just to see what would happen with IE and it totally screwed up the entire site. Everything in the site appears below the panel if you remove that line.

I really wish some css guru would just come in here and sort this crap out. This is not my area of expertise.
Richard H
Mar 27th 2006
Mark,

Maybe I will set up that account :)

You'll have to float the #Discussions element to fix that IE bug:
#Discussions {
float: left;
width: 100%;
}

I know it *seems* like removed the XML declaration screws up the site, but It's actually the other way around. The bugs that are now exposed were always there, but IE was rendering in Quirks Mode before. It was figuring out its own way to display data. It covered up the bug ok, but it renders your layout the way it wants, not the way you want.
Richard H
Mar 27th 2006
Um, well I *tried* to sign up, but it throws an error on the register page.
Mark
Mar 27th 2006
Point taken on the xml declaration.

I'm fixing the bug, now...
Mark
Mar 27th 2006
Alright:

1. xml declaration removed and ie fix implemented (Thanks!)

2. registration process fixed and opened up (no admin approval required for vanilladev site).
remouk
Mar 30th 2006
Sorry Mark, thanks Bergamot. (Ok, I read the rules to fast) :)
Mark
Mar 30th 2006
hehe - no bother :)

Post Your Comments

Name
Email
Url
Comments