Archive for the ‘Revium Sandbox’
10 Tips for user acceptance testing of web applications
02 Jul
1. Draw up a testplan
Many testers would like to skip this step, but it is essential for structured testing. It depends of course on the…
ASP.NET MVC [HandleError] and logging
18 Jun
Recently I’ve been a bit surprised to find out that ASP.NET MVC [HandleError] attribute forces your website to bypass the Application_Error event. I wouldn’t…
Linq – SubmitChanges does not work
08 Jun
This is one of those very annoying things you just have to ask the developers of the Linq Library: “Why don’t you throw an…
ASP.NET Button – prevent double clicks part 2
02 Jun
It is amazing how may people out there still apply the double click paradigm to web applications.
What is frustrating is that some of the…
The easy way to clear floated elements
28 May
Floating elements using CSS is a good way to lay out items on a page, but when some elements are floated they lose their…
Unique Arrays in PHP
28 May
I was recently working on a PHP application for a Client where I was faced with a Multi-Dimensional Array filled with duplicate entries and…
Sorting out SVN checkin/checkout issues
07 May
As a software developer I work with SVN (our source control system) pretty extensively on a day-to-day basis. Having worked with several other systems…
Neural Networks – On the Web
14 Apr
For those of you not familiar with neural networks, they are a relatively new technology. A neural network is a mathematical or computational model…
Wordpress Custom Fields and Default Values
26 Mar
One of my favourite features of Wordpress is that it lets you create custom fields for storing information relating to specific posts or pages….
Transparent login between ASP.NET web sites
22 Mar
Consider this scenario: you have 2 or more ASP.NET websites which use the same SQL database for their “forms” type of authentication. In the…




