Over the past year, I've become a fan of BluePrint.css for managing larger web app projects. I've also looked at 960 and YUI's offerings as well. All good (though I have some complaints about YUI).

I'm working on a mobile project now and given that we need to accommodate various screen sizes, I'm thinking a css grid framework is the way to go again.

I'll likely be heavily modifying the BluePrint logic and/or building one from scratch, but before I did that, I was wondering if anyone has used a particular framework for mobile and would recommend one particular one for mobile dev.

I've looked at Less and cssgrid

http://lessframework.com/

http://cssgrid.net/

Both are quite nice. Less uses consistent column widths and changes the number of columns. Cssgrid uses fluid columns to accommodate the screen sizes. I, on the other hand, am envisioning yet another method where we'd use a fix number of columns, then adjust the widths on the fly based on the screen width. I'm preferring that option as I've found that fluid grids can become difficult to manage with heavy nesting. Any other options I should take a look at first?

Clarification: I don't necessarily need a full UI framework at the moment. We'll definitely end up with one, be it jQuery or our own, but the primary goal right now is to find and/or build a CSS framework to handle general page layout and positioning across multiple mobile device screen resolutions and orientations.

link|improve this question

66% accept rate
1  
I think you are on the right track. I will investigate this more in the next week or so myself. I will make a blog post about it when I get some more answers. – Chris Love Jan 11 '11 at 15:49
It isn´t a css framework exactly. But, Nokia mobile web templates could help you. – fravelgue Jan 12 '11 at 9:58
I don't trust anything from Nokia. ;) – DA. Apr 22 '11 at 3:51
Perhaps, you are right for smartphones. But it´s useful for many other phones. It´s important to know your target. – fravelgue Apr 22 '11 at 23:28
feedback

5 Answers

up vote 4 down vote accepted

There's the '320 and up' framework, and the HTML 5 mobile boilerplate (although the latter isn't so much a framework, but a starting point).

link|improve this answer
I'm going to mark this one as the answer. THey were all great answers, but this one seems to be the only standalone CSS framework out there just for mobile. – DA. Jul 11 '11 at 23:20
you are refering to 320 and up or the HTML 5 mobile boilerplate ? – Akshar Prabhu Desai Jan 31 at 9:22
1  
Yes. He's referring to 320 and up or the HTML 5 mobile boilerplate. – Dan Esparza Feb 1 at 16:34
feedback

If you're looking to develop for iPhone, you might take a look at the iUI Framework

link|improve this answer
We're looking at dev'ing for all sorts of mobile devices and screen res's, hence the thought that a grid framework could help out with it. To clarify, I need less of a UI framework and more of a page layout grid system. – DA. Jan 11 '11 at 15:44
feedback

DA,

You can try the jQueryMobile framework.

I believe this post can help you.

Cleber.

link|improve this answer
1  
That's not a CSS framework, though. – creativityhurts Jan 11 '11 at 15:20
I'm about to dive into jQueryMobile as well, but It doesn't appear to have a full blown CSS framework for page layout (though it obviously inherits the jQuery UI concepts) – DA. Jan 11 '11 at 15:24
Look this sencha.com/products/js – Cleber Alberto Jan 11 '11 at 17:05
again, I'm looking for a CSS grid layout framework more than a JS UI framework. – DA. Jan 11 '11 at 17:07
feedback

Yes, it does sound like you'll have build your own "BluePrint Mini" or "480 Grid System"--and we'll be here to admire it.

One point of departure could be the work of Matthew James Taylor. He does rely on the fluid grid you've said you don't want, but it's worth a look.

link|improve this answer
I like that '480 grid system'. Might have to name it 480.css ;) – DA. Jan 12 '11 at 2:21
feedback

Here is one that I am considering using:

http://jeromeetienne.github.com/jquery-mobile-960/

Looks like it has some display bugs with smaller grid sizes.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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