Welcome to TalkGraphics.com
Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 38
  1. #21
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,340

    Default Re: A question about the code

    I am really excited about this program.
    IP

  2. #22

    Default Re: A question about the code

    behzad, just open the Workbook created in WD, right click and View Code. You'll see exactly what XWD produces.
    IP

  3. #23
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: A question about the code

    The HTML is only created when exported. The native file format for Web Designer is one of Xara's. Web Designer can use .xar or .web files. The native save format is .web.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update
    IP

  4. #24
    Join Date
    Feb 2009
    Location
    Upstate NY, USA
    Posts
    373

    Default Re: A question about the code

    Got it.

    Yeah, I'm interested in this release, too. I only just bought a bunch of Coffee Cup web design stuff (it was at their support forums that I first heard of Xara, actually), but I won't be able to resist grabbing this one, too--especially at the price.
    "You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa
    Visit Spinland Studios: http://www.spinlandstudios.com
    IP

  5. #25

    Default Re: A question about the code

    I just thought I would stick my nose in this thread and give my opinion, for what it's worth.

    For myself, I use a 10 year old html editor to do my modifications (siteaid), but I found the hardest part of doing a web page is the conception, what colour scheme, background, where and what images, etc, etc, etc., which I would do roughly on a piece of paper first, which is still not a bad idea in my opion.

    Once the conception or plan has been made, the rest if relatively simple using whatever program you use. If you give your site to somebody else to maintain it just may be easier for that person to redo your whole site in his program rather than fooling around with your code, as long as he has access to all the folders with your images, etc. Using a wysiwyg program it would probably be only a matter of a couple of hours to redo the site.

    The biggest mistake I have run accross is where two or more persons have access to the site to make modifications. Person one modifies a page and uploads it and person 2 will modify the same page and upload it, over writting the modifications made by the first person. The only way to get around this is with good communication or else downloading every page from the web before you modify it yourself, and then upload the modified version.

    The best of the best in my opinion is if only one person is responsible for maintaining and modify the site. If you wish somebody else to maintain it, it may be better to let them build it. Make your design in xara, save it as a jpeg and show it to them; I want this like this, put this image here, linking to there: You did the hard part, the creation is relatively simple............frank
    IP

  6. #26
    Join Date
    Feb 2009
    Location
    Upstate NY, USA
    Posts
    373

    Default Re: A question about the code

    One nut to crack--and I'm not even sure this is possible, given the scope of the problem space--would be the ability to reverse-engineer existing HTML code and from that build a WYSIWYG version compatible with an editor such as WD for editing. If the code were strictly compliant the problem space would almost be tractable, but still. I can dream, right?
    "You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa
    Visit Spinland Studios: http://www.spinlandstudios.com
    IP

  7. #27
    Join Date
    Feb 2009
    Location
    Upstate NY, USA
    Posts
    373

    Default Re: A question about the code

    Quote Originally Posted by Seagull View Post
    The biggest mistake I have run accross is where two or more persons have access to the site to make modifications. Person one modifies a page and uploads it and person 2 will modify the same page and upload it, over writting the modifications made by the first person. The only way to get around this is with good communication or else downloading every page from the web before you modify it yourself, and then upload the modified version.
    Classic configuration management problem, and one that has to be dealt with by any development team regardless of the project and/or language they work in. Many traditional coding tools these days integrate with a configuration management system that forces you to "check out" the portion of the code base you're going to work on, and won't let anyone else check it out until you've committed your changes and checked it back in.

    Alas, those types of configuration management tools are either too expensive or too arcane for the web development world, which seems to be long on graphics designers and artists and short on traditional software engineering practices.

    Sorry, my software geek side coming out.
    "You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa
    Visit Spinland Studios: http://www.spinlandstudios.com
    IP

  8. #28
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: A question about the code

    Quote Originally Posted by Spinny View Post
    I can dream, right?
    Yes, you can dream.
    John.
    IP

  9. #29
    Join Date
    Dec 2004
    Location
    Boston, UK
    Posts
    204

    Default Re: A question about the code

    Quote Originally Posted by Spinny View Post
    Got it.

    Yeah, I'm interested in this release, too. I only just bought a bunch of Coffee Cup web design stuff (it was at their support forums that I first heard of Xara, actually), but I won't be able to resist grabbing this one, too--especially at the price.
    I think that you'll find your Coffeecup investment well worth while as it'll slot very nicely into Xara Web Designer to provide the interactive elements that aren't there (yet)! As soon as XWD is released, I'll knock up a site from a template incorporating a form and some video. I spent lunchtime loking at the XWD videos and for current Xtreme users, XWD is going to be a walk in the park!

    w00dy aka Colin Woodcock
    Coffeecup Ambassador
    "Second class fairway is better than first class rough!"
    IP

  10. #30
    Join Date
    Jan 2006
    Posts
    2,439

    Default Re: A question about the code

    Quote Originally Posted by Spinny View Post
    Many traditional coding tools these days integrate with a configuration management system that forces you to "check out" the portion of the code base you're going to work on...
    The right description is Concurrent Versioning System or Source Code Management and it's most used by developers. See also the Wikipedia article about CVS and Revision control.

    But in order to work with multiple editors on a website, a Content Management System is the right tool (and most of the companies know that). See also the Wikipedia article about CMS.

    Remi
    IP

 

 

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
  •