|
|
|
|
Login to share your opinion Getting Started With PHPUnitWe all agree that testing code is better than not testing it right? So why do we tend to avoid writing unit tests to make… read more New Xdebug browser extensionsYears ago I wrote about a Firefox extension that allows you to start an Xdebug debugging session by clicking on an icon in Firefox' status… read more Testing Your PrivatesOne question I get over and over again when talking about Unit Testing is this: read more How to easily monitor your web server using PHPIn order to make sure that your website is always available to the public, you have to monitor it. In this tutorial, I’ll show you… read more How to Test your JavaScript Code with QUnitQUnit is a powerful JavaScript unit testing framework that helps you to debug code. It's written by members of the jQuery team, and is the… read more Automated testing 2.2 and the futureMost of you have probably seen the drupal.org front page post concerning the deployment of the automated testing system version 2.1 and the subsequent beta… read more Unit testing with node.jsEven so most stuff is fairly easy with node.js, unit testing takes a little bit of getting used to. The main difference to regular unit… read more Send mail from localhost using XAMPP and mercury/32 mail transportSend e-mail using php mail() from your localhost, using XAMPP and mercury/32 mail transport. This will help you test your email scripts. read more Adding custom commands to SeleniumIn this post we will see how to extend the Selenium IDE by adding our own custom commands. Test Results on Memory Usage of Zend Framework and Doctrine with APCI have decided to run with Doctrine as my Domain Model in Zend Framework projects. The thing is, if I’m going to commit to this,… read more A Customer found a BugSo this morning I woke up to an email (well, several, but only one is relevant) from a WonderProxy customer. They had discovered a bug… read more Testing: Making Sure Code Works Before Shipping ItShipping code that works is crucial to retaining the support of customers and high quality in your application. While it’s impossible to ship code without… read more Getting Started with Zend_TestI worked on a project recently where we used Zend Framework. As part of that project, I was tasked with writing unit tests. So, I… read more OS/X WebDAV and Chunked Transfer EncodingWhile OS/X's WebDAV implementation is quite slow, it is mostly pretty decent. The client uses the little used Chunked transfer encoding for PUT requests, which… read more Testing, Performance Analysis, and jQuery 1.4John Resig recently gave a three-part lecture on JavaScript for YUI Theater, which I found to be extremely informative. Over the course of ninety minutes… read more javascript's escape and encodeURI vs. PHP $_POSTI just stumbled upon an odd encoding issue with a web application. Tracking and Fixing Bugs In Software ProjectsIn software development, it’s crucial to track bugs and new features, and to be able to know exactly where a project is at any given… read more Solved – Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sentHello Friends, This is the most common error, you will face when you will start working with sessions in PHP. I got below error. "Warning:… read more TDD Deciphered: Developing an Enigma Simulator with PHPUnit, Part 4What can we test from what we've decided so far? Well, we decided above that a Rotor was going to implement the Enigma_Encryptor_Interface, so we'll… read more Trying a Two Step PEAR/PHAR approach to develop and deployWith PHP 5.3 the PHAR extension is a pretty powerful concept for all your deployment needs, however it does not tell the complete story. Frameworks,… read more |
|