Skip to main content

Category: Software Development

All articles categorised as Software Development.

Developers – score yourself a .dev domain today

Google is the registry behind the new .dev TLD – the ultimate vanity domain for developers.

The .dev extension has historically been used by developers fudging their host files to create realistic-looking development environments. Now, .dev is open in Early Access Preview to allow the world to register their .dev domains.

DevOps , Software Development Read more →


Deploying PHP applications with RunCloud on UpCloud

My first post of 2019 is a tutorial that’s all about the cloud.

I’m going to show you how to deploy a PHP application with a MySQL database on a cloud server from UpCloud. I’ll be using the brilliant RunCloud control panel to deploy my PHP photo gallery – Blue Twilight – to an UpCloud server.

My friends over at UpCloud have provided an awesome promo-code for free credit to try out their service. Details at the end of the article.

Software Development , DevOps Read more →





Content Delivery Networks can improve your website’s performance

Content Delivery Networks were created for one reason: to speed up your websites and web applications. In this article, I explore how you can take advantage of Content Delivery Networks (CDNs) to improve your website performance for a small cost.

The Problem

Modern websites and web-based applications have a number of digital assets. These are the stylesheets, scripts and images that make up the websites you use. My website is no exception – it has 15 such assets.

Software Development , DevOps Read more →


Upload photos to Blue Twilight PHP photo gallery from your new iPhone

Buying the new iPhone that Apple will announce today? Interested in photography?

Did you know that you can capture a photo and upload it straight into your Blue Twilight photo gallery directly from your new iPhone or iPad device?

First Method – direct upload into an album

Login to your Blue Twilight photo gallery and tap the “Manage” link in the navigation bar. On mobile devices, tap the “hamburger” button to show all menu options.

Software Development , Blue Twilight Read more →


Simply Remind Me: my first SaaS application

It’s rare for commercial software developers, such as myself, to get to use the software we write. We rely on our users to report problems or suggest new features for the applications we develop.

It’s also difficult to try out new technologies or methodologies without having a “real” application to build or experiment on.

Just lately in my life, the days seem to rush by. So much so that important dates come and go without me even realising it. Important dates such as my car MOT’s renewal date!

Software Development , Simply Remind Me Read more →


Delegate invocation can be simplified – C#

When you have worked with the same technology day-in, day-out for almost 15 years, it’s easy to miss some of the “under-the-radar” changes that are made without any fan-fare. This, for me, is one of those in C#.

I couldn’t tell you how many times a day I write code similar to the following, which is a staple of object-oriented, event-driven programming – used to fire an event if something is listening to it:

Software Development Read more →



Subscribe to Software Development