Work journal 2013-jan-09

Today my smallest boy (1 year) and my girlfriend were sick, so I stayed at home working in the breaks between sicksitting. The day started with watching some of Denise Jacobs (twitter: @denisejacobs) video from øredev, while the baby was watching Teletubbies (yay?!): http://oredev.org/2012/sessions/the-art-of-disciplined-creativity

Takeaways so far:


I got map search functionality working on my present project. The setup was based on this example page:

https://www.digitaliser.dk/group/403850. It works quite well but it based on a paid model. However that is probably about to change: https://sdfe.dk/data-skaber-vaerdi/ (in Danish).


From twitter: @DamianEdwards tweeted how to use a CDN with local fallback. It looks like this:

<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.8.3.min.js"></script> <script> (window.jQuery || document.write('<script src="/scripts/jquery-1.8.3.min.js"><\/script>')); </script> I have seen this before but now I actually need it.


Work Journal – a diary on what I did work/programming related today.