Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8053619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T07:54:42+00:00 2026-06-05T07:54:42+00:00

I have found several ways of pulling blog feeds with jQuery, however are for

  • 0

I have found several ways of pulling blog feeds with jQuery, however are for text blogs not an audio pod-cast. I am really struggling in learning jQuery (self taught). I have also found ways of parsing to XML but I haven’t found a Non flash based pod-cast player that parses HTML5. Adding the mp3’s to the web page itself is redundant and beyond the technical expertise of the client.

It needs to dynamically update as the new pod-casts are added and it needs to have access to every pod cast that has been posted on this feed.

Please help me. What would the code look like to do this. Or are there any tutorials to teach me how to create this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T07:54:43+00:00Added an answer on June 5, 2026 at 7:54 am

    You don’t need jQuery actually, but it does speed things up using it’s built-in XML parser.

    <audio> tags use several different formats, depending on the browser. For cross-compatibility, you’d need to have all 3 formats to make make the tag work, but minimally, you’d need only ogg and mp3.

    For a playlist, you can have an array of urls for your audio sources. For this, you’d need a 3d structure.

    For example, a 3d array-object structure:

    var sources = [
        { //audio 1
            'mp3':...,
            'ogg':...,
            'wav':...
        },
        { //audio 2
            'mp3':...,
            'ogg':...,
            'wav':...
        },
        ...
    ];
    

    Since sources is an array, you can use array.push() to append a new item, or array.unshift() to prepend an item:

    //add to the end of the array
    sources.push({ 
        'mp3':...,
        'ogg':...,
        'wav':...
    });
    
    //add to beginning of array
    sources.unshift({ 
        'mp3':...,
        'ogg':...,
        'wav':...
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've investigated several C# DLL's and have not found any that work especially well.
I have found in several places ways to replace one tag with another... so
I have found several ways online but none seem to work. Does anyone know
I have found several other questions here on S.O. (and the web in general)
I have found several guides on how to get a 3D animation to flip
I have found several questions asking about template typedefs in C++0x, which are resolved
I have found several examples using datamapper and was able to get them to
I've looked through several posts but I haven't quite found any answers that have
Here's a software design question I've encountered several times and have never found an
I have tried this several ways and keep getting an error each time I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.