@# 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 12 13 14 15 16



Comments:

<0> lol
<1> not that many people want to
<1> because they know it's anal
<0> asp: its filled with fail and bad
<0> its a microsoft product
<2> lol
<3> well .asp files will be considerably larger than .php files, I've seen that much
<4> WebDragon: it really depends which language you use.
<3> although php is no prize either in optimization
<2> well about about .ascx then
<2> what*
<0> wtf is an ascx?
<3> Number of PHP main functions: 3079
<3> Number of Perl main functions: 206
<2> well google what is ascx



<0> WebDragon: no!
<3> no?
<0> don't leave!
<3> but I've got stuff to do!
<0> but!
<3> hehe
<0> okay, fine, go :P
<3> LOL
<3> silly person
<0> i just wanted to see how long i could keep you for
<3> :D
<0> hahah
<0> i win
<0> 1 minute
<0> :)
<2> i was talking to this guy last week and just today i found out he was 15 programming C++ and making private servers for games " you know i think the kids knows more then older people knows)
<1> that's deep
<0> most old people don't know anything
<0> atleast about tech stuff
<5> :p
<1> yeah
<0> i was in bn the otehr day
<5> whats new hax? :)
<1> Kernighan, for example
<0> dude's looking at a C# book
<1> he's old, doesn't know jack
<2> this kid did from web master to C++ god skills
<0> obviously there's exceptions reisio
<1> hax: several million exceptions :p
<2> lol "god skills"
<1> kind of makes the point silly
<0> reisio: well, what i'm saying is, you plateau pretty fast with this programming thing
<0> reisio: like a 20 year old can be as effective as a 40 year old
<0> with the same experience
<0> its more about bleeding edge
<1> as, sure
<2> it's funny when you know how to setup everything on your webserver then later on you don't know what to put on it (that's me right there)
<5> hax, I don't think so
<1> yeah, that's pretty funny
<1> everybody wants a webserver and a website, but they have nothing to contribute
<0> Zeros: how do you figure
<0> reisio: heh
<5> hax, a 20 year old might be able to write lots of code, but half of what a software engineer does isn't about code, and unfortunately a lot of it has to do with business (which is totally unrelated to software)
<0> Zeros: actually, you're probably right
<1> statistically, I think you'll find that younger people think more innovatively than older
<2> yes thats right!!
<0> Zeros: i forget that most young people write asp and php
<1> s/younger/more younger
<0> Zeros: you and me are better than most of the older people though
<0> Zeros: or if not, we're getting there fast
<2> i was writing asp and php when i was in middle school
<1> that's pretty sad
<1> maybe if he'd started on the original PHP he'd be using Perl
<0> heh
<0> Zeros: do you use svn?
<0> i'm still stuck on this problem
<2> that how funny old people programming are look at this line "#ErrorDocument 500 "The server made a boo boo."
<6> boo boo is witty and clever



<1> Canada, probably :p
<2> ya they always make funny lines on codes
<0> reisio: ha
<5> hax, at work yeah we use an svn repository, I've been meaning to setup one for my personal projects too
<0> Zeros: wanna save me?
<7> there
<0> very funny
<5> asp, the question is if you were writing _good_ php and vbscript in middle school
<7> I thought so :D
<8> hello
<0> Zeros: i question is he's writing it now :)
<1> 'lo serg
<5> hax, I'll try and save you :P
<0> WebDragon|away: you listen up to, i need help on this
<0> okay, so say i've got... foo/ which is a contrib directory in my application, say an image library
<8> can somebody tell me how do i put the height of the white thing in my site to 100% also in other browsers?
<0> under version control
<4> The white ... thing.
<8> min-height:100%; and height: 100 did not work :(
<0> and my artist sends me a new foo.zip... and i need to replace foo/ with his new version
<0> and commit the new version up to the repos
<2> zeros: ya they had a firewall that didn't let people go into porn sites so i made a webserver and a php code that byp*** the firewall ^^
<8> http://my-copycenter.net
<0> how the *hell* do you do that
<7> sergio-me: support for min/max-height/width in MSIE is non-existent
<7> other browsers have it. not sure whether IE 7.x will
<8> but IE is actually the only that is doing what i want
<0> Zeros: you'd think that'd be trivial, right?
<0> Zeros: you'd be very very wrong
<7> sergio-me: that's even stranger :)
<8> yeah
<7> `validate html http://my-copycenter.net
<8> can somebody tell me how do i solve that?
<9> The URL http://my-copycenter.net contains valid content according to http://tinyurl.com/g4wve
<7> `validate css http://my-copycenter.net
<9> The stylesheet at http://my-copycenter.net contains 0 errors and 13 warnings. Please see http://tinyurl.com/f8r2d
<7> well you're clean. that's a good start
<7> :-)
<7> sergio-me: can you be more specific about the problem?
<5> hax, svn delete foo/; svn add foo.zip; svn commit;
<8> height of the #mainwrap thing
<7> are you talking about the background image ?
<8> no
<8> #mainwrap is the middle thing with the main text
<5> hax, preferably commit with change notes of course :)
<0> Zeros: see, you'd think so
<7> ok, and what is #mainwrap doing incorrectly elsewhere ?
<5> hax, well, whats the problem?
<8> only in IE is ocuppying the full height of the parent #content element
<5> you're doing those commands in the directory you checked out the trunk to right hax?
<7> interesting
<8> i want tha in other browsees too
<0> Zeros: right
<0> Zeros: okay, let me try it again
<0> Zeros: sec
<8> BTW have the CSS #content selector lines on height anything to do with that?
<7> sergio-me: you might reference the info on http://www.positioniseverything.net/ and http://phrogz.net/css/ and see if anything there is relevant
<7> usually one develops for the other browsers first and then fixes in MSIE
<7> not the other way around
<7> which is generally given to be more difficult to fix
<5> preserves sanity :)
<10> i get an error saying "DEBUG: no tag handler registed for type: dojo:treeselector" .... how do i figure out which part of the code puts up this error ..
<7> make it work in Firefox/Opera/Konqueror (which mostly covers you in safari as well, similar engine core IIRC) and then fix in MSIE
<8> :(
<7> fewer headaches, and as zeros said, preserves sanity
<7> codeshepherd: first off what are you coding in?
<7> if you want us to be specific, you'll have to go first ;)
<10> can i not discuss js here ? if so i am sorry WebDragon|away
<7> you can certainly discuss here, but you really SHOULD tell us what it is we're discussing
<7> java, javascript, perl, php, asp, ruby, python, whatever
<5> codeshepherd, check the dojo documentation, we're happy with help with JS, but thats a specific framework
<7> if you're on a unixy filesystem you could grep the source for DEBUG


Name:

Comments:

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






Return to #web
or
Go to some related logs:

error 27 unrecognized command solution
gentoo + Silicon Image 3114R
create table table1 as select * from table
#kde
#web
#openzaurus
emerge problems 1.0.0.0
#php
#lisp
wrt54g dsl 500t config



Home  |  disclaimer  |  contact  |  submit quotes