View RSS Feed

Recent Blogs Posts

  1. Setting up Cisco RV042 load balanced dual WAN with UK ADSL PPPoA

    by on July 7th, 2011 at 05:13 AM
    So, we decided to go for a load balancer in the office and after a fair amount of head scratching, finally got it setup. As it was a little complicated, I thought I'd post a blog on it.

    We went for the Cisco RV042, mainly down to cost reasons. But it is confusing because none of the WAN options allow PPPoA (as used by alot of UK ISPs). I also went for two new modems (Zoom X4) but I believe any modem / router that can be setup in full bridged mode would be sufficient. We already had ...

    Updated July 7th, 2011 at 07:29 AM by richyrich

    Categories
    Uncategorized
  2. JQuery Plugin to include commas when formatting numbers

    by on April 7th, 2011 at 10:15 AM
    I wanted to be able to format numbers to include commas every 3 numbers and then fix them to a certain number of decimals. There are a few different format functions out there and also JQuery plugins, but couldn't seem to find one that did exactly what I wanted, so ended up writing my own.

    Here's the code for anyone else looking for something that will format numbers to include commas using JQuery:-
    Code:
    (function ($) {
        $.fn.formatNumber = function (seperator, every,
    
    ...
  3. Including Special Characters in your iTextSharp PDF document

    by on January 24th, 2011 at 07:32 PM
    This is a continuation of my blogs regarding generating PDF documents using iTextSharp.

    This one really had me stumped for a while and thanks to a couple of members on here, I was able to eventually solve the problem. I read several posts and threads about this issue, but none were solving my problem.

    I was using iTextSharp to generate a number of PDF documents to use in a back office ordering system. The main documents being a PDF invoice and delivery / packing note. ...
  4. Adding Page Numbers to your iTextSharp PDF document header and footer

    by on October 21st, 2010 at 06:54 AM
    Just a quick update on iTextSharp again. In my previous blog I explained how to add headers and footers to your PDF documents generated using iTextSharp.

    I received a question about including page numbers in the footer of a document. This is very simple to do inside the OnEndPage override method of our PDFPageEventHelper inherited class.

    In my class I include a public property called showPageCount
    Code:
    public bool showPageCount { get; set; }
    
    So, from my PDF ...
    Tags: itextsharp, pdf
    Categories
    Uncategorized
  5. Custom Authorization with ASP.NET MVC

    by on July 28th, 2010 at 04:05 PM
    Lately, I've been doing a lot of work with the ASP.NET MVC framework. One of the greatest attributes of MVC over Web Forms is its extensibility. Authorization is important to any application and being able to customize it to meet your project's needs is equally important.

    In the ASP.NET MVC framework, developers can use attributes to control things like validation and authorization. To have custom authorization in your MVC project, start off by inheriting from the AuthorizeAttribute ...

    Updated May 9th, 2011 at 11:28 AM by jmurrayhead

    Categories
    Programming & Scripting , ASP.NET , MVC
Page 1 of 7 1 2 3 ... LastLast

SEO by vBSEO