The Best Development Status Board Ever!
March 10, 2010 | In KM, Process, Productivity | No Commentssee http://www.panic.com/blog/2010/03/the-panic-status-board/
Some interesting links…
March 4, 2010 | In Links | No Comments- To Comment or Not to Comment
- Lean Development & Kanban: Einführungsartikel zu Kanban von Stefan Roock
- How To Market Your Mobile Application
- PaperC: Plattform zum kostenlosen Lesen von Fachbüchern im Internet
- Don’t Hash Secrets
- VersionControlTools (Martin Fowler)
- Hg Init: a Mercurial tutorial
webOS by Example: Sorting Thoughts
December 11, 2009 | In Tools, Programming | No CommentsMy slides about my experience with webOS and the development of Sorting Thoughts for webOS:
XWiki Enterprise 2.0 & Beyond
November 30, 2009 | In Tools, KM | No CommentsMy 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
July 8, 2009 | In Java, Eclipse | No CommentsTo 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
July 8, 2009 | In Tools, Eclipse | No Comments- Eclipse 3.5 - New and Noteworthy
- Ten Tips for Installing Plugins in Eclipse Galileo
- Eclipse RCP - Tutorial with Eclipse 3.5 (Galileo)
- Memory analysis with Eclipse 3.5
- Open Eclipse 3.5 Bugs
Backlog Tool Overview
June 11, 2009 | In Tools, Process | 1 CommentIf 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
Presentation about “Clean Code”
March 10, 2009 | In Books, Process, Productivity | 1 CommentHere are my slides about Robert C. Martins great book “Clean Code: A Handbook of Agile Software Craftsmanship“:
How-to: Eclipse Commands
February 8, 2009 | In Java, Links, Eclipse | 1 CommentIf you searching for good eclipse commads instructions, see here…
Six good articles by Prakash G.R.:
- Commands Part 1: Actions Vs Commands
- Commands Part 2: Selection and Enablement of IHandlers
- Commands Part 3: Parameters for Commands
- Commands Part 4: Misc items …
- Commands Part 5: Authentication in RCP applications
- Commands Part 6: Toggle & Radio menu contributions.
Other articles:
- Using advanced features in Eclipse popup menus
- Advanced features in Eclipse popup menus – Take 2: The new API
- Commands in die Toolbar einfügen
and the standard set of references:
Pony Meeting
February 6, 2009 | In Process, Links | No CommentsThis 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.
Powered by WordPress. Theme based on Pool theme design by Borja Fernandez.
Entries and comments feeds.
Valid XHTML and CSS. ^Top^




