Typically, if you are just posting text/text fields unencrypted a post will work. If you need to upload files , multipart is the way to go. Without those extra headers a multipart form has the...
Curl does not really work that way. It just executes post and gets. If you already know the variables it will need you can just post to them as you need to. So you know that inside the form these...
The rule of thumb we used to use was no more then 100k per page for speedy download. Of course, the proliferation of high speed internet has changed all that. I would suspect as high as 200k would...
This is kind of a holy grail of web design. A way to automated the process. Frankly, I stopped looking years ago. They all seem to be pretty poor. Love to see if you find something decent and...
I think this would be really difficult in javascript. In general to create files from a web server and save them on your local desktop seems like it would be problematic in javascript. If you...
For what it is worth I am not seeing it in my version of IE. What version are you using. Additionally, you might try setting padding: 0 as well. I know it is silly but I seem to recall sometimes...
It could also just be bad hardware dirty screens. It is a public place. I would not sweat it too much. Also you should probably know that mac and pc's have different gammas. This causes Mac stuff...
You could get very fancy with this where the second page pops up some sort of light box style. Of course, it is a little forceful if the user mistakenly clicks on the wrong country.... so maybe a...
I would suggest you use some javascript to auto generate the boxes of dates or change the name of the field of boxes that already exist. So creating this boxes below with an...
Unfortunately you might have to create a support ticket and show them your issue. I am sure they just set it up that way by default to protect the servers. At least I hope that is the reason. Best...
Sounds more like a security setting. I believe it is possible that the settings are such that post simply will not work. I think that would be very unusual. If the file is a php file. PHP...
If the images are only around for a very brief period of time. For example, the user uploads it crops and then gets rid of it. I suspect your method is a really good one.