I have written my experience ordering using AmazonGlobal which was great. The only part that made Amazon missed was the delivery deadline. Those orders were placed using AmazonGlobal Expedited Shipping which said averaged 5-10 business days for delivery. However Amazon’s courier partner i-Parcel failed to get my orders in time, although they only missed for a few days.
Posts in "Tips"
Filter AmazonGlobal eligible items to your country
I have shared my experience ordering using AmazonGlobal and so far it has been positive. If I may add about one of the main difficulties at the time, it was a bit hard to know whether a product would be eligible or not from the catalog list. It was only until you go to the… Continue reading
AmazonGlobal: Ordering Experience
There is no denying, Amazon is the global leader as retail e-commerce company. With operations based mainly in United States and independent marketplaces in Europe, they have established very strong ground to the biggest markets. How about Asia, which has been proven to be harder to penetrate? Also other countries that is currently unreachable directly…. Continue reading
Take Quick Photos Using iPhone and Share Them to Mac
UPDATE: I was recently suggested to use WiFi Transfer instead, which I agree is as good or better if you plan to copy more than one photo. For years I have been trying to find the most efficient way to be able to quickly take photos using my iPhone and then send them to my… Continue reading
Perfection
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
Archiving Commands via SSH
Extract compressed file: [syntax_prettify linenums=”0″]tar -zxvf file.tar.gz[/syntax_prettify] Extract uncompressed file: [syntax_prettify linenums=”0″]tar -xvf file.tar[/syntax_prettify] Takes everything from folder_to_be_archived/ and puts it into archived_filename.tar: [syntax_prettify linenums=”0″]tar -cf archived_filename.tar folder_to_be_archived/[/syntax_prettify]
Upgrading Interspire Shopping Cart Using SSH
Interspire Shopping Cart (ISC) is one of the best self-hosted e-commerce system in the market. It has most of the features that you will ever need. Another big plus with ISC is it is still actively developed. Interspire regularly releases minor updates every few months to fix some bugs and a major one in 6-12… Continue reading