WordPress beginners handleiding

Posted by on Jun 15, 2011 in Wordpress | 1 comment

In de korte WordPress handleiding (PDF) wordt uitgelegd hoe je nieuwe inhoud op je eigen website kunt plaatsen. Eerst wordt de korte en snelle manier besproken, daarna de wat uitgebreidere mogelijkheden om plaatjes en video’s toe te voegen.

more info

Google 4 Games – technical update.

Posted by on Aug 29, 2010 in Coldfusion, CSE, SEO, Serious Gaming | 0 comments

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

more info

Running more domains (sites) on 1 hosting account.

Posted by on Aug 10, 2010 in Coldfusion, Hosting, Scripting | 0 comments

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

more info

Danart

Posted by on Feb 22, 2010 in Portfolio, Wordpress | 0 comments

Wat kleine wijzigingen en upgrades van WordPress en plugins gedaan voor Danart.

more info

Primapreventie: goed zichtbaar en goed vindbaar

Posted by on Feb 8, 2010 in CSS, Internet Marketing, Portfolio, SEO, Web development | 0 comments

Vanuit het ontwerp van de eigenaar van de website van Primapreventie, hebben wij een professionele site gemaakt. Goed vindbaar en duidelijk weer te geven in alle browsers.

more info

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