Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
it will be compatible with everything that's quite a normal looking form
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
scrotaye wrote:it will be compatible with everything that's quite a normal looking form
Not necessarily. Strangely enough, I have found on numerous occasions that sending stuff through GET in a POST form doesn't always work. I suspect it's a browser issue but I can't remember which browser I used for it, probably something old . There was one browser I used (it might have been IE5.x) which just ignored the GET parameter for some reason. I'll try to reproduce it, but I'm positive this happened.
scrotaye wrote:it will be compatible with everything that's quite a normal looking form
Not necessarily. Strangely enough, I have found on numerous occasions that sending stuff through GET in a POST form doesn't always work. I suspect it's a browser issue but I can't remember which browser I used for it, probably something old . There was one browser I used (it might have been IE5.x) which just ignored the GET parameter for some reason. I'll try to reproduce it, but I'm positive this happened.
Possible, IE did have some buggy implementation of the HTT-Protocol. I don't remember which version it was, but if you look it up under $_GET and $_POST etc. in the PHP manual there should be a user-note about it.