Tag: Web Development

webTiger Logo Wide
  • Using AngularJS

    This article provides an introduction to AngularJS, how to get started, and the programming structure to follow. Update: It is worth noting this was written for AngularJS, and the framework has moved on and the newer version is called simply ‘Angular’, and maintained independently. (This article is being retained for historical reasons.)

    (more…)
  • Jasmine JS Unit Testing

    The Jasmine JavaScript test framework is a simple to use solution for unit testing your heavily JavaScript-based Rich Internet Applications (RIA).

    (more…)
  • Modifying Bootstrap Styles – The Right Way

    ASP.NET MVC web projects include the Bootstrap framework by default. If the styles aren’t to your liking ‘out-of-the-box’ then you can customise the look and feel quite easily by hacking the Bootstrap CSS file directly, but this isn’t necessarily the best way to go.

    (more…)
  • Using Bootstrap

    This article aims to introduce using Bootstrap in scenarios where an IDE (like Visual Studio) hasn’t set up a complete starting point for you, or where you want to control exactly what your page layout will be. This is as much my own aid memoir as it is an article in its own right to help others.

    (more…)
  • Deploying ASP.NET MVC on IIS6

    IIS Logo

    Although ASP.NET MVC3 can be deployed on a machine running Windows Server 2003 and Internet Information Services 6 (IIS6), the practice isn’t recommended and hosting multiple MVC3 web applications can be a painful business. If you are committed to this approach though, here are some instructions to configure IIS6 so that you can deploy a MVC3 website.

    (more…)
  • Web Development Cheat-Sheet

    This is my web development cheat-sheet to make things easier when creating new web pages, etc. It should be considered a living document but the publish date will be kept as specified in its first edition so it doesn’t regularly top the articles list.

    (more…)