Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 38

Hybrid View

  1. #1
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,345

    Default A question about the code

    I am new to web design, my concern would be, and maybe you experts in web design can help me out.

    My concern is that the code Xara Web designer outputs is it understandable and done cleanly for any web designer to go in and add or edit using dreamweaver or other authoring software?

    Is the code efficient, expandable, editable in dreamweaver and other authoring software?
    IP

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

    Default Re: A question about the code

    Hi Behzad,

    If you have Xtreme 4.0 or Xtreme Pro 4.0 open one of the Web Templates from the Clipart Gallery and export it as a website (html).

    If you can open that export in Dreamweaver and edit it you can do the same with an exported website from Xara Web Designer.

    The first attached image shows an exported Xtreme web template that is open in Microsoft Expression Web. It can be edited in Expression Web, but it is much easier to edit in Xtreme.

    The second attachment shows the same exported website html open in Visual Studio 2008 for editing.

    I do not have Dreamweaver so I cannot test the Xtreme created website in that application.

    However the two different applications I have for editing existing html code can work with the Xtreme export and I'm sure they can work with Web Designer export as well.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	html-edit-test.png 
Views:	461 
Size:	76.2 KB 
ID:	56919   Click image for larger version. 

Name:	vs2008_xtreme_template.png 
Views:	462 
Size:	76.7 KB 
ID:	56920  

    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

  3. #3
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,345

    Default Re: A question about the code

    That is great. Yes I am very excited about this program.
    IP

  4. #4

    Default Re: A question about the code

    Being more a web page creator than a designer, the only thing I will like to see changed is the layout for the various DIV's should be in the CSS file rather than directly on the HTML page.
    Regards,
    Bill A
    IP

  5. #5

    Default Re: A question about the code

    I agree there billa, a seperate style sheet with all CSS instead of on each page like WebStyle used to do would be a lot better. I usually ended up making my own CSS and copy & pasting.
    IP

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

    Default Re: A question about the code

    You can analize html generated by WD looking at these two sites, completely done in this software:
    http://www.xaraxone.com/webxealot/workbook75/index.htm
    http://webdesigner.xara.com/
    John.
    IP

  7. #7

    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

  8. #8
    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

  9. #9
    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

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

    Default Re: A question about the code

    Now the primary question is where shall I find the time to play with all these marvelous new toys?
    "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

 

 

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
  •