Aaron Wormus' Blog: Migrating to Unicode
Aaron Wormus has dug up some old notes that he made at the International PHP Conference back in 2005 on the topic of Unicode in PHP that he wanted to share. He mentions: A case study of an online...
View ArticleToomas Romer's Blog: Case study: Is PHP embarrassingly slower than Java?
In a case study posted to his blog, Toomas Romer wonders if a PHP script is embarrassingly slower than than its Java counterpart. The problem. The PHP implementation [of the IP2C library] is a lot...
View ArticleQuality Assurance in PHP Projects: Testing Database Interaction
On the Quality Assurance in PHP Projects site, Mike Lively has written up a few thoughts on how developers and development environments should work with testing databases as resources (case study)....
View ArticleSymbiotix.net: Wherein We Muse Over a Case Study of a One Day...
In this new post to Symbiotix.net they take a look at a migration they made taking their site and content over from a WordPress installation into a new Drupal site. We've been running a small...
View ArticleDZone.com: Web applications as enterprise software
On DZone.com today Giorgio Sironi offers some of his opinions on web applications as enterprise software. In this article we'll focus on a case study on enterprise software where the porting failed,...
View ArticleJustin Ireland's Blog: Real-Time Embedded User Interfaces Using HTML/CSS/js...
Justin Ireland has posted an article to his blog about creating real-time interfaces for your sites using the combination of HTML, CSS and Javascript to connect to a physical interface on the backend....
View ArticleJustin Carmony's Blog: MySQL, Redis, and a Billion Rows - A Love Story
In a new post to his blog Justin Carmony shares the story of how he took a platform running with MySQL as the backend (Dating DNA) and made the choice to move to Redis for storing compatibility scores...
View ArticleTibo Beijen's Blog: DDD using Doctrine 2: A case study
In a new post to his blog Tibo Beijen presents a case study about doing Domain Driven Design in an application using Doctrine2 to work with objects and your database. Nowadays developing web...
View Article