Great tip from Tarun, asking for an evaluation of the PsycHo template building tool. Well, as you can see, I took the assignment pretty seriously! Consider the tool evaluated.
As with any template builder, this would be great for a new site. If your blog is established, customised, and loaded with goodies, you may have to cut and paste a bit, but this is still a cool tool. It has built a great-looking (at least IMHO) template for Freshblog. I am still recovering from the sting of an inbound that said something like "bad layout, good content," and when I set out to fix the CSS in the template header it became a bit tricky.... Hopefully now the standard of the layout approaches the standard of the content.
There may be (will be?) bugs. Please leave me a comment. I'll be grateful for the heads-up. Font size, link color and such are on trial for the moment, and if the links are hard to find I'll choose a different shade of blue!
So. If you're starting out, and you want a slick looking template such as this, try PsycHo.
You'll find an easy interface that reflects your changes in real-time, and sub-divides the menu into the components of the page so that you can tackle one set of formatting at a time. There are also a number of spiffy export & share functions. Very good stuff.
And the Freshblog mantra? Back up your existing template before you make a change.
Filed in: freshblog blogtech webtech template blogger
psycho
Out of so many templates I have used, this tool allows me to actually decide how big my sidebars going to be. There is a great deal of flexibility especially for someone who don't have the time to weed through the xhtml codes.
The only thing that I noted is that when I tried to open my blog using Firefox and IE, wthe bullets on my previous post is out of the box when I open with Firefox. IE has no such problem.
Good luck with the new theme.
Googlist: Ah, the circa 1994 forms... Webtech in dire need of an overhaul. Will investigate controlling them w/ CSS. In the meantime, it seems that IE6 will pop the box that they're in so that they still fit, whereas Firefox floats them on top of (and therefore outside) the box.
Thanks both for the feedback!
Looks great!
Good job! But I still prefer coding the templates manually for the best results. HTML and CSS isn't that hard to learn, and the results are amazing.
I was anon. It looks fine on opera this morning. I'll try to check on IE at work and let you know. It wasnt off by much so I'm sure it will be fine since you tweaked it.
WRT drop-down select box width, try adding this to the CSS:
select.showtag
{
width: 10em;
}
(FreshTags' assigns the select element to the "showtag" class. The above CSS statement tells the browser to resist its instincts and cap the width control.)
For your non-FreshTags drop-downs (ie archives), you could just put the code in directly:
<select style="width: 10em;">
Of course, people who know more about CSS/HTML than me are free to jump in here :-)
-Greg.
ps. Oh, and is there room for the freaky-F Freshblog logo?
How much would u give it out of 10?
will do it for all selects...
Try this in your style sheet
#SideLCol ul { margin: 0px; padding: 0px; }
to recenter your post titles that appear from the FreshTags Topics navigation.
I've been playing with PsycHo for possible Tor's Rants implementation so I can finally have a footer that doesn't float up onto or under the side columns on individual post pages. The template I'm using now doesn't seem to allow clear:both to work since the side columns are absolutely placed, and only the center column is relative.
Peace,
Tor
Greg, Am working on the return of the freaky-f