Welcome to TalkGraphics.com
Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,521

    Default Re: GWP's tutorials?

    Yeah, I have heard there were issues. It was a tremendous job for Barbara Bouton to archive all that work. I frequently search through the Workbook articles and the Guest Tutorials and most of those are accessible. October 09 does appear to have gone missing.

  2. #2
    Join Date
    Feb 2007
    Location
    UK
    Posts
    21,345

    Default Re: GWP's tutorials?

    I have great admiration for everyone who provided such resource - yourself, GaryB and all those who made tutorials and helped; even did some myself, although they were posted ad-hoc

    The OP implies he is known to you; be that the case or no, there is no cause to go laying blame where it is not due
    -------------------------------
    Nothing lasts forever...

  3. #3
    Join Date
    Oct 2006
    Location
    StPeters, MO USA
    Posts
    10,819

    Default Re: GWP's tutorials?

    Every one I clicked on is FORBIDDEN.
    Larry a.k.a wizard509

    Never give up. You will never fail, but you may find a lot of ways that don't work.

  4. #4
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,902

    Thumbs down Re: GWP's tutorials?

    We go through this rigmarole every couple of years.

    You have to put on the Sherlock Holmes hat.

    Start with https://www.xaraxone.com/us/tutorial/; this is Magix's attempt to get things to work.
    There is a dropdown of Authors. try that first for GaryP.
    There are so many of Gary's tuts missing.

    if you click one you get to the Archive. You can then click on the Year link.
    You will find many fail.

    Another path is http://site.xaraxone.com/tutorials/.
    These are post-Gary - 2011 to 2015.

    This archive Link takes you to http://archive.xaraxone.com/archive.htm.
    You can then try the Guest tutorials.
    The best being http://www.xaraxone.com/guest/guest101/.
    Be brave and change the guest number, starting with 01.

    Acorn


    Someone could extend this code that is run in the browser console to check the Page Link still exist.

    Code:
    var x = document.querySelectorAll("a");
    var myarray = []
    for (var i=0; i<x.length; i++){
    var nametext = x[i].textContent;
    var cleantext = nametext.replace(/\s+/g, ' ').trim();
    var cleanlink = x[i].href;
    myarray.push([cleantext,cleanlink]);
    };
    function make_table() {
        var table = '<table><thead><th>Name</th><th>Links</th></thead><tbody>';
       for (var i=0; i<myarray.length; i++) {
                table += '<tr><td>'+ myarray[i][0] + '</td><td>'+myarray[i][1]+'</td></tr>';
        };
    
    
        var w = window.open("");
    w.document.write(table); 
    }
    make_table()
    It would require a function call to check if a link returns a 200.

    Working through all the found pages would allow a collation of dead links that could be given over to Magix to unravel.
    Last edited by Acorn; 19 February 2022 at 08:21 PM.
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  5. #5
    Join Date
    Feb 2007
    Location
    UK
    Posts
    21,345

    Default Re: GWP's tutorials?

    We go through this rigmarole every couple of years
    yep....
    -------------------------------
    Nothing lasts forever...

  6. #6
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,936

    Default Re: GWP's tutorials?

    Your first url link is corrupted Acorn, it includes a semi-colon, perhaps you can edit it. It should be :
    https://www.xaraxone.com/us/tutorial/
    Egg

    Minis Forum UM780XTX AMD Ryzen7 7840HS with AMD Radeon 780M Graphics + 32 GB Ram + MSI Optix Mag321 Curv monitor
    + 1Tb SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  7. #7
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,902

    Default Re: GWP's tutorials?

    Quote Originally Posted by Egg Bramhill View Post
    Your first url link is corrupted Acorn, it includes a semi-colon, perhaps you can edit it. It should be :
    https://www.xaraxone.com/us/tutorial/
    Egg, thank you muchly.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  8. #8
    Join Date
    Oct 2006
    Location
    StPeters, MO USA
    Posts
    10,819

    Default Re: GWP's tutorials?

    Sorry Acorn that worked
    Larry a.k.a wizard509

    Never give up. You will never fail, but you may find a lot of ways that don't work.

 

 

Tags for this Thread

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
  •