Today I nearly went mad because I had to determine the encoding of some html files.
I tried various command line tools without any success until a colleague showed me that firefox can
guess the encoding: In my version (3 under Ubuntu) it is located here: “View”>”Character Encoding”.
As I didn’t find that on the web, maybe this post will save somebody out there the trouble I had.
Like probably everybody else in our industry I have a lot of tasks I should be working on at any given point in time. The question always is, how do I best get a handle on all the things I should/want to be doing?
For a long time I tried to use the system Steven Covey suggested in “The Seven Habits of Highly Successful People“. The book is great and everything Covey says is very true. But as a time management system it fails. It reminds me a lot of the old waterfall.
- Fist you have to have a mission,
- then you have to define your roles,
- then every week you have to plan what to do to achieve your mission within your roles.
- Every Task should be scheduled at the beginning of the week to be worked on on a given day of the week – just like an appointment.
>> more…
Here’s a collection of funny code comments I ran into: http://stackoverflow.com/questions/184618
Our claim is to have self-explanatory code, so we hardly need comments… although some of these are really hilarious!