| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Comments:
<0> Course. <1> mde: is there a previousChild(object) function? <0> you should da-drew's body. so juicy. <2> ooo #SEO <3> you should see my anus <3> soo loosey <2> with #SEObot <4> Hm. <3> seo on efnet, pinhead <3> theres more than one irc network out there you sheltered twat <4> I belive there is a previousSibling method. <2> da-drew: yes, you're right i really should have guessed that <2> being insulted is bad enough, but i have to get insulted by a boot wearing wigga <3> gecko skin boots <3> took 9 leopard geckos to make these <3> handmade
<2> gross <3> they repel cum like a nude photo of your girlfriend <2> that's quite a feat <3> i once kicked a cumshot out of midair <3> straight into the wall <3> lookedat my boot... not a drip <5> ... <4> Ricoshady: yeah, previousSibling, nextSibling <3> nah man... siblings? <2> da-drew: all i have are these sneakers. they soak up cum like your cavernous rectum <5> MY BRAIN <5> why is cum flying through the air in here? <4> You guys are ****ing killing me with this retarded ****. <3> yeah... i never had much luck with my converse all stars <4> And I mean that in the nicest possible way. :) <5> converse all stars attract cum if anything else <2> hahaha <3> i do distinctly recall a time when i took an accidental cumshot to the head <2> accidental? <3> during a gangbang while i was licking a hookers nipples and she was ****ing me off <3> yeah, my buddy was lookin up while he was bangin her <3> all of the sudden i see him pull out in the corner of my eye <2> what was he looking up? <3> i look over to see what hes doing, the second i turn <3> wam <3> right in the eye <2> that was no accident ... <3> he was looking up toward the ceiling <3> with that orgasm look to his face <3> i only caught a quick glimpse <2> mirrors on the ceiling perhaps? <3> it was accidental <2> alright, enough of this garbage <3> i still cant look the man in the eye... not because i have a lazy eye just because he stripped all my dignity <3> with that one shot <2> hasta la vista <3> queer *** <6> Can moving many dom nodes around be slow (firefox)? <6> say maybe 10 dom nodes filled with just text <6> changing their parent element <7> define 'slow' <8> How can I set the callback function for request.onreadystatechange from a variable? <7> How do you mean? <7> probably something like: http.onreadystatechange = window[varname] <7> Though remember that you can't change the handler after the request is made <8> well basically I am making a standard, SendRequest function, with a cfunction as a variable. <7> SJr|nx: check my jif.js for how I do that .. look for jifGet() <8> so when I make the request, I want to set the callback to the function stored in lets say cvariable <7> buubot: jif <9> Woosta: JIF is the Javascript Interaction Framework. It's just like AJAX but without an implied dependence on XML. Woosta's JIF library is available at http://rick.measham.id.au/javascript/jif.js <7> jifGet( url, paramObj, successFunction [, failureFunction]) <8> hmmmmm <8> nice <8> that looks cool, I won't use it for wanting to know how to do it myself :P <6> Woosta, do you know digg? <8> why do you send a Content-Length header? <7> Looked at it once or twice <7> SJr|nx: only on post right? <8> yeah in jifPest
<7> It's nicer to let the server know how much data it's getting <8> um <6> Woosta, they only allow comments nested one level deep, I was thinking about a greasemonkey script that prepends "re: message_id" to each comment made, then when loading the comments page, the script goes through and moves the comment to the correct nested place, if that makes sense <8> That seems overly complex <6> allowing comments more than one level deep <6> Not sure if the time taken to do this would be reasonable on page load though <6> or domload <8> what does window[] do? <8> I guess thats the window array? <7> yes <8> hmmmm sorry PHPdev <7> Content-Length is requried for pre-1.1 servers .. though there's not too many of them any more :) <8> ic <7> There's too many vhosts around <8> hurrah <8> so in theory <8> function( fn ) { http.onreadystatechange = window[fn]; } <8> should do what I want? <8> well should address my problem tho that code will do nothing :P <7> ew <7> Why are you wanting to use a global for it? <8> no no no <8> my function is like, function SendRequest(target, data, fn) <7> Seems REALLY bad to be using a string for calling a function ratehr than just p***ing the function around <8> hmmmm <8> um <7> yeah, so make fn a function rather than the name of a function <3> SJr|nx: what are your feelings regarding pineapple as a pizza topping <8> how do I do that? <7> That's why I said to look at mine <8> da-drew is a bot? <3> a legend <7> No da-drew is a moron <8> I don't get this function in a function thing very much, I avoid it like the ****ens in PHP :P <7> function SendRequest(target, data, fn){ ... other stuf ... http.onreadystatechange = fn } <8> hmmmmm <3> ****ens....mmmmm <7> Then do: function someFunction(x){ alert(x.responseText) }; SendRequest( target, data, someFunction ); <8> oh I see how your thingie works <3> SJr|nx: do you like ****ens i do <8> I like big ****ens <3> i do <8> I don't understand something tho... <7> http.onreadystatechange = fn should be http.onreadystatechange = function(){ fn(http) } if you want to p*** the object forward (which you do) <8> yeah <8> something seems odd <8> It seems you are manually calling the function back <8> I dunno <8> oh well thank you kind fellow <3> hey HEY <7> How do you mean? <3> SHOUT <3> GET IT ALL OUT <3> dude <3> woosta doesnt know **** <7> (in mine, I don't check the status in fn .. I check it in the anonymous function and only p*** to fn when we're done successfully) <3> thats because you're a ****ing twat <8> ah nice <8> Hmmmm sorry Woosta don't take what I say too seriously as I know nothing of JS programming. <7> Which means a user just has to deal with successful data rather than checking the status <7> Heh .. NP <8> Hmmmm <8> I wonder if I should try and use smarty templates on this <8> what does the window.status property do? <7> If your browser allows it, it adjusts the status area of your browser <8> oh nice <8> Hmmmm well be flattered as I am ripping off your code for that function <7> Default in FF is to not allow it to change though <7> Go for it .. but you need to attribute it <8> Perl Artistic License? <7> Either that or GPL .. take your pick .. basically means you can't sell what you borrow from me .. and that part of your code needs to be GPL too <8> plist an array? <8> can't you sell GPL code?
Return to
#javascript or Go to some related
logs:
#perl ferronica
x11-dev xorg debian Ubuntu default pass #perl horzal #python mp4a naar mp3 #gentoo #linux
|
|