We have a ReadynNAS 1100 (File server) in the office. For some reason the AFP service stopped working . The service was on, but OS X couldn't connect. The solution was to re-install the ReadyNAS firmware. After re-install we only needed to change the admin password and change the IP-address . All other options, data and add-ons were still there.
Blogs
iOS dynamic image loading
When developing iOS apps you often find yourself wanting to fetch images dynamically from a server rather than having them all shipped in the app bundle. For this task I usually use the EGOImageLoader library by ENORMEGO Developers.
It handles the downloading and caching of images, and if used for instance in a UITableView it changes download priority in the fly to prioritize images in the UITableViewCells currently displayed.
We've started up a Twitter account for Lazy Joe's Warehouse
Last week I created the Twitter account @LazyJoesApp for our iPhone puzzle game Lazy Joe's Warehouse and I'm looking forward to interesting conversations with iPhone gamers around the world. If you're a fan of the game, follow us for some daily challenges!
Personally I'm pretty new to Twitter so I'm looking forward to learning more about it.
Apache Drupal XML with statistics - High load on events
Today we had another event with Ski Classics. And as usual we find ourself having performance issues.
We have XML files of statistics showing stats of the race at the same time we are streaming the event. The streaming is done by a third part and we just embed a jw player for flash and html 5 playback for iOS support.
Add content type to preprocess_html Drupal
Today i had to add the content type to style the body tag on a site using Drupal 7.
I altered the template.php file and the "newly" added theme_preprocess_html function to include the following lines.
if ($node = menu_get_object()) {
$vars['classes_array'][] = $node->type;
}
New site design!
Our new site design is finally starting to come together. We are currently using Drupal 7 and Adaptive theme with support for CSS3 and HTML5. We are still having some problems with nice menu and i18n module.

