@# Quotes DB     useful, funny, interesting





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



Comments:

<0> shucks.. i **** so bad at math.. :(
<1> you can't run vb.net in the browser, as long as it is runing in the browser, you have to follow the security model defined by the browser
<0> i think i may be able to figure this out with trigo
<1> ....
<1> it is a curve if you do trigo
<0> pytaghorean
<0> theorem
<0> or you can teach me linear equation
<0> :)
<1> .....
<0> well, first of all, im dragging the node, and the box updates to its x,y
<2> and with a simple vb program do you think I would be able to do it?
<1> you can always find a equation with 2 point, it has something to do with the slope equation
<0> y = mX + b ?
<1> no, how to caculate m?
<2> if alot of website now put a image box that you have to rewrite to subsribe for something...there should be a way to auto enter datas in a form!??



<0> Balty you're a spamme
<1> geeze, am I talking to a noob spammer or noob hacker?
<0> lol
<3> not the same thing at all
<1> the same is the "noob" part :)
<2> it's not because a technic is used by spammer than the technic is a spam technic
<0> hehe
<0> y2 - y1 / x2 - x1
<0> or did i get that the other way around?
<1> you are fine, http://en.wikipedia.org/wiki/Slope
<0> awesome
<0> ht311, i was thinking..
<0> is it possible to have an imaginary motion path for that node and just restrict it to run through there?
<0> o nvm i get it
<0> equation between the two points uncover the coordinates of the points between them
<0> lol
<4> someone can help me?
<4> how i can writte a javascript code that give me 12 numbers, ever a different number, and that never repeat one?
<4> #join java
<5> hi
<6> hi guys........
<7> hi@all
<8> 3xC Tipo . Cea mai noua revista a tipografilor din Romania. Pt detalii viziteaza www.3xc.ro
<9> hi, if there a js that could give me a fiel for download?
<9> i have a button that has a script as action ... and i when i push the button i wanna get a file for download
<9> a file that is generated by that script
<5> molecula : use the html/xhtml input type file
<9> wyst i don't think you understand what i want,
<9> i don't wanna upload a file
<9> i want do DOWNload it
<5> from where ?
<5> external link ?
<9> nope
<9> local server
<9> the script that's set as action to the button i'm pushing is generating the file
<9> it's a .doc file
<9> and after the script generates it ... i wanna be able to download it
<5> just put a link...
<9> but i want it to happen in the same event
<5> make a redirection
<5> at the end of your scrit make a redirection to the .doc
<9> like: window.location="bla.doc"?
<5> some thing like that
<9> but then the page i'm viewing would change ...
<5> yes
<9> and i can't go back if i redirect like that
<9> only by pushing browser back button
<9> and that's not a option for me
<5> try to popup the .doc ?
<9> popup isn't download :)
<9> i was going to use the popup thing as a last resort if i don't find another way
<9> but there has to be a way
<5> non i mean open make the redirection in a popup
<5> not a redirection
<5> but just open a popup with te .doc
<5> i think it will ask for downloading
<9> yes i know what you're saying ...
<9> aaaa
<9> hmmm
<9> could be
<9> let's see



<5> i have a question two : i am trying the open a picture which is on the hd of the client for previewing befor upload
<5> so i set the src of an img element
<5> but FF don't work with file:///
<5> on IE it work fine
<5> any idea to make it work on FF ?
<9> it's not right like that
<9> upload the file into a temporary directory
<9> and make a preview from there
<9> then delete it
<5> molecula : the file is uploaded when the form is submited
<5> i need the preview it befor
<9> well when the guy puts the picture in the input element
<9> make an event
<9> onchange
<9> and on that event upload the file into a temporary directory from where you can make your preview
<9> and when the guy pushes the upload
<9> the you delete the temp file
<9> so you actually ahve 2 uploads
<9> i don't know ... i'm not a guru at this as well ...
<9> but i think it's the best way to do it
<5> yes but it will slow down the script
<5> i now why it dont work
<5> [10:33:00] <5> h
<5> <5> http://kb.mozillazine.org/Links_to_local_pages_don%27t_work
<5> sorry
<9> aha
<9> :)
<9> well what do you wanna do about it?
<5> noting :)
<5> no preview for moz and ff
<9> haha :P
<9> well that's a way as well :P
<0> hello
<10> is there a way to stop the browser from executing the rest of a script when you're not inside of a function?
<10> so.. if (browser doesn't support....) bail out;
<0> return ?
<7> NOT inside a function
<10> :)
<7> except having a token, I don't see any other way
<7> like if (exec_token == true) // execute
<10> dirty, but do-able :)
<0> err sorry
<7> TheUndefined, yep :p
<10> if a browser that doesn't support .. let's say, .style, reads past a function using .style (not executing yet), will it throw warnings?
<10> or only at execution
<7> I never tried a browser that doesn't support styles :)
<7> so I don't knox
<7> -x +w
<10> aw man... the disadvantage of client-side stuff :P
<0> i have an absolute positioned div, and another one under that. when i click on a div above i get the reference of the div belo :(
<0> this happens on ie
<11> pastebin
<11> criix
<0> http://www.ramon.ph/temp/photo/
<0> try ie and netscape
<0> click "Hide / Show Box" on the bottom
<10> ah, the bubbling problem
<10> ie and ns deal with it differently
<0> hhhm
<0> any solutions?
<10> better look up the details of how the events are dealth with in specific browser lines
<10> browser specific code, i'm afraid, never had to realy use it tho
<10> there might be a way to object-detect your way out of it tho :)
<10> site looks pretty cool btw :) and that for a page that doesn't seem to realy do anything ... :)
<10> here, quirksmode as usual has a nice article about it http://www.quirksmode.org/js/events_order.html
<0> TheUndefined, im making an online photo resizer
<0> it will be tied to ajax
<10> sweet :P
<0> once it gets the x,y coordinate
<0> and crop it
<0> its for an online community im makin
<0> thx for the link TheUndefined, worth a read
<10> got dc
<5> i have a question please : how to write that to make it work ? : setTimeout("applyChanges(Imgid)",200);


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

how to recover __db.000
#squid
#AllNiteCafe
battery reow
punky brewester boobs
#AllNiteCafe
#chatzone
#linux
#php
#AllNiteCafe



Home  |  disclaimer  |  contact  |  submit quotes