Monthly Archives: April 2010

Using Runas to Add/Remove Programs/Hardware in Windows XP

Very useful if you run as a ‘restricted user’ (i.e. not a ‘power user’ or ‘administrator’): Step 1: Get a CMD shell (‘DOS box’) as Administrator: [cc lang=’dos’ line_numbers=’false’]runas /user:administrator cmd[/cc]

Tagged with: , , ,
Posted in Command Line Tricks, Servers, Tech Blog

PHP Parse error: syntax error, unexpected T_STRING in /whatever/my-php-class.php.html on line 1 with PhpDocumentor files on CentOS

Symptom: An XML file saved as something.php.html Apache was trying to parse it as PHP and throwing an error because Short_open_tag was ‘on’ Fix: Add the following to an .htaccess file in the folder (or a parent folder): [cc lang=’apache’

Tagged with: , , ,
Posted in Servers, Tech Blog, Web

Tina MVC 0.1.8 upgrade

All seems well with the recent fixes, so I have bumped to version 0.1.8. Download from the Tina MVC plugin page on WordPress.org or download from SeeIT.org here.

Tagged with: ,
Posted in News

Tina MVC update to 0.1.7.5

There have been numerous updates to the framework over the past few weeks, mostly getting the various http redirects and user  login, registration and password reminder pages to play nicely with WordPress. It seems to be working fine now, but

Tagged with: ,
Posted in News