| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13
Comments:
<0> Which is the same as in HTML strict. <0> The strict doctypes have never allowed frame-related elements/attributes. <0> This is not an accident; the strict doctype discourages "new windows" <1> so only a javascript solution <2> yes <1> what then is the general purpose of rel="external" <1> because I have seen that as well.... <2> its a link that leads off site <1> got it <2> mattmcc, so you survived the drive <2> black_Nightmare, i don't know exactly what you are looking for <0> element43: Yeah, totally uneventful. Roads were clear, not even much traffic. <3> element..nevermind it then I'll try refresh once in a while till it finally works <3> ;)
<0> Somehow I managed to drive through Salem at 5 (Cl***ic nightmare I5 traffic time) without any trouble. <2> mattmcc, nice. <4> I'm cooking my boyfriend supper. <4> I'd have wine with what I'm serving, but I can't. <3> got it anyway element..it was http://www.robotstxt.org/wc/meta-user.html <1> whats the proper way to validate a site with ISO8859-15 encoding .... the w3c validator says it cant deal with it yet... <5> Validate as -1 and stick your fingers in your ears and go "la la la" when it complains "" isn't valid? <1> kirun: fair 'nuf :) <6> does anyone know how to show an avi or mpeg on a site in spite of allowing user to download (don't need to hide video path or name) <3> umm... <3> I would think <object src=""> was what you might be looking for....and adding the <a href=""> download link next to it? <3> I might be wrong tho..ask someone who might know better than me <3> hmm wait..or was it <embed..> ? ughh i can't remember hehe sorry <6> <object src=""> allow user to see the video? <7> poraki_poralli, http://www.w3.org/TR/html401/struct/objects.html#h-13.3 <7> poraki_poralli, http://alistapart.com/articles/byebyeembed <3> thanks anyway webben (for helping him) <6> the second addres does not match <7> does not match waht? <3> anyway webben I was thinking about it and think something like <meta http-equiv="Expires" content="Wed, 17 Jan 2007 10:00:00 GMT"> would probably keep the page expired permamently from most caches? <6> I was llooking for mpeg or avi and it explains about wmf and flv <3> poraki..it doesn't matter <3> you can <a href=""> to just any kind of stuffixs anyway <7> poraki_poralli, Yes. it's the same principle. Just for a different type. <6> Appart from link download i'd like to let users too see it on browser <8> black_Nightmare: no, caches don't read HTML <3> ah ok deltab ty anyway <3> hm well if I set it like eg ahead of now but a few minutes before a planned webpage upgrade it probably should work fine tho? (eg say on feburary 6 somewhere in the morning) <8> yeah, but you'll need to tell the server to send that in the HTTP header, because caches don't read HTML for instructions <3> thanks anyway <3> and btw..slight OT but http://bingweb.binghamton.edu/~tony/cake.jpg don't ask :)) (I don't understand the language outside the 'commented' lines but I get a bit of the idea) <3> seem thats from a NY bakery <9> aunt elsa must be a r33t h4x0r <3> perhaps <10> Whats a good (semi-cheap) host that sells dedicated servers? <11> IE6 is not displaying the border and background color of a div cell, which IE7 and Firefox 2 display fine. But, in IE6, when I select the text, it shows the correct border and background for that text area <11> WTF? <11> nowimproved, i like ev1servers, but they just merged with theplanet, so who knows <10> rhett, i see <3> hm does <meta http-equiv="pragma" content="no-cache"> even have any support? <3> I keep seeing that popping up frequently on meta info sites <3> and if don't mind me asking this too...how about <meta name="revisit-after" content="30 days"> too...description says its for how frequent robots should come back <8> black_Nightmare: not by caches, as I mentioned before :-) <3> I know..was just curious after looking at these two in a lengthy metatag generator <3> could understand others (especially the author one duh) <3> never seen any site sources using the revisit-after robot tag but oddly the generator mentions it <8> revisit-after is completely worthless --- http://code.google.com/webstats/2005-12/metadata.html <3> ah heh ok <3> guess this must be an old one then: http://external-file.com/en/meta_tag_generator.html .. they really need to remove the keyword fields 0_o <8> "To our knowledge only one search engine has ever supported it, and that search engine was never widely used at this point, it is nothing more than a good luck charm." <3> at least the language and other still makes sense <3> if there's one thing I still know of search engines..sometimes its not easy to find specific webpages when you don't really know any specific words to start with (like "via KT400 motherboard" is very general for example blah :P) <3> deltab here's a real question for you.. author and copyright probably mean the same thing if its a personal website run by a single person? <3> (re meta name tags yeah) <8> yes <3> thought so...was thinking having both was useless <3> anyway thanks a lot deltab...I need to brb now as supper is due anytime soon <9> wanda!!!!
<12> lol <12> someone I know from quakenet <13> how might I make a 2-column layout without using absolute positioning, with one column flush right and the other flush left? <14> cj: http://css.maxdesign.com.au/floatutorial/tutorial0816.htm <12> *oOf* <15> :D <12> hehe }B=&] <15> that htaccess thing just created a fancy htaccess file :P then I realized I could set one up in my cpanel... but not quite what I'm looking for <15> wtf is }B=&] <13> thanks, riczho <12> dragon face smiley <16> People ask me, "Why do you do it all for free? Is it just generosity?" and I reply, "No, I do it to take jobs away from people who would do it for money. There's a certain feeling of contentment you get when you know that people will starve on the streets because of you." That's usually where the interview ends. <12> } horns, B eyes, = snout, & nostrils, ] fangs <14> Nanobot: Do what for free? <16> Whatever. I'm just making up a quote <14> Aha. <12> _Nevaeh_: there's different ways to do auth on apache.. basic auth is with the htp***wd thing. there's also digest authentication and database authentication that's a bit more secure and robust <12> lotta details on the apache website + there's an #apache channel here to ask questions in <15> I guess what I'm looking for is a none broswer prompt way for basic auth in apache <17> does anyone know if there exists a freeware maps program including driving directions--like google maps but downloadable? <12> basic auth will always be browser prompt <12> you need something better than basic auth if you want otherwise <12> which is what i been tryina tellya <15> okay so we know what I want now :) <15> lol <15> what is the best language to do it in? <12> all auth in apache != basic auth <12> basic auth is one of several types of auth available via apache <15> but if I want something a tad wee bit better then basic auth (no popups, just all embedded forms) what language? <17> or how about a non-freeware downloadable maps program, even <12> perl <12> php <12> either one <12> easier to write secure apps with perl <15> which is better iyo <15> okay... <17> python <12> you might ask in #perl and ##php about auth scripts that you can build on <17> fortran <12> j00 gotta configure python if you want that ****e to work onna web <15> brainly-green: lol I don't know the first thing about perl or php :P <15> or any of that for that matter <17> I had to write a web python program last semester, what I did was use a php script to just call the python cgi script <18> cheat :P <12> personally I'd rather do it in Perl, since it's easier to write secure Perl apps for the web if you know what you're doing <12> more than likely there's just the sorta stuff you need out there already, _Nevaeh_ -- ask in #perl about some prebuilt authentication/login scripts for download <19> Anyone have an opinion of who's the best hosting provider? ie. Value for money, uptime, speed, access to linuxy features, flexibility ? <15> okay :) <17> I want to start a website and I want to code most of it in comomn lisp--similar question to matiu, what provider should I look for? <20> matiu: can you spend $100/month? <20> for dedicated? <19> if it's worth it! <19> ivan`, too much <20> serverbeach @ $90/month has been worth it for me if you can deal with the no-porn/no-IRC policy <20> yeah might be for basic hosting <15> WebDragon: I was just asked auth for what? <12> website login authentication <19> ivan`, What's with all the hosting I've seen for 4.95 a month then? <19> Why the big jump up? <20> oh, I just need 100% uptime and root <20> can't install your own packages on a $5 webhost <9> www.devit.com <- virtual linux hosting <9> xen and whatnot <19> ah <20> you can do virtual dedicated for ~$30/month <14> Hmm... <14> I've heard that it's a good deal to colocate and share with a friend. <19> dmlloyd, have you had a good experience at devit? <15> WebDragon I'm being intergrated :P <9> yeah, I host there now <14> Haha!
Return to
#web or Go to some related
logs:
perl curl download pdf files asdf cannot find tar command NIL #php linux graphical clipboard ktorrent port forwarding necessary Telnet.pm apt-get install glxgeras output frames unmask kde undefined symbol: _intel_fast_memcpy redduck porn
|
|