Monthly Archives: August 2009

Post-it Note Blues

At Genius.com we consume large numbers of Post-it notes. We color code stories and are constantly stymied by 3M’s failure to sell notes in individual colors.

Advanced PHPUnit: Annotations

How to use the handy annotations feature in PHPUnit. @asset, @codeCoverageIgnore, @covers, @dataProvider, @expectedException, @group, @scenario, @test

Salesforce.com SOAP API Gotchas Part 3

This is the third part in a series about tricky parts of the Salesforce.com SOAP Partner API (see Part 1 and Part 2). Dependent Picklists In Salesforce.com’s object model, two of the possible datatypes for fields are picklist and multipicklist. A picklist is perhaps best described as a drop down menu: the user gets to [...]

Using NCover for .NET Code Coverage with Hudson

NCover plugin for Hudson CI. Developed by Genius.com and contributed back to the Hudson project. How to install and configure.