Articles tagged with Development

watch-cp.py

By john

During software development it's key to minimize the time between editing code and seeing the results of a change. During web-development the constant tweaking of CSS/HTML/Javascript etc means you're always reloading the browser to see changes.

At work I do a lot of Java web development, which normally …

My First Arduino Project (Morse Code)

By john

So I finally have an Arduino. I've been hankering after one for a while now, after seeing what Build Brighton and others have been able to do with them. So I was very happy when my better half paid attention to the hints I'd been dropping and got me an …

Django simple admin ImageField thumbnail

By john

The Django admin site is one of the best features of Django. It really lets you just get on with building your app, without having to worry too much about how you'll administer your site.

The defaults are generally pretty good, but it's often the case that you'll want to …