4

I'm a programmer at heart. I am not great at UI development and it takes 90% of my time.

I'm wondering if there is a UI framework which uses only CSS and no JavaScript. I found http://www.gantry-framework.org but it seems to be targeted at Joomla and Wordpress.

Any suggestions will be very welcome. It will help me with my development.

Thanks.

ADDITION

I'm looking for a framework that allows me to easily design and deploy a user interface for my website. Something that reduces the time it takes to make them manually.

I'm not looking to make effects or other special stuff like modal windows etc. (I use Qooxdoo and jQuery UI for advanced UI). Just basic layout and nice looks.

2
  • 2
    What exactly are you trying to accomplish ? Jun 21, 2011 at 8:54
  • Advanced UI development without Javascript is... complicated, to say the least; many things become hellishly complex, or outright impossible. You should add more detail about what you want to do
    – Pekka
    Jun 21, 2011 at 8:56

2 Answers 2

5

Check out http://purecss.io/. It's a Yahoo project.

3

There are CSS frameworks available to use, if that's what you're interested in:

  1. 960 Grid
  2. YAML
  3. BlueprintCSS
2
  • i saw 960 grid. do you have any experience with it? how good will you say it is? Jun 21, 2011 at 9:05
  • I don't use CSS frameworks, but those I know that do mostly use 960 and like it.
    – kinakuta
    Jun 21, 2011 at 9:13

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