Blog posts

161 results found

161 results in .NET, Dev, DevOps, SQL, Tools

dev Regular Expression (regex) for a number greater than 1200

In case you are looking for a regex to find a number greater than 1200 or something similar, I though I would post it so you can alter it for your needs.

dotnet How to fix Font Awesome WebFont woff2 not found

If you are getting the error fontawesome-webfont.woff2?v=4.6.3 not found but you definitely know you have the file, here is how to fix it in IIS.

dotnet Switch between ajax and post back in the same form

I realised that I needed to change the mode of the form depending on which button was pressed. So I came up with this bit of javascript/jquery.

dotnet How to create a random password generator in C#

In this post I will show you how to create your own password generator in C#. It can be used to generate random strong passwords and it complies with recommendations from OWASP

dotnet LINQ method to see if two lists contain a match

This post gives you the code to check if two lists contain a match. It is written in C# and uses LINQ.

dev No such thing as a full stack developer

I see and hear it all the time, talking about people being full stack developers. I don't believe they are.

dev Don't miss the Windows 10 free upgrade deadline this week

You have until Friday 29th July 2016 (2 days left at the time of writing this article) to upgrade for free. After that you will need to pay $119 (�90) for the Home version and $199 (�150) for the Pro version.

tools Free live chat application for your website - tawk.to

I've added it to this page, so you can see what I'm talking about. Feel free to send me a message. If I am online and available, I will reply back on live chat.

dev I've worked out how to cheat at Pokemon Go

This post tells you what you need to know to hack Pokemon Go

dev What is a humans.txt file?

A humans.txt file is a simple text file which gives credit to the people behind building the site.

dev Why you should change your passwords right NOW!

If you answer yes to any of the following questions, you should change your passwords on your online accounts right now!

dev 5 ways to learn a new programming language or framework

If you are looking for ways to learn a new programming language or framework, here are my 5 suggestions