Paul Osborne - Java/PHP Developer

Java

Site Launch: The Chocolution

The Chocolution sell healthy, raw chocolate making kits. Their chocolate is created using methods that preserve the natural goodness in the cacao bean which mainstream commercial processes destroy.
The site was completed in collaboration with Edda Jones who provided the designs.
Morley Computing used the designs to build the site using HTML, PHP and CSS. The website [...]

Custom Java Application for the Betfair Exchange Completed

QuickFire is a custom Java application developed to operate with the Betfair Exchange. Our client required a simple application to select markets and simplify/speed-up the trading process during in-play horse races for both the main and Australian exchanges.
The application was built using Java 1.6 and our own Core Betfair API, a custom, robust platform we [...]

Getting the local host name using Java

A quick example of how to get the name of the localhost using the Java InetAddress class.

String hostname = null;
try {
InetAddress localhost = Address.getLocalHost();
if (localhost != null) {
hostname = localhost.getHostName();
[...]

Launch: ‘Discover Grassington’ Java Mobile Phone Application

The ‘Discover Grassington’ Java (J2ME) mobile phone application developed by Morley Computing on behalf of AudioTrails.co.uk for The Yorkshire Dales National Park Authority has now been launched . See the attached poster for details. Visitors to Grassington in the Yorkshire Dales can now discover the town via the latest mobile technology. Mobile phone [...]