Welcome to TalkGraphics.com
Results 1 to 10 of 26

Hybrid View

  1. #1
    Join Date
    Apr 2018
    Location
    Barnes, London
    Posts
    953

    Default Re: Can I trick Google into looking more favourably upon me?

    Ian,

    Fairly easy to have a single link that starts a song and opens up additional information (where it exists) about that song; this was a function of Jukebox v5 - select As for auto-show info. https://initiostar.co.uk/demo/JukeBoxv5/songgroupa.htm - select Bs for the separate info button.

    Here you can close the information and still listen to the song, or I could change it so that when you close the information, it stops the song and returns you to the song list. This is the more technical upgrade where I am not using standard popups, but have chosen to give all the objects corresponding to that song, a class name. Then all 'class' layers are published as being visible, but are all hidden with code until required. If you can describe what you want, I should be able to modify the template. There's a neat way of managing videos too with Jukebox 5.

    Gary

  2. #2
    Join Date
    Nov 2016
    Location
    Stockport, UK
    Posts
    150

    Default Re: Can I trick Google into looking more favourably upon me?

    Thanks Gary

    That's helpful. If and when I know what I'm aiming for I may be back in touch.

    A bit of a variation from your jukebox has been needed as not all song files have audio files to go with them.

    Couldn't have done this without your help.

    Regards,
    Ian

  3. #3
    Join Date
    Apr 2018
    Location
    Barnes, London
    Posts
    953

    Default Re: Can I trick Google into looking more favourably upon me?

    Ian,

    You could start with the info page as a popup and place the link to a song where one exists on that layer; I'd guess you're headed in that direction. A cleaner way would be to make the popups 'class' layers (at least that's what I call them). That way you can have a single return link that stops the song and closes the info layer (cleanly), even when a video is playing! Where a song is not available you simply omit the note symbol.

    Take a look here: https://initiostar.co.uk/demo/Waterways/index.htm || Jukebox-Waterways.xar

    Gary

  4. #4
    Join Date
    Nov 2016
    Location
    Stockport, UK
    Posts
    150

    Default Re: Can I trick Google into looking more favourably upon me?

    Quote Originally Posted by Initiostar View Post
    Ian,

    You could start with the info page as a popup and place the link to a song where one exists on that layer; I'd guess you're headed in that direction. A cleaner way would be to make the popups 'class' layers (at least that's what I call them). That way you can have a single return link that stops the song and closes the info layer (cleanly), even when a video is playing! Where a song is not available you simply omit the note symbol.

    Take a look here: https://initiostar.co.uk/demo/Waterways/index.htm || Jukebox-Waterways.xar

    Gary

    Gary

    I'll have a look at your suggestion and a good think when I've completely woken up. In the meantime here's a link to the (ever changing) test site which is getting close to what I'm aiming for.

    https://www.waterwaysongs.info/Test/

    Only the A menu works and there's just the one variant so far.

    I've used a transparent button (with the javascript link to play the appropriate song) on the song information popups. This goes over the play button which would otherwise be playing nothing or the wrong song. A bit of a botch but it seems to work.

    I'd be interested in your comments.

    Cheers
    Ian

  5. #5
    Join Date
    Apr 2018
    Location
    Barnes, London
    Posts
    953

    Default Re: Can I trick Google into looking more favourably upon me?

    Quote Originally Posted by IanB View Post
    Gary

    I'll have a look at your suggestion and a good think when I've completely woken up. In the meantime here's a link to the (ever changing) test site which is getting close to what I'm aiming for.

    https://www.waterwaysongs.info/Test/

    Only the A menu works and there's just the one variant so far.

    I've used a transparent button (with the javascript link to play the appropriate song) on the song information popups. This goes over the play button which would otherwise be playing nothing or the wrong song. A bit of a botch but it seems to work.

    I'd be interested in your comments.

    Cheers
    Ian

    Great start Ian,

    You have a design question to answer before you head much further: a visitor can play a song and scroll through the other info popups while that song is playing (current status), or you could have the info popup retained until the the visitor stops the song (which is the mod I added in my last example - https://initiostar.co.uk/demo/Waterways/index.htm).

    The route you choose dictates the logic that follows. In my example, I have reverted to giving objects on each popup a unique class e.g. songA1, songA2, songB1 - it is easier to manage everything as a javascript link, versus trying to use a mixture of Xara popup links and javascript at the same time.

    As an aside, I have simply used another link on the popup to start the song, whereas you have uses the original play button (with the transparent overlay). The original play link was designed as an 'in-play' link which means you could pause the song and restart it from the paused position, rather than from the beginning.

    In the later example I included the video code that you should add, otherwise at present you start a song, then start a video and have both audio tracks playing at the same time. The video code is now included - you give the video placeholder an id (as per the code) and then play, pause and stop functions can be applied in conjunction with the audio controls to pause the song audio while the video is playing - you can see this in action in the example when you pick the first song.

    Once you settle on a way forward for the design question, it will be easier to sort out the logic that follows.

    Gary

    Jukebox-Waterways.xar

  6. #6
    Join Date
    Nov 2016
    Location
    Stockport, UK
    Posts
    150

    Default Re: Can I trick Google into looking more favourably upon me?

    Quote Originally Posted by Initiostar View Post
    You have a design question to answer before you head much further: a visitor can play a song and scroll through the other info popups while that song is playing (current status), or you could have the info popup retained until the the visitor stops the song (which is the mod I added in my last example - https://initiostar.co.uk/demo/Waterways/index.htm).

    Once you settle on a way forward for the design question, it will be easier to sort out the logic that follows.

    Gary

    Jukebox-Waterways.xar
    Hi Gary

    Having spent some time using your excellent audio player I, as you indicate, now have to make some decisions about how I want users to navigate the site. Though the ability to play the songs in a 'jukebox' with a simple but attractive interface has its appeal, there are many song pages with no audio files. Some pages have lots of additional information and some just a little. Many have video files, and some have multiple audio or video files. I am going to take some time to think about how to progress. Having the song information on popups and using javascript I don't fully understand might lead to problems I may not be able to solve. Having the songs on separate pages with just a simple audio player is something I can cope with and allows navigation through the songs alphabetically as users can do now. It gives me flexibility. I could see some of the SongMenu pages having 40 or more extensive popups! Separate pages may be better for loading times as well.

    The audio player Menu design is certainly something I will utilise but the rest of the my site needs a good thinking about before I move forward in whatever direction seems best.

    Thank you very much for all the help you have given with your audio player.

    Ian

  7. #7
    Join Date
    Apr 2018
    Location
    Barnes, London
    Posts
    953

    Default Re: Can I trick Google into looking more favourably upon me?

    Ian,

    Best wishes for whatever direction you take - a song per page is simple and I'm sure will work well for both mobile and desktop,

    Gary

 

 

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
  •