Anders TornbladAnders Tornblad

  • Services
  • Blog
  • Contact
  • Archives
  • Categories
Skip to main content

Archives

  • May 2024
  • January 2024
  • November 2023
  • June 2023
  • May 2023
  • April 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • June 2022
  • April 2022
  • December 2021
  • October 2021
  • July 2021
  • June 2021
  • April 2021
  • December 2019
  • September 2019
  • October 2018
  • June 2018
  • December 2017
  • March 2016
  • February 2016
  • December 2015
  • May 2015
  • April 2015
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • April 2012
  • January 2012
  • December 2011
  • December 2010
  • December 2006
  • March 2006
  • December 1998
  • August 1998

Categories

  • Architecture
  • ASP
  • ASP.NET
  • C#
  • C++
  • CSS
  • Frontend
  • Git
  • Hello World
  • Java
  • JavaScript
  • NuGet
  • PHP
  • Productivity
  • Retrocomputing
  • SQL
  • Teaching
  • Windows
  • ZX Spectrum

Projects

  • Conphig
  • JS MOD player

Repositories

  • addtouch
  • artsy
  • conphig
  • csv
  • ut
  • js-mod-player
  • my-twitter-manager
  • enigmatic
  • mt-mvc
  • zx-spectrum-bitmap
  • 8 May 2013

    First part of Artsy, now in beta

    I'm starting on a JavaScript Canvas demo, heavily inspired by the 1993 Amiga demo Arte by Sanity.

  • 3 May 2013

    Phenomenal & Enigmatic, part 3 of 4

    I'm drawing a glassy, glossy logotype using JavaScript and Canvas. Inspired by the 1991 Amiga demo Enigma by Phenomena.

  • 1 May 2013

    Phenomenal & Enigmatic, part 2 of 4

    I'm animating a star field rotating in 3D with simple mathematics. Inspired by the 1991 Amiga demo Enigma by Phenomena.

  • 18 April 2013

    Phenomenal & Enigmatic, part 1 of 4

    I'm starting on a JavaScript Canvas demo, heavily inspired by the 1991 Amiga demo Enigma by Phenomena.

  • 24 March 2013

    JavaScript Csv file generator, part 3 of 3

    The final touches are added to my CSV file generation framework in JavaScript. Escaping the separator and quotation marks are done, and the framework is finished!

  • 17 March 2013

    JavaScript Csv file generator, part 2 of 3

    Here I implement the basics of a simple CSV file generation framework in JavaScript.

  • 10 March 2013

    JavaScript Csv file generator, part 1 of 3

    To implement a CSV file generation framework in JavaScript, I start with imagining how I would like to use the framework. From there, I create unit tests to get me started.

  • 10 February 2013

    JavaScript unit test framework, part 4 of 4

    In the last part of this series, I add a pluggable output system to my JavaScript unit test framework, so that test results can be displayed nicely, or sent to a server for logging.

  • 3 February 2013

    JavaScript unit test framework, part 3 of 4

    Any mature unit test framework contains helper methods for validating or asserting requirements. In this part, I start adding some object-oriented test functions.

  • 27 January 2013

    JavaScript unit test framework, part 2 of 4

    My unit test framework in JavaScript is starting to shape up when I add support for asynchronous code, like timers, event handlers and CSS transitions.

  • 20 January 2013

    JavaScript unit test framework, part 1 of 4

    For test-driven development (TDD), having a working unit test framework is very useful. Here I start working on my own framework in JavaScript.

  • 24 April 2012

    Control data alignment in C# struct

    Using the StructLayout and FieldOffset attributes, it's possible to control detailed data alignment when transmitting data between .NET-base and C++/C-based or assembler software.

⇠ Page 6 Page 8 ⇢