Starting a service through Powershell on the Windows 7 local PC

Posted by on Sep 19, 2009 in Coldfusion, Scripting | 0 comments

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...

more info

Installation of Railo Express 3.1 OS CFML server on Windows

Posted by on Sep 9, 2009 in Coldfusion, Web development | 0 comments

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...

more info

WordPress site for Miss Minetti

Posted by on Sep 2, 2009 in Portfolio | 0 comments

Last month we’ve put a WordPress site online for the fabulous street performer Miss Minetti, ‘Queen of the street’. She is a high powered executive with a novel business plan. She has decided open her corporate headquarters in the centre of town! Her operating budget is very small and office rental prices are just too high so she has decided to set up her office on a small street corner and recruit employees from the crowd that passes by. In order to find the...

more info