Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-05-2013, 10:03 AM   PM User | #1
nickcraneuk
New Coder

 
Join Date: Jan 2013
Posts: 16
Thanks: 3
Thanked 0 Times in 0 Posts
nickcraneuk is an unknown quantity at this point
Question Javascript Advice

Hello,

I am writing to you all to request for some advice.

As part of my university assignment my task is to create a website widget which pulls data from another site and presents it, maybe using RSS. Although we can use builders such as yahoo pipes, the highest marks go to those that code it from scratch. This is where I need advice.

The widget's chosen theme by myself is Trance music, so perhaps pulling an RSS showing the latest new releases.

I can't find many coding tutorial for anything similar to this. Do you have any links to tutorial which may be appropriate?

Is Javascript best for this or should I use XML or another language?

If anyone has any advice I would appreciate this.

I just need to get the ball rolling.

Kind Regards,

Nicholas Crane
nickcraneuk is offline   Reply With Quote
Old 02-05-2013, 11:47 AM   PM User | #2
rnd me
Senior Coder

 
rnd me's Avatar
 
Join Date: Jun 2007
Location: Urbana
Posts: 3,456
Thanks: 9
Thanked 466 Times in 450 Posts
rnd me is a jewel in the roughrnd me is a jewel in the roughrnd me is a jewel in the rough
piped replaces server-side code, something that's not going to be easy to do using javascript. You will have to find an RSS feed that uses CORS if you want JS alone to fetch it.

on the other hand, there are lots of jsonp music APIs out there that you can use to get album info, artist photos, etc. freedb, musicbrainz, archive.org, and to a lessor extent lastFM, which has predictable URLs (good with iframes) but no JSONP/CORS api...

you can use an <audio> tag to platy music from anywhere, so prehaps that can be your unique selling point instead of an RSS collector. OTOH, If you do use RSS and YQL/pipes, podcasts open the vault to tons of <audio>-friendly music URLs via the enclosure tag.


i would think a playlist-based audio app with artist info and news would make a good impression.
__________________
my site (updated 5/13)
STATS (2013/5) HTML5:90.2% MOB:14% IE7:0.5% IE8:8.6% IE9:9.8% IE10:10%
rnd me is online now   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:50 PM.


Advertisement
Log in to turn off these ads.