Distributing binary files within VBScript

December 3rd, 2006

Sometimes you want to use a COM component in your VBScript but if you need to distribute this VBScript for the public you must ensure that the final user have the COM registered in their system. Like in this example you may need to distribute any sort of binary file as a resource for your VBScript.

Distributing binary files within VBScript

Assembler

November 25th, 2006

ASM bits and pieces coded for Fonaments de Computadors at UAB, winter 2007

The assembler code is intended to run in the machine emulator Petita Màquina Elemental by Lluis Ribas. 03-1999. ETSE-UAB.

Code comments are in catalan.

ASM

GUI for VBScript with HTML Applications

November 12th, 2006

You may need to add simple UI functions to a VBScript, Internet Explorer enables you to do so using HTML Applications through its HTML renderer and object model.

GUI for VBScript with HTML Applications

Displaying dynamic text headings with custom fonts

October 12th, 2006

Sometimes you want to use a custom font on a website heading or title, to do so, you must ensure that the visitor have the font registered on its system, if not, the default font will be displayed wich will be annoying. To solve that, you could either use an image or a flash movie to achieve this purpose. In this article I’ll expose how to create a Flash object which dinamically loads its text.

Displaying dynamic text headings with custom fonts