Categories
Archives
- [—]2010 (2)
- [+]2009 (20)
- [+]December (2)
- [+]November (3)
- [+]October (3)
- [+]September (3)
- [+]August (4)
- [+]July (5)
-
RSS Links
Ads
Author Archives: Ben
A Programmer’s New Year’s Resolution for 2010: Learning Scala
In a world of constant change and ever increasing speed of innovation as a programmer, you might sit back and think about how to prepare for those changes and increase your career options. You might also look forward to a mental distraction from the daily Java/Ruby/PHP routine, or your inner geek is just looking for [...]
Nuux – Launch of Location Aware Mobile Social Network – with focus on real-time
Today, a main project of mine, Nuux is opening its doors officially for the public Beta! Nuux is a mobile social network dedicated to real-time social nightlife information. I would like to take the opportunity to let you know some details about this network and how it works. I will try not to make too [...]
The old-school Objective C is approaching top 10
From time to time I check the index of the most popular programming languages by tiobe, check out how popular the old-school Objective-C is becoming!
Given that this language is very old school, it makes me wonder what would have happended to the Appshop and Apple if they opened the Shop for Java, PHP or Python?
Permanent [...]
MegaTrend #9: Cross-platform Mobile Development
In a recent article by InfoWorld Cross Platform mobile development was mentioned as one of the top 10 emerging enterprise technologies.
Until about 1 years ago the options for cross-platform mobile development were
doing platform specific native builds for Symbian, WinMo, Blackberry, UIQ, etc. or
Java development with specific twists per handset / handset group or
WAP/XHTML Mobile Web [...]
Obfuscation Bugs in J2ME Apps
Does this sound familiar to you?
It really did drive me crazy. Bug only appeared in a certain phone model with a certain version of the app. Not in emulator, not in other phones, not with other version of the app and just 2 weeks ago – without major change in the app – all was [...]
FB Series: Difference between IFrame and Connect Apps
Writing about specifics on iFrame apps in Facebook development was on my list for quite some time. So now despite a lack of time, let’s just get out with the essential message:
When writing iFrame Apps, think of it like a Connect App. It is essentially the same.
I made the long way round trying to [...]
Lessons learned trusting Code Generators
To give you a short answer beforehand: Do not do it! But let me tell you my experience:
I started using Jersey back in 2007 when it was at version 0.4. Netbeans however already had a plugin to get you started on the fast track by generating REST Webservices out of Entity Classes, which you can [...]
Website deployments: Plain old Ant
In the last entry I was mentioning several solutions for managing web site deployments and packaging for php webapps. Since with PHP there is usually no build process already at development time this has often to be established especially for test & production – and yes there needs to be a build process if you [...]
Initialise External Javascript in Page Fragments
In the last couple of hours I was contemplating around maintainable, performant and non-obstrusive Javascript on a project I am working on.
Following situation:
- Much Inline Javascript
- Many JS and CSS files referenced
- No Frontend Deployment/Build Process in place
- Some Javascript values are set at page generation time by Server Side code
- Webserver is not configured [...]

Subscribe
S.Mail
UX and App Design at Google – Takeaways