We are using Basic Authorization for our REST-api at RemoteX and it’s no surprise that we have a lot of special characters in our usernames (åäö and spaces). What’s interesting is
I got a Tellstick for Christmas together with some Nexa remote controllers for the lighting at home. I knew that this type of project needed to be started immediately or else it would
I notice now that I cannot use the tag editor I’ve created from RemoteX Applications on my personal laptop. In requires a larger screen than what I have. Anyway, this is a
I ran into a designers block while working on a new feature for the online configuration editor for RemoteX Applications. (notice the name change?) An interesting observation was that the risk for the
I’ve noticed that more and more, when I search for infromation for JavaScript I search for JQuery not JavaScript. Have I reached the point that I consider developing JavaScript code to be
I’ve been working on a JavaScript client for our REST-service. So far it’s an editor for Localization and pick list options. But I was on a roll! So we charge by
In a previous post I mentioned that I started working on a localization editor for RemoteX Applications. This last week I started change a few things on the server side. In RemoteX Applications
I developed a JQuery Application using TDD these last couple of days. During the testing I used a new technique for testing my AJAX calls, so I thought I’d blog about how
I don’t realy know what to do right now, so I thought I’d share some of the latest work on RemoteX Applications. RemoteX Applications has support for multiple languages being used
More and more sites are doing it. Keeping their state in the address bar of the browser, enabling AJAX driven dynamic html pages to use the back and forward buttons between javascript driven
I installed the UI-performance plugin last night. Configured it to bundle my javascript code into a single compressed file. Did the same with my CSS files. With everything bundled and compressed the size
So I have my Grails environment setup. The point is to build a REST-service that will work as a back end to a highly dynamic JavaScript page. I chose Grails, since it builds