Archive for March, 2010
How to load Ajax libraries via google.load() method
How to load Ajax Libaries via google.load() method. To do so please fallow these steps: 1. In your app/website header please copy and paste: <script src="http://www.google.com/jsapi" type="text/javascript"></script> 2. Copy and paste the fallow below step 1: <script> // Load Mootools google.load(‘mootools’, ’1.2.4′); // Load jQuery google.load("jquery", "1.4.2"); </script> That is it, you should now be [...]
Running Ready2Run Jetty+OpenBD on a Mac
When trying to run OpenBD on my mac, I was getting this error “java.lang.UnsupportedClassVersionError: Bad version number in .class file”: To fix this, fallow these steps: From the Apple () menu, choose Software Update. Software Update checks for available updates. In the Software Update window, select the items you want to install, then click Install. [...]
Open BlueDragon Install Script by Vivio Technologies
I must say “Vivio Tech did a good job on making this install script”, I was reading on OBD (Open BlueDragon) for days, and finally decided to implement it as my main ColdFusion server for both production and development. I must thank ODB team on doing a wonderful job on maintaining this project, and providing [...]
