November 14, 2011 |
Web/Software Development
Most websites use a combination of the Apache webserver and PHP. But Nginx (pronounce “engine-x”) can be a lot faster than Apache, especially for serving static files. Combine that with using PHP-PFM, and you have a speed demon. Here’s a tutorial on how to replace your current setup with Nginx and PHP-PFM.
Continue ...
Explore related content: Apache, Linux, Nginx, PHP, PHP-FPM, PHP-PFM, webserver
September 11, 2011 |
Software and Downloads
With Magento having been bought by EBay, some people think it’s future is insecure as an open-source e-commerce platform and are looking for alternatives.
I looked around and found two: PrestaShop and Drupal Commerce.
Read on for more about them.
Continue ...
Explore related content: Drupal, Drupal 7, Drupal Commerce, e-commerce, e-commerce application, Magento, PHP, PrestaShop, software
September 9, 2011 |
News
EBay is going to buy Magento, a PHP-based E-commerce package. It had previously bought 49% of it for $22.5 million.
Will this combine the best strengths of each, or the worst?
Continue ...
Explore related content: acquisition, e-commerce, EBay, Magento, open source, PHP, professional open-source
March 5, 2011 |
Uncategorized
Links
Drupal 7 combined with possibly the best PHP OO framework.
Continue ...
Explore related content: Drupal, PHP, Symfony, Symfony2
March 5, 2011 |
Uncategorized
Links
Drupal 7 combined with possibly the best PHP OO framework.
Continue ...
Explore related content: Drupal, PHP, Symfony, Symfony2
February 3, 2010 |
Developer
PHP is the programming language that runs many web applications, including WordPress. PHP’s slower than many other languages, but it’s fast to develop in.
Now Facebook, which also runs on PHP, has announced a new version of PHP that runs twice as fast.
Continue ...
Explore related content: compiler, Facebook, HipHop, HPHP, HPHPi, optimization, PHP, server
April 12, 2009 |
Developer, Web/Software Development
I was surprised to know that Facebook runs on PHP. It also uses C++ and Java in places, but it’s the fact that it uses the little scripting language that could (PHP) is what is interesting. Aditya Agarwal of Facebook describes how the social networking giant does it in a presentation at QCon SF 2008. [...]
Continue ...
Explore related content: Facebook, high availability, MySQL, PHP, scaling