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...
James McDonald
Don’t look at me I’m hideous – It’s about CakePHP Y’all
How I got into this mess This is what happens when you are learning. Using the sample code from a CakePHP image upload tutorial Beginner getting debug output from PHP Scripts Couldn't figure out how to get meio_upload.php and PHPThumbs debug output to go to screen or...
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/...
Cygwin GNU Utils as a Work-a-round for Broken Windows 7 Search
Remember in XP when you could press F3 type in the file contents you were searching for and be confident you would be able to find all the files that contained a search term. That is no longer the case. You can dig around the W7 Search menus and tell Windows 7 to...
The 5th Anniversary
They really made her... Perfect. I know. Just had a wonderful anniversary weekend with my Beautiful Wife: Friday Night: Anniversary Dinner at the thevintage.com.au. This is where we had our reception 5 yrs ago. Saturday Night: Chris Isaak concert at...
Managing Dockable Dialogs with GIMP
GIMP is a great program. Once you start using more of it's features you can have a lot of peripheral dialog windows cluttering up your screen. Here is a short video I made on how to combine GIMP dockable dialogs into one dialog box and lay them out so you don't need...
LaTeX – Writing Letters
A good simple howto on writing letters and envelopes using LaTeX. http://en.wikibooks.org/wiki/LaTeX/Letters
Create a CGI directory which allows Directory Listing
I wanted to create a cgi-bin directory which would allow me to execute the files and also to view a directory index of them. This is the default setup for the system cgi-bin directory but it wouldn't allow me to do what I wanted. ScriptAlias /cgi-bin/...
