My Weblog

  1. Visual Studio: Customising Bootstrap at Build time

    I've been using Bootstrap for a number of my personal projects over the past few months and I've frequently found myself customising its theme by either overriding CSS styles or using Bootstrap's customisation tool. The problem is of course that the former lead to more CSS and the latter wasted time. Read the full article...

  2. Using data URIs in PHP.png

    Using data URIs in PHP

    I'm currently working on a JavaScript application that relies upon the HTML Canvas Element's toDataURL function to transfer the canvas' image data to my PHP API. However finding little functionality in PHP for dissecting/constructing data URIs I decided to write my own PHP class for handling them. Read the full article...

  3. Git integration with The Bug Genie on Windows

    Git integration with The Bug Genie on Windows

    The project management software The Bug Genie has a useful module which integrates Version Control Systems (VCS) into its Issue Tracker to allow for source-code committals to be linked to tracked issues. Read the full article...

  4. ASP.NET MVC 3 Hyperlink Helper

    C# ASP.NET MVC 3 Hyperlink Helper

    The other day whilst tidying the views in my personal ASP.NET MVC 3 (C#) project I ended up developing a HTML Helper that creates external hyperlinks, in an attempt to purge my views of hard-coded anchor tags. Read the full article...

  5. Remote access to Visual Studio Development Server

    Remote access to Visual Studio Development Server

    If you wish to extend the ASP.NET Development Server's scope beyond the local host and allow remote access, such as I did when wanting to test a website against a work college's browser, then I've put together a rough guide that will hopefully be of some help... Read the full article...

  6. Mapping every McDonald's restaurant in the UK

    Map of every McDonald's restaurant in the UK

    The map shows the position of all 1197 McDonald's restaurants dotted around the United Kingdom. Roughly correlating with population density... Read the full article...

<< older