I am [trying] to update my widget and its not working! Heres what's going on:
First of all, I am terrible at HTML, java, etc. The only reason this widget exists is probably the massive RDF emitted my my MacBook Pro.
Okay, heres what's going on:
My widget, Tabit, searches for Guitar tab and chords via Ultimate guitar.com
They recently changed their search function, leaving Tabit stuck searching for bands. I want to search SONGS.
Here is what I've got going on, from tabit.js:
U-G wants a song search to look like this:
Soo... how do I add on that little bit to the end?
I tried:
but it doesn't work, Tabit just sits there looking pretty.
As a side note, I changed the info side to include a URL to my website. Sadly, it doesn't seem to work from dashboard. Heres what I've got, from tabit.html:
First of all, I am terrible at HTML, java, etc. The only reason this widget exists is probably the massive RDF emitted my my MacBook Pro.
Okay, heres what's going on:
My widget, Tabit, searches for Guitar tab and chords via Ultimate guitar.com
They recently changed their search function, leaving Tabit stuck searching for bands. I want to search SONGS.
Here is what I've got going on, from tabit.js:
Code:
function perfomSearch(query){
query = query.replace(/ /g,"+");
var url = "http://www.ultimate-guitar.com/search.php?s="
if (query == ""){
clearSearch() }
else {
widget.openURL(url + query) }
U-G wants a song search to look like this:
Code:
http://www.ultimate-guitar.com/search.php?s=[B]place song title here[/B]&w=songs
I tried:
Code:
widget.openURL(url + query + &w=songs) }
As a side note, I changed the info side to include a URL to my website. Sadly, it doesn't seem to work from dashboard. Heres what I've got, from tabit.html:
Thanks, and PM me if you want the actual files to work with!<p>Developer: <A HREF="http://www.mariposaprod.com">Mariposa Productions</A> <br />
Graphics: Michael Pogran</p>