Blog posts dated 2011 – Posts 1..5 of 12 posts found:

Bye bye PayPal, you suck

You may have seen the latest well-publicised PayPal horror story. I've seen plenty of them too and was never really bothered about them, figuring those people might have brought it on themselves. Well, not anymore. Now that I have my own experience to add to the list, I'm done defending PayPal and have actually closed my account. PayPal not only inconvenienced me in several ways, but their communication actually contained blatant lies, not to mention the whole thing being drenched in incompetence. I have zero tolerance for that kind of crap from any company that has anything to do with my finances. Here's what happened.
Read more

Magento: Quantity corresponding to minimum price tier

When displaying a product summary for a product with tiered pricing, Magento shows the user how much they can save by showing the minimum price (including tax). Especially with the way the string "As low as" is translated to other languages, this can be confusing and you might want to show the quantity of the product the customer needs to buy to get it at the displayed minimum price. Unfortunately, while Magento has the getMinimalPrice method to retrieve the lowest tier price, it doesn't have a convenient function to retrieve the corresponding tier quantity.
Read more

Enabling IPv6

It's not something many people will notice, as most of the difficult bits will have to be handled by the ISPs, but it's going to get more and more important for web developers and hosting providers to allow IPv6 access to their services. We've effectively run out of IPv4 addresses. As more and more people bring more and more devices online every day the common technique to share IPv4 addresses, NAT, even carrier-grade NAT which share a single IPv4 address among a large part of a provider's customer base, is not a sustainable solution. In the future, there will be people who can access the internet solely through IPv6. At first, it will be in the areas with the fastest-growing number of people online, particularly Asia. If you want those people to be able to access your website and services, make sure your servers respond to IPv6 traffic.
Read more

Magento: Blank page in Connect downloader

Magento is extensible with plugin modules. Many free as well as commercial modules are available through the Magento Connect marketplace. Extension packages bought from the marketplace are installed through the Connect Manager. Unfortunately, having Magento working properly doesn't automatically mean the Connect Manager also works. It may complain about not having sufficient write permissions on the Magento folder or even worse, simply displays a blank page.
Read more