For a bonus I wanted the left and right columns to collapse if the screen got too narrow (smartphone). This turned out to be...challenging in CSS.
@media selectors are your friend here. You can supply one layout for a smaller, and a different layoutfor everyone else. Check out how I did it by viewing the source of FrillerWorks.com. You'll want to be looking at the link tags under the head.
Poor python, where newlines have syntactic effect!
So do semicolons. For example:
>>> print "this";print "that"
this
that
>>>
works.
about Android: it can't ever be updated
Uhh... yeah... bout that... When an update came out for my phone the update notifier sat in the notification drawer until I successfully updated my phone. Guess it can be updated then, huh?
A fanatic is a person who can't change his mind and won't change the subject. - Winston Churchill