I have been using a good PHP library, smart_resize_image, to resize images. Actually I use the library to resize any image before uploading it to S3 storage. It works very well. Continue reading
I have been using a good PHP library, smart_resize_image, to resize images. Actually I use the library to resize any image before uploading it to S3 storage. It works very well. Continue reading
I got a good library to upload images to S3 storage from undesigned. I’m currently use 0.5.1-dev version. The library has a function that responsible to set headers for images that want to be uploaded. The function name is putObject. The function also to be used to set amazon meta header (AmzHeader) like x-amz-meta-cache-control and x-amz-meta-expires. Continue reading
I have a laptop Asus A43S (Some said A43SJ) with Intel Core i3 processor. From this link, it seems this laptop has a bluetooth device integrated. I tried to install a software bluetooth manager, blueman, for Ubuntu 12.04 from Ubuntu Software Center App. Continue reading
Pin Payment (PP) is an online payment system from Australia. Like Paypal, They also offer some API so it can be integrated easily with outside system. They have a good documentation that any developer can learn how to use the API’s. Continue reading
OptimizePress has a GUI tool to add/edit/delete the page layout on the fly without writing any code. You can find the tools on the Live Editor and click ‘Launch Now’ button. Continue reading