The Best Development Status Board Ever!

Panic board

see http://www.panic.com/blog/2010/03/the-panic-status-board/


Some interesting links…



webOS by Example: Sorting Thoughts

My slides about my experience with webOS and the development of Sorting Thoughts for webOS:


XWiki Enterprise 2.0 & Beyond

My last test installation of XWiki was three years ago and after reading the current feature list of XWiki Enterprise I’m really impressed. I think I have a new entry for my task list: “Installing XWiki and test it”.

Links


Platform check in Eclipse 3.5

To check the running platform in an Eclipse 3.5 plugin or RCP app use this:

org.eclipse.jface/src/org/eclipse/jface/util/Util.java

...
        /**
	 * Note: this may be made internal in 3.5
	 * @return true for windows platforms
	 * @since 3.5
	 */
	public static final boolean isWindows() {
		final String ws = SWT.getPlatform();
		return WS_WIN32.equals(ws) || WS_WPF.equals(ws);
	}

	/**
	 * Note: this may be made internal in 3.5
	 * @return true for mac platforms
	 * @since 3.5
	 */
	public static final boolean isMac() {
		final String ws = SWT.getPlatform();
		return WS_CARBON.equals(ws) || WS_COCOA.equals(ws);
	}
...

5 short Eclipse 3.5 links



Backlog Tool Overview

If you search for a backlog tool, take a look on http://www.userstories.com/products.

For example, a simple and good backlog tool is eXPlainPMT


eXPlainPMT
.

1 Comment more...

Presentation about “Clean Code”

Here are my slides about Robert C. Martins great book “Clean Code: A Handbook of Agile Software Craftsmanship“:

Clean Code
View more presentations from hebel.
1 Comment more...

How-to: Eclipse Commands

If you searching for good eclipse commads instructions, see here…

Six good articles by Prakash G.R.:

Other articles:

and the standard set of references:

1 Comment more...

Pony Meeting

This refers to a story Lopp told earlier in the session, in which he described the process of a senior manager outlining what they wanted from any new application: “I want WYSIWYG… I want it to support major browsers… I want it to reflect the spirit of the company.” Or, as Lopp put it: “I want a pony!” He added: “Who doesn’t? A pony is gorgeous!” The problem, he said, is that these people are describing what they think they want. And even if they’re misguided, they, as the ones signing the checks, really cannot be ignored.

Apple’s design process


Lösungen für einen SWT Rich Text Editor

Wenn man, wie ich, vor der Aufgabe steht einen WYSIWYG Rich Text Editor in eine Eclipse RCP Anwendung zu integrieren, stellt man leider schnell fest, das es keine Standardlösung gibt. Vielmehr hat man folgende Optionen mit ganz speziellen Vor- und Nachteilen, für die man sich entscheiden muss:

(continue reading…)


“Privacy and the Future of the Cloud”

..interesting slides from Nat Torkington

via O’Reilly Radar


“The Clean Code Talks – Unit Testing”

Google Tech Talks
October, 30 2008

Clean Code Talks – Unit Testing

Speaker: Misko Hevery


Aza Raskin – Humanes Interface-Design

Golem führte ein wirklich sehenswertes Interview mit Aza Raskin zum Thema Humanes Interface-Design und Firefox:

Links:


“Collaboration Techniques that really work”


Werbung



Locations of visitors to this page
Copyright © 1996-2010 agilesWissen. All rights reserved.
iDream theme by Templates Next | Powered by WordPress