The Python-UNO bridge can be used to call up pieces of Python code from within OpenOffice. The source code of a "hello world" example can be found at http://wiki.services.openoffice.org/wiki/PyUNO_bridge, showing you how to start OpenOffice looking for a connection on a TCP/IP port, and then how to ....
"Please sign this and return it - it confirms our telephone conversation". Fortunately, we're small enough to know who we have spoken to, and sharp enough (I think) to pick out rate changes in such documents which could so easily slip by in a larger office.
We're noticing commission creep. The w ....
On Saturday, we took the day off / out. We've been holed up too long at home working on accounts, web sites, and all the other stuff that comes with our business so that - although we are not short of things to do - we needed a refresh.
I have often driven through Pewsey ... but never stopped. So ....
We're running a one-off public course from 29th April to 1st May 2009 - 3 days - for delegates with prior Java experience who want to learn about how to use it on the web - that's servlets, sessions, JSPs, standard tag libraries, .jars and .wars and web application configuration under Apache Tomcat. ....
I'm writing this for Melksham. And for Melksham's Businesses. Let's make Melksham a town of destination businesses.
Are YOU running a business that trades in Melksham? If you are, then read on - there's something in this for you AND there's something in this for the town. And - together - it's f ....
Yesterday was a lovely Spring day ... with bright sunlight making the old clock on the side of the Church (a.k.a. the sundial) useful for once after a long and dull winter ;-). In the field and on the hillsides, white horses (of both animal and chalk varieties) added to the scene.
It feels a lot ....
I've been transferring the West Wilts Rail Users Group web site into a wiki this evening ... and came up with the question "How do I fairly choose which station to put on their front page".
Of course, I favour Melksham. It's far and away the one that needs all the help and support it can get fr ....
It's a big step for many people to sign up to a forum; perhaps they have been visiting as a guest for weeks or months, and something they have read has triggered them to take the final step and say "I want to contribute" and sign up. Signing up to the forums that I administer is free, but it's stil ....
When you run a Java 'program' (strictly, the main method of a class), it looks for that class in a file with the name given and with a .class extension in the places listed in the CLASSPATH environment variable. Failure to have the right CLASSPATH set results in a spectacular series of error messa ....
Write a test program to use the getProperty method on System:
public class Sample {
public static void main (String [] args) {
System.out.println("*** Hello Melksham ***");
System.out.println(System.getProperty("java.vm.vendor").toString());
System.ou ....