I was not completely satisfied with my prior solution to custom callout bubble in MKMapView due a drawback.
One drawback is that if you click an annotation in the TouchView it is not propagated down to the MKMapView which makes pinch zoom bit more tricky if you have many annotations. Someone out there might have a [...]
UPDATE! FOUND A NEW SOLUTION!
My latest version, 2.0 of Gasmacken contains a solution to the very annoying problem with a creating a custom callout bubble to the MKMapView in the iPhone SDK. There are no way to get a callback from the MKMapView delegate when a callout bubble is opened.
A recap of what you can do [...]
Aftonbladet skriver om Gasmacken!
My latest iPhone application Gasmacken has been approved by Apple!
Gasmacken is an application that automatically fetches an updated list of all CNG (Compressed Natural Gas) refuelling stations in Sweden and displays them on a map.
Features
List all CNG stations in Sweden
Show your current location
Automatic updates of CNG stations in Sweden
Show directions with with built in Maps [...]
In my latest app, Gasmacken I tried to use UILocalizedIndexedCollation (from example TableViewSuite example 3) for creating a localized version of the A-Z list (A-Ö in swedish) on the right side in a table view. But to my surprise I could not get any difference in table view running in Swedish or English. The list [...]
Google has released Google App Engine with support for Java!
It includes a neat plugin for Eclipse also. Here is a video showing features of the Eclipse plugin.
Must test this during the Easter holiday!
Apache HTTPD 2.2 includes some interesting features for making a basic load balancer.
This configuration makes a sticky loadbalancer with 3 backend servers. It is not dependant on any specific configuration of the backend server such as JSESSIONID or PHPSESSIONID.
It will create a BALANCEID-cookie with a route to a backend server.
#You need at least these modules
#Header [...]
Had to test generate a wordle from source code. In this case HttpServletRequest.java.
Sometimes it can be handy to reach your home server even if you have all sorts of proxy servers and firewalls between you and your home server (e.g. from work).
Stunnel to the rescue!. Compile it, install it or just download it from some repository (I used macports).
On the server:
Create server configuration file for stunnel. Example [...]
Good screencast about the m2eclipse plugin for Eclipse. Nice to see that Eclipse is getting better maven support. One of the great disadvantages for Eclipse against Intellij IDEA have been its maven support.
There have been some support for maven but not nearly as rock solid as Intellij IDEA 7.0+ versions maven support.
m2eclipse: Importing from SVN [...]