The Man Who Set Twitter Free
DZone sits down with Aaron West, the man who set Twitter free of the browser. Aaron is a long time ColdFusion, Flash and Flex developer who created... more »
1 commentsSave Tags: coldfusion, flash-flex, ria, web 2.0
(comic) The PHP MVC discussion
Comic about the PHP MVC discussion
3 commentsSave Tags: frameworks, humor, php
Comic: Computer Programming (Overcompensating)
Understanding programming jokes.
0 commentsSave Tags: humor
Improving the world's most visited webpage
This post is about the world's most popular homepage. It's a really simple page but it's done remarkably poorly in terms of frontend web development.... more »
2 commentsSave Tags: css-html, opinion
Say no to multiple return types in Java 7
JavaLobby has a discussion about multiple return types and whether they should be added in Java 7. Personally I think this is a bad idea and will just... more »
8 commentsSave Tags: java, opinion
Why interfaces are poor contracts
The idea of an Interface as a contract is very tempting, an interface provides a kind of interaction basis between client and implementor. As long as... more »
1 commentsSave Tags: how-to, java
Using Enums as Proxies/Decorators in Java - forget about switch
Every Java developer knows that you have enums in Java since Java 5.0. Enums are cool. Especially the ability of getting the right instance of an... more »
6 commentsSave Tags: java
What If Gmail Had Been Designed by Microsoft?
Today I want to ponder the question: what if Microsoft, not Google, had created Gmail? What would be the differences in that web mail client for users... more »
3 commentsSave Tags: humor
Refactoring: Replacing Enums with the Strategy Pattern
Recently I came across some code in a framework that was performing different calculations on data as it was retrieved from data source. The... more »
4 commentsSave Tags: .net
Surprising Uses of the Pythagorean Theorem
The Pythagorean Theorem isn't just about triangles; it can generalize to any formula that squares a number. Bubble sorting 50 elements [O(n^2)]... more »
2 commentsSave Tags: methodology, research
Object Oriented Javascript widgets
How object oriented features in JavaScript can be used to create cool widgets.
0 commentsSave Tags: css-html, how-to, javascript, opinion
Effective Eclipse: II. Shortcut keys
You should try to keep your hands on keyboard. The less you touch the mouse, the more code you can write. I am trying to keep the mouse laying still... more »
0 commentsSave Tags: eclipse, java, tools
jQuery really make you code less !
Since wiki sites gained in popularity I noticed a new trend that grew up; visually identifying external links. And I find pretty neat. The usual... more »
1 commentsSave Tags: frameworks, javascript
Ruby, Rails and RSpec burned a day off my lifespan
The big project we’re working on needs to be demo’d to the board next week. It won’t be finished but with only 3 weeks to go before we beta it’s... more »
2 commentsSave Tags: frameworks, ruby
Voting up or down is dead
What could go wrong with a simple scoring system, a simple number, and an algorithm that's invisible to the user? What could go wrong? Let's find out.
9 commentsSave Tags: opinion, trends, web 2.0, web design
Exploits of a Mom (cartoon)
Naming your child... Injection style! :D
1 commentsSave Tags: database, humor, security
Java vs. C benchmark
The results of four benchmarks of the computer language benchmark game are compared for two C compilers and four JVMs. The result is that there's no... more »
3 commentsSave Tags: c-and-cpp, java, opinion
Visitor Pattern in Java
Describes Nth time Visitor Pattern in Nth Blog Again. :-)
0 commentsSave Tags: java
From zero to Java EE 5 app - in few minutes (on a fast machine :-))
I'm often asked, how to start with Java EE 5 with minimal setup/environment. In the world of Java there in general several options available -... more »
2 commentsSave Tags: frameworks, java
Flanking Total War’s AI: 11 Tricks to Conquer for Your Game
The Total War series revolutionized strategy games by letting the player control thousands of foot soldiers, archers, and cavalry. This technical... more »
0 commentsSave Tags: games, how-to, reviews
Ontology is Overrated - Categories, Links, and Tags
Today I want to talk about categorization, and I want to convince you that a lot of what we think we know about categorization is wrong. In... more »
3 commentsSave Tags: opinion, research, trends
Tips For Surviving That Boring Meeting (cartoon)
Three top tips on how to survive that boring meeting that seems to drag on for hours...
0 commentsSave Tags: humor
A case for iBatis
Found out that when Hibernate lets you down, turn to iBatis.
4 commentsSave Tags: java
Why Your Code Sucks
( September 27, 2004 ) If you are like most, and possibly even all, programmers (this author humblely included) then your code sucks. Maybe not... more »
1 commentsSave Tags: opinion