-
Recent Posts
Category Cloud
Blogroll
Serenity
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- August 2012
- March 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Meta
Monthly Archives: October 2008
>Unus pro omnibus, omnes pro uno
>…translated from Latin into English, “One for All, and All for One”. It’s a motto I think fits well for both open source development and for data standards development. It’s a concept that can be hard for a company to … Continue reading
>Another painless Ubuntu Upgrade
>I’ve been using various versions of Ubuntu Desktop as my primary operating system for about a year. In fact, I don’t even have a copy of Vista or Windows XP installed on the laptop. When I bought the machine, my … Continue reading
Posted in eclipse, xml
Leave a comment
>WTP Incubator Updates
>We have a couple more WTP Incubator projects getting ready to ramp up now that the committers have made it through the gauntlet of paperwork and sign offs. XML Security Tools – Dominik Schadow is the original author and will … Continue reading
>A Ray of Light for the Beautiful Game.
>For those that don’t know, one of my hobbies is Refereeing soccer(football for the rest of the world). Particularly, I’m a State Level USSF Level 6 referee. What does this mean….it means that I get to spend a lot of … Continue reading
Posted in eclipse, referring, soccer, xml
2 Comments
>Visual Editor for XML
>The Visual Editor for XML is now an official Web Tools Platform incubating project. The code is checked into CVS, and some initial work on refactoring and re-arranging the plugins has begun. With that said, a wiki page has been … Continue reading
Posted in eclipse, xml
15 Comments
>API Design Guidelines
>API Design: There is a good article on API Guidelines at the “Do not set yourself on fire” blog. Must reading for anybody that is doing API design work. Single Responsibility Principal, Refactoring, and API Design: As Bjorn mentioned there … Continue reading
Posted in eclipse, xml
2 Comments
>ANT2IDE
>While reviewing various blog feeds, I saw mention ANT2IDE. Looks interesting especially if you have an existing build process that needs to be imported into eclipse.
Posted in eclipse
Leave a comment
>XSL Tools Outstanding features
>XSL Tools 1.0M3 will be out in a couple of weeks, and again there are a few more nice features that have been implemented. Open Declaration/Hyperlinking for xsl:with-param @name variables. By CTRL-Clicking on the value in the name attribute it … Continue reading
Posted in eclipse, xml, xslt
2 Comments
>Null Check or Null Object Pattern
>Something I’ve seen a lot in code over the years, no matter which language I happened to be coding in at the time, are checks for Nulls. They end up being scattered through out code for various reasons. The question … Continue reading
Posted in eclipse, xml
6 Comments
>UI Coding Question
>One of the things I see fairly often in eclipse UI code is something like Tom Schindl‘s example. I could have picked almost any code but Tom was kind enough to post his hack (his words not mine) to the … Continue reading
Posted in eclipse
8 Comments