bitcomplex.se / 102 posts / categories / 157 comments / feed / comments feed
For an amateur movie review blog (Swedish) I need to be able to markup movie titles in posts so that they can be linked to other reviews at the same site. The problem is that these reviews more often than not aren't written yet. Came up with this simple WordPress plugin...
I have no problem with PHP being a loosely typed programming language. It's actually pretty nice to be able to use a variable in different contexts without having to think about its type. But sometimes you wish for a more strict typing; as we've experienced at the office today.
I APIs
Even if I’m a pretty decent developer (hope I am anyway) I thought it would be fun to show off some code in an area where I have no experience what-so-ever...
It's strange that the MySQL optimizer doesn’t recognize our attempts to optimize a (specific) slow running query and work out some magic behind the scene. The solution we came up with isn’t elegant and the query gets rather bloated, but it does the trick!
Javascript is all about enhancing the user experience, right? But is it really enhancing the user experience when the behaviour of your site changes?