The C# ‘??’ Null-Coalescing Operator. It’s actually simple and really useful.
Many programmers have not heard of the ?? operator in C# but it is one…
Many programmers have not heard of the ?? operator in C# but it is one…
jQuery .click is one of the most simple and widely used events in the jQuery library. It works great for most of the time, but you may encounter a problem when you add dynamic elements.
bootstrap-dialog is a useful little plugin: A dead-easy popup dialog to work with bootstrap this will replace the javascript ‘alert’ with something more modern and is just as easy to call. A nice way to report your .ajax call results.
Having written a number of online calendar and booking systems I have been asked to…
Rotativa: For ASP MVC projects (and using NuGet with Visual Studio) you can download Rotativa, which gives you the ability to create PDFs directly from Views or Partial Views. It’s easy to use and works well.
Adding a map to a webpage is easy to do and is an expected feature…
How to hide index.php in URLs on Windows Server IIS: make your PHP URLs pretty, even on a Windows Server.
Using Integer Math instead of Floating Point for Speed It’s a well-known fact that integer…
Today, we’ll be talking about the Chain of Responsibility Pattern. This pattern decouples the sender and receiver of requests. This is done with a chain of objects that can each handle the request itself or pass it on to the next object.
Agile has become one of the key words in the Project Leader’s vocabulary and Scrum…