Languages have their marks and roles in programming, but nothing is as versatile and fast as C code. But their is a major lacking in c++ web frameworks so I've been working on a simple framework.
A lot of time when a user posts data it swamped with bad characters and then saved to a database. Well then its pulled back and displayed incorrectly. I present a simple method to getting around them and how to find them in php.
When on shared hosting its common to hit memory limits. Being defensive about them is the first step, so in this note I go over calculating image memory and checking if there enough room to load it.
Firefox introduced a new aspect to file access from a website. You can now read data from files before its uploaded. I got over reading files and uploading them with true ajax.
Mysqli is a great addon to php, however its prepared statements are very trivial. So wrote a wrapper to provide a simple api without reverting to PDO for loss of speed.
Zend's Interface to PDF's are very limiting. So I've built a small wrapper to help aid and expand the library. You'll able to wrap text, and create simple tables.
Json might be lighter weight to transport but the downside in php is its parser isn't as quick as its xml. So I got over a simple example and load times