Criteria for the Capgemini Software Engineer Certification Feb 14
It turns out i could not find any public web description of the certification I took last autumn while working with Capgemini. I ended up at Level 2, which will have to meet all criteria from level 1 + the additional criteria from level 2. So for convenience i will post all details here. The [...]
Continue reading »Criteria for the Capgemini Software Engineer Certifi...«
GWT Developer Plugin now Works with Firefox 9 Jan 28
(UPDATED) The GWT developer plugin has been updated to works with Firefox 9, a couple of days ago. Its not yet officially available, but can be downloaded directly from the codebase: google-web-toolkit.googlecode.com/svn/trunk/ prebuilt folder in here is the gwt-dev-plugin.xpi, and it works like a charm :) Previously i wrote when the plugin was updated to [...]
Continue reading »GWT Developer Plugin now Works with Firefox 9«
Batch Screenshots with webkit2png Jan 23
For projects I sometimes have lots of screenshots which I have to repeat whenever I change subtle things in the CSS or HTML. I ended up creating this little handy script based on webkit2png (download source) #!/usr/bin/env sh HOST=”http://localhost:8080/myproject/viewer” /usr/bin/python webkit2png -F -o “01dashboard” $HOST/dashboard /usr/bin/python webkit2png -F -o “02showdetail” $HOST/detail /usr/bin/python webkit2png -F -o [...]
Maven mirrorOf * in settings.xml breaks the build Jan 20
Using maven behind a firewall in environments with an internal repository can be troublesome, and even break the build. Here is an option to set up Maven
Continue reading »Maven mirrorOf * in settings.xml breaks the build«
What we have also written...
- IntelliJ Structural Search to Convert from JUnit3 to Junit4 Jan 18
- Time For A New Job: Hello NineConsult, Goodbye Capgemini Jan 1
- GWT Developer plugin for Firefox 7 is now Ready Oct 10
- Useful Background research for Certification Oct 4
- Collection of useful Git Tips to get started Sep 30
- Chrome “find in page” with smart search in unicode characters Sep 29
- Java Friday Fun: @WTF annotations in code Sep 16
- Make IntelliJ highlight usages Aug 11
- Windows delete all tmp files command Jul 12
- [DK] Danske Netbank Usability Problem Apr 10
- Fixed Outlook 2003 Corruption after Power Blackout Apr 5
- How to move IntelliJ system file to another folder Apr 4
- Challenges Configuring Hudson Emails Mar 10
- Easy delete all .svn Subfolders in Windows Explorer Mar 1
- Automatic Excel Time Format Without Colon in Input Jan 5
- Rapid Prototyping With a Piece of Wood Nov 22
- Fixed Strange Hudson Slave OutOfMemoryError Nov 12
- GWT relevant snippets for IntelliJ Idea editor Oct 5
- Successful Approach to User Experience Oct 1
- Windows SVN pre-commit-hook Jun 10
- Interesting visualization of Money Flow May 24
- Seeding Rails App With RESTful Address Data Apr 28
- Lessons Learned from Pixar Apr 28
- Capgemini SmartLunch: Cucumber for Automated Acceptance Testing Apr 27
- Explanation of Firebug Net Panel Findings Apr 22
- Groovy for Hudson console Apr 20
- Google’s Direct Links Inside Suggestion List Mar 26
- Why WebStandards Matter Mar 12
- Rake Task To Validate All Items on All Models Feb 7
- Mac Harddisk Upgrade Usability Improvements Feb 4
- How To Recover Deleted Subversion Branch Dec 9
- How To add “Open folder in Textmate” to Finder Context Menu Dec 8
- How to make Git ignore files that already exist in your project Dec 7
- Run Tiny Webserver From Any Directory Dec 1
- How to Remove Trailing Space from source files Nov 26
- Greasemonkey Script For Removing Scrollbars on Al-Anon Page Nov 6
- Zyb.com sync with new Nokia E52 phone Nov 3
- Script identifying CSS shorthand possibilities Oct 21
- Resolve Symlinks When Copying Files With Rsync Oct 15
- Extract HTML Structure From Page With Simple Script Oct 5
- Useful Usability Tips Oct 2
- Motivation Video: Don't Give Up if They Let You Down Oct 1
- Spoken Git Commit Log — Another Annoyance at the Office Sep 30
- Print CSS Background Logo Hack Sep 29
- Bash or Ruby for removing multiple Trac Spam Tickets Sep 28
