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
  • 11 April 2012

    How to load jQuery programatically

    Loading JavaScript dynamically, and knowing then the script is done loading, can be difficult. There are working solutions available, but it is also possible to write some code to solve the problem.

  • 16 January 2012

    Check if string contains a character in C#

    There are multiple ways of checking if a string contains a specific character in C#. There are methods built into the String class, and there are extension methods in System.Linq.

  • 9 January 2012

    What is Device Pixel Ratio?

    The device pixel ratio is the ratio between physical pixels and logical pixels on a high-resolution screen. Different devices report different values, including non-integer ones. You should use media queries to handle varying screen densities correctly.

  • 15 December 2011

    How to add a custom header in HttpWebRequest

    Adding a custom HTTP header to an HttpWebRequest object, targetting Windows Phone 7, is done through the Headers property. The good thing that it works for a lot of other .NET target platforms as well.

  • 22 December 2010

    Emulate WebKit touch events using addTouch

    Testing multitouch JavaScript code on the iPhone is difficult. With addTouch, you can test your code in any modern desktop browser.

  • 20 December 2010

    The State of Frontend Web Development in 2010

    2010 saw HTML5 and CSS3 become mainstream, while jQuery dominated JavaScript libraries, and responsive design started shaping the web.

  • 20 December 2006

    The State of Frontend Web Development in 2006

    Frontend web development in 2006 is vibrant and changing, and continues to push the boundaries

  • 13 March 2006

    IMG problems in Firefox

    There is a security setting in Firefox that can prevent a web page from dynamically setting the SRC attribute of an IMG element. Falling back to using the innerHTML property does work, but it feels a lot like using eval().

  • 19 December 1998

    Visual C++ 6.0

    Visual C++ 6.0 revolutionizes coding with IntelliSense and 'Edit and Continue', enhancing productivity and creativity for developers.

  • 13 August 1998

    Building websites with Active Server Pages

    Explore ASP's power in building dynamic web applications, with insights on maintaining security and performance.

⇠ Page 7