Tagged Questions
2
votes
0answers
84 views
Which browsers send “Expect: 100-Continue” request header? [closed]
I just want to make sure which browsers send the Expect: 100-Continue header? So that until the server responds with a 100 Continue HTTP status, no data should be sent.
1
vote
3answers
516 views
Javascript and PHP how should I en/decode my data
I would like to know in what encryption should I encode my data and why. First of all, I use GET method because it is search engine inside website. Second, I use RTL language (hebrew). And third which ...
8
votes
4answers
813 views
Is there anything wrong with targeting the alt attribute in css?
I tried targeting the the alt attribute in css. My solution worked in Firefox/Mozilla, but fails in Safari-Chrome/Webkit. Is there anything wrong with styling an alt tag? If not, how do you suppose I ...