vote up 8 vote down star
6

Hi,

Usually I'm fortunate enough to work with really good designers. They take care of the look and feel for all of the web applications / sites I build.

In the past when I've done cheap or free work for people for projects I'm interested in, I've used a template from templatemonster or similar.

I want to get involved with quite a large internal application to support a friends business, the usual brochure-ware templates that are available won't be suitable because this application is all about data access.

Obviously usability is paramount and I don't have the skills to produce a nice usable interface, neither do we have the money to pay for custom work. Are there any projects which look to provide usable web templates more designed for large forms, pages of data grids, charts etc. I don't need something that is graphically cutting edge, I just need consistent, usable, easy to apply templates.

I've looked at Ext.js which has themed components, but, even with a bunch of pretty house bricks, I can't design a good looking house :)

Thanks

Andrew

flag

67% accept rate
What platform are you running on? PHP, ASP.NET, Rails, Java? – Charles Roper Oct 7 '08 at 11:29
I'm running PHP but it's almost incidental. I don't need an installable app, I just need a collection of example / template HTML that I can use. – Andrew Taylor Oct 8 '08 at 10:08

3 Answers

vote up 4 vote down

Open Source Web Design is a reasonable place to check.

If you're on Rails, Baseapp is worth looking at, if you like the 37 Signals look.

You could also try SproutCore or Cappuccino JS frameworks.

You are going to struggle finding out-of-the-box 'usability', though. Knowing where, and how, to place various elements in order to make a cohesive whole is a skill, rather than something that comes in template form. As you say, you can have a bunch of pretty bricks, but you still need a good brick-layer to make use of them. But nevertheless, the above links may help.

link|flag
vote up 1 vote down

You could use YUI, its got fairly reasonable API and is VERY complete.

link|flag
Thanks for the quick response, but, I fear YUI is a library of components, I really need something that pulls all those components together with an over-arching design. – Andrew Taylor Oct 7 '08 at 11:02
vote up 0 vote down

Why don't you try DotNetNuke?

link|flag
That's a good question - I always saw these types of developments as being about delivering portal style applications. News, Shops, Image Gallery, Forums, etc. Can they really support custom data-tables with CRUD, business/domain logic? Andrew – Andrew Taylor Oct 7 '08 at 13:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.