I want to use the power of Matplotlib (fantastic python graphing library) in an existing php application of mine. Before embarking on the specifics of my application, I tried to get a super simple demo up and running, which proved… Read More
Xdebug for php debugging on LAMP with Netbeans
I use netbeans as my php IDE and having a debugger is incredibly helpful when building large webapps.When Xdebug works, it’s an incredibly useful tool as one can step through code, keeping an eye on variables at any point. It… Read More
RAM hogging mediumtext (MySQL)
Php can easily exceed its maximum allowed RAM allocation when trying to retrieve mediumtext fields from mysql. Background: Through some obscure misunderstanding/bug, I have from time to time ended up with a MySQL database that has mediumtext instead of the… Read More