@# Quotes DB     useful, funny, interesting





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



Comments:

<0> Hello all
<1> 'lo
<0> ht311: did you try out vista yet?
<1> yup
<1> get the media center running too
<1> this one feel more complete
<0> cool :)
<1> i like the it. but the media center run a bit slow
<1> running 100% on my p4 2.75
<2> http://bash.org/?255660
<3> ht311, how do I add window controls ? .. close, minimize
<1> ?
<1> the window component?
<1> visiableButtons:wbMinimize|wbMaximize|wbHelp|wbClose
<4> you cant can you (with JS)
<1> he is talking about domapi



<4> oooooh hehe
<4> the numa numa song
<2> <3 the numa numa
<4> hehe vardhan
<3> ht311[aw], thx
<4> i nearly got my month registration engine done
<4> :D
<4> or $40
<4> (sorry $ people costs in excgange rates)
<2> its yay
<2> numa numa yay
<2> numa numa numa yay
<5> hi, i am trying to do some form validation. i have a feild for uploading an image, but need to check if the filename allready exists on the server. ive been looking and gotten nothing but using activeX or ajax...is there a simpler/cleaner method to check if the file allready exists?
<2> heh
<2> i've been listening to numa numa yay for like
<2> um.. 2hrs so far
<6> vardhan where ya from ?
<2> canada
<6> ( i canne remeber)
<2> im from your ring ;)
<6> canada the place of a big water fall and lots off ***holes
<6> im only playin
<2> lol
<2> i was gonna say "UK, where they don't know what toothbrushes are"
<6> lmfao
<6> canada the home of the numty
<6> numpty
<2> what's numpty?
<0> Hello
<1> heh, are you stalking me? I just come back from dinner.
<0> hehe
<0> not really, I'm trying to figure out if xgl is installable
<7> yeah it is
<7> the instructions are on the page
<0> -"... at an early stage in development" -".. is only intended for testing and development." :(
<7> oh
<7> heh, it'll be fine
<1> i will wait until there is a live cd
<7> have you ever used 3ddesktop
<7> its really cool
<0> win?
<7> no linux
<0> havn't used it.
<7> 3ddesktop - "Three-dimensional" desktop switcher
<0> ok
<1> i like the quick tile view from topdesk
<1> i never a fan of mutli-workspace or virtual desktop
<1> i need to see everything in my face
<7> heh
<7> twin view
<1> the only 3d advantage for me is very quick the swtich between windows
<1> have that too ;)
<7> lol, you still want more o.O
<7> whats your resolution?
<1> i running 13 t o17 app at once



<1> 1152x864
<1> nah, set it too high is hard to do layout works
<1> when doing coding, i can go higher res
<1> i am on a 12.1" tablet ;)
<0> ihhk
<0> I want a Nokia 770
<1> seem MS going to release something like this
<0> url?
<1> http://www.engadget.com/2006/02/24/microsofts-origami-project/
<0> thanks
<8> var ilg = /\W/;
<8> do you know how to make it to check a valid email ?
<1> http://www.regularexpressions.info/email.html
<8> so i made like : var emailcheck = \b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b ?
<1> add / in begin and end?
<9> anyone know how to save a applet that the user changes a state when they exit out of the applet and return?
<1> no, it is applet job, nothing to do with javascript
<9> i heard i can use a liveconnect with js
<1> not sure how well it supported
<1> the only i am sure is here we don;t deal with those stuff
<9> ok
<1> http://java.sun.com/products/plugin/1.3/docs/jsobject.html
<8> ht311 can you take a look here http://pastebin.com/574251 pls ?
<1> still , it is applet job from what i see there
<8> if(ilg.test(form1.user.value)) msg=msg+"User incorect - trebuie sa contina numai litere si cifre \n";
<8> i wana replace that var ilg = /\W/;
<8> with an email check ..
<1> you code is not even using the ilg
<8> i know i just paste it here :)
<8> i forgot to put it there
<8> http://pastebin.com/574255 right here :)
<10> hi
<10> anyone alive?
<8> i just wana swicht that .. with a email check :)
<1> [21:04] <1> add / in begin and end?
<8> what do you mean ?
<1> http://www.regular-expressions.info/javascript.html
<10> How can I print the info from a form in another window? I mean ones the user fill everything & type the summit button I need that the info goes to another window.
<10> anyone can help me with that?
<1> <form ... target="_blank">
<10> thx ht311 let me try
<10> ht311 k I have enviado.html (where the form) goes and in the other hand I have noticia.html(where the info must go), so what you mean is tu put in enviado.html => <form method="post" action="enviado.html" name="salida"
<10> ?
<1> try action="noticia.html" target="_blank" in enviado.html
<10> k just a sec
<1> you are the only one know what your pages are doing ;)
<10> ht311 nothing happend ;( It opens the same form window
<10> ht311 can I send you the two html pages?
<1> http://www.porjes.com/idocs/forms/_FORM_TARGET.html
<1> any url?
<10> well I have it local
<1> try pb.html-channel.com
<10> ok
<10> ht311 http://www.html-channel.com/pastebin.php?id=4
<10> that is prueba_noticia
<10> and let me paste the other window code
<11> is it possible to have a javascript login to a webpage, and reutrn a value from a table?
<10> ht311 http://www.html-channel.com/pastebin.php?id=5 is the code from the window where the info must go
<1> you using php , stop breaking your head for this complicated flow
<10> so in prueba_noticia line 52 you said I have to change it to target="_blank" in enviado.html?
<1> page a post to page b, and page b open a popup page c that read the info receive by b
<1> your enviado is not doing anything to display the data
<10> but I don't know how
<1> find some php help then, i am a php noob :D
<10> so enviado must get the info from prueba_noticia
<10> mmm ok ht311 thanks a lot for your time
<1> asdsad: that the idea, enviado should be a php
<12> anyone know what kind of limits there are on the amount of data you can stuff in a GET request?
<1> around 2000 characters
<1> 4096 bytes


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

#AllNiteCafe
ruskaya pizda
#linux
#chatzone
frubo italy watch
#linux
#teens
#php
#AllNiteCafe
16/f/syd



Home  |  disclaimer  |  contact  |  submit quotes