| |
| |
| |
|
Page: 1 2
Comments:
<furtive> did you even try looking it up? <Ortue> for sure, <Ortue> i worked with it all day <ht311> just try it and find it out <ht311> ops <ht311> nick kick :D <furtive> OMG!!!!!!!!!!! <ht311> ? <furtive> Did you guys just see the acrobatic skiier? holy shiiiit!!!!!!!!!!!!!!!!!!!! <furtive> he went down the run, hit the crazy jump (you know the type where they do at least 6 twists), but his skis flew right off while he was doing his first loop, he did all his twists and then just fell on his legs. super bad. <furtive> gonna be in all the blooper reels tonight for sure <Thunder^> I bet it hurts a lot heh <ht311> men or women? <furtive> men <furtive> it's awesome to see though <furtive> the skis just kept going straight in the air <[MaKe]> hi.. <[MaKe]> i want to split a html page in 3 parts <[MaKe]> part1| part2 |part3 <[MaKe]> part = something.html <[MaKe]> part2=blabla.html <[MaKe]> part3=something.html <h3> http://www.wired.com/news/technology/0,70219-0.html?tw=wn_index_2 <h3> great nes <h3> news <fatbrain> ht311: you done much activex work in IE? <furtive> yeah, heard about it <furtive> ht311 isn't here right now <fatbrain> bah, what good is he to me if he ain't here?! <furtive> useless! <furtive> hi ht311 <ht311> hi <ht311> just dig out my joypad to play the gridwars <furtive> http://www.javascript-channel.com/Wiki.jsp?page=Ajax <furtive> the overview still needs fleshing out. the rest is good enough for me <fatbrain> you guys dont happen to know how to ... subcl*** the win-desktop wndproc? <furtive> moo? <ht311> I give back most of my winddow programming back to BillsG <ht311> furtive: should have some stronger warning for noob :) <furtive> heh, i'll move the "**** for brains" comment in the book section up to the top <ht311> may be dog is smarter than cat after all http://www.sciencenews.org/articles/20060218/mathtrek.asp <furtive> instinct != intelligence <ht311> hehe, if you say so <furtive> http://www.ajaxinfo.com/default~viewart~8.htm <ht311> http://www.webreference.com/programming/ajax_tech/ <ht311> should add this as well http://www.quirksmode.org/blog/archives/2006/01/the_ajax_respon_1.html <ht311> the last x is mean for any craps, not xml <NeoFuture> im gona ban the word or term AJAX from here <NeoFuture> lol <ht311> furtive: add that link as well <ht311> hehehe, 1 spoon enough to send him to sleep <vardhan> http://www.quirksmode.org/blog/archives/2006/01/the_ajax_respon_1.html <vardhan> if you have a <div> and it has a horizontal list of thumbnails <vardhan> like 8 of them <vardhan> im trying to display 4 <vardhan> and then make a arrow <vardhan> when you put your mouse over the arrow, it scrolls to the right or left <vardhan> depending on which arrow you point it at <vardhan> how do i do that <vardhan> well, just the scrolling part <vardhan> how do i do the scrolling.. displaying only a part of the div <ht311> change the scrollTop <vardhan> Top or Left? <ht311> oh hoz. yes, scrollLeft <vardhan> didn't know you can use scrollLeft for a div <vardhan> but how can you limit it to not displaying the extra thumbnails? <vardhan> _| |_| |_| | <vardhan> ^ i wanna be able to do that <ht311> i will choose to display or hide instead of scroll <vardhan> when you stop the scrolling in the middle of a thumbnail, it'll display only bits of it <marty> Someone could explain me why the str.length value always return 1... please. <vardhan> eh.. would it be wise to have an overflow? <vardhan> overflow it <marty> function IsBestValue(_strSearch, _strValue) { <marty> var strValue = _strValue.match(new RegExp('^' + _strSearch, 'i')); <marty> return strValue != null ? strValue.length : 0; <marty> } <marty> This function always return me 1.... <ht311> you must did something wrong, or you always p*** in something that is lenght 1 <marty> IsBestValue('AB', 'ABC') <- Return 1.... <vardhan> ooh <ht311> that sound right to me <vardhan> overflow: hidden <marty> Why... i would like to get... 2 <ht311> add 1 that :D <marty> tssss.... <ht311> add strSearch.lenght -1 <marty> .... <ht311> you could just use indexOF ..... <ht311> some people can't learn form copying code <furtive> i tried using indexOF and it didn't work. why you give me bogus code? <furtive> hope me please! <marquee style="font:xx-large bold comic;color:hotpink;text-decoration: blink;">Trout</marquee> <fatbrain> see you guys. <furtive> gnight <ht311> later <ht311> fatbrain: don't forget to take spoon of AJAX before you sleep <ht311> very cold out there ... <furtive> cold again tomorrow too. <mitchm> how can I get my browser to show the errors it encounters? The yellow alert button gets replaced by the blue e. <furtive> http://www.javascript-channel.com/Wiki.jsp?page=KnowledgeBase#debug <furtive> check out part II: Advanced Debugging <mitchm> thanks' <furtive> there's also the MS DevToolbar: http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&DisplayLang=en <furtive> brb <furtive> i'm back <shomas> furtive thank you for your help earlyer it was all the help i needed <furtive> np <shomas> http://www.furtiveCode.com <shomas> ops <furtive> it's due for an update <SufiBlade> isnt XSLT supported by firefox? <furtive> i'm pretty sure it is. <furtive> w3schools.com covers the details <SufiBlade> k <shomas> thank you again ttyl <Zacko> Why the state and country load and work and city not work and not loading when I choice a state ? my code is http://pastebin.com/560749 <trelayne> hey all, I would like to use a submit button to change the browser's current URL. But since it's a form element, I do not want the form to actually do a post to an action URL. How would you approach this problem? <trelayne> I know that I should be stopping the submit by doing a return false on the event onsubmit.. <blob34> hello <blob34> I have a javascript code.. it does a certain action when the page is fully loaded (window.onload) but it is a big page and it takes time to fully load.. is there a way to modify the code so that it runs without waiting the page to load? <blob34> no? <x|ude> hey <fatbrain> hehe <furtive2> >:) <furtive> dave-e, did you see the Wolfenstein/ET case mod? <dave-e> Probably... <dave-e> What was the address again? <dave-e> I'm never usually that impressed with case mods :) <furtive> http://www.techeblog.com/index.php/tech-gadget/wolfenstein-radio-pc <dave-e> lol, nice <furtive> We need an engineer! <fatbrain> furtive: some #javascript cleaning? <fatbrain> I want to know who zub / X7C and / vexoid and a few other idlers are. <furtive> bring it on <fatbrain> most of the #javascript users I know are active, since I occasionally hear/see them speak <fatbrain> but the rest I don't know what they are doing here <fatbrain> and I have trouble with spammers <fatbrain> so someone may be a spam-bot. <furtive> i agree. always hard to tell. <furtive> give everyone a 24 hr ban and see who reacts? <fatbrain> hm, I'll figure something out ;) <fatbrain> shower, back in a bit
Return to
#javascript or Go to some related
logs:
zima blue undernet #chatzone faniello paceville #windows #AllNiteCafe #linux #linux #teens crc32 unique #london
|
|