Search Results

1
vote

Find JPEG resolution with PHP

I don't understand this. Pixels = printsize x resolution, and the number of pixels is a set value. So, if you have an image of 300x300 pixels, you have 1"x1" of 300 DPI resolution, 2"x2" of 150 DPI …
1
vote

Maximum number of cookies allowed

IIRC, it's 20 for the majority general, more for some, and 10 for one particular browser (again IIRC, IE5.5?). Up to 10 is considered a safe number. You don't really need more than one anyw …
2
votes

What language is a good choice after PHP for a developer wanting to try something new?

Most of these responses seem to be advocating what I would consider alternatives to PHP. Without wishing to be rude to the other posters, what's the point of that? If you were planning to give up P …
2
votes

Dynamic image creation

"I have a sample div which is exposed to the user to modify it. That accomodates two images and some text. He can select the image out of many which we offer. Finally I want to store it as one big …
2
votes

A respectable PHP Datetime parser.

It's not wrong, the data you're supplying is ambiguous - there is a world of difference. Ambiguous data means the most you can reasonably expect from it is a 'best guess'. You might disagre …