navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

First Custom CMS Website

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Design >> Site Critiques >> First Custom CMS Website
Page: [1]
 
Avick

 

Posts: 181
From: Ireland
Status: offline

 
First Custom CMS Website - 8/23/2008 5:43:24   
Just nearing completion of my first complete custom CMS based website (Only minor changed to work on).

The site was built using Joomla 1.5

Any feedback would be nice.
http://shanowenfiles.ie

It was a very intense project with a large learning curve. But I think the effort paid off.

Some features in the site I don’t like but it’s what the client wanted (like the header) but what can you do)

This was the most difficult client I have ever had to deal with.


_____________________________

Alan
http://www.newebirl.net
jaybee

 

Posts: 14191
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: First Custom CMS Website - 8/24/2008 10:48:56   
Like it but then I'm a Joomla fan.

If I had to make any criticism it would be something that seems to beset all CMS sites and that's the number of links on the pages. It can be horribly confusing.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to Avick)
Larry M.

 

Posts: 2850
Joined: 2/20/2003
From: Greenville, South Carolina, USA
Status: offline

 
RE: First Custom CMS Website - 8/24/2008 11:00:30   
At 768x1024 "Introducing the New HSF Cover .." on the home page wraps. Also, the Navigation area (Products & Services) seems too subdued in relation to the rest of the page.

Otherwise, good job - me likee :)

_____________________________

Larry M.

Reality is the leading cause of stress among those few in touch with it

(in reply to jaybee)
Tailslide

 

Posts: 6294
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: First Custom CMS Website - 8/24/2008 11:15:16   
Not keen on the fixed width causing a scrollbar at 800px. But apart from that - there are a load of coding errors and inline styles?

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to Larry M.)
caz

 

Posts: 3588
Joined: 10/10/2001
From: Somewhere south of Chester, UK
Status: offline

 
RE: First Custom CMS Website - 8/24/2008 12:32:12   
I had noticed
quote:

Valid XHTML and CSS
on the front page, but the page doesn't validate - but then again I haven't used Joomla, although I am thinking of shifting one big site to it in future. Is this a common occurrence with CMS still?

Otherwise, I have seen worse headers and I think that the site looks good - which is more than I can say for the London presentation in the closing ceremony at Beijing.

_____________________________

Do not meddle in the affairs of cats, for they are subtle and will dance, or more on your keyboard.
Cheshire cat. www.doracat.co.uk

I remember when it took less than 4hrs to fly across the Atlantic.

(in reply to Tailslide)
jaybee

 

Posts: 14191
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: First Custom CMS Website - 8/24/2008 13:00:15   
Uh ok, I didn't run the validation as Joomla 1.5 validates out of the box.

You need to look at what you've changed in there or what you've stuck in as an add-on. If it's something that won't validate without rewriting the PHP then take those validation links off.

quote:

Is this a common occurrence with CMS still?


No, my Joomla sites all validate when they're handed over. As long as your client doesn't start trying to do daft things and you're using the right editor, it should stay valid.

Problems come when they try to copy and paste from Word documents straight into the edit box.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to caz)
Larry M.

 

Posts: 2850
Joined: 2/20/2003
From: Greenville, South Carolina, USA
Status: offline

 
RE: First Custom CMS Website - 8/24/2008 19:20:12   
quote:

Can you tell me how you got it to wrap as on all the browsers I use I get a sideway scroll bar before it starts to wrap


It certainly did, but now it doesn't. Same computer, same settings, same browser. A mystery :)

_____________________________

Larry M.

Reality is the leading cause of stress among those few in touch with it

(in reply to Avick)
Avick

 

Posts: 181
From: Ireland
Status: offline

 
RE: First Custom CMS Website - 8/27/2008 5:31:51   
quote:

on the front page, but the page doesn't validate - but then again I haven't used Joomla, although I am thinking of shifting one big site to it in future. Is this a common occurrence with CMS still?


It works out the base template I was using dose not validate out of the box.
I tried it on another test site without changing anything and you get a validation error.
I have since removed the validation tags until I sort this out.

quote:

At 768x1024 "Introducing the New HSF Cover .." on the home page wraps. Also, the Navigation area (Products & Services) seems too subdued in relation to the rest of the page.

This is now gone in favor of the HSE logo on the right side of the site. Clicking this will bring you to the same place.

_____________________________

Alan
http://www.newebirl.net

(in reply to Larry M.)
Tailslide

 

Posts: 6294
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: First Custom CMS Website - 10/1/2008 2:33:10   
Not keen on the use of tables... not necessary.

Also would prefer to see a fluid or elastic width as I get a scrollbar at under about 950px wide.

I'd add in a focus and active effect alongside the hover effect for all links to aid accessibility.

The only other thing I'd point out is that there's an awful lot of divs in there that seem unnecessary. The more divs you add, the more complex it is to maintain. For example - for the sidebar navigation you've got 4 divs around the list when in fact you probably don't need any at all - just an id or class on the list itself and on the heading tag.

Using too many unnecessary divs is nearly as bad as using tables for layout - ideally you want to use the absolute bare minimum. It's lighter weight, easier to maintain (less likely that you scrub a closing tag by mistake for instance) and much much easier to predict the effect on the cascade for styling.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to d a v e)
Page:   [1]

All Forums >> Web Design >> Site Critiques >> First Custom CMS Website
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts