Google 4 Games – technical update.
Updated our Google 4 Games search engine. It changed from PHP to Adobe Coldfusion so in the coming months expect some new features and improvements. Also changed webhost and changed from a linked custom search engine (xml files) to the Google AJAX search API. Turns out that Googles video-, news-, blog and image search do not work with Custom Search Engines, bummer. The design hasn’t changed much except for some minor changes like using the new Google font API...
Running more domains (sites) on 1 hosting account.
The problem: sometimes you want more sites with their own domainname to run on your hosting account. For example, when i have a few testing- or low-traffic sites it’s much more economic (e.g. cheaper) to use just 1 hosting account for that. The other day i found this solutionfor a hosting plan with Windows 2008/IIS7 and Adobe Coldfusion 9 running. On Apache hosting plans you would just configure a few virtual hosts and/or use mod_rewrite and on a Microsoft...
Starting a service through Powershell on the Windows 7 local PC
In 1 sentence Create a shortcut with ‘Run as administrator’ properties which points to powershell.exe path\to\script.ps1 with 1 line in it: Start-Service -displayname “the-name-of-the-service-that-you-want-to-sart” and have the right execution policy for PS scripts. The longer version Through Windows Powershell-scripts administrators can automate almost all computermanagement tasks. All things that can be done through visual windows...
Installation of Railo Express 3.1 OS CFML server on Windows
Railo is an open source server for CFML (ColdFusion Markup Language) and it can be used as a alternative to Adobe Coldfusion Server. Below is an howto for installing Railo Express 3.1 on Windows 7. Railo express is not recommended on production servers, but it can be an easy and low footprint development or testing server. For production environments, install -for example- Railo with the Resin 3.1.9 server. On the Railo site there is an installation manual, but...