@# 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> yay just wrote my first bookmarklet :)
<0> javascript:location.href='mailto:?subject='+encodeURIComponent(document.title)+'&body='+encodeURIComponent(location.href)
<0> for emailing page links to people
<0> swim: cool
<1> got a handle on my opera problem. opera slows down on transparent PNGs (8-bit and 32-bit). strangely, 8bit GIFs with the transparent pixels don't have the same problem... :(
<2> anyone any good with myspace? I want to take a regular page I made (xhtml/css) and put make it my profile...
<3> wtf is a 303 error?
<3> this url 303's: http://www.youtube.com/v/PUiCJMG7CHQ
<4> 3xx isn't errors
<4> and the url works fine for me
<4> `g http 300 response codes
<5> Found 11 search results for "http 300 response codes". First result - <b>HTTP</b>/1.1: Status <b>Code</b> Definitions [ http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html ]
<4> you probably have a proxy or a browser that doesn't support/have disabled redirection
<3> thanks
<3> wget doesn't do 303's :-)



<6> Hello. I have two elements that I want to make side-by-side, one on the right side of the page, without using a table if possible. I already have one float:right, with both of them in the same div, but they don't end up at the same horizontal position. The floating one finds itself to the right of some other element, which isn't even inside the div! Any pointers? Thanks!
<0> davidmccabe: validated?
<6> Do you mean, is my page validated?
<6> or do I want the code I use here to validate?
<7> Hey guys
<7> I got a bit of a problem. http://www.luvbaby.com.au/site/index.htm works fine in IE/FF, but http://www.luvbaby.com.au/site/cots.htm is broken in IE, works in FF
<7> any ideas, i've looked over the code for awhile now.. :/
<6> skwashd: I can't answer your question :)
<7> melter: hey dude
<8> Juzman: heya
<0> davidmccabe: i was on the phone ... does the html and css validate?
<0> gtg
<6> skwashd: I don't know; probably not.
<9> hi! i am new to javascript and would like to know if there is any way that i can get the page source of a remote page using js?
<1> kbg_20: it's possible
<9> deadroot: may i know how?
<1> you could create a frame and load the HTML in it
<1> or you could use XMLHTTPRequest
<1> it can handle normal HTML as well
<9> deadroot: the frames idea looks nice :)
<9> deadroot: will try reading up on XMLHTTPRequest too..
<9> deadroot: thanks for the help!
<1> kbg_20: XMLHTTPRequest starting guide: http://www.google.com/url?sa=U&start=2&q=http://developer.mozilla.org/en/docs/AJAX:Getting_Started&e=15206
<1> err don't click on that
<1> http://developer.mozilla.org/en/docs/AJAX:Getting_Started
<1> why does google do that redirect every now and then? -__-''
<9> deadroot: thanks again
<7> I got a bit of a problem. http://www.luvbaby.com.au/site/index.htm works fine in IE/FF, but http://www.luvbaby.com.au/site/cots.htm is broken in IE, works in FF
<1> Juzman: if you want to make it easier to write in both IE and FF, you need to use a strict doctype
<7> even with a strict doctype, still doesnt work
<1> Juzman: i don't know what is IE doing with it...
<8> got me beat. IE's looking at it through a retards eyes
<1> apparently IE isn't ***igining the extra height to the last td in that column
<1> i haven't done table-based layouts in a long long time
<10> Greetings. I'm having a spacing issue with a table cell in IE (of course). It seems that in IE, this cell has a slight margin or padding that is causing a thin white border between it (colored gradient background) and its neighboring cells (also colored backgrounds). In IE it's top and bottom. In Konqueror, it's just on the bottom. In Firefox, there's no white border.
<10> Any ideas what could be causing that, and how to fix it?
<8> Crel1 got a url?
<10> http://www.garfieldtech.com/jrr2/
<10> The gray nav bar, specifically. (Yes yes I know, table based layout bad, but it was the fastest thing to put together. <g>)
<8> dont worry ive got a similar issue. yeah tables = evil but im designing for someone to maintain in dreamweaver so notmuch choice lol
<10> hehe.
<10> I'm also having an issue with the right sidebar. If the center content isn't wide enough, the sidebar stretches to twice the size it's supposed to be, despite having a CSS-defined width of exactly 200px.
<8> i dont seem to be having this white line issue with ur page in IE.
<10> You don't? Try in Firefox. Do you see the difference?
<8> got both open here and no difference lol.
<10> Well bugger. :-)
<11> majd: you here bro?
<8> yah. thats IE for ya lol
<10> ... And now that I switch to another page, it went away. Somehow I did fix it.
<10> Now what was it that fixed it....
<12> Thanks, melter. One other for you.
<12> Go to the "Ask Judith" page, please. See how the right sidebar doubles in size?
<12> Hm. Firefox is still giving whitespace on the right side.
<8> have u tried setting the right sidebar TD tag to a set width?
<8> aswell as havin it defined in the css
<8> just see if that works
<12> That doesn't do it, either.
<8> hmm.. not sure.. i just noticed something on that ask judith page in FF when you shrink the window size down ur nav bar doesnt increase height when a nav item drops to next line



<12> Reload it. I just removed the fixed height from the navbar.
<12> The background graphic will be on the second line, but it should have a real second line now.
<8> yep it does
<12> yay.
<8> lol
<12> It's given a pixel width in two places, and it's still expanding.
<8> whats different about that page and the other one that is making it expand
<12> The default width of the content, I believ.e
<12> If there is enough text in the center cell that it pushes the cell wide and wraps, no problem. If not, then the sidebar goes wide.
<12> It's like IE is using it as a min-width rather than a width.
<1> i like using height in IE as min-height ;)
<1> it's soo convenient
<12> Except when I really mean width, not min-width. :-)
<8> haha true
<8> my msn personal message atm: If you use Internet Explorer dont expect to see a web site the way the designer intended it to look
<12> So no ideas about the table?
<8> umm well im not seeing the problem in my view. what vers IE u usin
<12> 6.0.2
<8> hm same
<1> cache?
<1> OS difference?
<13> ccache?
<13> POS difference?
<12> http://www.garfieldtech.com/jrr2/ask - How big is the red sidebar?
<13> HAR!
<8> LoL
<8> humungo
<8> in ie
<12> Ah, then you are seeing what I'm seeing.
<12> It's like 1.5-2 times as wide as it is on the front page, right?
<8> i thought u were talkin about whiteline still
<12> Ah, no no, the red bar.
<8> yes
<12> Good, then I'm not going crazy. :-) I've got the width set in CSS and HTML. I don't know how else to set it.
<8> and its only on that page? not anyother
<8> whats ur width set for the main content cell?
<12> It's any page where the content doesn't push the center cell wide.
<12> width="200px"
<8> 200px for main content?
<12> No no, for the sidebar.
<12> the main content cell has no width set.
<8> set it to 100%
<8> the main conternt
<8> content even
<12> Well, that makes it squeeze the sidebars very thin, but it does so in all browsers equally. :-)
<8> lol. well.. hmm. better.. but still it aint equal to the left bars width
<8> is it also set at 200px
<12> Yes, both sidebars are 200px.
<12> 60% width on the center cell seems to make it behave kinda sorta nice.
<14> yay @ IE7 windows update
<14> hopefully it'll be critical
<12> hm?
<14> microsoft says they'll push it
<13> ivan`: eh?
<14> http://it.slashdot.org/article.pl?sid=06/07/27/0141207
<14> er
<8> lol well if you set the entire site table to 100% and the left and right bars at 25% each and centre at 50% it might work.
<14> IE7 to be Pushed to Users Via Windows Update
<8> anyways im off to work. :(
<13> yeah, er
<8> will catchya l8er
<13> ivan`: well ****...
<12> Thanks for your help.
<13> that ****s
<14> you like IE6?
<13> now I have to get a copy of it and learn all the quirks
<12> I'd still rather keep fixed width sidebars, but we'll see.
<14> there's a standalone of IE7b3
<12> IE 7 will be the second worst browser engine on the market, after IE 6.


Name:

Comments:

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






Return to #web
or
Go to some related logs:

unpacking hotplug firmware gentoo
#web
#lgp
ubuntu 910gl driver
ksensor suse
#linux
error stdio.h 103 getline mplayer
installing depencies on suse
#perl
gentoo antlr hangs



Home  |  disclaimer  |  contact  |  submit quotes