@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11



Comments:

<0> NEXT ?
<1> hairdu62 you need to inform me of your bot status asap
<0> I don't think he heard you too clear ..
<0> =))
<0> lewl
<1> i swear some ppl must drop 50 iq points when they log in
<0> lol ?
<0> why ?
<1> to think we are that stupid they must be stupid
<2> Hey I resemble that!
<2> :o
<2> Oh, wait...
<0> a delwin ?



<0> what's a delwin ?
<2> ha!
<1> hehe
<2> I'm just a NOC monkey.
<2> :P
<0> what's a "NOC" ?
<1> you dont know what a NOC is?
<1> network operations center
<0> kewl !
<0> what are you booblin' there ?
<2> :)
<2> :o
<1> its scary to think i have well over 150+ hours in it at this point
<2> sheisse
<2> wtf is it?
<1> started off with zero knowledge of the imap protocol but now i'm quite friendly with it (courier style that is)
<1> webmail application, imap based
<2> (hell, I don't care, I get paid to play video games for 7 hours a day...)
<1> i do alot of the time hehe
<1> but last month i've actually had to earn my money
<2> yeah, I only earn my money if the **** hits the fan...
<1> that usually happens when they dont listen to me
<1> fortunately the "i told you so" has bitten them enough that i finally got the ear
<1> they acytually bought the server i spected when we bought the new server a month ago
<1> i've spent alot of time migrating from the pos to the new server then rest of my time i've been coding
<1> and building apis to integrate their older software with my wonderful newer versions of my software :)
<1> imap is really nice except its missing an indexing system
<3> Redragon^, just to follow up our convo the other day, have you ever tried MAPI before?
<1> probably about 6+ years ago when i was forced to deal with an exchange server (nt 4.0)
<3> Oh that is awhile ago, heh. Well, I would like to see IMAP improved to pick up the good features of MAPI. That would be cool! There are bad features too, but I'm just talking about the good here, heh.
<1> there are always bad features hehe
<4> Redragon^ what did you end up using for your webmail app?
<4> frontend, imap server (courier i think you said), etc
<1> i wrote it using imap protocol
<3> Heh yeah, nothing is perfect when it comes to mail, thats for sure.
<4> hey nice, made your own
<1> i've got my times down really good except searching large mailboxes and there is just nothing more i can do for that
<1> well it solved the issue of having all the features i wanted cause I wrote it
<4> what is your mailbox format? mbox or maildir like
<1> 2 it was an excellent chance to learn more
<1> i like maildir myself
<4> yeah thats the prob i have with SM + dovecot
<4> maildir is the one which stores and indexes seperate files for each email right?
<1> well some systems index in a way (courier does to an extent)
<4> cause i've got SM + UW mbox right now and i think a few presidential terms have p***ed trying to download large mailboxes
<1> but the major difference is that mbox is 1 file for mailbox, where Maildir and maildir use directories and seperate files for each email
<1> making access lots lots faster
<1> mbox will kill ya in the end
<4> yep thats why i'm migrating the whole shabang to dovecot
<1> i converted a couple years ago and gained tons of performance
<4> it already does
<1> pop3 is still harder than imap but its alot better under Maildir than it was under mbox
<4> man i cant wait; everybody will be so happy ... always good to punish them with crap before handing something of normal quality over
<1> pop3 just ****s when they leave mail on the server, it wasn't designed for that
<4> i shutdown pop3 access
<4> only imap.
<4> my users dont know enough to "leave on server" w/ pop3
<4> which also implies lots of other headaches mind you
<4> the "dont know enough" part i mean
<2> lol



<4> ok wait you said something that raised a question and i now i'm blank
<1> its simply manages the software you install, where you install it, and how you install it
<1> but it supports apache 1.3x, 2x, sendmail, postfix, a postfix virtual mysql mail system, just about any ftpd, bind and mydns
<4> man i gotta check this thing out ... soon as i get net again
<2> I haven't played with gnuhh, either.
<1> as an admin nothin pisses me off more than software that tells me how to run my server hehe
<1> like i never use apache packages cause i know, like, and trust 1.3x
<1> so i build 1.3x dynamic and build any modules i need for it
<2> lol
<2> apache2 is growing up, but it's still kind of a brat.
<1> i dispise they split all the confs up
<1> i threw a freakin party when 1.3 decided to put access and srm into httpd
<2> haha
<1> i use 1 main conf for apache and a virt conf for each domain
<1> but that was cause it makes it really easy to suspend/manage domains
<1> i take 1 include line out or comment it out in main httpd.conf
<5> You don't like using 1000 #'s?
<5> Redragon^, how's your JS? ;)
<1> pretty good with it
<1> i use it alot for dynamic menus and dynamic forms
<5> I'm piecing code together, and it kinda almost works.
<5> Care to take it up in msg?
<1> what you trying to do?
<1> let me get on with main box, typing alot on 2nd comp ****s cause i gotta lean hehe
<5> haha np
<1> i leave it up so i can watch though :)
<6> Redragon^; arround?;)
<7> okay what we doing?
<7> 1:04am so gotta get it done hehe
<5> msg, or do ya want to keep it in channel
<7> dont matter
<5> know what, f this let me get another kbd right quick, this one ****s.
<7> but no pasting tons of stuff to channel LOL
<5> np
<5> so i have a small form on a page, a text field, and a submit button. upon entering data in the text field and clicking submit, I want a popup, and I want to use the data entered in that text field, in the pop-up
<1> easy easy
<5> oh?!
<5> heh
<1> i thought you were gonna ask for something tough LOL
<7> got it on a page somewhere?
<7> now are you talking a javascript popup or a new window popup?
<5> new window popup
<5> i need to use some php hackery to act on that info
<7> so your trying to use the text in the url of the new window or write it to the new window?
<5> write it to a new window would work best - whichever way would make it easier for me to use that data, with PHP
<5> I think that's what I want...
<7> well if you wanna use it with php your probably going to have to submit it in the url to php so php can read it in as form data
<5> I see.
<7> if you write it directly to the page it wont do php much good
<5> I suppose that would work. Can I p*** that data as a GET argument to the new popup window?
<5> yea
<7> oh yea thats not hard
<5> can I urlencode it? does JS have a function for that?
<5> just to play it safe
<7> it will pretty much do that for you automatically when your p***ing it into a url
<5> I see.
<7> let me write up a small example
<5> I'd be very greatful, thank you.
<1> http://www.server-resources.com/demo.html
<1> it will open a new window with the same url and text field appended to the end
<1> should give you a good idea for whatever you wanna do with it
<8> are there any safari users in here that can check out something for me?
<5> looks excellent. thank you very much, I think this is exactly what I'm looking for.
<1> no prob
<1> you should see what i did with search feature in my webmail :)
<1> its a popup window that lets you feed in several search criteria then submit it and it loads back in the main window
<5> very cool
<1> and when search results are displayed it saves that info so if you click search again you refine your search by adding more info to it hehe
<8> guess not
<1> me no got no safari :(
<8> dont suppose either of you guys has the newest konqueror?
<1> nope
<8> ive already tested this against 3.4 i think


Name:

Comments:

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






Return to #linuxhelp
or
Go to some related logs:

emilie rodt
#chatzone
Enviro500 Ottawa
laqwa
#php
Marisol,dalnet
#windows
Resin used in varnish
#linux
#chatzone



Home  |  disclaimer  |  contact  |  submit quotes