Archive for the ‘Ajax’ Category

SWF image upload & crop for php using jQuery

Recently I’ve needed a plugin to upload an image using SWF upload and to crop the uploaded image using jQuery and then  save the crop result. I couldn’t find this combination, so I’ve tried to combine these requests: SWF upload, crop with jQuery and php.
I’ve found something about SWF upload here and something about jQuery [...]

Making ajax content availble to search engines

Nowadays, more and more sites are developed using ajax because of its interactivity, ease of use, and speed.
Although it has obvious advantages there are some drawbacks:

Ajax pages don’t register themselves in browser history, so the back button become useless
Because the url remains the same through different requests, the bookmarking doesn’t work as expected
[...]