The LAMP Stack is fairly easy to understand: L is for Linux which is an Operating System a server is run on. A is for Apache which is a Server that accepts and processes HTTP requests. M is for MySQL which is a database used to store any data the web server will be CRUD-ing. […]
Category archives: Uncategorized
My First Refactor – Part 2
Continuing from my previous post, I’ve created a characterisation test for my Stock Analysis application. I captured the HTML output it produced and wrote a simple test which ensured that it always produced the same output. I used PHPUnit as the testing framework and used composer.js for dependency management. Creating the Characterisation Test Part of my […]
Can’t Open the Visual Studio Resource Editor?
If you ever get an error while trying to open the .rc file in the Visual Studio Resource Viewer (see image below) it may be because you have the resource.h file open in Visual Studio. Close that file and try to open the .rc file again.
Windows Installer – Useful Information
This post will contain all the useful links / info I’ve found about Windows Installer over the years. Installation Condition Syntax MSDN – Conditional Statement Syntax I have quite a few links in my bookmarks which I can add here too.
New Blog
Going to starting blogging here instead of my old Installer Guy blog. You can check out my FYP blog too!