If you wanna find out more on the excel scripting goggle "VBA in excel"
http://www.google.ie/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-...
try this also
Start up Notepad. Enter this text:
MsgBox "Hello World!"
Save it as "HelloWorld.vbs" (Or any name with a .vbs extension. You need to save it with the quotes if you are using the default Windows behavior of hiding file extensions). Open up Explorer, find the file you just saved, and double-click it. Yes, it's that easy.
Had to generate a CSR using openssl - Yep not really sure what had to be done, I heard of openssl before but as for using it to actually generate a CSR cert (not going to happen). After downloading and installing http://www.openssl.org/related/binaries.html I ran the program. All the reelvant files were installed - opened the cmd prompt and navigated to the C:/openssl file. While still in the command prompt typed in
1. Generate the private key
Please type the following command at the prompt:
openssl genrsa –des3 –out www.mydomain.com.key 1024
Creating more visual realistic images in blender is something that I’m slowly getting to grips with, more a case of trail by error at the moment but here's a demo of what I have been trying to get down with some stock images of rust.
At good piece of advice is to apply a high pass filter to the bump map.The image basically consists of a material that has a color. bump and spec reflection map, These 3 are all defined in the texture menu all at once. The only setting is that the color map setting are defualt, bump map Nor was selected (with the NOR and Disp values set to maximum the DISP may not effect the final render), the other setting is the REF or the SPEC make sure that the ref and spec values in the material setting (in the parent top menu are given )
Over the past week or so on or off I have been looking into trying to get jquery tabs working with drupal 4.7, this was never going to happen as there are compatibility issues while trying to use both together (tabs and drupal 4.7). So reading that drupal 5 RC is just coming out in the next few days I decided to quickly have another going at getting it to work and lone behold its works seamlessly. (Mhh after post on this one getting a rendering error in explorer and not really sure what is causing this to happen.)
When developing a new site, for anyone you will generally have test and/or development version of a site. These sites are usually exact copies the live site, and from time to time you will copy the live database to these sites.
Usually when doing this you will go through the site and change some of the configuration values, like the gmap api number, and others like the path to payment gateways and credit card gateway indentification numbers to point to test versions of the payment gateways.
(Taken from heydon consulting might prove useful in the future)
Just download and installed instant rails, I had been fumbling about trying to get different parts of ruby running as a server but hadn’t much success so I’m trying an application called instant rails which should give me everything I need to get me started. Instant Rails is a one-stop Rails runtime solution containing Ruby, Rails, Apache, and MySQL, all preconfigured and ready to run.
Another means of lighting a scene in Blender comes in the form of using ambient occlusion. The menucontrolling ambient occlusion may be found using the the material materials menu under world the menu is shown below.