Welcome to TalkGraphics.com
Page 1 of 5 123 ... LastLast
Results 1 to 10 of 41
  1. #1
    Join Date
    Apr 2015
    Posts
    22

    Default What Xara Design Pro 11 is lacking - suggestions for next version

    I really like Xara Web Designer and Xara Designer Pro 11, both of which I purchased.

    While Xara's design tools are about as good as it gets and the responsive ability of Xara puts it way ahead of the pack, there are a few areas where it just falls flat. The included form tools are a joke - I will NEVER use a form service for my clients or myself. I believe in creating my own forms and having total control over the data and where it goes. ALL of my current web design tools have this EXCEPT for Xara, yet all the others are missing the key features that make Xara my go-to tool for website design.

    I think the largest lacking area in Xara for web design is forms. The options they offer are unusable for my clients. Having proper form creation tools would be the next biggest area for an upgrade as far as i'm concerned. I know I could do it programmatically, but that would be a pain! Right now, I am using another web design software that excels at form design to create the form and upload it, then grab that in Xara. Xara Designer Pro 11 is great for just about everything else (well, it could use Database tools like MySQL inclusion, but that's a whole other thing).

    Would pre-made form templates that work in Xara without having to import a already made web page be possible? It would be far better to be able to have form controls for all kinds of custom forms, tbh, but any kind of form would be welcome.

    Obviously, without proper form tools like buttons, text boxes, radio and check boxes, text area and other form controls, Xara cannot be used for this. Xara is also missing any jquery control integration, like a data grid, slider bars, etc.

    This is what Xara needs next to be considered a serious web design tool. It does everything else well.

    Mike

  2. #2
    Join Date
    Aug 2015
    Location
    A galaxy far far away
    Posts
    257

    Default Re: What Xara Design Pro 11 is lacking - suggestions for next version

    Quote Originally Posted by karmacomposer View Post
    I really like Xara Web Designer and Xara Designer Pro 11, both of which I purchased.

    While Xara's design tools are about as good as it gets and the responsive ability of Xara puts it way ahead of the pack, there are a few areas where it just falls flat. The included form tools are a joke - I will NEVER use a form service for my clients or myself. I believe in creating my own forms and having total control over the data and where it goes. ALL of my current web design tools have this EXCEPT for Xara, yet all the others are missing the key features that make Xara my go-to tool for website design.

    I think the largest lacking area in Xara for web design is forms. The options they offer are unusable for my clients. Having proper form creation tools would be the next biggest area for an upgrade as far as i'm concerned. I know I could do it programmatically, but that would be a pain! Right now, I am using another web design software that excels at form design to create the form and upload it, then grab that in Xara. Xara Designer Pro 11 is great for just about everything else (well, it could use Database tools like MySQL inclusion, but that's a whole other thing).

    Would pre-made form templates that work in Xara without having to import a already made web page be possible? It would be far better to be able to have form controls for all kinds of custom forms, tbh, but any kind of form would be welcome.

    Obviously, without proper form tools like buttons, text boxes, radio and check boxes, text area and other form controls, Xara cannot be used for this. Xara is also missing any jquery control integration, like a data grid, slider bars, etc.

    This is what Xara needs next to be considered a serious web design tool. It does everything else well.

    Mike
    Yeah I agree it needs some form functionality, even if it can't process the forms it needs to be able to create basic elements.
    __________________________________________
    Free and premium Xara Web Designer Templates
    www.xdesigner360.com

  3. #3
    Join Date
    Nov 2013
    Location
    Hertfordshire, UK
    Posts
    1,488

    Default Re: What Xara Design Pro 11 is lacking - suggestions for next version

    Hi,

    Forms is something we can look into however integrating something like that into Xara isn't as easy as it sounds. It would also require a back end mail server.

    Database facilities is something I would like to see without Xara slowing turning into MS access of course.

  4. #4
    Join Date
    Apr 2015
    Posts
    22

    Default Re: What Xara Design Pro 11 is lacking - suggestions for next version

    Quote Originally Posted by Rob-Xar View Post
    Hi,

    Forms is something we can look into however integrating something like that into Xara isn't as easy as it sounds. It would also require a back end mail server.

    Database facilities is something I would like to see without Xara slowing turning into MS access of course.
    So not true. It is SUPER EASY to write a simple php script to serve the form. There is no real reason to have a back-end mail server unless it is for those who use your upload service. I don't. All of my clients are on their own servers and they all have webmail, so I can easily put their mail servers in the php script. Plus, in most cases we may not want to email the form, but send the data to a database on a server. All of this can be done programmatically.

    Where form design becomes important is for the look and feel of the page itself - where Xara excels - is the DESIGN of it all. I want my form to be gorgeous AND functional. I can code the functional, but if I coded the entire thing and added it as a HTML code snippet, it would look ugly. Functional, but ugly.

    I use Xara precisely because I can DESIGN the site like I would design a printed piece, but then upload the site when done.

    Let's include forms in those design features to round-out Xara.

    Mike

  5. #5
    Join Date
    Nov 2013
    Location
    Hertfordshire, UK
    Posts
    1,488

    Default Re: What Xara Design Pro 11 is lacking - suggestions for next version

    Please feel free to send us your code if it's that super easy.

  6. #6
    Join Date
    Aug 2015
    Location
    A galaxy far far away
    Posts
    257

    Default Re: What Xara Design Pro 11 is lacking - suggestions for next version

    Quote Originally Posted by Rob-Xar View Post
    Please feel free to send us your code if it's that super easy.
    come on getting your customers to send in the code, especially when it's super easy, slacker ;-)
    __________________________________________
    Free and premium Xara Web Designer Templates
    www.xdesigner360.com

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

    Default Re: What Xara Design Pro 11 is lacking - suggestions for next version

    Quote Originally Posted by Rob-Xar View Post
    Please feel free to send us your code if it's that super easy.
    I have a web creation program produced by a one man band - it includes basic web form support. It generates a mail handling PHP file and works fine.

    I could send you an example of the PHP it creates, but that would be unfair to the developer. Looking at the generated code, it is super-easy.

  8. #8
    Join Date
    Nov 2013
    Location
    Hertfordshire, UK
    Posts
    1,488

    Default Re: What Xara Design Pro 11 is lacking - suggestions for next version

    Quote Originally Posted by pauland View Post
    I have a web creation program produced by a one man band - it includes basic web form support. It generates a mail handling PHP file and works fine.

    I could send you an example of the PHP it creates, but that would be unfair to the developer. Looking at the generated code, it is super-easy.
    Pauland gets it

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

    Default Re: What Xara Design Pro 11 is lacking - suggestions for next version

    Quote Originally Posted by Rob-Xar View Post
    Pauland gets it
    He does?

  10. #10
    Join Date
    Nov 2013
    Location
    Hertfordshire, UK
    Posts
    1,488

    Default Re: What Xara Design Pro 11 is lacking - suggestions for next version

    Yes, the fact seeing the generated code is easy but the code that makes the code is the hard part...

 

 

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
  •