Welcome to TalkGraphics.com
Results 1 to 10 of 29

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Riverside, CA
    Posts
    119

    Default Re: responsive web design

    Agreed. This is a marketing decision, not a technical or design decision. At last survey, 40%+ of all internet access was mobile (phone, tablet.) If you want that market then you use the program or design the site to make that easy for your customers. If your site is for family pictures, then you can ignore alternate formats.

    As to Xara being a WYSIWYG, that is the developer's choice. But, if the company begins to lose sales because its customers seek RWD features, then maybe it will be worth a rewrite. I don't think that is the case with Xara. Those companies just wanting a web presence have too many cookie-cutter options to be bothered with learning a software. Xara is perfect for the small to mid-sized company with a one or two person marketing staff responsible for a web and print presence. I have used it since 94 for that very reason. Draw once and use everywhere. IMHO.

  2. #2
    Join Date
    Sep 2000
    Location
    Bracknell, UK
    Posts
    8,659

    Default Re: responsive web design

    Responsive Web Design for Xara users is probably one of those things people wish for but would hate as soon as their wish came true.

  3. #3
    Join Date
    Aug 2008
    Location
    Canton, GA
    Posts
    666

    Default Re: responsive web design

    If you need a mobile version then design a mobile version.
    That was a fine attitude until about a year ago. With RWD becoming more mainstream, it's getting less common/popular to do the separate mobile site.

    We generate mostly Joomla! sites these days and all the newest ones we've done are responsive. The same content can be delivered to the right size and automatically flow its info. To create an individual "small screen" site would be nice if there weren't 10 different sizes out there, plus the portrait vs. landscape versions of those. It's just not practical to design that many possibilities to make sure your site is appropriate for all browser sizes.

    In Responsive, the content of the site can stay the same, and the back end determines what parts should be loaded (or not) according to the size, so you can really specify at a pretty granular level whether to include that big background image, whether a slider component (or whatever) should show at a small size, etc.

    I don't anticipate Xara sites to go the responsive way just because of the nature of the way they are created and output - there wouldn't be an easy way I can think of to design something without the "code" aspect to automatically know how to deal with itself, unless it were done with something like wierd uses of the Name of objects or something.

    Just a few thoughts.

  4. #4
    Join Date
    Sep 2000
    Location
    Bracknell, UK
    Posts
    8,659

    Default Re: responsive web design

    Designing a separate mobile site in Xara is a good solution if you don't wish to become one with HTML/CSS or take up template customisation.

    It's a misconception to imagine that people are building one site when they use responsive techniques, they are building a site that changes according to various criteria - often screen size, so you still have to design for multiple screen sizes, it's just that it's done in the same code.

    It would be interesting to hear from all the people clamouring for Xara to be a responsive web designer, to explain how they could do that. Just how would that work?

    Responsive web design isn't WYSIWYG design, so it's a real challenge for Xara.

    Jimi said As for mobile phones, I rarely look at sites on them. Once you're over 50 I think one just says stuff it. I'll wait until later and view it on something where I don't have to squint.

    Jimi made a great point - any site that requires squinting, sure as heck wasn't designed for the platform it's being viewed upon and would benefit from a design that suits the platform form factor, whether that's a responsive design or a separate mobile site.

  5. #5
    Join Date
    Dec 2000
    Location
    Hautes Pyrénées, France
    Posts
    5,083

    Default Re: responsive web design

    ok here's a very very rough and unpolished thought
    you select "web document" and you get a dialog that says "do you want to do a mobile at site at the same time"
    if you say yes you get two pages side by side, one for desktop size, one for the current "average" mobile width (not an easy choice but let's say there is one)
    you design your desktop side and you drag and drop your essential mobile elements from the desktop to the mobile side
    every new page created follows the same convention as above
    when you're finished the preview gives you two views side by side
    then when you export it automatically creates a js or php or htaccess solution to do a mobile detect with maybe a cookie to prevent looping
    and the export puts the mobile in a subdirectory or a subdomain as required
    its not perfect by any means
    but it's a start and gets people thinking about accessibility for mobile devices
    the mobile web market is exploding
    those of us in web design are feeling the pressure
    every single client this year has in one way or another asked me about this
    having a solution to hand is better than not having one at all
    those movie makers who said talkies would never take off lost everything
    i do my best to design for end users but when it comes down to it i'm designing for the people who pay the bills
    If someone tried to make me dig my own grave I would say No.
    They're going to kill me anyway and I'd love to die the way I lived:
    Avoiding Manual Labour.

  6. #6
    Join Date
    Sep 2000
    Location
    Bracknell, UK
    Posts
    8,659

    Default Re: responsive web design

    BF your idea is a good one, I think.

    It's not responsive, but a way of making it easier for people to create multiple sites for different resolutions but keep the designs together.

    I have a feeling I've seen a similar thing with some existing software, but can't remember where.

    It's a mystery to me that Xara hasn't included a mobile switch feature already.

  7. #7
    Join Date
    Jan 2010
    Location
    Bradford, England
    Posts
    1,829

    Default Re: responsive web design

    Paul, you may have seen it in Adobe Muse, that has a very similar capability, you tell the software that you also want a mobile site it create the pages optimised for the mobile. It creates the master pages and converts backgrounds etc and you then decide which elements you want to keep and it resizes them appropriately and when publishing it publishes both sites and sets up the code.
    Flawless Form. Faultless Function. Crafted by Cloud

    https://www.cloudwebagency.co.uk

  8. #8
    Join Date
    Oct 2012
    Location
    Texas
    Posts
    113

    Default Re: responsive web design

    Quote Originally Posted by Big Frank View Post
    ok here's a very very rough and unpolished thought
    you select "web document" and you get a dialog that says "do you want to do a mobile at site at the same time"
    if you say yes you get two pages side by side, one for desktop size, one for the current "average" mobile width (not an easy choice but let's say there is one)
    you design your desktop side and you drag and drop your essential mobile elements from the desktop to the mobile side
    every new page created follows the same convention as above
    when you're finished the preview gives you two views side by side
    then when you export it automatically creates a js or php or htaccess solution to do a mobile detect with maybe a cookie to prevent looping
    and the export puts the mobile in a subdirectory or a subdomain as required
    its not perfect by any means
    but it's a start and gets people thinking about accessibility for mobile devices
    the mobile web market is exploding
    those of us in web design are feeling the pressure
    every single client this year has in one way or another asked me about this
    having a solution to hand is better than not having one at all
    those movie makers who said talkies would never take off lost everything
    i do my best to design for end users but when it comes down to it i'm designing for the people who pay the bills
    Site Spinner does it, but not very well.

  9. #9
    Join Date
    Jun 2011
    Location
    Wisconsin, USA
    Posts
    128

    Default Re: responsive web design

    Here is my post from the Web Gallery forum with my own two cents worth on this very subject, of Responsive Web Design:
    I have designed a website for a local restaurant and the customer was very happy with it. But, as a side remark, they mentioned it did not "fit" on their smartphone screens and indicated that they actually expected their website to fit as a matter-of-fact. As frequently discussed on these two WD forums, customers are now expecting their websites to be 'responsive' (even if they do not know what that means). So, because I am thick and not able (willing) to learn responsive web design, my best option is to use Xara to knock up a mini version of a website. Because Xara is so easy and quick, I can quickly cut and paste the main elements or contents of the main site and fit them into a smaller page size and only use the most pertinent information so that the phone versions loads as quickly as possible.
    My customer is very pleased with his new mobile-optimised site but I still have just the one problem, and that is I still cannot 'lock' the website in the side-to-side position. This only occurs on the iPhone, Android versions of this website are 'locked' into position and look better on the screen. If I could fix this lock problem, I think I could legitimately say that Xara can now cover both bases, even if it isn't a genuine 'responsive site, it is a sellable option for us Xara designers. If anyone has any ideas, I am pretty sure if a fix can be found, it would answer a lot of the mobile-optimised site questions we keep getting on this forum.
    I have tested the redirect and it sends most phones correctly to the mobile site, unless someone here tells me that their particular phone is not redirected (maybe a Windows phone?).
    Please let me know what you think here> http://mojitosmexicangrill.com

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •