Fifty Habits of Highly Successful People
I thought that I might write a quick review of every self-help book ever written all right here in this one little article. Simple enough. I love the... more »
0 commentsSave Tags: reviews, usability
Why can’t website forms be more intelligent?
Why do website forms force the user to input his/her data in a very specific way? It's easier to code... but with annoying usability.
0 commentsSave Tags: opinion, usability, web design
The Perfect Job Interview Question
What is the perfect job interview question? And why are some questions *not* the perfect question?
0 commentsSave Tags: opinion
Modern Java From a Python Perspective
I had a friend visit me today. He's a Java programmer, but he also knows enough Python, Ruby, JavaScript and Scheme to be dangerous. I asked him to... more »
2 commentsSave Tags: java, opinion, python
Corporate IT sucks
An opinionated blog post about why it sucks to work in the IT department of corporate America (gag). I have to agree.
1 commentsSave Tags: opinion
Mozilla Firefox 3 blows its world record goal out of the water with 8.3 million downloads in 24 hours
The early results are in for Mozilla's attempt to set a world record for most software downloads in 24 hours – as of 11:16 a.m. PDT today, Firefox was... more »
0 commentsSave Tags: announcement, tools
Programming: The New Literacy
Power will soon belong to those who can master a variety of expressive human-machine interactions.
0 commentsSave Tags: open source, trends
We Don't Use Software That Costs Money Here
Whenever the regular expression topic comes up, I unashamedly recommend the best tool on the market for parsing and building regular expressions --... more »
0 commentsSave Tags: open source, opinion, tools
Voluntary Economies
A new way of getting rewarded for the free content you provide on your website. It won't make you rich (at least I don't expect that), but I like the... more »
0 commentsSave Tags: open source, trends, web 2.0
Spring: A Quick Journey Through Spring AOP
AOP (Aspect Oriented Programming) in Spring. Quite different from the theoretical AOP implementation.
0 commentsSave Tags: java, methodology
The concurrency support in Java7 is not enough
I am very interested in how today's programming languages will tackle the many-core hardware trend that is going to continue to grow. In a couple of... more »
0 commentsSave Tags: java, opinion
Multithreading in Java 7 - oh my god
First, the MergeSort example doesn't seem to compile. Correct me, if I'm wrong, I didn't try it. Secondly, they use MergeSort as an example of how to... more »
3 commentsSave Tags: java, opinion
Improving Performance via Eager Fetching in Hibernate
My previous article started discussing Hibernate relationships, focusing on lazy versus non-lazy relationships. This article continues the theme by... more »
0 commentsSave Tags: frameworks, java
10 ways to keep employees happy (IT employees)
Today I came across a nice little list of items that employers can do to keep their employees happy. While reading through this list, two thoughts... more »
3 commentsSave Tags: opinion
10 Ways to Improve Your Programming Productivity
A collection of some old methods, revisited. After looking back and trying to figure out what separates one [productive] day from the next... more »
2 commentsSave Tags: how-to, news, opinion, trends
Retaining Employees: 10 Steps That Will Keep Them Happy
It seems like it is becoming increasingly difficult to retain employees in the IT world these days. I started talking to co-workers and friends about... more »
1 commentsSave Tags: opinion
Java WTF - Reflection API and Annotations
Taking a first look at java 5 annotations and using reflection results in a noobie mistake. Hopefully, this helps and/or prevents others from running... more »
3 commentsSave Tags: java
Creating a great workplace for developers
Creating an ideal workplace for software developers
0 commentsSave Tags: methodology, opinion, reviews, trends
Why Isn't IE8 Passing Acid2?
Although we said that IE8 Beta 1 passes the ACID2 test, some of you may be seeing results like the image above; we thought we should explain what’s... more »
1 commentsSave Tags: css-html, standards, tools
important bug in java not fixed for 10 years
I just had this problem and when i was looking for some way to bypass it i found this bug report. Will sun ever fix it ?
4 commentsSave Tags: humor, java, trends
Richard Feynman, the Challenger Disaster, and Software Engineering
When Richard Feynman investigated the Challenger disaster, he issued a brilliant report with many insights into the nature of engineering. These apply... more »
1 commentsSave Tags: methodology, opinion
10 things Project Managers wish Developers understood
Well I've been very busy the past few months - most of it adapting to a new role as a Project Manager - technically I'm called a "team lead" or a... more »
1 commentsSave Tags: opinion
Is Hibernate the best choice?
Is Hibernate the best choice? Or is the technical marketing of other ORM vendors lacking? Recently Jonathan Lehr posed a question on his blog: "Is... more »
6 commentsSave Tags: frameworks, java, opinion
Why are the Microsoft Office file formats so complicated? (And some workarounds)
Last week, Microsoft published the binary file formats for Office. These formats appear to be almost completely insane. The Excel 97-2003 file format... more »
6 commentsSave Tags: microsoft, standards
via