What is an Architect?
Welcome to the first in a (hopefully) long and fruitful series of discussions about the role of an architect in the world of software development.... more »
0 commentsSave Tags: opinion, trends
6 tips to make your fellow coders love you
rticles talk about code readability and provide tips to make life easier for fellow coders that read your code.
4 commentsSave Tags: opinion, standards
DAO Design Problems
The Data Access Object (DAO) pattern is now a widely accepted mechanism to abstract away the details of persistence in an application. In practice... more »
0 commentsSave Tags: database, frameworks, how-to, java
jQuery is the most popular JavaScript and Ajax Framework
As you can see the result in this survery of which is the most popular javaScript and Ajax framework, 356(52%) out of 690 web developers voted for... more »
0 commentsSave Tags: ajax, frameworks, javascript, opinion
When bugs really do matter: 22 years after the Therac 25
The ghost of one of history's most infamous race conditions, a radiation treatment machine that gave at least six staggeringly high overdoses,... more »
1 commentsSave Tags: methodology, other languages
AJAX developers continue migrating to unobtrusive JavaScript
Unobtrusive JavaScript is an emerging technique that separates JavaScript from HTML markup. This is quite similar to the separation between styling... more »
0 commentsSave Tags: ajax, javascript, trends, web 2.0
Extending prototype.js
Prototype.js provides a rich set of solid components for building your web applications. Since most of those components are relatively low-level,... more »
0 commentsSave Tags: how-to, javascript, web 2.0
Javascript Super Mario Kart
Seems I just can't let go of Mario. This is a prototype of a Javascript Mario Kart-like racing game. It uses the canvas element to do most of the... more »
0 commentsSave Tags: games, javascript
CSS Message Boxes for different message types
Can you believe this: Few days ago I went to my bank to check my credit score with the Credit Bureau. The bank official typed in my personal data and... more »
2 commentsSave Tags: css-html
Perfomance Tips for Tomcat and Open BlueDragon
I get a lot of questions on this blog and a lot more per eMail on how to fine tune Tomcat and get it running together on Apache and other stuff. Since... more »
0 commentsSave Tags: coldfusion, frameworks, java
Good Development Practices - Basic Reading List
It struck me that a good reading list is always welcome to find, and while I suspect most of these books are not entirely new to you, I thought it a... more »
0 commentsSave Tags: reviews, usability
Criticisms of Spring
The Spring Framework is popular. It has also met with a disturbing lack of criticism. The following remarks are based on Spring 2.0. Spring is huge,... more »
13 commentsSave Tags: frameworks, java, server
Spring: Creating Objects So You Don't Have To
As a dependency injection framework (not to mention one of the more popular open source Java projects today), Spring links objects together using XML... more »
4 commentsSave Tags: frameworks, how-to, java
Why use Spring… if you have a HashMap at hand?
Spring is a good framework, and no doubt Dependency Injection is a great way to avoid spaguetti code. But there may be simpler and lighter... more »
11 commentsSave Tags: frameworks, java
Easiest cross-browser CSS min-height
Enforcing a minimum height for block elements in HTML is one of those few CSS tricks that you can't live without. There are still enough folks using... more »
0 commentsSave Tags: css-html
Best practise when handling tags and branches (using subversion)
A good article on how tagging, branching and merging can be done in an organized way.
0 commentsSave Tags: how-to, tools
Spring XML Hell? Escape XML Hell
There are some who do not like to configure dependency injection (DI) in XML. They call it "XML Hell"! There are some who even complain about Spring's... more »
0 commentsSave Tags: frameworks, java, xml
Is the relational database dying?
A short post with an in-depth comment thread discusses whether relational databases will give way to a Semantic Web/RDF-based model.
3 commentsSave Tags: database, web 2.0, web services, xml
YUI 2.5.0 Released — Big upgrades to DataTable, new Layout Manager, Flickr-style multi-file Uploader, and more
The YUI Team just released version 2.5.0 of the library. We’ve added six new components — Layout Manager, Uploader (multi-file upload engine combining... more »
0 commentsSave Tags: announcement, frameworks, gui, javascript
Top-10 Application-Design Mistakes
Useful tips here from Jakob if you're designing a web application.
1 commentsSave Tags: usability, web design
Open Your Eyes to OSGi
This post covers setting up a an OSGi development environment with Eclipse Equinox. It demonstrates running OSGi from a command prompt and from the... more »
0 commentsSave Tags: frameworks, standards
The Best ever JavaScript coding
See the source. That's how we should write our code. Simply Elegant.
11 commentsSave Tags: javascript
MXUnit - New ColdFusion Testing Framework
I came across an actively developed ColdFusion Unit Testing Framework a couple weeks ago. MXUnit seems really well thought out and the guys behind it... more »
0 commentsSave Tags: coldfusion, eclipse, frameworks
Groovy will replace the Java language as dominant language
In 2 to 3 years from now we'll see a clear trend that Groovy is replacing the Java language as the dominant language on the JVM.
16 commentsSave Tags: groovy, java, open source
How to Handle Null Values in Code
One fairly common coding style I have seen from more experienced developers is what I will call highly-aggressive null checking. Such developers have... more »
2 commentsSave Tags: java
via