Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

2015-02-13 Thread Tony Bandy
Morning Dan, folks,

Thanks so much—and I apologize for all the bother.  But I have learned a lot 
about running EG on mobile devices and I appreciate everyone’s help!

--Tony

From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Dan 
Scott
Sent: Friday, February 13, 2015 9:21 AM
To: Evergreen Discussion Group
Subject: Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

On Thu, Feb 12, 2015 at 2:00 PM, Tony Bandy 
mailto:to...@ohionet.org>> wrote:
Hi Dan, folks,

Thanks for the note!  Currently we’re running 2.7.2 of Evergreen.  I know we 
have been working with the CSS to adjust colors, and the table for checked out 
items for this particular library, but I wasn’t sure if that would affect the 
whole display?  I have been using Quirk Tools Screenfly 
(http://quirktools.com/screenfly/) for testing parts of our TPAC.

The mobile catalog, searching, viewing results, etc. all look pretty good, 
however, when  a user logs in to their account for this particular library and 
goes to look at their checked out items, the formatting gets a little 
“squashed”.  I just added this information on to the LP bug you had opened 
previously about mobile development.  I’ve attached a screenshot that shows 
this.  Anything above 600px looks ok (Other Example).  The screenshot (Example 
One) is from an iPhone 5s running Safari.

Do you think it’s just a matter of us tweaking the code for this library a bit 
too much?

Yes, I'm sure that's the case. Check out the webby test server (which is 
running pretty close to stock TPAC code); connection info is at 
http://evergreen-ils.org/dokuwiki/doku.php?id=evergreen-docs:webclient. 
Currently there are two items checked out to the admin user and there is no 
horizontal scrolling or squished display occurring using the Quirk Tools 
Screenfly with iPhone 3/4, iPhone 5, Galaxy S2, or even the Blackberry 8300.

  Maybe I could roll the changes back and then re-apply piece by piece to make 
sure it’s not something else?

It seems likely that the id "acct_checked_main_header" might have been removed, 
or the structure of "table#acct_checked_main_header td" was somehow disrupted; 
that would throw off the stock mobile CSS.

In general, this is a good reminder to check problems against a stock version 
of Evergreen to ensure it's not a local issue before reporting them as a bug (I 
need that reminder myself from time to time!)

Dan


Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

2015-02-13 Thread Dan Scott
On Thu, Feb 12, 2015 at 2:00 PM, Tony Bandy  wrote:

>  Hi Dan, folks,
>
>
>
> Thanks for the note!  Currently we’re running 2.7.2 of Evergreen.  I know
> we have been working with the CSS to adjust colors, and the table for
> checked out items for this particular library, but I wasn’t sure if that
> would affect the whole display?  I have been using Quirk Tools Screenfly (
> http://quirktools.com/screenfly/) for testing parts of our TPAC.
>
>
>
> The mobile catalog, searching, viewing results, etc. all look pretty good,
> however, when  a user logs in to their account for this particular library
> and goes to look at their checked out items, the formatting gets a little
> “squashed”.  I just added this information on to the LP bug you had opened
> previously about mobile development.  I’ve attached a screenshot that shows
> this.  Anything above 600px looks ok (Other Example).  The screenshot
> (Example One) is from an iPhone 5s running Safari.
>
>
>
> Do you think it’s just a matter of us tweaking the code for this library a
> bit too much?
>

Yes, I'm sure that's the case. Check out the webby test server (which is
running pretty close to stock TPAC code); connection info is at
http://evergreen-ils.org/dokuwiki/doku.php?id=evergreen-docs:webclient.
Currently there are two items checked out to the admin user and there is no
horizontal scrolling or squished display occurring using the Quirk Tools
Screenfly with iPhone 3/4, iPhone 5, Galaxy S2, or even the Blackberry 8300.


>   Maybe I could roll the changes back and then re-apply piece by piece to
> make sure it’s not something else?
>

It seems likely that the id "acct_checked_main_header" might have been
removed, or the structure of "table#acct_checked_main_header td" was
somehow disrupted; that would throw off the stock mobile CSS.

In general, this is a good reminder to check problems against a stock
version of Evergreen to ensure it's not a local issue before reporting them
as a bug (I need that reminder myself from time to time!)

Dan


Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

2015-02-12 Thread Tony Bandy
Hi Ben, Kathy, Suzanne, folks,

This helps quite a bit!  I will go ahead and file a bug report and then see if 
we can hack something together!  I’m not a developer but if I come up with 
something, I will add it to the bug report.  I just wasn’t sure how other folks 
were approaching this….

Really appreciate it!

Thanks,

--Tony


From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Ben 
Shum
Sent: Thursday, February 12, 2015 12:30 PM
To: Evergreen Discussion Group
Subject: Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices


Kathy also reminded me that we do have multiple media query already. One kicks 
in at 600px, but also one at 800px. So there's a lot of ground to cover here.

-- Ben

Sent from my Nexus 6
On Feb 12, 2015 9:23 AM, "Kathy Lussier" 
mailto:kluss...@masslnc.org>> wrote:
Good information Ben!

Tony, I also don't think it's a bad idea to file a LP bug on this issue in case 
somebody can look at it before a hackfest happens. Also, if you follow up on 
Ben's suggestion and adjust your own CSS so that it works better, that change 
is something you could submit on the bug.

Kathy

On 02/12/2015 12:15 PM, Ben Shum wrote:
Hi Tony,

So admittedly, the first work done in this area, we had to select a
resolution to begin writing mobile view for and it was 600px  (you can
see this in the style.css.tt2 file).  So if you're viewing at 615 px,
it will not kick in the mobile view version, of course.  At 600 or
less, it will kick in the mobile CSS.

Long-term, I do believe that we need work to enhance the catalog to
support multiple viewing resolutions.  And there is Dan Scott's filed
bug to deal with designing with mobile in mind first
(https://bugs.launchpad.net/evergreen/+bug/1413730).  Not sure where
that's headed yet, but keeping more mobile views than just smartphones
seems like a good thing to do.

In the meantime, you can adjust when mobile kicks in (what if you
wanted it at 650 px?) by changing the CSS file for TPAC.  Or you can
help start creating a good middle sized CSS for view on slightly
larger environments, like tablets.

Continuing work on mobile responsiveness was a project idea during OPW
last time (http://wiki.evergreen-ils.org/doku.php?id=opw#project_ideas)
and I can see it being a good project for a future Hackfest session or
Hack-A-Way too.

-- Ben

On Thu, Feb 12, 2015 at 11:36 AM, Tony Bandy 
mailto:to...@ohionet.org>> wrote:
Hi Kathy, folks,



Thanks much for the note!



--



For the most part, the general TPAC looks pretty decent when viewed on a
mobile device, but we’re noticing that when logging in to check your
personal account, the display is a little wide—the user has to scroll to the
right to view the entire box.



Also, once logged in, and this is the biggest issue we’ve seen, the lists of
items that are checked out are all, for the lack of a better term, “all
squashed together”….  J J when you get below a certain pixel count on the
screen, say around 615px.



I’m not sure if this list accepts attachments, but I’ve attached a
simulation of what it looks like.  Maybe this is just us?  I just wasn’t
sure what approach other folks were working on and if anyone had encountered
this before….



Thanks again for any thoughts as you have time….I can open a bug if everyone
thinks this might be the way to go….



--Tony





From: Open-ils-general
[mailto:open-ils-general-boun...@list.georgialibraries.org<mailto:open-ils-general-boun...@list.georgialibraries.org>]
 On Behalf Of
Kathy Lussier
Sent: Thursday, February 12, 2015 11:24 AM


To: 
open-ils-general@list.georgialibraries.org<mailto:open-ils-general@list.georgialibraries.org>
Subject: Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices



Hi Tony,

There is an existing bug with the My Lists area of the catalog -
https://bugs.launchpad.net/evergreen/+bug/1353509.

What are the specific issues you've experienced?

Kathy

On 02/12/2015 11:19 AM, Tony Bandy wrote:

Hi all,



Just to follow-up a bit with the conversation from earlier this week, has
anyone else experienced any issues with the My Account portion of the TPAC
on mobile devices?  I was going to file a bug report, but wanted to check-in
first and see if anyone had experienced these issues and had a workaround,
update, etc.



Any thoughts on this would be super….



--Tony





Tony Bandy

to...@ohionet.org<mailto:to...@ohionet.org>

OHIONET

1500 West Lane Ave.

Columbus, OH  43221-3975

614-486-2966 x19







From: Open-ils-general
[mailto:open-ils-general-boun...@list.georgialibraries.org<mailto:open-ils-general-boun...@list.georgialibraries.org>]
 On Behalf Of
Kathy Lussier
Sent: Tuesday, February 10, 2015 2:29 PM
To: 
open-ils-general@list.georgialibraries.org<mailto:open-ils-general@list.georgialibraries.org>
Subject: Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices


Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

2015-02-12 Thread Ben Shum
Kathy also reminded me that we do have multiple media query already. One
kicks in at 600px, but also one at 800px. So there's a lot of ground to
cover here.

-- Ben

Sent from my Nexus 6
On Feb 12, 2015 9:23 AM, "Kathy Lussier"  wrote:

> Good information Ben!
>
> Tony, I also don't think it's a bad idea to file a LP bug on this issue in
> case somebody can look at it before a hackfest happens. Also, if you follow
> up on Ben's suggestion and adjust your own CSS so that it works better,
> that change is something you could submit on the bug.
>
> Kathy
>
> On 02/12/2015 12:15 PM, Ben Shum wrote:
>
>> Hi Tony,
>>
>> So admittedly, the first work done in this area, we had to select a
>> resolution to begin writing mobile view for and it was 600px  (you can
>> see this in the style.css.tt2 file).  So if you're viewing at 615 px,
>> it will not kick in the mobile view version, of course.  At 600 or
>> less, it will kick in the mobile CSS.
>>
>> Long-term, I do believe that we need work to enhance the catalog to
>> support multiple viewing resolutions.  And there is Dan Scott's filed
>> bug to deal with designing with mobile in mind first
>> (https://bugs.launchpad.net/evergreen/+bug/1413730).  Not sure where
>> that's headed yet, but keeping more mobile views than just smartphones
>> seems like a good thing to do.
>>
>> In the meantime, you can adjust when mobile kicks in (what if you
>> wanted it at 650 px?) by changing the CSS file for TPAC.  Or you can
>> help start creating a good middle sized CSS for view on slightly
>> larger environments, like tablets.
>>
>> Continuing work on mobile responsiveness was a project idea during OPW
>> last time (http://wiki.evergreen-ils.org/doku.php?id=opw#project_ideas)
>> and I can see it being a good project for a future Hackfest session or
>> Hack-A-Way too.
>>
>> -- Ben
>>
>> On Thu, Feb 12, 2015 at 11:36 AM, Tony Bandy  wrote:
>>
>>> Hi Kathy, folks,
>>>
>>>
>>>
>>> Thanks much for the note!
>>>
>>>
>>>
>>> --
>>>
>>>
>>>
>>> For the most part, the general TPAC looks pretty decent when viewed on a
>>> mobile device, but we’re noticing that when logging in to check your
>>> personal account, the display is a little wide—the user has to scroll to
>>> the
>>> right to view the entire box.
>>>
>>>
>>>
>>> Also, once logged in, and this is the biggest issue we’ve seen, the
>>> lists of
>>> items that are checked out are all, for the lack of a better term, “all
>>> squashed together”….  J J when you get below a certain pixel count on the
>>> screen, say around 615px.
>>>
>>>
>>>
>>> I’m not sure if this list accepts attachments, but I’ve attached a
>>> simulation of what it looks like.  Maybe this is just us?  I just wasn’t
>>> sure what approach other folks were working on and if anyone had
>>> encountered
>>> this before….
>>>
>>>
>>>
>>> Thanks again for any thoughts as you have time….I can open a bug if
>>> everyone
>>> thinks this might be the way to go….
>>>
>>>
>>>
>>> --Tony
>>>
>>>
>>>
>>>
>>>
>>> From: Open-ils-general
>>> [mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of
>>> Kathy Lussier
>>> Sent: Thursday, February 12, 2015 11:24 AM
>>>
>>>
>>> To: open-ils-general@list.georgialibraries.org
>>> Subject: Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices
>>>
>>>
>>>
>>> Hi Tony,
>>>
>>> There is an existing bug with the My Lists area of the catalog -
>>> https://bugs.launchpad.net/evergreen/+bug/1353509.
>>>
>>> What are the specific issues you've experienced?
>>>
>>> Kathy
>>>
>>> On 02/12/2015 11:19 AM, Tony Bandy wrote:
>>>
>>> Hi all,
>>>
>>>
>>>
>>> Just to follow-up a bit with the conversation from earlier this week, has
>>> anyone else experienced any issues with the My Account portion of the
>>> TPAC
>>> on mobile devices?  I was going to file a bug report, but wanted to
>>> check-in
>>> first and see if anyone had experienced these issues and had a
>>> workaround,
>>> update, etc.
>>>
>>>
>>>
>

Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

2015-02-12 Thread Kathy Lussier

Good information Ben!

Tony, I also don't think it's a bad idea to file a LP bug on this issue 
in case somebody can look at it before a hackfest happens. Also, if you 
follow up on Ben's suggestion and adjust your own CSS so that it works 
better, that change is something you could submit on the bug.


Kathy

On 02/12/2015 12:15 PM, Ben Shum wrote:

Hi Tony,

So admittedly, the first work done in this area, we had to select a
resolution to begin writing mobile view for and it was 600px  (you can
see this in the style.css.tt2 file).  So if you're viewing at 615 px,
it will not kick in the mobile view version, of course.  At 600 or
less, it will kick in the mobile CSS.

Long-term, I do believe that we need work to enhance the catalog to
support multiple viewing resolutions.  And there is Dan Scott's filed
bug to deal with designing with mobile in mind first
(https://bugs.launchpad.net/evergreen/+bug/1413730).  Not sure where
that's headed yet, but keeping more mobile views than just smartphones
seems like a good thing to do.

In the meantime, you can adjust when mobile kicks in (what if you
wanted it at 650 px?) by changing the CSS file for TPAC.  Or you can
help start creating a good middle sized CSS for view on slightly
larger environments, like tablets.

Continuing work on mobile responsiveness was a project idea during OPW
last time (http://wiki.evergreen-ils.org/doku.php?id=opw#project_ideas)
and I can see it being a good project for a future Hackfest session or
Hack-A-Way too.

-- Ben

On Thu, Feb 12, 2015 at 11:36 AM, Tony Bandy  wrote:

Hi Kathy, folks,



Thanks much for the note!



--



For the most part, the general TPAC looks pretty decent when viewed on a
mobile device, but we’re noticing that when logging in to check your
personal account, the display is a little wide—the user has to scroll to the
right to view the entire box.



Also, once logged in, and this is the biggest issue we’ve seen, the lists of
items that are checked out are all, for the lack of a better term, “all
squashed together”….  J J when you get below a certain pixel count on the
screen, say around 615px.



I’m not sure if this list accepts attachments, but I’ve attached a
simulation of what it looks like.  Maybe this is just us?  I just wasn’t
sure what approach other folks were working on and if anyone had encountered
this before….



Thanks again for any thoughts as you have time….I can open a bug if everyone
thinks this might be the way to go….



--Tony





From: Open-ils-general
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of
Kathy Lussier
Sent: Thursday, February 12, 2015 11:24 AM


To: open-ils-general@list.georgialibraries.org
Subject: Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices



Hi Tony,

There is an existing bug with the My Lists area of the catalog -
https://bugs.launchpad.net/evergreen/+bug/1353509.

What are the specific issues you've experienced?

Kathy

On 02/12/2015 11:19 AM, Tony Bandy wrote:

Hi all,



Just to follow-up a bit with the conversation from earlier this week, has
anyone else experienced any issues with the My Account portion of the TPAC
on mobile devices?  I was going to file a bug report, but wanted to check-in
first and see if anyone had experienced these issues and had a workaround,
update, etc.



Any thoughts on this would be super….



--Tony





Tony Bandy

to...@ohionet.org

OHIONET

1500 West Lane Ave.

Columbus, OH  43221-3975

614-486-2966 x19







From: Open-ils-general
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of
Kathy Lussier
Sent: Tuesday, February 10, 2015 2:29 PM
To: open-ils-general@list.georgialibraries.org
Subject: Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices



Development was done for Evergreen release 2.6 to bring the catalog into
better compliance with WCAG 2.0.

Work was also done for Evergreen 2.5 to make most catalog interfaces more
responsive, optimizing the display of mobile devices. There may have been
some interfaces that we missed, but if there is any screen that isn't
displaying well on a mobile device, I recommend filing a bug in Launchpad at
https://bugs.launchpad.net/evergreen to let the developers know. There's a
nice blog post about the project at
http://evergreen-ils.org/hackaway13-mobile-catalog/.

I hope this helps!

Kathy

On 02/10/2015 01:55 PM, rita@statcan.gc.ca wrote:

Good afternoon,



Just wondering is there any development for Evergreen OPAC  optimizing
websites and applications for mobile devices?



Will it meet the technical specifications for the Web and mobile presence,
ensure that each device-based mobile application meets all five WCAG 2.0
conformance requirements? For the purposes of this standard, requirements of
applying to Web pages equally applying to device-based mobile applications
screens, such as Web Experience Toolkit (WET4)?



Thanks,



Rita Liu

Library

Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

2015-02-12 Thread Ben Shum
Hi Tony,

So admittedly, the first work done in this area, we had to select a
resolution to begin writing mobile view for and it was 600px  (you can
see this in the style.css.tt2 file).  So if you're viewing at 615 px,
it will not kick in the mobile view version, of course.  At 600 or
less, it will kick in the mobile CSS.

Long-term, I do believe that we need work to enhance the catalog to
support multiple viewing resolutions.  And there is Dan Scott's filed
bug to deal with designing with mobile in mind first
(https://bugs.launchpad.net/evergreen/+bug/1413730).  Not sure where
that's headed yet, but keeping more mobile views than just smartphones
seems like a good thing to do.

In the meantime, you can adjust when mobile kicks in (what if you
wanted it at 650 px?) by changing the CSS file for TPAC.  Or you can
help start creating a good middle sized CSS for view on slightly
larger environments, like tablets.

Continuing work on mobile responsiveness was a project idea during OPW
last time (http://wiki.evergreen-ils.org/doku.php?id=opw#project_ideas)
and I can see it being a good project for a future Hackfest session or
Hack-A-Way too.

-- Ben

On Thu, Feb 12, 2015 at 11:36 AM, Tony Bandy  wrote:
> Hi Kathy, folks,
>
>
>
> Thanks much for the note!
>
>
>
> --
>
>
>
> For the most part, the general TPAC looks pretty decent when viewed on a
> mobile device, but we’re noticing that when logging in to check your
> personal account, the display is a little wide—the user has to scroll to the
> right to view the entire box.
>
>
>
> Also, once logged in, and this is the biggest issue we’ve seen, the lists of
> items that are checked out are all, for the lack of a better term, “all
> squashed together”….  J J when you get below a certain pixel count on the
> screen, say around 615px.
>
>
>
> I’m not sure if this list accepts attachments, but I’ve attached a
> simulation of what it looks like.  Maybe this is just us?  I just wasn’t
> sure what approach other folks were working on and if anyone had encountered
> this before….
>
>
>
> Thanks again for any thoughts as you have time….I can open a bug if everyone
> thinks this might be the way to go….
>
>
>
> --Tony
>
>
>
>
>
> From: Open-ils-general
> [mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of
> Kathy Lussier
> Sent: Thursday, February 12, 2015 11:24 AM
>
>
> To: open-ils-general@list.georgialibraries.org
> Subject: Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices
>
>
>
> Hi Tony,
>
> There is an existing bug with the My Lists area of the catalog -
> https://bugs.launchpad.net/evergreen/+bug/1353509.
>
> What are the specific issues you've experienced?
>
> Kathy
>
> On 02/12/2015 11:19 AM, Tony Bandy wrote:
>
> Hi all,
>
>
>
> Just to follow-up a bit with the conversation from earlier this week, has
> anyone else experienced any issues with the My Account portion of the TPAC
> on mobile devices?  I was going to file a bug report, but wanted to check-in
> first and see if anyone had experienced these issues and had a workaround,
> update, etc.
>
>
>
> Any thoughts on this would be super….
>
>
>
> --Tony
>
>
>
>
>
> Tony Bandy
>
> to...@ohionet.org
>
> OHIONET
>
> 1500 West Lane Ave.
>
> Columbus, OH  43221-3975
>
> 614-486-2966 x19
>
>
>
>
>
>
>
> From: Open-ils-general
> [mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of
> Kathy Lussier
> Sent: Tuesday, February 10, 2015 2:29 PM
> To: open-ils-general@list.georgialibraries.org
> Subject: Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices
>
>
>
> Development was done for Evergreen release 2.6 to bring the catalog into
> better compliance with WCAG 2.0.
>
> Work was also done for Evergreen 2.5 to make most catalog interfaces more
> responsive, optimizing the display of mobile devices. There may have been
> some interfaces that we missed, but if there is any screen that isn't
> displaying well on a mobile device, I recommend filing a bug in Launchpad at
> https://bugs.launchpad.net/evergreen to let the developers know. There's a
> nice blog post about the project at
> http://evergreen-ils.org/hackaway13-mobile-catalog/.
>
> I hope this helps!
>
> Kathy
>
> On 02/10/2015 01:55 PM, rita@statcan.gc.ca wrote:
>
> Good afternoon,
>
>
>
> Just wondering is there any development for Evergreen OPAC  optimizing
> websites and applications for mobile devices?
>
>
>
> Will it meet the technical specifications for the Web and mobile presence,
> ensure that each device-based mobile 

Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

2015-02-12 Thread Tony Bandy
Hi Kathy, folks,

Thanks much for the note!

--

For the most part, the general TPAC looks pretty decent when viewed on a mobile 
device, but we're noticing that when logging in to check your personal account, 
the display is a little wide-the user has to scroll to the right to view the 
entire box.

Also, once logged in, and this is the biggest issue we've seen, the lists of 
items that are checked out are all, for the lack of a better term, "all 
squashed together"  :) :) when you get below a certain pixel count on the 
screen, say around 615px.

I'm not sure if this list accepts attachments, but I've attached a simulation 
of what it looks like.  Maybe this is just us?  I just wasn't sure what 
approach other folks were working on and if anyone had encountered this 
before

Thanks again for any thoughts as you have timeI can open a bug if everyone 
thinks this might be the way to go

--Tony


From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Kathy 
Lussier
Sent: Thursday, February 12, 2015 11:24 AM
To: open-ils-general@list.georgialibraries.org
Subject: Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

Hi Tony,

There is an existing bug with the My Lists area of the catalog - 
https://bugs.launchpad.net/evergreen/+bug/1353509.

What are the specific issues you've experienced?

Kathy

On 02/12/2015 11:19 AM, Tony Bandy wrote:
Hi all,

Just to follow-up a bit with the conversation from earlier this week, has 
anyone else experienced any issues with the My Account portion of the TPAC on 
mobile devices?  I was going to file a bug report, but wanted to check-in first 
and see if anyone had experienced these issues and had a workaround, update, 
etc.

Any thoughts on this would be super

--Tony


Tony Bandy
to...@ohionet.org<mailto:to...@ohionet.org>
OHIONET
1500 West Lane Ave.
Columbus, OH  43221-3975
614-486-2966 x19



From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Kathy 
Lussier
Sent: Tuesday, February 10, 2015 2:29 PM
To: 
open-ils-general@list.georgialibraries.org<mailto:open-ils-general@list.georgialibraries.org>
Subject: Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

Development was done for Evergreen release 2.6 to bring the catalog into better 
compliance with WCAG 2.0.

Work was also done for Evergreen 2.5 to make most catalog interfaces more 
responsive, optimizing the display of mobile devices. There may have been some 
interfaces that we missed, but if there is any screen that isn't displaying 
well on a mobile device, I recommend filing a bug in Launchpad at 
https://bugs.launchpad.net/evergreen to let the developers know. There's a nice 
blog post about the project at 
http://evergreen-ils.org/hackaway13-mobile-catalog/.

I hope this helps!

Kathy
On 02/10/2015 01:55 PM, rita@statcan.gc.ca<mailto:rita@statcan.gc.ca> 
wrote:
Good afternoon,

Just wondering is there any development for Evergreen OPAC  optimizing websites 
and applications for mobile devices?

Will it meet the technical specifications for the Web and mobile presence, 
ensure that each device-based mobile application meets all five WCAG 2.0 
conformance requirements? For the purposes of this standard, requirements of 
applying to Web pages equally applying to device-based mobile applications 
screens, such as Web Experience Toolkit (WET4)?

Thanks,

Rita Liu
Library Services | Services bibliothèque
R.H. Coats Building | Immeuble R.-H.-Coats / Floor | Étage 2 R
Statistics Canada | 100 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
Statistique Canada | 100, promenade Tunney's Pasture, Ottawa ON K1A 0T6
rita@statcan.gc.ca<mailto:rita@statcan.gc.ca>
Telephone | Téléphone 613-850-6587
Facsimile | Télécopieur 613-951-0939
Cellular | Cellulaire 613-850-6587
Government of Canada | Gouvernement du Canada





--

Kathy Lussier

Project Coordinator

Massachusetts Library Network Cooperative

(508) 343-0128

kluss...@masslnc.org<mailto:kluss...@masslnc.org>

Twitter: http://www.twitter.com/kmlussier



--

Kathy Lussier

Project Coordinator

Massachusetts Library Network Cooperative

(508) 343-0128

kluss...@masslnc.org<mailto:kluss...@masslnc.org>

Twitter: http://www.twitter.com/kmlussier


Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

2015-02-12 Thread Kathy Lussier

Hi Tony,

There is an existing bug with the My Lists area of the catalog - 
https://bugs.launchpad.net/evergreen/+bug/1353509.


What are the specific issues you've experienced?

Kathy


On 02/12/2015 11:19 AM, Tony Bandy wrote:


Hi all,

Just to follow-up a bit with the conversation from earlier this week, 
has anyone else experienced any issues with the My Account portion of 
the TPAC on mobile devices?  I was going to file a bug report, but 
wanted to check-in first and see if anyone had experienced these 
issues and had a workaround, update, etc.


Any thoughts on this would be super….

--Tony

Tony Bandy

to...@ohionet.org <mailto:to...@ohionet.org>

OHIONET

1500 West Lane Ave.

Columbus, OH  43221-3975

614-486-2966 x19

*From:*Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] *On Behalf 
Of *Kathy Lussier

*Sent:* Tuesday, February 10, 2015 2:29 PM
*To:* open-ils-general@list.georgialibraries.org
*Subject:* Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

Development was done for Evergreen release 2.6 to bring the catalog 
into better compliance with WCAG 2.0.


Work was also done for Evergreen 2.5 to make most catalog interfaces 
more responsive, optimizing the display of mobile devices. There may 
have been some interfaces that we missed, but if there is any screen 
that isn't displaying well on a mobile device, I recommend filing a 
bug in Launchpad at https://bugs.launchpad.net/evergreen to let the 
developers know. There's a nice blog post about the project at 
http://evergreen-ils.org/hackaway13-mobile-catalog/.


I hope this helps!

Kathy

On 02/10/2015 01:55 PM, rita@statcan.gc.ca 
<mailto:rita@statcan.gc.ca> wrote:


Good afternoon,

Just wondering is there any development for Evergreen OPAC
optimizing websites and applications for mobile devices?

Will it meet the technical specifications for the Web and mobile
presence, ensure that each device-based mobile application meets
all five WCAG 2.0 conformance requirements? For the purposes of
this standard, requirements of applying to Web pages equally
applying to device-based mobile applications screens, such as Web
Experience Toolkit (WET4)?

Thanks,

Rita Liu

Library Services | Services bibliothèque

R.H. Coats Building | Immeuble R.-H.-Coats / Floor | Étage 2 R

Statistics Canada | 100 Tunney's Pasture Driveway, Ottawa ON K1A 0T6

Statistique Canada | 100, promenade Tunney's Pasture, Ottawa ON
K1A 0T6

rita@statcan.gc.ca <mailto:rita@statcan.gc.ca>

Telephone | Téléphone 613-850-6587

Facsimile | Télécopieur 613-951-0939

Cellular | Cellulaire 613-850-6587

Government of Canada | Gouvernement du Canada



--
Kathy Lussier
Project Coordinator
Massachusetts Library Network Cooperative
(508) 343-0128
kluss...@masslnc.org  <mailto:kluss...@masslnc.org>
Twitter:http://www.twitter.com/kmlussier


--
Kathy Lussier
Project Coordinator
Massachusetts Library Network Cooperative
(508) 343-0128
kluss...@masslnc.org
Twitter: http://www.twitter.com/kmlussier



Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

2015-02-12 Thread Tony Bandy
Hi all,

Just to follow-up a bit with the conversation from earlier this week, has 
anyone else experienced any issues with the My Account portion of the TPAC on 
mobile devices?  I was going to file a bug report, but wanted to check-in first 
and see if anyone had experienced these issues and had a workaround, update, 
etc.

Any thoughts on this would be super

--Tony


Tony Bandy
to...@ohionet.org<mailto:to...@ohionet.org>
OHIONET
1500 West Lane Ave.
Columbus, OH  43221-3975
614-486-2966 x19



From: Open-ils-general 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Kathy 
Lussier
Sent: Tuesday, February 10, 2015 2:29 PM
To: open-ils-general@list.georgialibraries.org
Subject: Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

Development was done for Evergreen release 2.6 to bring the catalog into better 
compliance with WCAG 2.0.

Work was also done for Evergreen 2.5 to make most catalog interfaces more 
responsive, optimizing the display of mobile devices. There may have been some 
interfaces that we missed, but if there is any screen that isn't displaying 
well on a mobile device, I recommend filing a bug in Launchpad at 
https://bugs.launchpad.net/evergreen to let the developers know. There's a nice 
blog post about the project at 
http://evergreen-ils.org/hackaway13-mobile-catalog/.

I hope this helps!

Kathy
On 02/10/2015 01:55 PM, rita@statcan.gc.ca<mailto:rita@statcan.gc.ca> 
wrote:
Good afternoon,

Just wondering is there any development for Evergreen OPAC  optimizing websites 
and applications for mobile devices?

Will it meet the technical specifications for the Web and mobile presence, 
ensure that each device-based mobile application meets all five WCAG 2.0 
conformance requirements? For the purposes of this standard, requirements of 
applying to Web pages equally applying to device-based mobile applications 
screens, such as Web Experience Toolkit (WET4)?

Thanks,

Rita Liu
Library Services | Services bibliothèque
R.H. Coats Building | Immeuble R.-H.-Coats / Floor | Étage 2 R
Statistics Canada | 100 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
Statistique Canada | 100, promenade Tunney's Pasture, Ottawa ON K1A 0T6
rita@statcan.gc.ca<mailto:rita@statcan.gc.ca>
Telephone | Téléphone 613-850-6587
Facsimile | Télécopieur 613-951-0939
Cellular | Cellulaire 613-850-6587
Government of Canada | Gouvernement du Canada




--

Kathy Lussier

Project Coordinator

Massachusetts Library Network Cooperative

(508) 343-0128

kluss...@masslnc.org<mailto:kluss...@masslnc.org>

Twitter: http://www.twitter.com/kmlussier


Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

2015-02-10 Thread Kathy Lussier
Development was done for Evergreen release 2.6 to bring the catalog into 
better compliance with WCAG 2.0.


Work was also done for Evergreen 2.5 to make most catalog interfaces 
more responsive, optimizing the display of mobile devices. There may 
have been some interfaces that we missed, but if there is any screen 
that isn't displaying well on a mobile device, I recommend filing a bug 
in Launchpad at https://bugs.launchpad.net/evergreen to let the 
developers know. There's a nice blog post about the project at 
http://evergreen-ils.org/hackaway13-mobile-catalog/.


I hope this helps!

Kathy

On 02/10/2015 01:55 PM, rita@statcan.gc.ca wrote:

Good afternoon,
Just wondering is there any development for Evergreen OPAC optimizing 
websites and applications for mobile devices?
Will it meet the technical specifications for the Web and mobile 
presence, ensure that each device-based mobile application meets all 
five WCAG 2.0 conformance requirements? For the purposes of this 
standard, requirements of applying to Web pages equally applying to 
device-based mobile applications screens, such as Web Experience 
Toolkit (WET4)?

Thanks,
Rita Liu
Library Services | Services bibliothèque
R.H. Coats Building | Immeuble R.-H.-Coats / Floor | Étage 2 R
Statistics Canada | 100 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
Statistique Canada | 100, promenade Tunney's Pasture, Ottawa ON K1A 0T6
rita@statcan.gc.ca
Telephone | Téléphone 613-850-6587
Facsimile | Télécopieur 613-951-0939
Cellular | Cellulaire 613-850-6587
Government of Canada | Gouvernement du Canada


--
Kathy Lussier
Project Coordinator
Massachusetts Library Network Cooperative
(508) 343-0128
kluss...@masslnc.org
Twitter: http://www.twitter.com/kmlussier



Re: [OPEN-ILS-GENERAL] About Evergreen OPAC for Mobile Devices

2015-02-10 Thread Rogan Hamby
I know there have been some entities looking at accessiblity standards and
the OPAC though I don't know where that stands at this moment.  However,
there has been quite a bit of work into making the OPAC more mobile
friendly and it continues.  I use the OPAC quite frequently on my phone
myself.



On Tue, Feb 10, 2015 at 1:55 PM,  wrote:

>  Good afternoon,
>
> Just wondering is there any development for Evergreen OPAC  optimizing
> websites and applications for mobile devices?
>
> Will it meet the technical specifications for the Web and mobile presence,
> ensure that each device-based mobile application meets all five WCAG 2.0
> conformance requirements? For the purposes of this standard, requirements
> of applying to Web pages equally applying to device-based mobile
> applications screens, such as Web Experience Toolkit (WET4)?
>
> Thanks,
>
> Rita Liu
> Library Services | Services bibliothèque
> R.H. Coats Building | Immeuble R.-H.-Coats / Floor | Étage 2 R
> Statistics Canada | 100 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
> Statistique Canada | 100, promenade Tunney's Pasture, Ottawa ON K1A 0T6
> rita@statcan.gc.ca
> Telephone | Téléphone 613-850-6587
> Facsimile | Télécopieur 613-951-0939
> Cellular | Cellulaire 613-850-6587
> Government of Canada | Gouvernement du Canada
>
>



-- 

Rogan Hamby, MLS, CCNP, MIA
Managers Headquarters Library and Reference Services,
York County Library System

“You can never get a cup of tea large enough or a book long enough to suit
me.”
― C.S. Lewis