@# Quotes DB     useful, funny, interesting





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



Comments:

<0> we have the same kind of sound
<0> depeche are m***ive in USA and Japan
<1> nice. yes, they are/were
<0> furtive you know em
<0> ?
<1> yes. i'm not really a big fan of them, but i'd have to have had my head in the sand for the past xx years not to know them
<1> so what do you play? keys?
<1> have you got one of those keyboard guitars?
<0> prodution/keys/puters
<0> i have actually
<1> that's cool, i'm a big fan of music, but not a musician myself
<1> so you're record is produced? when are they releasing it?
<1> Mesh is a great name btw
<0> next month
<2> this is what i call good music http://livedigital.com/AGq-KwAJ9w/content/1704/c10



<1> ht311: i was at a party in a loft on St-Laurent three months ago and I saw a guy playing a stick like that
<2> if he is not playing mario with that, then he is not l337 :D
<1> all the best videogame music is here: http://www.slayradio.org
<1> NeoFuture: just in uk, or europe/overseas?
<1> NeoFuture: is the canadian artist Sam Roberts known at all in UK? You familiar with him?
<2> http://jszen.blogspot.com/2006/02/happy-birthday-ajax.html
<1> oh for ****'s sake
<2> lol
<0> im in the UK
<0> nah furtive
<2> we should have a ajax day on the 18th here :D
<0> is ajax JS no
<0> sho stfu unless you gimme the recipie for that yuimmy sweet and sour saurce
<2> http://europe.lkk.com/consumer/product_detail.asp?productid=19
<1> i use that brand of oyster sauce
<2> that brand is the market leader
<1> i did not know that
<2> I use this one at home http://europe.lkk.com/consumer/product_detail.asp?ProductID=1
<1> nobody tells me anything when i go to chinese/vietnamese grocery...i gotta figure everything out on my own
<3> http://www.safe-house.com/banquet/menu.html
<1> bring it on!
<2> hehe
<1> holy ****, google search for word furtive and my digg profile shows up as 5th hit
<1> no digg
<2> " OSx86 Project has been served with a DMCA violation notice " and closed
<1> no doubt
<2> all these site should locate in china
<1> bah, osx on vanilla hardware is like leather seats on a ford focus
<2> "fake leather seats"
<1> heh
<1> i wan Mean Gene to officiate my wedding
<3> he makes ****ty burgers
<1> how's his pizza?
<3> don't have his pizza out here
<3> just his ****ty burgers
<3> http://riamwr.com/BusPgms/images/postre1.jpg
<1> jesus, looks like crash test dummy site
<3> funny you should say that
<3> that's the only people that eat there
<1> rimshot
<2> I thinking of a crash dummy standing behind the cash
<3> nothing but old farts here
<3> http://www.pendletoncounty.net/LZphotos/meang3.jpg
<3> lol, look reeeeeal close
<3> http://img.groundspeak.com/track/log/316900_500.JPG
<1> What about Jimmy "Mouth of the South" Hart? He got any restaurants?
<3> yeeeeeee ha
<3> garden center? bowling? mean genes?
<1> Guess MG was aiming at a certain 'refined palet' clientel
<3> wooo doggy, honey grab the kids
<3> that there's a southern man's mall
<3> heading me on down to the food court
<2> that seem to be a good place for furtive's wedding
<1> The Butter Ball gets a Gutter Ball
<1> butterball should be one word
<4> hello
<4> is there away to make the mouse move and click inside a frame, using javascript ?
<5> no
<4> i'm trying to make a page that plays a flash game from a different url...
<4> any suggestions ?



<1> nice demos, but at 1024x786 fullscreen i still get some of it cut off at the bottom
<0> thanks
<6> hello im having trouble with my preloader script
<7> Yes?
<6> my goal is to cache all images before viewing the entire page, but instead when loading the page, its like the preloader doesnt work, images are being downloaded while the page can be viewed already
<6> would you like to see a 2 liner sample of my code?
<6> or would you rather see the site instead?
<6> its like this: var image1 = new Image();
<6> image1.src = "../images/cbr_box_top.gif";
<7> Nothing wrong with that part.
<6> i know, it worked on my first version
<6> but when i used it on my 2nd version, it doesnt wait until the images have been cached
<6> can i show you a link?
<6> http://www.pinoyhotspot.com/version2/
<7> /<!--
<7> Pointless
<7> Just FYI
<0> http://www.youtube.com/watch?v=zp-y3ZNaCqs
<0> OMFG i want
<6> where did you find that code?
<6> in the js file?
<7> //<!-- yes
<6> okay ill remove it then upload
<6> thanks for pointing that out
<7> Its only use is in script tags in html documents, and even there it's not really needed.
<6> i see
<7> type=text/javascript -> type="text/javascript"
<6> okay
<6> ill change that too
<7> I haven't pointed out anything that should be relevant to your problem yet though.
<7> The script seems to be ok.
<7> But you should make a habit out of quoting all your attribute values.
<6> ok
<6> but why isnt it preloading?
<6> Pilum?
<6> can anyone help me fix this problem, the script seems fine but preloading doesnt work
<6> ill try again later
<8> is it posable to set the size of 2 frames larger then the browser window and have one scrollbar for both f
<8> frames
<1> you can't make anything bigger than the browser window. unless you mean within the browser window
<8> hrm i guess what id like to do is display the full content of a 2 frames but thats taller then the browser so id like one scroll bar for both frames, if its not posable to do with javascript is their another way to load 2 different documents and have one scroll bar for both docs
<1> one trick is not to show scrollbars at all, and create your own scrollbar.
<0> ?!?!?!
<1> what if one document is longer than the other though?
<1> sounds like you're page is gonna look like a digital abortion
<8> heh i asume that different sizes doesnt make a difference
<1> the solution to that issue would be to scroll a percentage and not a pixel amount
<8> im not looking for synconised scrooling so it wouldnt be the same as a digital abortion
<8> forgive my poor spelling please
<8> a requirement given to me after i already had frames were that they would like several rows scroll as one
<8> i am hoping javascript might come to my rescue
<1> there's no doubt you can do it in js
<8> cool i havnt done any javascripting so i was hoping some one could help
<9> lo guys
<1> shomas: it's a tall order, that's why you're getting a somewhat negative reception here. if you don't have any js experience then you're a long way from getting that working.
<2> 'morning
<8> furtive a tall order i understand and i dont come with expectations only a hope as for experence i can interpet some java code to implement as to my specific need
<1> http://www.dyn-web.com/dhtml/iframes/
<8> ok ill check it out thanks
<2> doing javascript, jacascript in a browser is a serious programming task, need to know js the language itself, html, dom, css. yes, you can copy some code here and that will make it work, but I am not sure it is the effective way to learn this skill
<8> ht311 thank you but to complete this task in a timely manner that would be prohibitive
<2> I am not saying you should learn everythign at once, just want to make sure this not some simple script kiddie work. you are welcome to ask specific question we will be happy to answer. just it will very hard to to guide you through things if you don't have enough background knowledge
<8> understude
<2> as furtive said, we need to find a good way to deal with jsut come here and asking for ajax help without knowing anything.
<8> ht311 on ocasion ive used others scripts but interpeded and adapted to my needs. i dont want to make hard. and im far from dumb but i wont claim to be a javascript programer
<8> yet
<8> irames look promising, im reading up on them
<8> but my inclination is that ill need js as well
<1> oh ffs, shut up and do your homework in your head, not in this channel, we've provided you with the necessary resource.
<5> bye here (no french anymore :)
<10> hey
<10> does anyone know a way to put a number of values on a dropdown (i.e: 1,2,3,4,5) and with that selected value show a number of textfield, so if "4" is selected it will display 4 dfferent textfields, anyone?
<2> listen to the onchange event of the select.


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

#linuxhelp
#AllNiteCafe
#javascript
#mysql
#php
#php
#chatzone
FANNYRIDERS
undo ln ubuntu
whatsupt



Home  |  disclaimer  |  contact  |  submit quotes