IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1834.96 MB
Powered by
Channel Info
Network: freenodeChannel: #html |
Search in www.irclog.org
Log from #html at freenode 2006-05-16
[00:38]<rrc0o>I can't remember what is it called when you go to a page and it automaticly loads a different one, also how do you do that?
[00:38]<znysyj>jak08: use a server-side script to redirect
[00:40]<afmygmjz>hello, is there NO way to make a background image "stretch" (including via CSS and possibly others)
[00:40]<afmygmjz>?
[00:40]<znysyj>there are ways to stretch an image and have it behind other data, yes
[00:41]<afmygmjz>and those are?
[00:42]<znysyj>oh, well you can take an img and set its width/height to what you want
[00:42]<znysyj>and put stuff over it
[00:43]<afmygmjz>how do you put stuff over an image which isn't a background?
[00:47]<rrc0o>why couldn't i just use this <META HTTP-EQUIV="Refresh" CONTENT="5; URL=html-redirect.html">?
[00:52]<znysyj>jak08: because it's stupid
[00:52]<znysyj>Almindor: oh sorry 1min
[00:53]<znysyj>Almindor: http://reisio.com/temp/stretch/
[00:53]<afmygmjz>reisio, would be useful in english or slovak :)
[00:54]<znysyj>Almindor: hrmm?
[00:54]<afmygmjz>reisio, oh wait you mean source :)
[00:54]<znysyj>:)
[00:54]<afmygmjz>reisio, why is it so slow?
[00:55]<znysyj>why is what so slow?
[00:56]<afmygmjz>the page
[00:56]<afmygmjz>scrolling is like slideshow :)
[00:57]<znysyj>oh
[00:57]<znysyj>using Firefox?
[00:57]<znysyj>Gecko has issues with such rendering
[01:07]<avjd>what is the syntax for passing an array of numbers in a get url?
[01:09]<20rv>That's up to how your server script parses it.
[01:10]<20rv>There are no such data structures in an HTTP (not HTML) query string.
[01:10]<20rv>There are just keys and values
[01:10]<avjd>oh ok, im using ruby, so I'll check out how they parse that, thanks
[01:10]<20rv>should be documented, yes; it differs
[01:10]<20rv>Hopefully, it does it simple and just takes anything that's defined multiple times
[01:21]<avjd>b0at: here is how ruby processes: show?test[]=123&test[]=123&test[]=213&test[]=231&test[]=132
[01:22]<20rv>similar to php's default
[02:12]<gnvfnw>Did anyone try Michael Cheneys new Adsense Videos? http://www.adsense-videos.com/start.php?offer=xmlhtml&pid=1
[02:44]<znysyj>wtf...
[03:04]<_gnzj_>Is there any tutorial out there on using 2 divs, side by side, where div 1 has a fixed width (say a menu), and div 2 fills all remaining space?
[03:05]<mz-mznw`>sure
[03:05]<znysyj><div style="float: left; width: 100px;"></div><div style="margin-left: 100px;"></div>
[03:05]<mz-mznw`>http://www.maxdesign.com.au/presentation/page_layouts/
[03:05]<mz-mznw`>you gotta google shit sometimes buddy
[03:05]<mz-mznw`>take a look at this site
[03:05]<mz-mznw`>www.justfuckinggoogleit.com
[03:05]<znysyj>ha
[03:05]<_gnzj_>heh.. I've been googling.. probably not the right terms..
[03:06]<znysyj>`float tutorial @ _nero_
[03:06]<rtfs>_nero_, float tutorial: http://css.maxdesign.com.au/floatutorial/ , http://phrogz.net/css/understandingfloats.html
[03:06]<mz-mznw`>i found that site off one search
[03:06]<mz-mznw`>http://www.google.com/search?hl=en&q=css+layout+example
[03:06]<mz-mznw`>how hard is that
[03:06]<mz-mznw`>theres a bunch more examples on that same page too
[03:06]<znysyj>da-drew`: shhh :p
[03:06]<djtznd>go bush.
[03:06]<drscyns>Rocket science, da-drew`
[03:06]<mz-mznw`>thats what im explaining to him
[03:07]<_gnzj_>well, even with the pissy attitude.. thanks for the link.. its what I was looking for.
[03:07]<mz-mznw`>and i didnt wnat ot mention this on top of all the other insults as to the ease of the procedure
[03:07]<mz-mznw`>but im also slightly autistic
[03:07]<mz-mznw`>i qualify for government disability
[03:07]<_gnzj_>heh.. well good for you.. ;)
[03:07]<mz-mznw`>because for the life of me i cant seem to figure out why i cant bite my ear
[03:07]<drscyns>Indeed
[03:08]<mz-mznw`>lord knows i try
[03:08]<drscyns>Try cutting it off first
[03:08]<drscyns>Might help
[03:52]<znysyj>Alley^Away: no
[03:53]<znysyj>`doctype @ Alley^Away
[03:53]<rtfs>Alley^Away, doctype: Take a gander at the fine document type definitions available at http://webstandards.org/learn/reference/charts/doctype-switch/ (HTML 4.01 Strict is recommended). A more complete list: http://www.w3.org/QA/2002/04/valid-dtd-list.html
[03:53]<znysyj>the ones listed at that w3.org link are all you should ever use until you get until custom doctype definitions
[03:58]<pfraaym>thats weird i didn't think opera had a quirks mode
[04:07]<znysyj>quirks mode is viral
[04:08]<pfraaym>viral?
[04:10]<znysyj>viral
[04:10]<znysyj>because the popular browsers have quirks modes, all browsers that don't want users bitching at them must also have it
[04:10]<pfraaym>good point
[04:11]<pfraaym>so opera must of got quirks in v7
[04:13]<czm2zymrnw1>why my website does not work properly in IE and FF while it works perferct with Opera? And all these while all validators show no errors!
[04:14]<pfraaym>Cambridge13: many possibilities
[04:15]<czm2zymrnw1>like??
[04:15]<czm2zymrnw1>im using javascript and php as wel
[04:15]<czm2zymrnw1>l
[04:15]<czm2zymrnw1>but everything is fine. no errors or misspelings
[04:15]<znysyj>like omfg how about a link
[04:15]<znysyj>`secret
[04:15]<rtfs>secret: No URL = no help. We are not telepaths, and can't determine the problem (let alone the solution) without playing with the troublesome page. So, give URL, or leave the channel and call 1-900-PSYCHIC. Oh, and good luck. You'll need it.
[04:16]<czm2zymrnw1>http://enterprise.csd.anglia.ac.uk/~kk178/VeterinaryRoot/index.php
[04:16]<czm2zymrnw1>try it and tell me your browser and what works from the index page
[04:17]<sdy|c>anyone here created or contracted out work for high traffic ecom sites?
[04:17]<znysyj>Cambridge13: http://hotdesign.com/seybold/
[04:17]<znysyj>!v http://enterprise.csd.anglia.ac.uk/~kk178/VeterinaryRoot/index.php
[04:17]<rtfs>HTML: Not valid - Errors: 3, http://validator.w3.org/check?uri=http://enterprise.csd.anglia.ac.uk/~kk178/VeterinaryRoot/index.php
[04:17]<rtfs>CSS: Not valid - Errors: 2, Warnings: 8, http://jigsaw.w3.org/css-validator/validator?uri=http://enterprise.csd.anglia.ac.uk/~kk178/VeterinaryRoot/index.php
[04:17]<znysyj>Smi|k: why do you ask?
[04:18]<znysyj>Cambridge13: those are serious errors'
[04:18]<czm2zymrnw1>yes because i have modified the code a bit in the lst few minutes
[04:18]<czm2zymrnw1>can you see anything in the code that could cause problem?
[04:18]<sdy|c>I am looking for a site selling website templates that are based on tuned formats for maximum conversion, rather than something like templatemonster.com that has tons of flashy nice designs, but not based on conversion data







