@# Quotes DB     useful, funny, interesting





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



Comments:

<0> check out my wheels, BMW: http://www.stcum.qc.ca/en-bref/images/busnova.jpg
<0> Bus/Metro/Walk
<1> http://www.autonews.ru/img/news/news_tuning/2005/02/08/59306_bottom_small_photo_350.jpg
<1> i have them door and them rims tho
<2> furtive: :D
<1> crap that dot work
<0> hmm...gf just sabotaged my dinner
<1> http://www.d.lycos.de/startseite/auto/newlook/images/large/12395_1083335350831.jpg
<1> them doors
<0> chicken, salad & green beans is now chicken, rice, canned corn :(
<0> hehe
<2> because you hang around in irc too much :)
<0> 'cause i'm too sore to finish the supper
<1> http://www.chiptuning-hannover.de/Seiten/smart/GTR-Zstreet.htm
<1> mine is faster that that lol
<0> NeoFutur3 is a riceboy



<2> furtive: my ride is more l337 http://www.rtl-longueuil.qc.ca/pages/ga_vh300.htm
<0> hohooo!
<0> ht311 goes for the articulated action
<1> riceboy ?
<2> RICEBOY!
<0> http://www.riceboypage.com/
<2> too bad it is no updated anymore
<0> hehe
<2> you can fit a cd into a tail pipe in some of those. that is loving
<1> my car is stock exept engine upgrade
<2> you should start by upload a new firmware
<1> i hav
<1> 120 bhp flash
<2> hehehe
<1> there 80bhp stock
<2> cool , you can turn off safe filtering in google image
<3> pr0n!
<2> heh
<2> they don't have that option before
<4> they've always had that option
<3> called the 'pr0n checkbox'
<0> it got a lot better when google started updating the images a lot more regularly. then it got a lot worse when they started including your image searches in google history
<2> still like flickr pr0n more
<0> bah, that's softcore.
<2> who said i am a hardcore guy :)
<0> hehe.
<2> i like to put my brain to work , using mind power to take out the layer of cloths in the pic.
<0> TMI
<0> bsides, that's what sears catalogue is for
<3> am i in the right channel?
<3> furty, site content is getting a bit stale
<2> you never drop the late night of #javascript :p
<3> getting close to lapping your last post by a year
<2> s/drop by
<0> mine? yeah, i know. i just bought some hosting, setting things up there right now.
<0> hehe, i did all that stuff between jobs, didn't touch it once i started working again
<0> http://s53.yousendit.com/d.aspx?id=11YOJRA3DB2ZL26BX64S40Y38J
<0> at least i've been doing some updating on channel site, and managed to keep it up for last bit :-)
<3> GTA SA is calling
<0> heh
<0> fatbrain, you asleep?
<2> should be "the urge of doing somthing bad is calling"
<0> nah, he just runs around the skate park on his bmx
<2> heh
<5> I'm awake.
<0> get some sleep!
<5> na, too late for that
<5> have to be at the gym in 1.5h
<0> hehe, just thought of another thing that always annoyed me about wiki... uploading code snippets
<5> mm.
<5> would be nice with a pastebin as well ^-^
<5> yet-another-one that is.
<0> oh, i'm already on top of that
<0> i better be off work until end of march :-P
<5> cool, I'm working on a syntax-highlighter for JavaScript in syntax ^-^
<5> tho I'm currently doing the Lisp tokenizer.
<0> stick to your lisp homework ;-)
<5> ya, but I got bored.
<5> I finished the all-subsets-of-a-set but the output differs from their tests-case (order-wise that is)
<5> [ a b ] => [ [a] [a b] [b] ] mine, and they have [ [a] [b] [a b] ]



<0> bah
<5> that's what I said ^-^
<0> :-)
<6> i gotta go to sleep now
<6> ill see yeh kids later
<7> any way to get the frame from wich a function has been called?
<7> ah... I could call it with the window parameter...
<8> Greetings! I have a TEXT INPUT outside FORM tags. how to get it value from javascript?
<9> <input id="x" ... > val=document.getElementById('x').value
<8> let me check
<8> doesnt' work
<8> SORRY! :) Working! My mistake!
<8> Thanx!
<9> np
<8> <9> what is action on TEXT INPUT - when i press enter?
<8> hello?
<9> action?!
<9> input has no action attribute. form has action
<10> hi
<10> i'm definitivly leaving this channel.
<10> bye all (no french anymore...)
<11> does this.. onclick='window.external.AddFavorite(location.href,document.title); accross all browsers?
<11> onclick='window.external.AddFavorite(location.href,document.title);'
<0> i hope not
<0> hehe, i dunno
<2> i don;t know think it work
<0> heyo
<11> i'm told only works in IE
<0> test it, not hard
<11> i'm trying to make it work for all browsers
<2> furtive: morning
<12> hello
<12> I have a question: how can i get the width of a text box in Ie
<13> .style.width
<13> .style.clientWidth
<12> I tried it work in netscape and firefox but IE return 0
<13> lemme check
<12> ok
<12> thanks
<13> it works
<13> .style.width
<2> ?
<13> but you have to have specified width using style="width:
<2> for an element? .offsetWidth
<2> for body is document.body.clientWidth or document.documentElement.clientWidth
<13> oh ok, but style.width is fine too if u used style to specify width.
<13> i noticed that .offsetWidth gives different values in both browsers
<12> ok I check what I have
<2> because you are running in quirkmode
<13> true hehe
<12> <div id=f1 style='position: absolute; left:100px; Top:160px; white-space:nowrap;'>
<13> <div id=f1 style='position: absolute; left:100px; Top:160px; white-space:nowrap;' onclick="alert(this.offsetWidth);">
<12> var width1= document.getElementById('f1').clientWidth; alert ('width=' + width1);
<12> the get element return the left, top but not the width or height
<2> .offsetWidth
<12> .offsetWidth alse return 0
<12> but only in Internet explorer : I use 6.0.29
<13> how to declare an array? var allDivs=document.getElementsByTagName("div");
<12> AbuIbnOmer I dont understant your question
<13> nevermind, it worked :)
<12> ok
<13> how do i write a third quote mark .... take a look at this
<13> document.write ("<tr><td><a href='' onclick='showContent('solutions1');' cl***='linx' >")
<13> the quotation marks in showContent('solutions1') are wrong of course
<2> no document.write ....
<13> eh?
<2> it is bad
<13> i know...its my 4 year old website template and no time to alter that :)
<13> but for now, i just need to know the character to replace the extra inner quote
<2> \" \'
<12> why not simply replace the ' by &#44;
<2> don;t make me bring out my trout
<12> lol
<2> js escaping and html entity escaping is different


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

#linux
#linux
#linux
#chatzone
What Peter Shaffer play is about a boy who blinds six horses ?
mayor ke yo daddy yankee mp3
#squid
ubuntu snmpget mibs
CHRMOUTA ARAB
#AllNiteCafe



Home  |  disclaimer  |  contact  |  submit quotes