-
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: May 2008
>Authoring With Eclipse – Revisited
>A while ago Chris Aniszczyk and Lawrence Mandel wrote a brief article describing how to use the Web Tools Platform, Docbook, and a plugin called Orangevolt XSL (aka. EclipseXSLT) to write technical documentation. While much of the article is still … Continue reading
Posted in dita, docbook, eclipse, xsl
2 Comments
>XSL Content Assist – XPath update
>http://www.readthewords.com/embed/9350_text70545AM.txt.mp3.html The XSL content assist refactoring work went pretty well. I now have a nice set of unit tests that are in place to help verify that content assistance is giving what I would expect it to give. The completion … Continue reading
Posted in eclipse, xml, xsl, xslt
Leave a comment
>Eclipse Bug Day and PDT
>http://www.readthewords.com/embed/9350_text64310PM.txt.mp3.html Eclipse Bug Day and PDT Just a reminder. Eclipse Bug Day is May 30th. For those that are looking to participate or contribute back to their favorite project, eclipse bug day is a great way to participate. I started … Continue reading
>PDT Needs Community Patch Loving
>http://www.readthewords.com/embed/9350_text102333AM.txt.mp3.html Just out of curiosity, I did a bugzilla query against the PDT project, as a thread in the newsgroup sparked my curiosity. I wanted to see how many of the bugs that were marked NEW or ASSIGNED, had patches … Continue reading
Posted in eclipse, php
3 Comments
>XML Markup Design
>Jeni Tenison has an excellent article posted about Bad XML design. XML is one of the things that is both the greatest thing since sliced bread, and your worst nightmare. I’ve been specializing in XML data specifications and markup languages … Continue reading
Posted in eclipse, standards, xml
4 Comments
>XSL Tooling Update Site
>For those that have been asking, here is the URL for the XSL Tooling update site: http://download.eclipse.org/webtools/milestones/ This will probably be changing, but the above should work for those that want to install the latest version using the update manager … Continue reading
Posted in eclipse, xml, xsl
Leave a comment
>Continuous Integration
> Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily – leading to multiple integrations per day. Each integration is verified by an automated build (including … Continue reading
Posted in agile, eclipse
3 Comments
>Time for some Web Standard Tools Refactoring
>I’ve opened bug 231803 in the Web Standard Tools asking that the committers there consider doing some code refactoring in the early iterations for 3.1/4.0. If you are interested in following this thread, or have an opinion on it, please … Continue reading
Posted in agile, eclipse, refactoring, xml, xsl
Leave a comment
>Refactoring XSL Content Assistance
> Refactoring“Enhancing or improving the quality of code in a program. Refactoring does not alter the functionality of the software; but, it makes it more maintainable for future changes. “ I’m slowly working on fixing some design and usability issues … Continue reading
Posted in agile, eclipse, refactoring, xsl
3 Comments
>To JavaDoc or Not JavaDoc..Part Deux
>Automating Java API Reference Plugins. One of the things that Eclipse PDE is missing is a nice way to generate SDK javadoc help plugins. The nice thing about living in the Internet age, is that somebody else has probably already … Continue reading
Posted in docbook, documentation, eclipse, java
Leave a comment