What makes a good Test Engineer
This article describes what should do become a good software test engineer.
1 commentsSave Tags: frameworks, methodology, research, standards
REST vs WS-* :: A comparison of SOA stacks
The debate continues. Here's a stack comparison diagram I found on the SOA Wiki so that neutral parties can get a perspective.
0 commentsSave Tags: research, standards, web services
Database Best Practices
Every production application I have been involved with has made use of a database. As a programmer, you don’t have to be a DBA, but just as with... more »
5 commentsSave Tags: database, how-to, opinion, standards
Why I Am No Longer Supporting IE6
In the recent relaunch of my site, I gave it some thought and made some decisions about supporting IE6. I'm not going to support it. Not on this site... more »
1 commentsSave Tags: css-html, opinion, standards, web design
Explaining REST to Damien Katz
His post made the rounds on the expected social news sites like programming.reddit and Hacker News, where I was amused to note that my blog is now... more »
0 commentsSave Tags: opinion, standards
W3C On The Relationship Between Usability And Accessibility
The W3C posted an update to the Relationship between Mobile Web Best Practices (MWBP) and Web Content Accessibility Guidelines (WCAG), something which... more »
0 commentsSave Tags: research, standards, usability, web design
OpenGL 3.1 promise follows gamer revolt
Graphics and games engineers angered by the delayed OpenGL spec and threatening to adopt Microsoft's DirectX have been asked to hold out a little... more »
0 commentsSave Tags: news, standards
Dynamically Resizing Text with CSS and Javascript
As the number of screen size and screen resolution possibilities increase, gracefully resizing text becomes more and more important to the usability... more »
1 commentsSave Tags: css-html, javascript, standards, web design
Problem Solving 101
Problem solving is one of the most important skills a manager or developer can posses. Here is are a few points for fixing problems.
0 commentsSave Tags: opinion, standards
Common Security Flaws In PHP Applications
No matter how long you’ve been programming or scripting, once in a while you’ll catch yourself making a serious (security) flaw that you thought you’d... more »
0 commentsSave Tags: how-to, php, security, standards
OpenGL 3.0 Released, Developers Furious
After over a year of delays, the OpenGL ARB (part of the Khronos industry group) today released the long-awaited spec for OpenGL 3.0 as part of the... more »
0 commentsSave Tags: news, standards
OpenGL 3.0 released - The good and the Bad
The Khronos Group has released a new mile stone version of the OpenGL API: version 3.0, codename Long Peaks. While this is really good news, Khronos... more »
0 commentsSave Tags: opinion, standards
The Java Memory Model in 500 Words
What is the Java Memory Model? The JMM explains why the original double-checked locking optimization is broken and how it can be fixed.
0 commentsSave Tags: java, standards
Standards-based corporate web development
My last project for my previous employers has gone live so here’s a long discussion about the totally redesigned website for the Solicitors Regulation... more »
0 commentsSave Tags: opinion, standards, usability, web design
Wicket in Action: Undoubtedly The Wicket Bible
A preview of the soon to be released "Wicket in Action", by Martijn Dashorst and Eelco Hillenius..
0 commentsSave Tags: books, frameworks, java, standards
PHP: Performance Improvement Tips
This post covers some performance improvement tips by showing merits or demerits of various coding practices in PHP. While developing small websites... more »
1 commentsSave Tags: opinion, php, research, standards
Separation of Content and Presentation - One Step Ahead
Jeff Atwood once wondered what's the point of alternative markup languages; this is the answer.
0 commentsSave Tags: css-html, standards, web design, xml
Practical Introductions to the Spring RCP
Get up and running with Spring RCP, covers most of the main areas of interest.
1 commentsSave Tags: frameworks, java, standards
Swing Application Framework (JSR-296): new concepts, new features
Nice overview of the new JSR 296 Swing Application Framework
0 commentsSave Tags: gui, java, standards
Core Software Design Principles
While a software system may have its own set of unique principles to guide its design, we believe that all systems can benefit from the use of this... more »
0 commentsSave Tags: java, methodology, standards
Software development dogmata - good practices gone bad
Many practices in the software development world are widely accepted at some moment in time as the “true way”. The trouble starts when the “true way”... more »
0 commentsSave Tags: agile, opinion, standards, trends
Why Ogg Matters
Our goal is to enable unencumbered, royalty-free, open-source friendly audio and video playback on the Web. Shipping Vorbis and Theora will achieve... more »
0 commentsSave Tags: open source, standards, trends
Sun hires OSGi expert
Looks like Sun has hired Richard S. Hall, known for his work on the Apache Felix OSGi container.
0 commentsSave Tags: java, server, standards
Java 7 Prediction Update
Updated predictions for what will (and won't) be included in Java SE 7
1 commentsSave Tags: java, standards, trends
When to use Transfer Objects with EJB 3
Transfer Object is a pattern very common in EJB 2 and distributed computing. EJB 3 claims that Transfer Object is not necessary any more, but this is... more »
0 commentsSave Tags: java, server, standards
via