[jQuery] Re: I'll Donate $20USD to Jquery if you can teach me how to do this

2009-05-18 Thread KrushRadio - Doc
I'll have to check that out... seeing i can eventually craft the data however i want to when it comes out.. But note to self and completly off conversation... Based on that example, I could use jquery to parse LUA that comes from World Of Warcraft The dataformat is very very similar. On Ma

[jQuery] Re: I'll Donate $20USD to Jquery if you can teach me how to do this

2009-05-17 Thread KrushRadio - Doc
Paypal Transaction ID: 8PY233604R986225R :D Thanks for your help. Actually, there were 2 parts that I didn't get.. one was the CSS selector syntax and how it needed to be formed inside of the initial grab.. Thats the learning curve. the way that 'day[name=Monday]show' didn't make any sense to

[jQuery] Re: I'll Donate $20USD to Jquery if you can teach me how to do this

2009-05-17 Thread KrushRadio - Doc
Paypal Transaction ID: 8PY233604R986225R :D Thanks for your help. Actually, there were 2 parts that I didn't get.. one was the CSS selector syntax and how it needed to be formed inside of the initial grab.. Thats the learning curve. the way that 'day[name=Monday]show' didn't make any sense to

[jQuery] I'll Donate $20USD to Jquery if you can teach me how to do this

2009-05-17 Thread KrushRadio - Doc
Hey Guys/Gals, I have been able to use JQuery in the past, for simple things, and after much hacking around, i have been able to get it to work. I want to embrace this technology, but I can't get past the examples. They're very basic, and I can't wrap my head around how to move them into real wo

[jQuery] Re: Moving from .get(xml file) to using .ajax

2009-03-03 Thread KrushRadio - Doc
If thats all it was, i'm going to ROFLStomp my keyboard. Thanks for your wisdom. I thought i was going out of my mind for a second. ~Doc On Mar 3, 3:18 pm, mkmanning wrote: > Make URL lowercase: > ... > url:"kprxy.php", > ... > > On Mar 3, 9:50 am, KrushR

[jQuery] Re: Moving from .get(xml file) to using .ajax

2009-03-03 Thread KrushRadio - Doc
            URL: "kprxy.php", > > Unless your URL is going to change for every request, you will > probably want to add this. > > On Mar 3, 6:52 am, KrushRadio - Doc wrote: > > > > > It should, but this is going to be an ajax application in t

[jQuery] Re: Moving from .get(xml file) to using .ajax

2009-03-03 Thread KrushRadio - Doc
It should, but this is going to be an ajax application in the end.. I need to constantly pull it and display it on one page every 15 seconds On Mar 3, 3:17 am, "ryan.joyce...@googlemail.com" wrote: > if the browser is caching the query, would appending a parameter > containing a random number or

[jQuery] Moving from .get(xml file) to using .ajax

2009-03-02 Thread KrushRadio - Doc
Hey all, My last function worked well, but it kept the info cached... so i'm thinking i need to move to .ajax. When i test one of the values, it comes back as svrSongName = undefined. Does the .ajax work differently when you wrap a function in there? Thanks for your help again.. you guys have b

[jQuery] JQuery Won't Read remote xml via proxy.. but will read local xml

2009-03-01 Thread KrushRadio - Doc
Okay, I tried using Troy Wolf's Proxy php page... It's a little more than what i needed, but it works just fine. I think this is something with JQuery itself... For anyone who wants to look at this, i've uploaded it to my server: http://ww2.krushradio.com/test/yp/jquery.zip Now... I wanted to

[jQuery] Re: JQuery problem trying to read XML from a site (xmlhttp)

2009-02-28 Thread KrushRadio - Doc
gt; > Is that your website? > > > It might be that on the server side, the access to some pages are not > > allowed if the HTTP_REFERER header is from another website. > > Try to set the HTTP_REFERER of the AJAX request to an empty string. > > > On Feb 27, 6:1

[jQuery] Re: JQuery problem trying to read XML from a site (xmlhttp)

2009-02-27 Thread KrushRadio - Doc
!!! > > On Feb 27, 5:24 am, Dor wrote: > > > > > Is that your website? > > > It might be that on the server side, the access to some pages are not > > allowed if the HTTP_REFERER header is from another website. > > Try to set the HTTP_REFERER of the A

[jQuery] Re: JQuery problem trying to read XML from a site (xmlhttp)

2009-02-27 Thread KrushRadio - Doc
>>> no, I have a yp server that is used by a bunch of radio stations >>> (yp.krushradio.com) >>> the website will be on either ww2.krushradio.com or >>> www.krushradio.com... not sure yet. >>> I see what you mean about cross domain scripting.. I totally forgot >>> abo

[jQuery] JQuery problem trying to read XML from a site (xmlhttp)

2009-02-27 Thread KrushRadio - Doc
Hey guys, I'm a bit new to JQuery, but from what i've read, it's the end all to xmlhttprequests. I pulled this from a website and modified it to work on mine. I'm using jQuery 1.3.2, btw... For the life of me, i cannot get it to pull the xml data from getstream.aspx. if you open it up in a bro