@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info


Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3



Comments:

<fatbrain> Hello all
<ht311> 'lo
<fatbrain> ht311: did you try out vista yet?
<ht311> yup
<ht311> get the media center running too
<ht311> this one feel more complete
<fatbrain> cool :)
<ht311> i like the it. but the media center run a bit slow
<ht311> running 100% on my p4 2.75
<vardhan> http://bash.org/?255660
<h3> ht311, how do I add window controls ? .. close, minimize
<ht311> ?
<ht311> the window component?
<ht311> visiableButtons:wbMinimize|wbMaximize|wbHelp|wbClose
<NeoFu7ure> you cant can you (with JS)
<ht311> he is talking about domapi
<NeoFu7ure> oooooh hehe
<NeoFu7ure> the numa numa song
<vardhan> <3 the numa numa
<NeoFu7ure> hehe vardhan
<h3> ht311[aw], thx
<NeoFu7ure> i nearly got my £20 month registration engine done
<NeoFu7ure> :D
<NeoFu7ure> £20 or $40
<NeoFu7ure> (sorry $ people costs in excgange rates)
<vardhan> its yay
<vardhan> numa numa yay
<vardhan> numa numa numa yay
<freed> 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?
<vardhan> heh
<vardhan> i've been listening to numa numa yay for like
<vardhan> um.. 2hrs so far
<NumaNumaYay> vardhan where ya from ?
<vardhan> canada
<NumaNumaYay> ( i canne remeber)
<vardhan> im from your ring ;)
<NumaNumaYay> canada the place of a big water fall and lots off ***holes
<NumaNumaYay> im only playin
<vardhan> lol
<vardhan> i was gonna say "UK, where they don't know what toothbrushes are"
<NumaNumaYay> lmfao
<NumaNumaYay> canada the home of the numty
<NumaNumaYay> numpty
<vardhan> what's numpty?
<fatbrain> Hello
<ht311> heh, are you stalking me? I just come back from dinner.
<fatbrain> hehe
<fatbrain> not really, I'm trying to figure out if xgl is installable
<exacube> yeah it is
<exacube> the instructions are on the page
<fatbrain> -"... at an early stage in development" -".. is only intended for testing and development." :(
<exacube> oh
<exacube> heh, it'll be fine
<ht311> i will wait until there is a live cd
<exacube> have you ever used 3ddesktop
<exacube> its really cool
<fatbrain> win?
<exacube> no linux
<fatbrain> havn't used it.
<exacube> 3ddesktop - "Three-dimensional" desktop switcher
<fatbrain> ok
<ht311> i like the quick tile view from topdesk
<ht311> i never a fan of mutli-workspace or virtual desktop
<ht311> i need to see everything in my face
<exacube> heh
<exacube> twin view
<ht311> the only 3d advantage for me is very quick the swtich between windows
<ht311> have that too ;)
<exacube> lol, you still want more o.O
<exacube> whats your resolution?
<ht311> i running 13 t o17 app at once
<ht311> 1152x864
<ht311> nah, set it too high is hard to do layout works
<ht311> when doing coding, i can go higher res
<ht311> i am on a 12.1" tablet ;)
<fatbrain> ihhk
<fatbrain> I want a Nokia 770
<ht311> seem MS going to release something like this
<fatbrain> url?
<ht311> http://www.engadget.com/2006/02/24/microsofts-origami-project/
<fatbrain> thanks
<Romeo`> var ilg = /\W/;
<Romeo`> do you know how to make it to check a valid email ?
<ht311> http://www.regularexpressions.info/email.html
<Romeo`> so i made like : var emailcheck = \b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b ?
<ht311> add / in begin and end?
<ksuwildcat26> anyone know how to save a applet that the user changes a state when they exit out of the applet and return?
<ht311> no, it is applet job, nothing to do with javascript
<ksuwildcat26> i heard i can use a liveconnect with js
<ht311> not sure how well it supported
<ht311> the only i am sure is here we don;t deal with those stuff
<ksuwildcat26> ok
<ht311> http://java.sun.com/products/plugin/1.3/docs/jsobject.html
<Romeo`> ht311 can you take a look here http://pastebin.com/574251 pls ?
<ht311> still , it is applet job from what i see there
<Romeo`> if(ilg.test(form1.user.value)) msg=msg+"User incorect - trebuie sa contina numai litere si cifre \n";
<Romeo`> i wana replace that var ilg = /\W/;
<Romeo`> with an email check ..
<ht311> you code is not even using the ilg
<Romeo`> i know i just paste it here :)
<Romeo`> i forgot to put it there
<Romeo`> http://pastebin.com/574255 right here :)
<asdsad> hi
<asdsad> anyone alive?
<Romeo`> i just wana swicht that .. with a email check :)
<ht311> [21:04] <ht311> add / in begin and end?
<Romeo`> what do you mean ?
<ht311> http://www.regular-expressions.info/javascript.html
<asdsad> 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.
<asdsad> anyone can help me with that?
<ht311> <form ... target="_blank">
<asdsad> thx ht311 let me try
<asdsad> 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"
<asdsad> ?
<ht311> try action="noticia.html" target="_blank" in enviado.html
<asdsad> k just a sec
<ht311> you are the only one know what your pages are doing ;)
<asdsad> ht311 nothing happend ;( It opens the same form window
<asdsad> ht311 can I send you the two html pages?
<ht311> http://www.porjes.com/idocs/forms/_FORM_TARGET.html
<ht311> any url?
<asdsad> well I have it local
<ht311> try pb.html-channel.com
<asdsad> ok
<asdsad> ht311 http://www.html-channel.com/pastebin.php?id=4
<asdsad> that is prueba_noticia
<asdsad> and let me paste the other window code
<funkyMiNT> is it possible to have a javascript login to a webpage, and reutrn a value from a table?
<asdsad> ht311 http://www.html-channel.com/pastebin.php?id=5 is the code from the window where the info must go
<ht311> you using php , stop breaking your head for this complicated flow
<asdsad> so in prueba_noticia line 52 you said I have to change it to target="_blank" in enviado.html?
<ht311> page a post to page b, and page b open a popup page c that read the info receive by b
<ht311> your enviado is not doing anything to display the data
<asdsad> but I don't know how
<ht311> find some php help then, i am a php noob :D
<asdsad> so enviado must get the info from prueba_noticia
<asdsad> mmm ok ht311 thanks a lot for your time
<ht311> asdsad: that the idea, enviado should be a php
<examancer> anyone know what kind of limits there are on the amount of data you can stuff in a GET request?
<ht311> around 2000 characters
<ht311> 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