Search results
"tag:software_dev"
| Title and summary | Date/time | |
|---|---|---|
|
1
|
Importing individual classes in .NET
The using statement in C# and the Imports statement in VB.NET don't let you import single classes the way you can in some other languages. For some people, having an entire namespace imported into a class seems untidy - its equivalent to doing someth... |
26/08/2007 |
|
2
|
Krypton 2.0.0 b1 Released
Krypton, a projekt I started two years ago, is finally out. |
28/02/2007 |
|
3
|
Google Sitemaps for Pebble 2
Google Sitemaps is a mechanism that gives you some level of control over how Google indexes your website, including: Which URLs to index (this would be especially important if you had pages that had few or no incoming links) How often you expect the ... |
23/12/2006 |
|
4
|
Back to Basics: The Perfect .NET Bean Property
Why I think .NET developers should stop using Properties, and start writing JavaBean.. err .NET Bean Properties. |
19/12/2006 |
|
5
|
Pebble 2.0.1 on Java 1.4
This evening I found time to upgrade my site to Pebble 2.0.1. My host is still on Java 1.4, so I had to make the same patches as I made when getting Pebble 2.0.0 RC2 running on Java 1.4. |
11/12/2006 |
|
6
|
Back to Basics: The Perfect Java Bean Property
My quest to uncover the perfect Java Bean property recipe. |
18/11/2006 |
|
7
|
Pebble 2.0.0 RC2 on Java 1.4
My site ran on Pebble 1.9 for several months until I noticed it was leaking memory and running up to 99% CPU. I decided to upgrade to Pebble 2, which targets Java 1.5, but the host I have has 1.4, and I couldn't put a 1.5 JDK up there, so I had to ge... |
8/11/2006 |
|
8
|
Back to Basics: Validation
Recently while working on site with one of our clients I saw validation code that missed mark for usability. For n error messages, this code would have the user doing up to n round trips to discover each of the error conditions. In this post I'll dis... |
29/01/2006 |


