new blog, in the works…

  • .FLV and .MP4 Video Formats

    There are several different formats that could be used for web, including two very popular ones that I’ll discuss in this paper, .flv and .mp4. “Web developers have wanted to use video and audio on the Web for a long time, ever since the early 2000s, when we started to have bandwidth fast enough to…

    Read This Post: .FLV and .MP4 Video Formats
  • The characteristics of good primary keys and how to select them

    What are the characteristics of the primary key? Well, primary keys should be stable and should not change over time. The Primary Key or also known as the PK, for short; should contain the minimal attributes. Even in many cases, just, preferably a single attribute. Although a PK value should always exists. The criteria for…

    Read This Post: The characteristics of good primary keys and how to select them
  • Considering ASP.NET Web Forms or ASP.NET MVC

    In this paper I’ll ultimately discuss, from a high level, what ASP.NET Web Forms version is as well as how it compares with ASP.NET MVC. I’ll discuss some pros and cons of both; the purposes these could be used for and ultimately how a developer should consider choosing between selecting ASP.NET MVC and ASP.NET Web…

    Read This Post: Considering ASP.NET Web Forms or ASP.NET MVC