Programming Progress – Django forms

by Declan on January 18, 2012

Just before dinner and at the height of my frustration I figured out what was going wrong with my django form.

With some rudimentary form posting I can now update and edit my sample sentences as part of my application.

It’s actually the first time I’ve gotten user forms working with django so it was nice to break new ground and then go for dinner and a beer :)

 

Apart from coding, I’m also trying to keep reading useful content. I was emailed this by Andrew Warner of Mixergy.com, I’m on his list, it’s not like we’re friends or anything.

It’s an interview talking about how to co-create products with an audience so you develop exactly what they want and are eager to buy. Seems like a really clever approach that’s better for developer and customer – win win.

Periodic Table of TODO Progress –  is up to Boron

 

{ 1 comment }

Programming Progress – Flashcard Application

by Declan on January 13, 2012

I’ve spent some time with tutorials, now it’s time to move onto generating some of my own code.

I want to build a flashcard application with loads of amazing features, but since I’m pretty new to python and django I’d better start with the basics.

Building on the previous tutorial I want:

  • a test page which will display a sentence.
  • a series of buttons which rate how well I know each piece of text.
  • an algorithm which shows me the best known phrases last.

This doesn’t fit exactly what I want the final product to be but I think it’s better to be writing working code than just reading about doing something more complicated. Practise makes perfect

 

It’s easy to get an empty shell of a website up and running with django

 

Now let’s try and add some meat to those digital bones.

I’ve added some super simple models and edited urls.py so now I can browse to the index of the site and see a message telling me I’m at the index of the site :)

Programming is so easy.

As long as you don’t want your programs to actually do anything.

I’m going to bed and marking this as beryllium

Will continue tomorrow with a views for a user and counting scores via POST.

And some new content for that affiliate site I started a few days back.

 

 

{ 2 comments }

Programming Progress – working with tutorial 2

January 13, 2012

Still working my way through http://jarv.org/2011/10/django-jquery-tutorial-part2/ I have a working app running on localhost from part 1 so I’m eager to see how it’ll take me to break it. There’s actually not so much to do in this part of the tutorial so I’m just reading through explanations rather than following instructions. Moving through the next [...]

Read the full article →

Programming Progress

January 12, 2012

After some setup and typing yesterday, today is going to be all about programming. I found a nice looking tutorial at jarv.org on how to build a question / answer app that uses django and some jquery for the front end. I’m hoping that I can learn from it and change things around so that [...]

Read the full article →

Starting another site

January 10, 2012

I decided to create a brand new affiliate site recently and have been adding some details about my progress to the forums at Wealthy Affiliate. I’ve started more than one in the past and many of them have ended up unfinished or abandoned so I really want to talk about my progress in the hope [...]

Read the full article →

Back to the Present

January 9, 2012

Great Scott! Most of the things I’ve written here have been set in the future, intentions, promises and ideas about how I’m going to do something. I need to write about what I have done in the past. The road to hell is paved with good intentions

Read the full article →

Knowledge Hooks – Remembering Stuff

January 6, 2012

I’m not a big fan of football ( soccer) but was in a pub with 2 friends watching a match. I was more interested in the beer but my friends were carrying on a lively debate about each team, the players, transfers, coaches etc. After a while I realised that they knew a huge amount [...]

Read the full article →

TweetDeck

January 5, 2012

I’ve tried a few different twitter apps and never found one that I liked. I needed to be able to update more than one account at a time and not have it take up too many resources. I just installed tweetdeck for chrome which lets me add multiple twitter and facebook accounts, schedule tweets and [...]

Read the full article →

Practise makes perfect

December 26, 2011

So I’m going to try and do more of everything. For some people this would be a burden, adding even more thing to an already full TODO list. But there’s an old saying, If you want something done quickly, give it to a busy man. I spend an amazing amount of time thinking about the [...]

Read the full article →

Motivated by the gaps between working

November 22, 2011

Until know I hadn’t really noticed how much a holiday can motivate you. This had probably been obvious to the rest of the world ever since the grand tour but taking a week to just enjoy myself, see some sights and eat wonderful food makes me happier and more productive when I get back. I’m [...]

Read the full article →