Does anyone ever think about the user experience (UX)?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Feedback
- :
- Plusnet Feedback
- :
- Does anyone ever think about the user experience (...
Does anyone ever think about the user experience (UX)?
26-10-2013 3:56 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
So I find a very helpful page on Server Addresses & Settings (http://www.plus.net/support/customer_service/using/settings.shtml). Brilliant, all the info I might ever need and as the page say; "A handy reference guide". But what happens if you print the page to keep for reference?
Well, some developer has oh so thoughtfully set all the css with a media="screen" attribute (meaning the layout only applies to screen devices) and there is no alternative print css. This means if you try and print this helpful page you get a mess of info as most of the layout has been lost.
So it makes me wonder; Does anyone ever stop and THINK about how a customer might use info like this? I just find it *so* frustrating that people don't actually think through how things will be used. It's just sloppy, so please PN, just can the media="screen" attribute and we can all print and keep the page without having to resort to chopping up screen grabs to get a print that's readable.
Re: Does anyone ever think about the user experience (UX)?
26-10-2013 4:12 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Welcome to Plusnet and the Community, Hope you're having a good weekend.
I'm not sure what you're having a problem with, when I visit the settings page link you've given, and press on the "Print" button at the bottom, I get a print preview that looks like it should.
Is that what happens for you as well, or does it not show correctly in the print preview either?
Cheers,
Matt
Re: Does anyone ever think about the user experience (UX)?
26-10-2013 4:16 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I've just printed the page (3 pages) without any problem.
Re: Does anyone ever think about the user experience (UX)?
26-10-2013 5:51 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Does anyone ever think about the user experience (UX)?
26-10-2013 5:53 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Does anyone ever think about the user experience (UX)?
26-10-2013 6:09 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Does anyone ever think about the user experience (UX)?
26-10-2013 6:15 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Does anyone ever think about the user experience (UX)?
26-10-2013 6:48 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
OS is XP and using the Pale Moon browser.
Re: Does anyone ever think about the user experience (UX)?
26-10-2013 8:01 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Does anyone ever think about the user experience (UX)?
26-10-2013 8:29 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
<style type="text/css" media="print">
@import url(/assets/stylesheets/generic_print.css);
</style>
Re: Does anyone ever think about the user experience (UX)?
27-10-2013 10:48 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@Oldjim: I do not see the same as you. What I see is attached and is the result of there being no print css
@ejs: I've attached the source of the page served to me...as pdf as I'm not permitted to privde it as text or html format - that is what blew out my last reply...and it contains no print css. Search the source for yourself
So maybe the feedback to PN is that whatever ejs and Oldjim are seeing, as your pages clearly do include a print css, I for some reason I am not seeing the same. Why? Or maybe you can all tell me I'm making it up and the page is perfect with no room for improvement? In fact one thought...why not offer a pdf print layout of all the info for people to print and refer back too...best of all worlds...or is that going to be shouted down too? is there indeed any point in providing feedback?
Re: Does anyone ever think about the user experience (UX)?
27-10-2013 11:39 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Perhaps nobody from PN has read this thread. Raise a ticket and they will deal with it .
Re: Does anyone ever think about the user experience (UX)?
27-10-2013 11:49 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
In the source of the page I get, there is:
@import url(/assets/stylesheets/new_root.css?refresh=01102013);
@import url(/assets/stylesheets/support/support.css?refresh=300713);
@import url(/assets/stylesheets/support/sifr.css);
@import url(/assets/jquery/colorbox/colorbox.css);
then shortly later there's the print css I posted earlier.
In the PDF of the source code iain posted, instead of the above 4 stylesheets, in a similar place there is:
@import url(/assets/jquery/thickbox/thickbox.css);
@import url(/assets/stylesheets/new_root.css?refresh=16MAR12);
@import url(/assets/stylesheets/business/business.css?refresh=oct10);
@import url(/assets/stylesheets/support/support.css?refresh=oct10);
@import url(/assets/stylesheets/support/sifr.css);
A workaround would be to log out, then print the page. Or try Control+F5 to refresh the page, or clearing browser cache if you haven't already tried that (because oct10 sounds a bit old).
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Feedback
- :
- Plusnet Feedback
- :
- Does anyone ever think about the user experience (...