Agile User Interface Development
Two important disciplines in the area of software development have emerged over the last decade - Agile software development and user-centered design... more »
0 commentsSave Tags: gui, methodology, opinion
Groovy 101: Importing XML in your database
Groovy provides really simple solution to parse XML and manipulate your database. The following sample reads an RSS new feed and import the title and... more »
0 commentsSave Tags: database, java, other languages, xml
When Your Employee Develops Open-Source Code on the Company Payroll
One of your developers wants to extend an open-source application to solve a company problem, then contribute the code back to the community. That's... more »
4 commentsSave Tags: open source, opinion
Is Eclipse adoption peaking?
The rise and rise of Eclipse, the open-source tools platform, is now an old and familiar story. It’s possible though that Eclipse adoption is nearing... more »
1 commentsSave Tags: eclipse, java, other languages, tools
Plotr: Javascript Charting Framework
Some time ago I was looking for a charting framework for Prototype and I couldn’t find it, just because there’s none. I came across PlotKit, a well... more »
0 commentsSave Tags: javascript
Tuning Derby
There is a big difference in the behavior of a database when it is populated with a small amount of test inputs and when it holds a large amount of... more »
0 commentsSave Tags: database, how-to, java
Breaking News: PDF to become an open, ISO standard
Adobe Systems Inc. on Jan. 29 announced that it has released the full PDF (Portable Document Format) 1.7 specification to AIIM, the Association for... more »
0 commentsSave Tags: news, standards
Two-Thirds of Developers Now Use Eclipse
Two-thirds of enterprise software developers—66.3 percent—use Eclipse. That’s according to the most recent Eclipse Adoption Study, conducted by BZ... more »
5 commentsSave Tags: eclipse, tools
Why Piracy Hurts Open Source
All that is one side of the piracy issue. In the attached article, John looks at this from a different direction. He shows you why software piracy... more »
5 commentsSave Tags: open source, opinion
Testing GUI applications with TestNG
As I mentioned a few months ago, there are a number of frameworks available that facilitate testing various GUI frameworks; however, of late, I have... more »
0 commentsSave Tags: how-to, java, open source
Groovy’s the elixir for report overload syndrome
As I was sitting on a plane recently I found myself looking for an easy way to disseminate the valuable data from the categories above in an effective... more »
0 commentsSave Tags: how-to, java, open source
An Agile Development Environment
All agile methodologies preach delivering working software early and continuously. To achieve this an automated development environment is beneficial.... more »
0 commentsSave Tags: how-to, java, methodology, tools
Image Thumbnail Viewer
Image Thumbnail Viewer is a compact, unobtrusive image viewer that can be applied to any link on the page to load the desired image inside a sleek... more »
1 commentsSave Tags: frameworks, gui, javascript, web design
Firebug: One Dot Oh
On January 12th, 2006 I released the first public version of a thing called Firebug. One year and twelve days later I am happy to announce that the... more »
10 commentsSave Tags: announcement, tools
Agile Development In 30 Seconds
Get all the facts quick and easy.
1 commentsSave Tags: how-to, trends
Many Eyes - java visualization technology
Pretty cool Java visualization technology from IBM with a bunch of sample data sets.
1 commentsSave Tags: java, usability
Codestriker - web-based code reviewing
Codestriker is an open-sourced web application which supports online code reviewing and is integrated with SCMs and issue tracking systems. Using... more »
1 commentsSave Tags: java, other languages, tools
Sun Isn't Relevant to Startups
I just watched another Scoble Show interview with Jonathan Schwartz, and it reminded me how frustrated I continue to be with Sun, particularly their... more »
0 commentsSave Tags: java, opinion, trends
jEdit - A Programmer's Text Editor
jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. While jEdit... more »
6 commentsSave Tags: java, open source, tools
RSS for Subversion Repository!
How do you know when a remote repository is updated? You need to know when to sync (read: update). Heaven forbid we miss when a killer new feature is... more »
2 commentsSave Tags: server, tools, unix-linux
AHAH: Asychronous HTML and HTTP
AHAH is a very simple technique for dynamically updating web pages using JavaScript. It involves using XMLHTTPRequest to retrieve (X)HTML fragments... more »
4 commentsSave Tags: ajax, css-html
Objects, Classes, and Constructors, Smalltalk Style
Smalltalk is a language that “allows” one to write great code, it never feels like it gets in your way, however many things in Smalltalk, are done by... more »
0 commentsSave Tags: how-to, other languages
Building a Simple Search Engine with PHP
A little while ago, I was working on an intranet site for a mid-sized company. As the site grew in both size and popularity, the assigner requested me... more »
1 commentsSave Tags: php
I like refactoring and I can not lie
Oh my goodness. Paul, look at that code. It’s so big.
3 commentsSave Tags: humor, methodology, opinion
Intro to Python programming
LinuxForums gives good intro to Python. This is fast way to get started with Python.
1 commentsSave Tags: python
via