Tag: PHP
-
ShiftEdit: A Web-Based IDE for PHP, Python, Ruby and More
If you’re a programmer or developer that juggles several projects at a time, your code can sometimes be lost between multiple workstations, or worse, lost in some sort of catastrophic system failure. If only you’d had a chance to run a backup first! With everything going to the cloud these days, wouldn’t it make sense…
-
Fix: WordPress 3.1 and Disqus Plugin Error When Returning Comments Count
If you use the popular 3rd-party commenting system Disqus in your WordPress-powered website, you may have noticed that some errors appeared in your Posts lists after upgrading to WordPress 3.1. The specific error you see would be something like: Warning: number_format() expects parameter 1 to be double, string given in /wp-includes/functions.php on line 155 I’ve…
-
Want to Create a Web Application? Use CakePHP for Rapid, Secure Development
So you’ve got a sweet idea for a web application—great, let’s get to work! You’ll need a basic GUI, some sort of user registration, a templating system, logic processing, error handlers, form verification, AJAX processing, and… woah, this is adding up in a hurry. At what point do you get to start making the app…
-
Create your own Apache, MySQL, and PHP testing server with WAMP
PHP, MySQL, and Apache have become prominent ingredients in small and large website alike. After all, they are free, robust, and they each have a large community of supporters from which to troubleshoot. However, unless you have a server on which to develop your application, you won’t be able to enjoy these platforms or the,…