Highly Recommended
deoren’s Twitter feed
Category Archives: Tips
Unknown type ‘TGuid’
I upgraded from Inno Setup 5.3.10 to 5.4.0 and tried to build a project that has previously built without any issues. Got this error instead: Error on line 223 in setup.iss: Column 10: Unknown type ‘TGuid’ Compile aborted. A while … Continue reading
Counting the number of items in a line
This short script was used to count the number of pipes in a line. I wanted to have 9 per line so the Dokuwiki table would be displayed properly, so this script let me know which lines were busted. # … Continue reading
Server sent unexpected return value (502 Bad Gateway) in response to COPY
This was an annoying issue. I initially blamed it on an Apache update and wasted a lot of time going in that direction. When I finally gave up and used Google, I got somewhere. Thankfully, I wasn’t the only person … Continue reading
Making Firefox maximize on startup
You’d think something like this would be incredibly easy, maybe even be in an options tab or possibly prefs.js in the user’s profile. Eh, sort of. The setting is in localstore.rdf within the user’s profile. This value is supposed to … Continue reading


