How to work with the moon
May 2nd, 2007
Ever tried to take a snap at the moon? The results without a NASA-like telescope are pretty frustating. With Photoshop we’ll be able to blend NASa pretty images ofthe moon within our photos.
Ever tried to take a snap at the moon? The results without a NASA-like telescope are pretty frustating. With Photoshop we’ll be able to blend NASa pretty images ofthe moon within our photos.
In this post I’ll comment how did I set up my 3-lingual blog. I hope it will be helpful for a lot of people.
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.
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.
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.
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.