Blog
Creating test apps with distribtution profiles in Xcode4
The whole provisioning of profiles when developing an iPad app is real fiddly to setup. I’ve got two profiles, one for development and another for ad-hoc distribution for testing devices (Alexis, who lives far far away). For the inSight project we have 5 devices for testing and development and managing them turned into a bit […]
Adding an image above a post in WordPress
On each post create a custom field called img_post_header with the path to the img as the value. As we want the image to appear on the main blog page and the single post page the following code needs to be added in loop.php and in loop-single.php above the title call <img src=”<?php echo get_post_meta($post->ID, […]
MailChump
Creating eNewsletters with MailChimp is pretty simple if you can use one of their templates. However, if a designer gives you a layout which doesn’t fit one of the layouts it seems easier to handcode the mailout than hack around with a template. You can upload a .zip with an index.html, assets and img folder. […]