Tagged Questions

5
votes
4answers
39 views

Finding and removing orphaned web pages, images, and other related files.

I am working on a number of websites with files dating back to 2000. These sites have grown organically over time resulting in large numbers of orphaned web pages, include files, …
6
votes
3answers
147 views

Trying out Test-Driven Development

After reading this post I kinda felt in the same position as the guy who asked the question. I love technology and coming up with new ideas to solve real world problems just gets m …
1
vote
2answers
141 views

Are there any GTD apps that sync with any of the common bug tracking apps?

I'm trying to decide on a GTD app. Does anyone know of one that automatically syncs with Trac or, better yet, FogBugz? My suspicion is that none does. Which leaves me with writi …
1
vote
3answers
137 views

Python classes for simple GTD app

I'm trying to code a very rudimentary GTD app for myself, not only to get organized, but to get better at coding and get better at Python. I'm having a bit of trouble with the cla …
0
votes
1answer
61 views

Composite pattern for GTD app

This is a continuation of one of my previous questions Here are my classes. #Project class class Project: def __init__(self, name, children=[]): self.name = name …
28
votes
50answers
2k views

How do you track your time?

I had about 7 employes until today and everyone had another kind of timesheet/timereporting. How do you track your time at your current workplace, or if your a freelancer, how do …
1
vote
4answers
237 views

Top Moleskine (Journal) Techniques or “Hacks” to help you as a developer with daily tasks or projects.

What are the top / proven Moleskine techniques that have helped you as a developer/programmer on managing your daily tasks or projects. Are there any API cheatsheets available that …
7
votes
25answers
599 views

What Windows software do you like for personal “To Do lists” (especially using the Getting Things Done approach) ?

I know this is a wee bit off topic, but I think a lot of programmers need this sort of thing and many use the GTD approach. My criteria: *Windows compatible. I prefer a desktop s …
10
votes
11answers
618 views

How to get software done fast? [closed]

If you have a software project in your head and want to get it done as fast as possible, how do you accomplish this task? How do you plan your projects? My problem is, as I start, …
16
votes
43answers
2k views

What is your _single_ favorite GTD tool?

Getting Things Done is the thing these days. While the basic principle is only about keeping a TODO list, my main concern is maintaining this list. I tried using e-mails, calendar …
0
votes
5answers
142 views

What tools/webapps do you use to get things done?

Lately I find myself wasting so much time on finding the best way to get things done but got nowhere.. What tools/webapps and technique do you use daily to get things done?
5
votes
8answers
436 views

Inbox Management (in Outlook)

I've gone back and forth between having an organized inbox and having an inbox with absolutely everything I've received in it. Would you recommend leaving everything in an inbox …