As I had to parse some strings numbers with leading zeroes into int some days ago I thought I’d just use the old parseInt function and everything would work out…As I had to parse some strings numbers with leading zeroes into int some days ago I thought I’d just use the old parseInt function and everything would work out well….
Read the rest...Author Archives: Magnus Ferm
JQuery: Handle left-click, right-click and double-click at the same time
I just had to handle a left-click, right-click and a dbl-click at the same time which turned out to be a bit tricky at first using just the mousedown function,…I just had to handle a left-click, right-click and a dbl-click at the same time which turned out to be a bit tricky at first using just the mousedown function, but…
Read the rest...Windows 8: Using jQuery in your Windows Store app
Right, so I thought it would be great to write a HTML5 app in windows 8 since it’s supported and everything. The one thing I refuse to skip though is…Right, so I thought it would be great to write a HTML5 app in windows 8 since it’s supported and everything. The one thing I refuse to skip though is jQuery….
Read the rest...Windows 8: App badge logo validation error
As I am almost done with my first Windows 8 App, Himmelsblå Dagar (a Swedish app), I was trying out the Windows App Cert Kit Tool used to validate your…As I am almost done with my first Windows 8 App, Himmelsblå Dagar (a Swedish app), I was trying out the Windows App Cert Kit Tool used to validate your application…
Read the rest...Windows 8: Updating a live tile from a PHP service
As I am making my first Windows 8 application I want to add a live tile. The application is a fixture list for my football team, Malmö FF, and I…As I am making my first Windows 8 application I want to add a live tile. The application is a fixture list for my football team, Malmö FF, and I want…
Read the rest...Javascript: Looping through radio buttons without jQuery
There are times when you don’t have access to a third-party library such as jQuery to make life easy and those are the times where you regret not paying any…There are times when you don’t have access to a third-party library such as jQuery to make life easy and those are the times where you regret not paying any attention…
Read the rest...