April 26th, 2005

Azure Template for Typo

6 comments on 567 words

Azure I’ve been working a good bit on the new default template for “Typo”:http://www.typo.leetsoft.com . It’s complete for the most part, still need to do some browser testing, namely “Safari”:http://www.apple.com/safari and other mac browsers to make sure things look o.k.

As I’m still new to “ruby”:http://ruby-lang.org and “rails”:http://rubyonrails.com , I thought it might be somewhat of a learning process trying to get this implemented, boy was I wrong.

It was extremely easy to get everything put in place. While there is mixed ruby and html in the templates, it is very minimal. Great care has been taken to minimize the efforts on designers, and make it just as fun to design for rails as it is to program for it :-) . There’s nothing like the satisfaction of seeing things just come together, and your design coming to life.

There are a few minor issues that need to be worked out before Typo can be valid straight out of the box. It mainly has to deal with syndication of “tadalist”:http://www.tadalist.com , “del.icio.us”:http://del.icio.us , etc. If you choose not to syndicate anything, you are left with ordered list with no list items present, thus resulting in invalid pages. Hopefully we’ll get this worked out.

Once we get the public design pushed out, I will start focusing on the administration, and there is also talk of a website just for “Typo”:http://typo.leetsoft.com .

Hopefully with the 2.5 release we’ll be able to handle most of the functionality of typo through the administration interface. While a lot of people prefer to blog from a client, managing other aspects of your website including categories, syndication, configuration, templates, etc. should be handled through the administration.

I pondered on the idea of some sort of template system at first, but after working with Typo integrating Azure, I don’t really see the need for it anymore. Currently all it takes is changing 1 line in 1 file to choose a new stylesheet, and if you need to do any further editing to your templates, its extremely easy to do in the editor of your choice.

If you have any ideas for the administration interface beyond whats already there, feel free to leave a comment with your likes/dislikes so we can improve upon it.

Discussion

  1. Ben Ben said on April 28th

    Love the new template Justin. Looking forward to getting Typo up and running myself…

  2. Justin Justin said on April 28th

    Thanks Ben, hope you enjoy Typo!

  3. Moe Moe said on April 29th

    Wow! I love your designs and your use of pattern overlays & gradients… Very simple yet classy. Great Job!!!!

  4. Ed Ed said on April 29th

    May I suggest the following modification to the Azure stylesheet?

    To prevent floated elements from “poking” outside the containing parent (avoiding the use of clear:both):

    div.post { overflow: auto; }

    Typo looks great thanks to your contributions. Keep up the good work.

  5. Justin Justin said on April 30th

    Thanks for the tip Ed.

    I didn’t think overflow:auto would have any bearing on the floated elements due to the fact the post containers are already growing in height based on content, and overflow:auto would be redundant?

  6. Justin Palmer Justin Palmer said on February 20th

    Testing coComment.

Sorry, comments are closed for this article.