Logo

$sam_frances->web_development($programming)

  • Blog
  • Now
  • About
  1. Relaunching with Pelican

    Thu 06 August 2015 | tags: python, pelican

    After realising that my django-powered site was running on a dangerously old version of django, I've decided to relaunch the site using pelican.

    read more

  2. MVC todo list demo

    Wed 29 January 2014 | tags: javascript, html5, tutorials, design-patterns

    Here's a simple javascript todo list application, which I created as an exercise in javascript MVC without a framework.

    read more

  3. A canvas drag and drop example

    Mon 08 October 2012 | tags: javascript, html5, canvas, tutorials

    I've recently unearthed an old piece of code which uses multiple layered HTML5 canvas elements to create a multi-layered drag and drop effect. The code is probably due some refinements, but I thought I'd post a link just for fun.

    read more

  4. Creating a blog with django, part 1: models

    Tue 03 July 2012 | tags: python, django, tutorials

    In this tutorial, I'll walk you through one possible way of creating a basic blog application using django 1.3's class-based generic views, built-in admin interface and syndication framework.

    read more

  5. Creating a blog with django, part 2: admin interface

    Tue 03 July 2012 | tags: python, django, tutorials

    In part 1 of this series, we defined the models for our blog application. However, aside from python manage.py shell, we don't yet have a way to create and edit blog posts or categories. For this, we need to enable django's admin interface.

    read more

⇇ « Page 2 / 2

Tags

typescript, types, twitterbot, twitter, python, asyncio, async, javascript, node, aws, ansible, pelican, html5, tutorials, design-patterns, canvas, django

Feeds

Atom feed Atom

Social

  • stackoverflow
  • github
  • codewars

Blogroll

  • Pelican
  • Python.org
  • Jinja2
  • Xophmeister's World
© Sam Frances 2016. All Rights Reserved.

Generated with Pelican, powered by Python.