hi everyone, i need help in choosing a good cms for my portfolio website. i planning to create a 1 pager website. here is the structure of my website i'm planning to create: i need a cms where i could edit it on frontend mode, what i mean by frontend mode is i don't have to login in like "mysite.com/WP-admin" or "mysite.com/administrator". i had used joomla and wordpress for not to long. if you have some suggestion or technique in using joomla or wordpress, i'm open to it. i'm open also to new cms, just include the pros and cons of the cms, if you have time. thanks everyone!
Personally this seems at odds with what a CMS does. If you want only a "front end" mode -- then I don't think a *Content Management System* is the right framework for you. It requires some kind of database to run (separating content and presentation) -- whether a flat text database or something like mysql, that's the whole point of a CMS. Wordpress is simple. You can -- when logged in -- have your content pages show an "edit this" link -- ONE single click, change the content, click SAVE. Page is changed. I think also having front-end only would be hard to edit a menu / navigation bar -- as it would be separate on each page and each time you change it, you'd have to manually change it on every page. Having a template and a CMS, it keeps updated automatically. Then even to edit fixed elements, it's only 3-4 clicks and you're there. I've seen -- and USED -- front end editors, they're around of course, but the ones I know of are not CMS-based and you can only change a section of a page at a time. You just get the ability to edit between tags you set up -- nothing really like the powerful features of a CMS. Cheers,