Category Archives: MetaWrap Server

Progress Update

Work Massive, the company I have been so busy at over the last 22 years was sold a few months back. This is an amazing milestone. It’s rare to have a job that you love to go to every day. In … Continue reading

Posted in MetaWrap Server, TheGame | Leave a comment

Radon Radon

We somehow managed to loose the last update to this page which is a shame because I outlined what I would be doing these next two weeks. Just as well it was lost because I have been waylaid working on … Continue reading

Posted in MetaWrap Server | Leave a comment

The Joy Of AutoMake

Anyone considering playing with Makefiles and Automake should be very clear about the different ‘flavors’ of variables. 🙂 http://www.gnu.org/manual/make/html_mono/make.html#SEC67 Also Recursive Make Considered Harmful. makes a good read. I can see the sense in what the paper says, but this … Continue reading

Posted in MetaWrap Server | Leave a comment

Getting Things Together

After a great holiday, I’m now gearing up to have a busy year with this project and at work (I’ve been approached to start porting some old Amiga games across to Interactive TV Formats.). I’m currently building the CVS source … Continue reading

Posted in MetaWrap Server | Leave a comment

CVS Repository

The source code for the MetaWrap is in a CVS repository. Now that the original commercial source has been released under GPL, I am currently in the process of pouring the released source code from the commercial CVS repository into … Continue reading

Posted in MetaWrap Server | Leave a comment

ClickTale

ClickTale shows you the full story: every mouse movement, every click and every scrolling action. By using ClickTale you will gain insights that will improve your website’s usability, enhance navigation, and increase effectiveness. http://www.clicktale.com/ Something that looks scarily like my Open … Continue reading

Posted in Coolhunting, JavaScript, MetaWrap Server | Leave a comment

MetaWrap JavaScript Cluster/Grid

This is not an April Fools post – although when you get to the end of it you may wonder. As a proof of concept of the MetaWrap Apache_mod interface I’m going to write something that distributes grid tasks to web browsers … Continue reading

Posted in Coolhunting, JavaScript, MetaWrap Server, Things To Do | Leave a comment

Grid Envy

I was in the middle of building something like this as a demo for my XML storage server, looks like several people beat me to it. Looks like they applied for a patent only to find that there is lots of … Continue reading

Posted in Coolhunting, JavaScript, Meta-Narrative, MetaWrap Server | Leave a comment

Mashup That Uses Blogger and del.icio.us APIs For Backend Storage

Thanks to Dom for pointing this out to me. Check out this screen-recording of a demo Flash Flex application called NoteTag. The application uses Blogger and del.icio.us as a back-end for storage. Blogger is used to store objects and del.icio.us is used … Continue reading

Posted in MetaWrap Server, Web2.0, XML | Leave a comment

JavaScript Arguments

arguments The arguments object provides access to the arguments that are passed into a function. You can refer to a function’s arguments within the function by using the arguments array. This array contains an entry for each argument passed to the … Continue reading

Posted in JavaScript, MetaWrap Server, Web2.0 | 7 Comments