Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

Another PHP Framework

Haven't used CodeIgniter but a friend mentioned it and after a peruse of http://codeigniter.com/ it appears to be another good option for a PHP Framework... Seems to have a heap of Tutorials also.

CakePHP – A Love Story

The Dream I have been wanting to use a PHP framework for some time to create a database backed website. The First Attempt I looked at Kohana PHP because that's what Gallery 3 is coded in. But because IANAP (I am not a programmer) and I really have not much of an idea...

Resolve UninstallString from Partial DisplayName

I want to automate the removal of an application using a query to the registry using Visual Basic Script (VBS) to get the Uninstall string (the command that would be executed if you went into Control Panel Add/Remove and Un-installed a specific application). I have...

Cygwin startxdmcp.bat – Displays Blank/Black X Window

Cygwin on a Windows 7 Box. Start Cygwin Bash Shell and issue startxdmcp command: startxdmcp.bat 10.12.13.14 # where 10.12.13.14 is the IP of the remote Linux Box # you are trying to get a login window from # try it raw aswell, no change XWin.exe -ac -query 10.12.13.14...

Getting CakePHP working in your Home Directory

This presumes you know about the security implications of having pages served from you home dir and have taken appropriate precautions to stop unauthorized access: # add a new directory section to apache sudo vi /etc/apache2/sites-enabled/000-default Alias /mapp/...