Ten commandments for developers
In order that applications and operating system shall not drive users insane thou shall:
0 commentsSave Tags: .net, opinion, standards
IE8 & backward compatibility. What can I do?
In this blog entry Samiq writes about some of the new features of the just released IE8 Beta 2 and also explains how to deal with compatibility issues... more »
0 commentsSave Tags: css-html, how-to, standards, tools
Agile Development: why it rocks, who it helps, and why it's failing
What's up with people complaining about Agile? Do the not know it's awesome?
4 commentsSave Tags: agile, opinion, standards, trends
Deadlocked!
You may have noticed that my posting frequency has declined over the last three weeks. That's because I've been busy building that Stack Overflow... more »
0 commentsSave Tags: standards
Logging in unit tests?
Should we use logging in unit tests? I'm having a discussion about the use of log4j in junit tests. I am really against the idea. The way I see it, a... more »
1 commentsSave Tags: opinion, research, standards
Was JavaScript a mistake?
The more I hear about the ongoing efforts to revise the leading Web standards, the less convinced I am that we're approaching Web-based applications... more »
0 commentsSave Tags: javascript, opinion, standards, tools
OpenGL 3.0 - A Big Step in the Right Direction
There has been much controversy over the direction the Khronos Group/OpenGL ARB has chosen for the next major version of OpenGL. After testing an... more »
0 commentsSave Tags: opinion, standards
Questions for Sun over JavaFX
Sun has released a JavaFX preview. Having played around with it, here are my questions.
0 commentsSave Tags: java, standards, tools
A Deeply Skeptical Look at C++0x
Today I saw a link to an article entitled C++ Gets an Overhaul on Hacker News detailing C++0x, the proposed set of standards for the new generation of... more »
1 commentsSave Tags: c-and-cpp, standards
ECMA achieves Harmony on the Web
The ECMAScript group, responsible for standardizing JavaScript, has had pretty intense discussions over the years about the future of the language.... more »
0 commentsSave Tags: ajax, javascript, standards
How Coding Standards Can Impair Application Performance
One of the "real world" lessons rarely taught in the university setting is that in the "real world" you're going to have to follow coding standards.... more »
1 commentsSave Tags: frameworks, standards, tools
30 Common String Operations in C# and VB.NET – Part I
This article compiles some common String operations that we encounter while working with the String class. In Part I, 15 common string operations have... more »
0 commentsSave Tags: .net, how-to, microsoft, standards
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
via