Archive for the 'General' Category

Dynamically Embedding QuickTime Movies

Thursday, March 17th, 2005

If your work involves embedding QuickTime movie files into web-pages then beware; we have found that there are some pitfalls! Support for the two tags EMBED and OBJECT seems to vary from browser to browser. IE gives priority to the OBJECT tag, FireFox to EMBED. Not only this, but Apple seems to give precedence
to the […]

Flash Remoting

Tuesday, March 1st, 2005

Alternative ways of serving Flash Remoting clients are explored.

XML for video library publishing

Monday, February 21st, 2005

When faced with the problem of publishing a large store of metadata describing a library of video clips, the obvious answer for us was to develop an XML based system. We designed an RDBMS to store the data in Access, with forms to enter, navigate and export to XML. The client interface we developed uses […]

Map publishing with SVG

Friday, February 11th, 2005

We’ve been tinkering with Scalable Vector Graphics (SVG). This rather under-used XML based graphics format is ideal for publishing map data on the web. With the included scripting capabilities some neat effects can be achieved - like this map with selectable countries.
In our view, many websites could vastly improve their usability simply by including […]

Monitoring Customer Sites

Tuesday, February 1st, 2005

What do you do when you need to constantly monitor your clients’ websites conveniently? Simple! You write a little Perl-TK (Perl with windows graphics capability) utility and have it running on your desktop all the time. At a glance you can see when the last check was done, and ours alerts everyone on your local […]

GNU Emacs and Programming

Tuesday, February 1st, 2005

Emacs, that great editor from the GNU guys. If you are programming in multiple languages, like me, Emacs is certainly your friend. I couldn’t manage without the extensive keyboard shortcuts and ability to seamlessly switch to different edit modes right there in the middle of programming. Maybe one the best uses for this is is […]

Using MSXML in ASP

Tuesday, February 1st, 2005

The standard Internet explorer installation comes with various DOM classes and APIs that can be used to work with XML and XHTML locally and over HTTP. We have adapted some of our ASP pages on the UniRom website to use these objects to display this blog and our technology areas from del.icio.us (http://del.icio.us/).
There were […]

Introduction

Friday, January 21st, 2005

This is UniRom’s first blog entry. The info barn covers matters that we are interested in or just want to comment on.
Nick