@# 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



Comments:

<0> and put it before your id="body" div
<0> and then set #rightmenu { float: right; } instead of left
<1> hmm ok
<0> and while you're doing that I'll fix the other thing I just saw :p
<0> Servo888: .ptext { position: relative; }
<2> PSP man...PSP.
<2> Anyway, WTF am I doing here?
<1> reisio, well that worked... Only now I'm getting the letters "HER" displayed in the left buttom corner
<2> I have Valkyrie Profile.
<0> Stephanie_: good question
<0> come on over, I have the wine
<2> I have beer.
<2> :P
<0> Servo888: that's what .ptext { position: relative; } is for
<2> I sold almost every other game system I owned to get this.
<2> Can't say I regret the purchase.



<2> Anyway.
<2> Going to play now.
<0> :p have fun
<1> reisio, ptext is for <p cl***="ptext">
<2> I need to get screen protectors.
<0> Servo888: I know...
<1> reisio, =-)
<0> Stephanie_: yes, yes you do
<2> It's just so...pretty.
<2> And black.
<2> And pretty.
<1> reisio, any clue where that HER came from?
<0> Servo888: IE being insane
<2> And shiny.
<2> And black.
<2> And pretty. :D
<0> my brother has one, actually
<2> The person who brought it into the store didn't even use it.
<0> he likes buying such things
<2> She traded in pretty much a brand new system.
<0> that's why he's >$50,000 in credit debt :p
<2> It's flawless.
<2> :D
<0> nice
<0> I bet you're going to sleep with it tonight and cuddle
<2> Probably. :D
<0> steph and p-es-p, sitting in a tree
<0> g-a-m-i-n-g...-g!
<1> Well reisio thanks for the help - I'll try to get some more done tomorrow. Cheers
<0> Servo888: np
<0> Servo888: do you know..._the_ Rosie?
<1> reisio, nope
<0> she's wicked hot
<0> Servo888: how much're you getting for that?
<3> i need help with my wikipedia momobook
<3> *i need help with my wikipedia momobook
<0> momo!
<3> *i need help with my wikipedia monobook
<0> rofl
<4> is anyone familiar with a web app that can take a normal text box, and allow you to bold or change font size or spellcheck (much like wikipedias edit article page or pretty much any "add post" page on a forum)
<0> yeah there must be tons
<0> fceditor? hrmmm
<4> k im looking at fckeditor
<0> fckeditor, ya
<0> :)
<4> oh wow its a little....too feature-filled
<4> :
<4> :P
<0> :p
<0> you can use alistapart.com's
<0> just apply it only to a textarea
<4> reisio, someone recommended tinymce, it looks great
<0> just skip my suggestion why don't you ! :p
<0> gj
<0> oh I have that in my bookmarks already :p
<5> tinymce is good for simple stuff ... but i have found for full scale html editing **** is better
<0> I always prefer ****
<5> reisio: it is nicer in general ... and works with proper xhtml pages ... unlike tinymce
<0> :)



<5> if you serve xhtml as application/xhtml+xml tinymce becomes fukteditor
<0> nice :p
<5> it uses document.writes to add itself to the the <head>
<5> that is how they support safari
<0> :p
<6> heyya
<6> whats the benefit of having a dedicated ssl over a shared?
<0> swim: it draws the ladies
<6> well that is beneficial!
<6> reisio: when purchasing a dedicated ssl it doesnt have to be purchased via my web host does it?
<0> I'd hope not
<6> reisio: could you recommend someone?
<0> no, sorry :/
<6> k
<7> Anyone know where I could find out if the W3C has plans to release a schema for SVG?
<7> and if so, WHEN?
<7> oh wait, they DO have one
<0> _W_: silly vagina
<8> lol
<7> http://www.w3.org/TR/2002/WD-SVG11-20020108/SVG.xsd
<7> quite old as well
<9> trevis likes men
<10> your mom likes men
<9> indeed she does
<9> web people ****.. no offense web people
<11> does anyone know where I can download a mime.types file?
<11> I'm on a shared host
<12> Jezek/ http://packages.ubuntu.com/dapper/source/mime-support
<11> thx
<12> how is the page refresh done without a submit button? I would like to update the page as soon as some value is selected from a drop down menu
<12> do I need javascript for this?
<7> that would require javascript anyway, so I suggest your javascript does the updating
<7> (if this is the old "select a value in first dropdown to get options for second dropdown", I would suggest making two pages, ie a wizard-style step by step pages)
<12> yes this is the situation
<8> Can someone explain the unit 'em'? 1 em and .5em aren't porportional
<7> grr the w3c schema for SVG is full of errors
<7> I'm having to go through it correcting typoes and such
<7> Jymmm, they are under the same font and font size
<7> em units are relative to the current font size
<12> Jymmm/ em is one font height or one font width if I am not mistaken
<8> right, I read that. but 1em and .5em are not 50%
<7> yes they are
<7> you are probably counting in a border, margin, or padding
<7> remove all those, and you'll see that the em unit is quite linear
<8> <h1 style="font:2em arial;">Welcome</h1><h1 style="font:1em arial;">Welcome</h1><h1 style="font:.5em arial;">Welcome</h1><h1 style="font:.25em arial;">Welcome</h1>
<7> ern
<7> as I said, em units are relative to the current font size
<7> if you go around changing it, of course the size of the em unit will change
<7> oh wait
<7> I missread that
<7> try applying the style "border: 0; margin:0; padding: 0;" and you'll see
<13> Jymmm: http://24ways.org/advent/an-explanation-of-ems is usable for understanding it
<7> hmm
<7> actually, that SHOULD generate half-sized fonts
<7> are you sure the resulting font sizes are integers?
<13> it is half-sized
<13> it's relative to the base font
<7> or do they have to be?
<7> yes, but he's apparently not seeing that
<13> in firefox, you can use the DOM Inspector to confirm the sizes
<13> they're 32px, 16px, 8px, 4px for the base font-size of 16px
<7> do font sizes need to be integers?
<13> no. you can specify floats
<13> eg: 1.33333em
<7> and they'll always be scaled smoothly?
<7> the fonts I mean
<13> i think that depends on the UA
<7> exactly
<13> did i missed half the conversation?
<8> no, just trying to post a scrn cap
<7> Jymmm, the problem is obvious by now


Name:

Comments:

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






Return to #web
or
Go to some related logs:

#linux
centos raid tools
#linux
#perl
#css
#debian
mount usb device no media found
g ubuntu uninstall kde
ini_set modify sendmail_path
1.64nv2



Home  |  disclaimer  |  contact  |  submit quotes