| |
| |
| |
|
Page: 1 2 3 4
Comments:
<0> a company asks me to develop some booking forms for their site , so i wonder if i use java or javascript will that effect search engine optimisation for their site? <0> that's a scenario btw im not really doing this <1> Java, definitely. Javascript, depends on how you structure the html document. <1> Besides, it's the html which matters. <1> Javascript would be used for validation etc. <0> so you mean as long as my forms are valid that's ok <0> or should i read some tutorials for optimisation maybe <1> HTML wise yes. Js for _input_ validation. <0> ok thanx <2> url submit form code pls <2> ... <1> Huh? <3> read channel topic please <2> ? <1> Forming a coherent sentence would be a start. <2> hmz
<2> <a href="">link</a> <-- submit .... <1> Not you to be constructing a sentence able to? <3> <a href="#" onclick="document.formnm.submit();return false" <4> Pilum = Yoda <3> you need a less misleading nick too <4> if i could be arsed to log into my machine at work i would ban him <2> tenk`s <5> hmm, some call himself webmaster and ask for form submit code ... <6> BBQ ? <6> what time is it there? <5> 18:40 <6> ah ok <6> lol <6> @ webmasters <6> I'm finding lots of sites referencing from a .js file <6> like this <6> <script src="test.js"> </script> <6> how would I use that file if it has a function test() ? <1> As if it was written inline in your document. <6> would it more secure? <5> define "secure" <6> hmm <6> the site wouldn't be prone to attacks? <6> less prone <3> what types of attacks are you expecting? <6> I just got fed up of javascript being unsecure <6> sorry <6> of hearing <3> like what? <3> man, like trying to get water from a stone here <6> I don't know a practical example - an one I hear up is just seeing the code and p***ing in some variable to that script <5> if you are p*** any sensitve stuff to the client in any form, that is your problem <6> that would be a problem is using Ajax <6> is = if <3> it's a problem if using *anything* <3> if you've not secured your backend, makes no differnece what's on the front <6> secured your backend? server side is almost always secure <6> to a certain extent obviously <3> wrong <1> Lol <6> ht311: thats the problem .. how can that sensitive stuff be hacked? <5> don't p*** it! <6> lol <6> if there's no other way? <6> with ajax IT has to be p***ed to javascript <5> don't laugh, with ajax/js or not ,this is stille true <3> what? <6> argument <3> wrong <6> argument manipulated at server side <5> hmm, i lost my slap code in the old drive <6> how [Torgo] ? <6> wrong what? <3> data is p***ed via the header <3> presumably you're using https <3> if not, shame on you <3> whether js is used or not is irrelevant <6> yes any client side script <6> p***ed via the header?
<3> totally irrelevant <3> what matters is the security at the server <5> [Torgo]: ***ume you are talking about man inthe middle attack, but I don't think VaranG|aN even understand that. at best, he is p***ing db connection string from the client <3> :P <6> LOL <6> didn't fell to that absurdity yet :P <5> you just don't want to admit <6> imagine viewing the source and you a connection string or an SQl statement <6> why not letting the user entering the sQl <5> yeah. you just admit to what I said! <7> how do I set the readonly property to false, for an <input type="text" name="mytext"..> element? <1> objRef.readonly=false; <7> can I do: document.getElementById("mytext").readonly=false; <5> i think is .readOnly <6> yes you can jbate <1> Hm. It is indeed. <7> okay, it works <8> hi <1> Hello. <8> im looking for more information on how gmail+gtalk use ajax for their purpose.. it has something to do with progressive rendering etc.. <8> i found this article http://alex.dojotoolkit.org/?p=538 <8> but couldnt find more information <8> id appreciate if i can get any help from you guys <8> i dont want to use xmlhttprequest bcoz it has 2 connection limit in IE <5> nothing really speical. it just a hack for not having the click sound... <5> you can make a request queue yourself, so get better knowledge what's going on <9> anyone speak french ? <5> from the queue status <5> chillkat: not really sure that you really want to do, but click didn't bug me and my user that much <8> so is this better than xmlhttprequest? <5> it is a hack <5> i rather stick with xmlhttprequest or iframe <5> google afford to do this cause they have resources to keep track all these codes, but for you, you want keep track all you code for multiple ways for send/receive data? <8> i dont understand u <8> please can you rephrase? <5> why you don't want to use xmlhttprequest? <8> bcoz it has 2 concurrent connection limit in IE <5> and how well you know about xmlhttprequest? <8> very well <5> you have problem with the limit? <8> yes <5> you have setup a queue or pool. manage the request and get around the limit <8> i need more than that <5> s/you can <8> how? <5> write you own with array <8> but it wont let me have more than 2 concurrent connections anyway <5> but you queue them up, ensure a expectable behavior <5> s/you can <5> or use iframe <8> i have to use iframe <8> coz i know i cant have more than 2 concurrent connections anyway <5> what is the nature of your application? <8> realtime chat and other communication concurrently thru webpgae <5> unless you need to keep connection open. a pool of 2 connections should give a ok reponse time. <8> i need to keep them open coz im using comet architecture <9> what is the command to refresh a page in js <5> "Clients that use persistent connections SHOULD limit the number of simultaneous connections that they maintain to a given server. A single-user client SHOULD NOT maintain more than 2 connections with any server or proxy" <5> http://blogs.msdn.com/ie/archive/2005/04/11/407189.aspx <9> what is the command to refresh a page in js <5> for comet style app. 1 life connection should be able to powser all the need <1> window.location.reload(); <9> like..its a game <9> if the user win <9> i want to refresh the page <5> chillkat: you can do a comet style app now with just xmlhttprequest? <8> yes <8> im doing tht <8> i have once connection for recving <8> one for sending data <8> 2 connections used <5> ic. <8> now i need a thrid one and the requirement is such that i cant reuse the those two
Return to
#javascript or Go to some related
logs:
flicker vertigo berlin transgirl
#c++ #linux il-films tal-biza evms fedora core 5 What does a ship flying the yellow jack flag have on board ?
javascript overwrite windows.location #c #c
|
|