Re: [CODE4LIB] Bootstrap and accessiblity

2014-12-09 Thread Michael Schofield
really well. So I've nothing but good feels for their team. Michael @schoeyfield -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Chad Mills Sent: Monday, December 08, 2014 3:03 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: [CODE4LIB] Bootstrap

Re: [CODE4LIB] Bootstrap and accessiblity

2014-12-09 Thread Amy Drayer
@LISTSERV.ND.EDU Subject: [CODE4LIB] Bootstrap and accessiblity Hi, Has anyone implemented Bootstrap v3.3.0 with the PayPal accessibility add-on and have any pointers, caveats, gotchas etc? https://github.com/paypal/bootstrap-accessibility-plugin Thanks! -- Chad Mills Digital Library Architect Ph

[CODE4LIB] Bootstrap and accessiblity

2014-12-08 Thread Chad Mills
Hi, Has anyone implemented Bootstrap v3.3.0 with the PayPal accessibility add-on and have any pointers, caveats, gotchas etc? https://github.com/paypal/bootstrap-accessibility-plugin Thanks! -- Chad Mills Digital Library Architect Ph: 848.932.5924 Fax: 848.932.1386 Cell: 732.309.8538 Rutgers

Re: [CODE4LIB] Bootstrap

2013-01-27 Thread Lin, Kun
Gilmour Sent: Saturday, January 26, 2013 9:53 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Bootstrap And if you're really in the mood to shop around ... Which Is Right for Me? 22 Responsive CSS Frameworks and Boilerplates Explainedhttp://designshack.net/articles/css/which-is-right

Re: [CODE4LIB] Bootstrap

2013-01-26 Thread Danaye Gebru
A similar alternative to Twitter Bootstrap is Gumby, http://gumbyframework.com/ http://gumbyframework.com/ . I've used it to build SLU's Library newsletter website in drupal 6, http://libraries.slu.edu/newsletter . On Fri, Jan 25, 2013 at 3:47 PM, Ron Gilmour rgilmou...@gmail.com wrote: I used

Re: [CODE4LIB] Bootstrap

2013-01-26 Thread Gabriel Farrell
Another front-end framework that's been gaining traction is Foundation ( http://foundation.zurb.com/). It might be worth comparing with Bootstrap as you make your decision. On Sat, Jan 26, 2013 at 9:29 AM, Danaye Gebru dge...@slu.edu wrote: A similar alternative to Twitter Bootstrap is Gumby,

Re: [CODE4LIB] Bootstrap

2013-01-26 Thread Ron Gilmour
And if you're really in the mood to shop around ... Which Is Right for Me? 22 Responsive CSS Frameworks and Boilerplates Explainedhttp://designshack.net/articles/css/which-is-right-for-me-22-responsive-css-frameworks-and-boilerplates-explained/by Joshua Johnson Ron Gilmour Web Services Librarian

Re: [CODE4LIB] Bootstrap

2013-01-26 Thread Shaun Ellis
Wow! Foundation seems heavily influenced by Bootstrap, but Rails-ready out of the box. There are also a number of cool javascript plugins that Bootstrap does not have (joyride looks awesome for in-line help and tutorials!). And looking at the Github Readme, they have quite a few responsive

[CODE4LIB] Bootstrap

2013-01-25 Thread Lin, Kun
Hi Everyone, Has anyone try to use Bootstrap for web develop before? How is the framework? Does it works well? Thanks Kun Lin

Re: [CODE4LIB] Bootstrap

2013-01-25 Thread Dhanushka Samarakoon
You mean Twitter Bootstrap? If so I have used it in few projects and it gets the job done. Nice and clean. On Fri, Jan 25, 2013 at 2:59 PM, Lin, Kun l...@cua.edu wrote: Hi Everyone, Has anyone try to use Bootstrap for web develop before? How is the framework? Does it works well? Thanks Kun

Re: [CODE4LIB] Bootstrap

2013-01-25 Thread Cary Gordon
We are using it as the base of a Drupal theme. It is growing on us. Cary On Fri, Jan 25, 2013 at 1:31 PM, Dhanushka Samarakoon dhan...@gmail.com wrote: You mean Twitter Bootstrap? If so I have used it in few projects and it gets the job done. Nice and clean. On Fri, Jan 25, 2013 at 2:59 PM,

Re: [CODE4LIB] Bootstrap

2013-01-25 Thread Ron Gilmour
I used Twitter Bootstrap for the development of the Ithaca College Library website http://ithacalibrary.com. It has a lot of great features and is pretty easy to modify. At the risk of shameless self-promotion, I'll mention that I'm giving a talk on the process of responsive web development at

Re: [CODE4LIB] Bootstrap vs Foundation

2012-05-18 Thread Chris Fitzpatrick
just to mention, I don't think Less works with jruby, so if you use Bootstrap, you have to use the static assets and can't use the generators... On Fri, May 11, 2012 at 4:06 PM, Shaun Ellis sha...@princeton.edu wrote: I have not used Foundation, but from what I can see, it offers a subset of

Re: [CODE4LIB] Bootstrap vs Foundation

2012-05-11 Thread Tom Keays
I read this awhile back. It's by someone associated with the Foundation project. http://www.alistapart.com/articles/dive-into-responsive-prototyping-with-foundation/ Both look good. Like you, I looked hard at Bootstrap after the conference, but haven't really done anything with it. I'd be

Re: [CODE4LIB] Bootstrap vs Foundation

2012-05-11 Thread Joseph Gilbert
Hi Jessie, I've used Bootstrap more than Foundation, but both are solid choices. There are some relatively minor differences: Bootstrap uses LESS while Foundation is CSS with an officially supported SASS version; Bootstrap has a few more JS widgets thrown in. One philosophical distinction seems

Re: [CODE4LIB] Bootstrap vs Foundation

2012-05-11 Thread Ross Singer
Hi Jessie, We've been using Bootstrap for a couple of our projects at Talis and I have been incredibly pleased with it. I have zero design sense (designed by East German engineers for East German engineers - no offense to East German engineers), and Bootstrap manages to make my clumsy,

Re: [CODE4LIB] Bootstrap vs Foundation

2012-05-11 Thread Matthew Reidsma
Jessie, Bootstrap and Foundation were a bit overkill for our needs, so we rolled our own UI pattern library for CSS based on the MailChimp UI Pattern Library: http://gvsu.edu/library/ui It's on Github, if you want a closer look: https://github.com/gvsulib/UI-Patterns -- --- Matthew

Re: [CODE4LIB] Bootstrap vs Foundation

2012-05-11 Thread Shaun Ellis
I have not used Foundation, but from what I can see, it offers a subset of the features that you get with Bootstrap. I suppose that's what they mean by light framework. The idea that it is designed to be overridden is a bit of a strange claim as I don't see how it's any different from

[CODE4LIB] Bootstrap vs Foundation

2012-05-10 Thread Jessie Keck
Hi all, We are about to develop a set of style-guids and templates for our locally developed applications that will have a unified look and feel. One manifestation of this will be a ruby gem that we will use for all of our rails apps (including Blacklight and Hydra applications). As we were

Re: [CODE4LIB] Bootstrap vs Foundation

2012-05-10 Thread Michael B. Klein
On Thu, May 10, 2012 at 4:17 PM, Jessie Keck jk...@stanford.edu wrote: style-guids You mean like this? 6f62d22-9aff-11e1-9b04-dc2b61fffec6

Re: [CODE4LIB] Bootstrap vs Foundation

2012-05-10 Thread Jessie Keck
Whoops, sorry guys, sent this message before I saw http://html9responsiveboilerstrapjs.com/ (I'm so behind times) Clearly the jury is already out on this one. - Jessie On May 10, 2012, at 4:17 PM, Jessie Keck wrote: Hi all, We are about to develop a set of style-guids and templates for