@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3



Comments:

<0> let me make a question, css always work right?
<0> so not exists a X% that disable css like js right?
<1> pretty much yes
<1> person has to have a rediculous old browser for it not to work
<0> it be a strange case
<0> but for validation of data for the client side
<0> is possible do it withput js?
<0> abut of the 10%
<2> do it on both serverside and client side
<0> ok
<1> and do it naked.
<1> so that there's less static electricity
<0> i see code, well, mmm ie only put numbers in a filed etc or only letters
<2> a lot of people don't like her in china and hong kong
<0> this is for the client side right?
<1> ht311: why not?



<1> because she play .jp?
<1> my father is in china right now
<2> she is not friendy to people and media
<0> ok god night for all :p
<0> good
<1> ah. good for her
<1> someone move the mike
<2> hahahahhahahahahah, i am thinking the samething
<2> you saw capote?
<1> no, was supposed to on sat but missed show and didn't feel like going to AMC
<2> i can't believe he can speak normally :D
<1> great actor. have you seen Happiness?
<2> nope
<1> hehe, don't
<1> you'll have nightmares
<2> oh
<1> and feel very uncomfortable the whole time watching it
<2> i don't like those movie, don't want to invest time/money and make myself feel bad after :D
<1> the plot summary is enough: http://www.imdb.com/title/tt0147612/plotsummary
<2> ok, that's bad enough :D
<2> someone warn me about Hotel too. from the same director of Crash
<1> hmm...can't recall
<1> i hope batman gets it
<1> heh, voice mistake
<2> heh
<3> any one familiar with javascript XML DOM?
<2> best director? sure will go to ang lee
<2> shaithoan, if you have a specific question, just ask
<4> what is the link about javascript 1.5 and JScript.NET ?!
<1> javascript 1.5 == jscript 5
<1> or something like that
<1> too far from the book to verify
<1> huffman will win
<2> similar syntax, that is
<2> think so.
<1> bah
<1> i hate her little head
<3> well i want the XML DOM to return me the entire XML File's text. like in php print(XMLObj.saveXML())
<2> haven't see the movie ...
<2> that's nothing about js
<5> responseText
<1> blah blah blah, sftu reese withersppooon
<5> shaithoan were u able to load the xml file?
<5> hey i saw reese withs movie last nite...just like heaven
<5> it was cute
<2> furtive: yes, her head is small :D
<3> SufiBlade, yes XMLobj.load(filename)... i know how to read and write attributes.
<3> I want the JavaScript syntax used to return the same data that's returned when I use XMLObj.saveXML() in PHP
<5> you can put your xml to an object with responseText
<5> or use respon***ML
<3> hold up
<3> Dude, object doesnt support that property or method
<2> furtive: it will be brokeback
<5> then im sorry...i dont know
<5> i used xmlhttp to load my xml
<5> and it worked fine
<1> ht311, cool code i found: http://furtivecode.com/2006/03/05/tidying-up-javascript-code-in-a-jiffy-with-js-tidy/
<5> can mail u the code if u want
<2> furtive: used css tidy , it work very well, my only complain about all these js thing, they don;t handle teh object/cl*** well
<2> the mic again!
<1> heh, you read my mind



<2> it will be crash
<2> hahaha, they can find a segment in crash don't require the beep
<3> SufiBlade, yes please mail me the code
<5> k notice me your address
<3> received?
<5> yes, mail sent.
<5> i ahve two variables there. var response and var respon***. one can be used as XML object and the other can be output to screen etc
<3> alright
<3> i havent received the mail yet so im waiting to examine it
<1> what was that last bit?
<2> thankyou for all your care from hk , china, taiwan
<2> i still torn between crash and brokeback on this one
<1> eh ben
<1> will watch it with breakfast tomorrow
<1> or i could smoke a joint and watch it now
<2> heh, i do feel crash is a better fit for best picture
<1> yeah, brokeback is nothing extraordinary, just overdue
<2> but the director handle the movie very very well
<1> dunno, got to queue up the torrents
<3> SufiBlade, my problem was solved using the documentElement.xml property :)
<3> The difference is that you use XMLHTTP and I am using XMLDOM
<5> yeh
<2> nite guys
<1> nite
<6> greetings, anyone online ?
<7> how do you remove an element from an array?
<7> like say i have somedata = new Array(4, 5, 6, 7, 8, 9, 23); ... how do I remove 7 from the array?
<7> nvm... Array.splice()
<5> what
<5> ok
<8> G'day folks. I'm trying to make use of XMLHttpRequest. I've set overrideMimeTYpe("text/xml"). My request has the rare chance of returning non-xml data (in case of fatal uncaught error). Firefox javascript console is complaining "Junk after document element", is there any way I can catch this?
<7> is XMLHttpRequest.responseText populated if the result is XML?
<7> if not, then you could just check if there is anything in there
<7> anyone awake? see what someone things of these JS/ajax effects i've been working on: http://linkleaf.com/index.php?folder=4038
<7> clicking on 'action' > 'preview' is the most substantial effect you can see without logging in
<9> hey. Im having trouble with a function , says its not defined.
<9> i have... document.write("andre"); setTimeout("andre2()",300);
<9> and it says andre2 is not defined
<10> how do i set properties multiple id with same id in javascript?
<9> how can i use document.write to write to the current page?
<3> document.write("your text goes here");
<3> you must include document.write() if your <script></script> tag is inside the document BODY
<11> hey. anyone knows how do i label window name without using frames? the problem is that i got pop up window and i want to put there link that will redirect to diffrent window.. but the parent window dont have a name cause its not a pop up... anyone got idea what to do?
<9> i would like to create an animated progress bar. How do i do this?
<12> depends on what animation u want... is it too personnal to ask the progress of what it will be monitoring?
<9> no of course not. Its the web page himself :)
<12> you wanna monitor the loading of the webpage?
<9> yes
<12> well not sure how you plan on doing that... but having a <div id="outerbar" style="width: 100px; height: 50px;"> <div id="innerbar" style="position: absolute; width: 100px; height: 40px; left: -100px; top: 5px;"> </div> </div> and have javascript change the "left" value of the inner bar... that could make the effect
<9> ok thks good idea :)
<9> ill try it
<13> Hi everybody, I need to know if is there any way to connect to a Firebird DB
<13> I work mostly in Delphi
<14> morning everyone
<15> Afternoon.
<14> i'm wondering if someone can point me in the right direction on how to do something.. basically i want to have a row with some input boxes, and be able to click an "add more" button to basically add more rows to the page, but not really sure how to go about this
<14> heh, well i guess that depends on where you live :P
<15> Indeed.
<15> Google for document.createElement and appendChild
<14> great, thanks :)
<14> Just wasn't even sure what to search for really
<16> hi
<2> *yawns*
<17> mm, been there.
<2> is monday morning syndrome
<18> I have <select name="cfg[]" multiple> how do I access form element when it has brackets in it's name ?
<18> its name*
<15> Simple. You use the, imo, proper way of accessing them.
<19> not a valid name
<15> Actually, it is [Torgo].
<15> Sadly.


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #javascript
or
Go to some related logs:

What is placement new? Why would you use it? in c++
#c++
#linuxhelp
#c++
gusto magpatsupa
#AllNiteCafe
#linux
#linuxhelp
javascript image onload
#mirc



Home  |  disclaimer  |  contact  |  submit quotes