Asking for Help and hopefully without too much criticism

I have had my website up now for over two years, and enjoy it, but I know it’s pretty archaic and the layout is boring.
I would like to change it into a two or three column site, but have never really understood how to do this. Is there an easy explanation, or is there a video that might help me in how to do this.

Thanks in advance…

Hi Barnum!

hopefully without too much criticism

Criticism (in the sense of nasty comments) is not allowed here, and we are determined to stamp it out, so feel confident that we won’t allow it. :slight_smile:

In terms of changing the layout, the first thing to be considering is why you want to change the layout, and how you want to organize things. If you are having more than one column, what is the purpose of a second one? Is it a sidebar? If so, what goes in it?

So make sure you are very clear at first about the rationals for columns. Honestly, often one column is better, simpler, and easier to understand.

So make sure to plan this out carefully first, perhaps on paper, and draw up an exact picture of what you need. Then we can propose a simple way to do the layout. :slight_smile:

Create one column theme. Looks neat and organized. Or at the max two columns if situation demands you to. Don’t make too many and make it look clumsy.

Thanks Ralph for the quick reply…sorry I didn’t respond sooner.

I guess I see other sites that are so much more interesting to look at, and then I look at mine, and it’s pretty dull looking. I also think that I could consolidate my space more by having a couple of columns instead of one,
but being the old guy I am, and a real amateur, maybe I am wasting my time. I have fooled with columns in the past but for whatever reason just couldn’t get the hang of them.

You may be right in that I really don’t have a good reason for wanting to change. Will plunder on and do my thing. thanks Ralph very much.

Why not consider what Wordpress can do for you, then?

I do have a companion site on wordpress that I started just the first of this year, but to lose all the months of posts, not to mention hundreds of photos, I just can’t take down my original site. Plus I find Wordpress annoying when it comes to photos, etc…

I guess if you were dedicated enough, you could transfer them all over. But it might be a big task.

Honestly, with a site like yours, I actually prefer a single column. I tend to ignore things in columns, especially sidebar content. So in a way, it’s better for your content to be arranged in a column as you have it. I don’t think it makes it boring at all. :slight_smile:

Thanks Ralph…appreciate it.

On reflection, one simple change that might be worth making is to give a maximum width to the column, so that the content doesn’t get too wide.

For example, you could change this:


body {
margin-top: 10%;
margin-right: 70px;
margin-bottom: 0px;
margin-left: 70px;
}

to this


body {
max-width: 960px;
margin: 10% auto 0;
}

Putting a width and side margins on the body itself is not always best practice, but heck, if it works OK, I wouldn’t worry. Worth a try, anyhow. Some wider elements on the page might blow out a little, but overall, it might have a nicer effect. :slight_smile:

The wordpress site is certainly a big improvement.

If WP CMS doesn’t agree with you, try alternative CMS’s until you find one that suits you:

http://drupal.org/

https://www.tumblr.com/
http://www.concrete5.org/
http://www.tomatocms.com/en/

GetSimple in particular seems very encouraging:
http://get-simple.info/
http://get-simple.info/start/screenshots/

I don’t think that was the issue, so much as it being daunting to move over all the content on the old site to the new one—be it WP or anything else. I was thinking that Tumblr would also be a nice fit for what Barnum is doing (same kind of single column format), but the issue is the same.

If that:

  • the cost of moving the content to a CMS by a third party versus the cost of redesign by a third party
  • the work to move the content to a CMS by himself versus the work to learn and redesign by himself

then moving the content is always faster and cheaper.

[QUOTE=itmitică;5150417]If that:

  • the cost of moving the content to a CMS by a third party versus the cost of redesign by a third party
  • the work to move the content to a CMS by himself versus the work to learn and redesign by himself

then moving the content is always faster and cheaper.[/QUOTE]Probably sound reasoning. However, for a personal site, the pleasure of doing it oneself is often more important than speed or economy of effort.

So how would Barnum get updates (more like upgrades by now) for TomatoCMS ?
Newest TomatoCMS download, v2.0.8, is from August 2010.
Included Zend Framework v1.10.0 (August 2010).
Included jQuery Framework, v1.4.2 (September 2010).
Forum dead. Wiki dead. Twitter dead.
Project dead?

[QUOTE=itmitică;5150407]The wordpress site is certainly a big improvement.

If WP CMS doesn’t agree with you, try alternative CMS’s until you find one that suits you:

http://drupal.org/

https://www.tumblr.com/
http://www.concrete5.org/
http://www.tomatocms.com/en/

GetSimple in particular seems very encouraging:
http://get-simple.info/
http://get-simple.info/start/screenshots/[/QUOTE]