| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Comments:
<0> I can't talk. <0> type <1> ajnewbold no <2> Ocoth: US$10,000? <1> the more your mouth is worth, the less your teeth are original :P <2> and a small logo <3> hm, how might one post a form to a URL with one of the variables in it? e.g. I want to search for Bob and be directed to www.domain.com/search/Bob <0> Ocoth, $10K? what colors? what logo? <1> ajnewbold I want real money, not your poxy US dollars :P <0> Ocoth, AMD? maybe... Intel, no. <1> A-L-P-H-A umm, talk to ajnewbold <2> A-L-P-H-A: 10 aboriginal treebarksticks <2> money is a funny thing <0> ajnewbold, are they lick and stick? <2> A-L-P-H-A: heh, no, I think the guy I read about was doing the permanent thing
<2> ok, think about this <2> for those of you not in the USA, play along in your better countries <2> imagine if, tomorrow, everyone decided all at once that the penny was worth $100 <4> ajnewbold: oh man, i'm ****ed up <2> what's stopping us from doing that? <5> ajnewbold: slowness <2> reisio: :( <6> Man, in #xbox-linux, we used to have a bot that would measure how lame people's nicks were. <5> the same thing that's stopping us from utopia <6> I don't remember how it did it, but it was pretty accurate. <5> having a utopia* <7> paulproteus, that's some infobot routine from 1999 <2> I know there'd be inflation, but what if we also decided to simply not allow inflation? <2> suddently, eveny $0.01 piece was worth $100, and prices remained fixed and locked <2> why can't we do this? <2> suddenly* <6> ivan`, Ah, icey. <5> ajnewbold: it'd require worldwide cooperation <0> paulproteus, so what's my nick worth? heh <7> 99% lame? <2> reisio: not necessarily... if I brought my pennies to the bank, and they deposited the approrpiate millions into my account, I could then use my visa debit card for overseas purchases <5> lost me <6> ivan`, Probably not that much. <8> could someone point me to a guide on submitting http post forms using url like http://site/search?query=foo ? i read it before but have trouble searching for it <9> hagabaka: That's an HTTP GET form, not POST <8> oh <9> <form action="http://site/search" action="get"><input type="text" id="query"> <input type="submit"></form> <8> is it possible to use an URL to submit a post form then? <3> another form question; how might can I have a form post to a URL which contains a variable from the form itself? e.g. someone searches for "Bob" and they are directed to http://domain.com/Bob <3> -can <9> hagabaka: No. A "get" request is the one with the query string in the URL. A "post" request is one without. That's kind of how they are defined <2> Hyarion2: you'd need your backend script to cath the submission and do a redirect <2> Hyarion2: php? <3> ajnewbold: ya <8> oh... <9> Post requests are generally better if there's data that can't really fit in a URL <2> Hyarion2: if(isset($_REQUEST['search_query'])) { header("Location: http://yoursite.tld/search/".$_REQUEST['search_query']); } <8> i see <3> ajnewbold: I'll give that a go, thanks :) <8> thanks <9> Otherwise, get requests are generally more usable <10> ajnewbold, I'd be careful with $_REQUEST since it allows cookie, post or get <2> Zeros: fair enough :P <10> haha, its ok as long as you do realize that it can come from three places ajnewbold <2> I realize it, but I never consider the security implications :( <11> Hello, can anyone suggest or have a web design proposal/contract they use for customers that I could use. I started searching today and found a few I plan to integrate into one that is functional for me,.. just want to get some general ideas what others might be using. <11> Hmm, I am atually looking for one someone uses to begin a project for a client actually.. <7> if there's a callback in a script that says <7> GSV.maximizeHandler = function(e) { <7> how should I call it without a real event? <7> oh actually i don't need to <12> argh, i'm still having problems with this.. Is there something wrong with my syntax? Why doesn't this code bring up the pop-up window? http://pastebin.ca/132236 <13> you're gay! <14> mornin <7> IE6 can't seem to handle changing the style of something too quickly <7> if i want to unhide, measure height, hide again <14> ivan`IE6 doesn't like changing things TOO quickly <15> that reddit article didn't mention that learning to juggle makes your legs **stiff** from bending down to retreive fallen lemons.. <16> GwaiLo: and/or GwaiLo_ : are you there, bud?
<17> WebDragon|away: hey hey :) <16> GwaiLo: are you familiar with YAML ? <18> WebDragon|away: fraid not :/ <16> O_O <16> wow, you're in for a treat <16> data serialization in plain english <16> :D <16> I just found a nifty php plugin for it. <16> there's already a perl module for parsing YAML <16> but check this out: <16> www.jcg-ltd.com/pages/press/yaml-load.php <16> I'm working up to making that how the data gets included on the pressrelease index <19> Id like to create a counter for one of my page on my web site is it possible ? How can I do it? A counter that dont count my IP <18> WebDragon|away: reading :) <20> DESPRES: Your server is almost certainly logging hits already. Just running grep over your access log should tell you what you want to know. <16> DESPRES: I have one neat thing you could try if you have access to the logs and a linux box <19> I have this: <19> http://www.jonathandespres.com/aws/awstats.pl?config=user <16> how many unique IP's have you had visit your site? easy: cat ./*webserver.log | sed 's/ .*//' | sort |uniq | wc -l <16> this is why I like unix-y os's :) <19> 462 unique ip <16> heehee <17> WebDragon|away: bastard... it's you ! <16> who, me? <16> 100% completely innocent angelic look (99% margin for error) O :-) <17> hehe <19> anyone would like to make a site for free for me ? <16> DESPRES: make a note of that trick if you think it could be useful again in the future <16> so GwaiLo what do you think of that press.yaml file and how the php doohicky turns it into a php array for me? <16> then I can iterate over it, and turn it into a table of dates and document links <17> What application is it useful for ? <16> quick-and-dirty database <16> config files <16> all sorts of useful things <16> nested data structures dumped to a plain-english file any yahoo could edit as long as they pay attention to detail <16> GwaiLo: in a short while, www.jcg-ltd.com/pages/press/ will be created on-the-fly with this .yaml file <19> anyone would like to make a site for free for me ? <16> that time it wasn't me <21> DESPRES: no, you're not going to have luck in here getting someone to do your work for you <16> GwaiLo: you see the new website at auralmoon.com yet? <18> WebDragon|away: not yet... <18> oh wow, that's far nicer than the old thing they had <18> WebDragon|away: tell me when it starts... I've got a video playing :) <16> http://www.auralmoon.com/playingdetached.php <16> keep an eye out for some ozric tentacles in the request queue <22> well I'm obviously here <22> heh <1> DESPRES I'll make a site for you for money :P <18> WebDragon: just say my name when they start :) <22> GwaiLo: bah, you might see something else you want to hear in the meantime you goof }B=&] <18> WebDragon: :) yeah... but I'm watching something else :) <22> GwaiLo: by the way, heard some Gamelon for the first time ever yesterday on AM and am now hooked <22> gotta go get some soon <18> never heard of them :) <22> me either til yesterday <22> 'pending on how long you plan to be online I'll drop one in the queue on AM when my first hour wait is up <22> perl? could do that in my sleep <19> anyone would like to make a site for free for me ? <21> WebDragon: damn your freaking cattle prod <22> lol <22> animism can be effective occasionally <1> ****e <1> my sister's notebook's battery has been recalled by Dell <14> Ocoth mine too :) <14> hows it going this morning tom <14> ?
Return to
#web or Go to some related
logs:
grub pxe nforce2 module #math mythtv no sound opensuse libsdl.org yast best php compiler
gnomepeercast Azhi_Dahaka ubuntu omega keyboard gentoo full install #centos
|
|