Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > PHP CMS worth the effort for personal site?

PHP CMS worth the effort for personal site?
Thread Tools
Grizzled Veteran
Join Date: Sep 2000
Location: East Africa
Status: Offline
Reply With Quote
Jul 24, 2003, 10:14 AM
 
I'm setting up a personal site which is partly portfolio, partly picture gallery, and partly news/blog. I'll likely add forums (phpbb) as well. Considering using Dreamweaver to build the pages myself, but for interaction's sake, a PHP CMS might be nice. I want something simple, though. Both visually and user-wise. *Simple*. If I could use it to build photo galleries, that would save me a lot of time. Organized news, also very nice.

A quick glance at hotscripts, though, shows a multitude of systems out there. I'm not even sure I want a CMS at all, and I sure don't have time to sort through a couple hundred to find one that would meet my needs and not give me fits. Any suggestions for

1. whether to go with PHP et cetera or code in Dreamweaver?

2. which PHP CMS solution to try?

Thanks
     
Addicted to MacNN
Join Date: Oct 2002
Location: England | San Francisco
Status: Offline
Reply With Quote
Jul 24, 2003, 11:02 AM
 
When you say CMS, do you mean like pMachine, or like PHP Nuke or somthing different?
we don't have time to stop for gas
     
Dedicated MacNNer
Join Date: Feb 2001
Location: Manhattan
Status: Offline
Reply With Quote
Jul 24, 2003, 11:16 AM
 
i've heard of a lot of people using moveable type recently...

check out this guy's write up:
http://www.stopdesign.com/log/2003/0...portfolio.html
     
druber  (op)
Grizzled Veteran
Join Date: Sep 2000
Location: East Africa
Status: Offline
Reply With Quote
Jul 24, 2003, 11:59 AM
 
Thanks for the MT link, good stuff. Granted, I'd like to find something more in the "free" category. (I'm hosting a portfolio to try to pick up some freelance work.)

PHPnuke, Typo3, CMSimple. Yeah, that's the kind of CMS stuff I've been looking at. I really dig CSS, but I'm not sure it'd be sufficient when it came to the photo gallery. Can CSS alone be used to make columns that occupy the same Y space?
     
Dedicated MacNNer
Join Date: Feb 2001
Location: Manhattan
Status: Offline
Reply With Quote
Jul 24, 2003, 12:46 PM
 
Originally posted by druber:
Thanks for the MT link, good stuff. Granted, I'd like to find something more in the "free" category. (I'm hosting a portfolio to try to pick up some freelance work.)

PHPnuke, Typo3, CMSimple. Yeah, that's the kind of CMS stuff I've been looking at. I really dig CSS, but I'm not sure it'd be sufficient when it came to the photo gallery. Can CSS alone be used to make columns that occupy the same Y space?
for what you're doing, moveable type is free (you're not technically earning money from its deployment or using it on a commercial site per se). it won't be as integrated as something like phpnuke when it comes to bulletin boards, user accounts, photo gallery, etc...since phpnuke and other cms have modules for stuff like that already. moveable type does allow for more visual flexibility though...i'm still playing around with it though...

as for css, you can pretty much do anything you want in a leaner way than you could have accomplished with tables. and if you do it right, when it comes time for a redesign, all of your design changes will be in the css file and you won't have to touch your content.

for the best example of this, check out the css zen garden. however, make sure you realize the limitations of the older browsers. you have to decide if supporting them for accessibility is good enough or if you want to support them visually too. the only real browser that this applies to currently is netscape 4...rarely is anyone using ie4 anymore, but for some reason, netscape 4 seems to be persistent.

using css only design is a total mindshift if you're used to using tables for your layout. but i must say that after using it on the last few sites i've done, maintenance and updates and design tweaks post-design phase have been extremely easy.
     
Mac Elite
Join Date: Oct 2000
Status: Offline
Reply With Quote
Jul 24, 2003, 01:23 PM
 
Originally posted by druber:
I really dig CSS, but I'm not sure it'd be sufficient when it came to the photo gallery. Can CSS alone be used to make columns that occupy the same Y space?
<div style="width: 198px; font-size: 10px; clear: right"><div style="width: 99px; height: 99px; float: left; background-color: yellow">yes</div><div style="width: 99px; height: 99px; float: left; color: white; background-color: blue">css</div><div style="width: 99px; height: 99px; float: left; color: white; background-color: blue">can</div><div style="width: 99px; height: 99px; float: left; background-color: yellow">If I understand you anyways </div></div><table border="2"><tr><td>CSS is great...</td></tr><tr><td>But seriously, for tabular data, you should use... tables!</td></tr></table><br><div style="width: 250px; padding: 5px; border: solid 1px black; background-color: #aaa">ok well i think macnn screwed up this code but for the most part it should show up fine... lol.. but i have to go!</div>
     
Dedicated MacNNer
Join Date: Feb 2001
Location: Manhattan
Status: Offline
Reply With Quote
Jul 24, 2003, 01:49 PM
 
yeech. you'd think the forum software would strip stuff like that out. i never did pay attention to the HTML code is ON comment on the bottom. hmm...

you really could hijack a thread with some absolutely positioned elements.
     
druber  (op)
Grizzled Veteran
Join Date: Sep 2000
Location: East Africa
Status: Offline
Reply With Quote
Jul 24, 2003, 02:13 PM
 
Looks like I've got some research to do tonight if this day will ever *end*! Cripes, I need to shut off the clock on my menu bar, I feel like I'm seeing every tic go by.

I'll take a good solid look at Movable Type. It'd be nice to have a single solution for all parts of the site, but I want to spend more time producing content than adminning the site. I'd rather have a few options I can use than tons that I can't really figure out.
     
Mac Elite
Join Date: Oct 2000
Status: Offline
Reply With Quote
Jul 24, 2003, 07:22 PM
 
Originally posted by ameat:
yeech. you'd think the forum software would strip stuff like that out. i never did pay attention to the HTML code is ON comment on the bottom. hmm...

you really could hijack a thread with some absolutely positioned elements.
Actually it does, it is simply enabled in the web developer forum, because we're well.. web developers and it can make it easier to show code But yeah with css you could <div style="position: absolute; bottom: 0; right: 0; background-color: red; padding: 3px">really screw with a thread...</div>

Not that I'd do it or anything
     
druber  (op)
Grizzled Veteran
Join Date: Sep 2000
Location: East Africa
Status: Offline
Reply With Quote
Jul 25, 2003, 07:54 PM
 
Installing Movable Type: repeated blows to the head.

Installing phpbb: easy as thumbin your own nose.

satelliteroad.com
Well, at least there's something there now.
     
Addicted to MacNN
Join Date: Oct 2002
Location: England | San Francisco
Status: Offline
Reply With Quote
Jul 28, 2003, 04:22 PM
 
Originally posted by druber:
Installing Movable Type: repeated blows to the head.

Installing phpbb: easy as thumbin your own nose.

satelliteroad.com
Well, at least there's something there now.
Movable Type is very easy to install!
You edit about six lines!
we don't have time to stop for gas
     
Dedicated MacNNer
Join Date: Feb 2001
Location: Manhattan
Status: Offline
Reply With Quote
Jul 28, 2003, 04:25 PM
 
Originally posted by PeterClark2002:
Movable Type is very easy to install!
You edit about six lines!
...unless he doesn't have all of the necessary perl libraries installed. though, their instructions are pretty thorough.
     
druber  (op)
Grizzled Veteran
Join Date: Sep 2000
Location: East Africa
Status: Offline
Reply With Quote
Jul 29, 2003, 06:46 AM
 
I'm glad your install was easy, but mine was not. Partly because my hoster needed to change something on the back-end so that MT could connect to the SQL server. Who knows, maybe web sages find it as easy as watching tv, but their install forum gets quite a bit of traffic.

Comparing the two, I found phpBB was easier to install in every way.
     
Mac Elite
Join Date: Jan 2000
Location: Pittsburgh, PA
Status: Offline
Reply With Quote
Jul 30, 2003, 08:36 PM
 
Originally posted by ameat:
for the best example of this, check out the css zen garden.
Holy ****

now I have to redesign my entire site! about a million new designs / possibilities just slammed into my brain.... ahhhhh


spike[at]avenirex[dot]com | Avenirex
IM - Avenirx | ICQ - 3932806
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 02:13 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2