Re: [CODE4LIB] Responsive Web Site Live

2013-01-03 Thread Keith Jenkins
Does anyone here have any experience with browser emulators such as BrowserStack? http://www.browserstack.com/ If so, have you come across any significant differences between the emulators and the real thing? Keith On Wed, Jan 2, 2013 at 5:34 PM, Ron Gilmour rgilmou...@gmail.com wrote:

Re: [CODE4LIB] Responsive Web Site Live

2013-01-03 Thread Josh Wilson
While there are a lot of good tools that will get you most of the way towards simulating different browsers and windows, I think there's no substitute for checking whatever actual devices you have available. I can't speak to browserstack specifically, but with other tools I used when developing a

Re: [CODE4LIB] Responsive Web Site Live

2013-01-03 Thread Lynch,Katherine
Hi Keith, I haven't used BrowserStack, however I do rely on Responsinator for quick testing - http://responsinator.com/ It pulls in device resolutions for a myriad of devices, from handheld to tablets. It's quick and free, great for testing as a design is assembled. Sincerely, Katherine ---

Re: [CODE4LIB] Responsive Web Site Live

2013-01-03 Thread Charlie Morris
I've been using BrowserStack for a while now. The way the tool works is that you are actually using virtual machines, so it's not really emulation. They give 30 minutes of trial usage away, so you can easily get a good idea of how it works. I think I made 30 minutes last a few months. Also,

Re: [CODE4LIB] Responsive Web Site Live

2013-01-03 Thread Tom Keays
Browserstack and other emulators help quite a bit in testing, and testing on real devices is always advisable. But here's a nifty tool I discovered which is really useful if you are just playing around with breakpoint testing on your desktop browser.

Re: [CODE4LIB] Responsive Web Site Live

2013-01-03 Thread David Mayo
In Firefox, the Web Developer Toolbar also gives an option that animates the title with the width (and height, which is less useful) of the browser - this can be useful for quick ballpark resize tests. - Dave Mayo On Thu, Jan 3, 2013 at 11:37 AM, Tom Keays tomke...@gmail.com wrote:

Re: [CODE4LIB] Responsive Web Site Live

2013-01-03 Thread Michael Schofield
Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of David Mayo Sent: Thursday, January 03, 2013 11:46 AM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Responsive Web Site Live In Firefox, the Web Developer Toolbar also gives an option that animates the title

Re: [CODE4LIB] Responsive Web Site Live

2013-01-03 Thread Abedi M.Vincent
-Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of David Mayo Sent: Thursday, January 03, 2013 11:46 AM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Responsive Web Site Live In Firefox, the Web Developer Toolbar also gives an option

[CODE4LIB] Responsive Web Site Live

2013-01-02 Thread Ron Gilmour
Greetings and Happy New Year! Just went live today with a responsive web design at Ithaca College Libraryhttp://ithacalibrary.com. Stop by and take a look. Ron Gilmour Web Services Librarian Ithaca College Library

Re: [CODE4LIB] Responsive Web Site Live

2013-01-02 Thread David Mayo
Ooooh, exciting! I think the middle layout (768px xwidth 1020px) needs some love (the right-hand box deforms pretty severely, and parts of the content of the center top box are obscured due to non-resizing form controls), but overall, nice work! If you feel like it, I'd love to hear more about

Re: [CODE4LIB] Responsive Web Site Live

2013-01-02 Thread Sarah Dooley
Very cool--congratulations! In addition to Dave's questions, I'd be curious to know (can't see it since I don't have a login) how you handled directing people to databases that have mobile versions. This is something I've been wondering about for our site down the road and library sites in

[CODE4LIB] directing users to mobile DBs, was RE: [CODE4LIB] Responsive Web Site Live

2013-01-02 Thread Ken Irwin
Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Sarah Dooley Sent: Wednesday, January 02, 2013 3:25 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Responsive Web Site Live Very cool--congratulations! In addition to Dave's questions, I'd be curious

Re: [CODE4LIB] directing users to mobile DBs, was RE: [CODE4LIB] Responsive Web Site Live

2013-01-02 Thread Jonathan Rochkind
versions of the URL in the database. It seems to work out pretty well. Ken -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Sarah Dooley Sent: Wednesday, January 02, 2013 3:25 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Responsive Web Site

Re: [CODE4LIB] directing users to mobile DBs, was RE: [CODE4LIB] Responsive Web Site Live

2013-01-02 Thread Mark Pernotto
02, 2013 3:25 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Responsive Web Site Live Very cool--congratulations! In addition to Dave's questions, I'd be curious to know (can't see it since I don't have a login) how you handled directing people to databases that have mobile versions

Re: [CODE4LIB] directing users to mobile DBs, was RE: [CODE4LIB] Responsive Web Site Live

2013-01-02 Thread Jonathan Rochkind
02, 2013 3:25 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Responsive Web Site Live Very cool--congratulations! In addition to Dave's questions, I'd be curious to know (can't see it since I don't have a login) how you handled directing people to databases that have mobile versions

Re: [CODE4LIB] directing users to mobile DBs, was RE: [CODE4LIB] Responsive Web Site Live

2013-01-02 Thread Ken Irwin
users to mobile DBs, was RE: [CODE4LIB] Responsive Web Site Live What method do you use to detect mobile-or-not?

Re: [CODE4LIB] directing users to mobile DBs, was RE: [CODE4LIB] Responsive Web Site Live

2013-01-02 Thread Jonathan Rochkind
: [CODE4LIB] directing users to mobile DBs, was RE: [CODE4LIB] Responsive Web Site Live What method do you use to detect mobile-or-not?

Re: [CODE4LIB] directing users to mobile DBs, was RE: [CODE4LIB] Responsive Web Site Live

2013-01-02 Thread Ken Irwin
: Wednesday, January 02, 2013 3:53 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] directing users to mobile DBs, was RE: [CODE4LIB] Responsive Web Site Live Ah, but this still doesn't answer my question on your part, Mark! How do you detect browser width, especially on the server-side? If it's

Re: [CODE4LIB] Responsive Web Site Live

2013-01-02 Thread Ron Gilmour
Hi Dave! Good point about the middle sizes. Trying to get content to look good at every conceivable size is the really hard part of responsive design. The site is based on Twitter Bootstraphttp://twitter.github.com/bootstrap/, and I mostly stuck with the breakpoints that they had

Re: [CODE4LIB] directing users to mobile DBs, was RE: [CODE4LIB] Responsive Web Site Live

2013-01-02 Thread Ron Gilmour
, January 02, 2013 3:25 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Responsive Web Site Live Very cool--congratulations! In addition to Dave's questions, I'd be curious to know (can't see it since I don't have a login) how you handled directing people to databases that have