A small company/startup which I have been following, Hello Code, since I signed up for their Exist.io service, have just put out a new tool. And this one is incredibly awesome for developers, but incredibly useful for everyone else as well.
This tool is Larder.io, and it’s a bookmarking service - on steroids!
Read more ⟶
In my current workplace, we use AccuRev as the source/version control system. I’ve recently found out that the company who is/was behind the product, presumably called “AccuRev Inc.” based on the “About” dialog of the product, was acquired by Borland, who was acquired by Micro Focus a while back (specifically 2009 for those so inclined to the details).
Read more ⟶
About a week or two ago, I saw a discussion on Hacker News about How Surround Sound for Headphones Works. Linked within the article, as well as the source item’s page, was a free tool for OSX called Hajo’s Headphone Enhancer. I downloaded and installed it, without giving it much more thought.
Read more ⟶
An issue appeared today for a co-worker, who was getting failing unit tests on one of our components, when the tests were being run from the CodeRush Test Runner. By the way, have I mentioned my love for CodeRush + Refactor? No? Well I do, to the point where I have a work license as well as a personal, paid for out of my own pocket, license!
Read more ⟶
Title The Art of Unit Testing: With Examples in .Net Author(s) Roy Osherove (blog) Rating 5 / 5 Release Date May 2009 Publisher Manning Publications Book Site http://manning.com/osherove/ Publisher's support site Manning Sandbox Book Support Site http://artofunittesting.
Read more ⟶
Here’s a quick little handy shortcut for Agile Web Solutions’ 1Password product on the Mac.
In the past, when I needed to get information about a credit card or a password for an account I have stored in 1Password, I would take the long route of either editing the item, selecting the field, then either read or copy/paste the value, or simply use the “Copy” option found when hovering your mouse over the secret field.
Read more ⟶
Scenario: You are writing an application or library which targets the AnyCPU platform, but reference an external library (such as LeadTools) which are platform specific (x86/32 bit, x64/64 bit)
This situation is handled in several places, as there is no one unifying solution which applies to all phases of development.
Read more ⟶
Working through the book Beginning WF: Windows Workflow in .NET 4.0 by Mark J. Collins, there came a point where the next step is to add an “Add” activity to the workflow (Chapter 4 for those interested). The method given is to make changes directly to the XAML of the Workflow designer, and it would then appear within the designer when switching out of code mode.
Read more ⟶
Some time ago, Laurent Salat (@LaurentMT), who works in the R&D department of Tactineo, and member of the NUI group, wrote a paper (French version) about NUI development and suggested best practices specific to NUI development, called the “Bottom-Up Approach”.
Thanks to Joshua Blake (@joshblake), who understood the general concepts and wanted to share them with the rest of the NUI development and design community, he called out via Twitter, for the help of someone who was fluent in both English and French to translate Laurent’s paper.
Read more ⟶
Lately, I’ve been working on getting a small sample project up and running on the iOS platform, and using an OData endpoint for external data access. Fortunately, the OData site is an incredibly useful resource for a vast array of information, from both the publisher and consumer perspective. There is even an office Microsoft OData helper project for Objective-C which lives over on Codeplex.
Read more ⟶