SGMLXML.net A place for SGML and XML application developers.

March 11, 2005

The Broker by John Grisham

Filed under: Books — @ 1:20 pm







Just finished “The Broker” by John Grisham. Probably his worst work to date. Not worth reading. Basically I suspect he used the advance for the book to finance his tour of Italy where a good portion of the book occurs. He tries to weave in the spy world from lots of different countries. Needless to say Tom Clancy is safe.



C. Angione

Baroque Cycle by Neal Stephenson

Filed under: Books — @ 1:20 pm






Just finished a three book series by Neal Stephenson called the “Baroque Cycle” that I would highly recommend. I would not be surprised if you have never heard of him. He is a young author. I remember reading some of his first books which were only available in e-book format before he hit the big time. Probably his most famous book before this is “Snow Crash”.

 He pushes the boundaries of brilliance. An amazing tale taking place in the late 1600’s and early 1700’s right at the height of scientific discovery and a changing over to the “new system of the world”.


 C. Angione

Dynamic HTML The Definitive Reference O’Reilly

Filed under: Books — @ 1:20 pm






 Covers HTML, CSS, DOM and JavaScript. No point in getting the CSS book also from O'Reilly if you get this one.

AOM for root level menu item

Filed under: AOM — @ 1:15 pm






function addRootMenuItem()
{
 var win = Application.activeWindow;
 var item = win.createMenuItem("HPTools");
 
 var editMenu = win.menuBar.find(".Edit");
 ret = win.menuBar.insertBefore(item,editMenu);
 
}

viPlugin

Filed under: Eclipse — @ 12:34 pm






 viPlugin




Adds a vi functionality layer on top of an open editor. Great plugin for vi fans. I wouldn’t live without it.


 Commercial/Free trial:  http://satokar.com/viplugin/index.php

EclipseColorer

Filed under: Eclipse — @ 12:34 pm






This is the syntax highlighting plugin for Eclipse platform. It supports more than 100 languages, has many powerful features and great number of syntaxes. It allows to highlight languages with nested construction (jsp, asp, php), has powerful XML languages support. It validates and shows most XML syntax errors on the fly, allows to highlight and find errors in structured XML languages (XML Schema, XSLT, XSLFO, DocBook, RelaxNG and others). This edition includes new feature of paired syntax constructions highlighting (C/Java brackets, XML/HTML tags and so on...). Also now it works with JDK 1.3 and includes native library both for Windows and Linux platforms.


Download: http://sourceforge.net/project/showfiles.php?group_id=34855

[Eclipse]Eclipse Documentum DQL / API plug-in with content proposals and color coding

Filed under: Uncategorized — cangione @ 12:11 pm




http://www.eclipse-plugins.info/eclipse/plugin_details.jsp?id=920
 
This is a great plugin for documentum.
 
  1. Extract the zip to elicpse\plugins directory< ?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
  2. Assumes you have Desktop Client Installed
  3. Copy dfc.jar and dfcbase.jar to the org.cah.eclipse.plugins.dctm.dql directory 
  4. Your Shortcut to launch eclipse should look something like this "C:\Eclipse3_9M\eclipse.exe  -vmargs  -Ddfc.properties.file=c:\documentum\config\dfc.properties"
 

Eclipse Support from Borland and BEA Eweek Article

Filed under: Eclipse — @ 11:09 am







The writing appears to be on the wall…


http://www.eweek.com/article2/0,1759,1772245,00.asp

« Newer Posts

Powered by WordPress