Valls and Google

December 27th, 2006

I’m trying Google apps for domain owners to offer subdomains and emails like yourname.valls.name and yourname@valls.name but I’m not convinced. Take a look at google.valls.name

The old blog

December 12th, 2006

I’ve collected the posts from my old blog. Here are the posts for 2006 (in catalan). I’ll save the 2004 and 2005 posts for my own.

Read the rest of this entry »

VBScriptInt

December 7th, 2006

Tool to test VBScript (VBS) code. Full VBScript execution or simple sentence evaluation. Outputs to a text box enabling you to copy and paste the results. Includes tools to replace and escape strings, encode HTML, encode binary files and more. Read the rest of this entry »

WordPress

December 7th, 2006

Sorry, but this post is not available in English

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