Is it just me or their website is laggy?
Groundwork - A Responsive HTML5, CSS and JavaScript Framework
71–80 of 98 posts
Re: Groundwork - A Responsive HTML5, CSS and JavaScript Framework
#72What I would like to see is an html/css/js framework like bootstrap or groundwork that is completely generic, with no styling at all; just a wireframe that lays everything out as it should. Then provide the ability to customize the look either manually or by some gui on the web. Otherwise you get a raft of "bootstrap" sites out there that all look the same unless a front-end dev goes through the painstaking process o…
Agreed. I've mostly forgone using bootstrap-like foundations because of this issue. It's a lot easier to build something custom from scratch than to undo all the bootstrapped stuff. Maybe it gets you some pretty button styles off the starting block, but later when you really need to fine-tune your UX, it's hard to disentangle what you want from what's "in there". Plus, I find it a lot easier to create semantic markup…
Re: Groundwork - A Responsive HTML5, CSS and JavaScript Framework
#73Using Safari 6.0.2, clicking on the first input on this page crashes Safari with a speed and efficiency that can only be admired. http://groundwork.sidereel.com/?url=tooltips-js I wish Safari could shut down that quickly when I manually quit. No problem with Chrome.
Too bad... seems they've fixed it ;P.
Re: Groundwork - A Responsive HTML5, CSS and JavaScript Framework
#74Earlier quoted context omitted.
In our current project instead of putting the framework's html/css into our codebase I'm outputting as bare bones html as I can with semantic class names on everything and then mapping those classes to the framework using sass mixins/extends/includes. To make a RWD site I'm having to rewrite a lot of the framework to be mixins instead of classes so that I can use them in @media as SASS doesn't allow @extend in @media…
> What I'd find really useful would be a framework thats entirely built from mixins/partials and outputs no css until you create your own classes that use them. Here's exactly what you're looking for: * Bourbon: A mixin library for Sass ( http://bourbon.io/docs/ ) * Neat: A semantic grid framework built on top of Sass and Bourbon ( http://neat.bourbon.io/ ) And, if you use LESS, you have these options: * LESS Element…
Re: Groundwork - A Responsive HTML5, CSS and JavaScript Framework
#75Site doesn't even scroll properly on an iPad, everything off-screen seems simply cut off.
Re: Groundwork - A Responsive HTML5, CSS and JavaScript Framework
#76responsive text plugin is nice
Re: Groundwork - A Responsive HTML5, CSS and JavaScript Framework
#77The on-page device width emulator is cool.
Re: Groundwork - A Responsive HTML5, CSS and JavaScript Framework
#78Very nice but for some reason the tooltips ( http://groundwork.sidereel.com/tooltips-js ) kill Safari
Re: Groundwork - A Responsive HTML5, CSS and JavaScript Framework
#79given that the site is a showcase for the framework, I find their choice of colours and layouts very unappealing. Also, yes, I'd like them to answer the question "Why Us" somewhere on their site.
Re: Groundwork - A Responsive HTML5, CSS and JavaScript Framework
#80This is not a criticism of this project specifically, but I feel like when you come out with a framework like this you should have a big "Why you should use Framework XYZ instead of Boostrap" section somewhere, because this is the main question most people will have.