Time Management for Freelancers
Getting a project done in a timely fashion is important for a freelancer, and can be the difference between making a good profit, and working for less... more »
0 commentsSave Tags: opinion
SpringSource tcServer - The Tomcat You Know, The Enterprise Capabilities You Need
I still remember the day I first evaluated Enterprise Java Beans (EJB). It was in late 1998 and we were considering switching to Weblogic to take... more »
1 commentsSave Tags: frameworks, java
Semantics in HTML 5
HTML 5, the W3C’s recently redoubled effort to shape the next generation of HTML, has, over the last year or so, taken on considerable momentum. It is... more »
0 commentsSave Tags: css-html
Artifactory Maven Repository Manager 2.0
Artifactory is a maven2 repository manager which is a must have when using Maven in a team
0 commentsSave Tags: announcement, java, open source, tools
Commands Part 1: Actions Vs Commands
As you would have seen, there are two different ways to contributing to the Workbench: Actions and Commands. Although Commands are newer and advanced,... more »
0 commentsSave Tags: eclipse, frameworks, how-to, java
WidgetFX 1.0 Release
WidgetFX is a desktop widget framework written entirely in JavaFX Script. The 1.0 release is a huge milestone for the project, and has been... more »
0 commentsSave Tags: announcement, java, open source, ria
Create Widgets in JavaFX with Newly-Released WidgetFX 1.0
WidgetFX is an open-source desktop widget platform written from the ground up in the JavaFX Script language. It can run widgets written in JavaFX... more »
1 commentsSave Tags: gui, java, open source, ria
Busting java.lang.String.intern() myths
Or: String.intern() is dangerous unless you know what you are doing!
0 commentsSave Tags: java
How to design and code for a Flash game
You want to create flash with your picture and your code, this post help you become flash game coder. If you read all of tutorials and make yourself... more »
0 commentsSave Tags: flash-flex, games, how-to
Why the customer is always right - An ISV Guide to Customer Service and Support
Software Vendors and developers need to stop treating service and support as an overhead and adopt a strategy that makes it the core of their business... more »
0 commentsSave Tags: opinion
Flex Tetris Tutorial - Overview of Implementation
Text no. 2 in the Flex Tetris tutorial gives you an overview of how Tetris was implemented in Adobe Flex. In other words, what components and... more »
0 commentsSave Tags: flash-flex, games, how-to, ria
URL rewriting with Apache and PHP - a simple example
An explanation of URL rewriting and examples on how to do it using Apache mod_rewrite and PHP
0 commentsSave Tags: how-to, php
It will be (Open)JDK7 where OpenJDK==JDK
Being an explanation of why OpenJDK 6 != JDK 6 and why OpenJDK 7 == JDK 7 (mostly).
0 commentsSave Tags: java, open source, standards, trends
Shift Focus to the Next Control during a PostBack using ASP.NET and LINQ
We at times come across a requirement where a feature in a web application is supposed to behave similar to that of its windows counterpart. One such... more »
0 commentsSave Tags: .net, frameworks, how-to
Glazed Lists + SWT Tables == True
If you haven’t heard about Glazed Lists until now, it’s about time you do, because it’s probably the last tables and grid sorting/filtering API you... more »
1 commentsSave Tags: eclipse, gui, java
10 Influential Open Source release in 2008
open source applications are getting more powerful than ever, every months new products and version being released, its so hard to pick the best... more »
0 commentsSave Tags: news, open source, trends
My Technology Resolutions for 2009
It's that time of year where I try to decide what technologies I'm going to focus on for the next few months, a developer's new year resolutions. 2008... more »
0 commentsSave Tags: eclipse, frameworks, java, opinion
Whats the difference between String.Emtpy and Empty Quotes
Whats the difference between String.Emtpy and Empty Quotes
0 commentsSave Tags: .net, how-to, microsoft, research
Are You Creating Micromanagement Zombies?
Do you manage other programmers, in any capacity? Then take Kathy Sierra's quiz:
0 commentsSave Tags: opinion
Running rings around Scala
Recently I did a post on an actor benchmark with Erlang. I’ve ported that to Scala just to get my feet wet. So far, I’d say the learning curve for... more »
1 commentsSave Tags: how-to, java, other languages
How to Implement Ajax using jQuery
jQuery is java script library which makes it easier to build ajax applications using regular xmlHTTP code.
0 commentsSave Tags: ajax, javascript
Famous Awk One-Liners Explained, Part III
This is the third and final part of a three-part article on the famous Awk one-liners. This part will explain Awk one-liners for selective printing... more »
2 commentsSave Tags: tools, unix-linux
Java 7 - Null-default and Null-safe operators
The most popular small language change request is better handling of nulls. As a result, I've updated my null-handling proposal.
0 commentsSave Tags: java, standards, trends
Want Erlang concurrency but are stuck with Java: 4 Alternatives
You’ve by now have read a lot about Erlang style concurrency. In Erlang actors are sending messages to inboxes of other actors and react to messages... more »
0 commentsSave Tags: java, other languages
From F3 to JavaFX 1.0 - Effects
An important and impressive innovation between F3 and JavaFX is the Effects framework created by Chris Campbell.
0 commentsSave Tags: frameworks, java, other languages
via