Right, Guys.
My aunt recently gave me a little job to create a java script to retrieve information. If anyone can help me with this or even make the script i will be really happy...
Go to del.icio.us and search with the keyword its304--the results are there. I need a small program to retrieve these results as well as all the information associated with each item (who posted it, when, how many people saved the same article, all these are provided by del.icio.us, I just need the program to pull them in as well.) All it needs to do is to collect the standardized search results on del.icio.us (http://del.icio.us/search/?fr=del_ic...ts304&type=all)
I got no idea where to start...
Anyone got any tips?
Last edited by ancientday : April 1st, 2008 at 12:04 AM.
Javascript really doesn't work the best for something like that.
Instead I would have Javascript access a php document that grabs the information from the site. It is much, much easier to grab and filter the data you want with PHP.