
How to save your Magento customers $10,000 a year with this simple trick
Just a quick post up here to help you out. I have a customer who is running their entire Magento operation on on AWS, using RDS as the database. It works quite well, actually.
Just a quick post up here to help you out. I have a customer who is running their entire Magento operation on on AWS, using RDS as the database. It works quite well, actually.
There are a couple of things that animate me in PHP/Magento world. The first is queuing. I’ve written and spoken about that several times and do as much with it as possible. The second
If you’re thinking about putting your company’s Web presence on Amazon’s computers (using EC2), you might want to ask yourself a few questions. Does Amazon already compete with your business in any way? How
I have been doing a little playing with Magento over the past couple of days. I’ve been helping out Ebay/Magento by delivering some of their performance training over the past few months. I’m by
With the release that occurred on March 4th we have added Mongo support to the DevCloud. So connecting to a Mongo instance is extremely easy to do now. We don’t provide access to a
I have removed this service due to possible abuse. It was intended to be a test and I think I’ve gotten what I need There was something I’ve wanted to try for a
@mmd_coding posted a message about pushing a Yii app to the Zend Developer cloud. I was asked by Roy Ganor if we knew how people were deploying and, quite honestly, I don’t know how
Found out today that the typical rewrite rule 1 2 3 4 5 6 7 RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ – [NC,L] RewriteRule
The Zend DevCloud was released at ZendCon as a technology preview. I do a lot of my development work on the DevCloud now and I have my stories. But I’m interested in hearing yours.
One of the problems that anyone who has taught a programming class will know is that the worst part of the class isn’t bored students, inane questions or poor material, but, rather, getting started.