Cross Platform iOS/Android Development

When developing a mobile app, it’s pretty much a given that you will eventually need to support the two major platforms: iOS and Android. Developing for both platforms can be a challenge because: Development costs are almost double due to having to develop with...

Technologies We Are Using Right Now

Today we did a quick check on the technologies we are actively using right now across all the projects we are actively developing and made this poster with a bunch of them. This isn’t fully comprehensive but it’s a good sample of the technologies we use...

Web browser text search

So I am working on a project where I have to search some HTML documents for a possible text string. This lead me to an interesting find in how browsers do searching on text.   Let’s look at the following HTML. <div><div...

Using nullmailer as a simple MTA

nullmailer is a very simple MTA I like to use on Linux servers when I don’t want to have a lot of hassle with mail server configuration. It will automatically send all local mail to one of my email addresses by simply installing it and configuring two files....