Tagged Questions

19
votes
15answers
739 views

The Attention Deficit Programmer - Tips for staying on task?

With broadband internet being what it is, and tabbed browsing, and the crazy amounts of very entertaining social information sites, and someone down the hall asking for help with the printer (combined …
19
votes
22answers
1k views

How to keep concentrated and focused while waiting for your compiler?

When I'm working on software, I find that as soon as I have to wait more than around 6 seconds for the compiler or for the program to start (or simply for Visual Studio to process some really …
16
votes
11answers
737 views

Getting out of a deep career rut [closed]

I wanted to ask for career advice from fellow professionals. I am sure similar questions must have been asked before but still.. I am a software developer with a Bachelors in Computer Science in a …
12
votes
25answers
1k views

How do you get yourself to focus?

What are some techniques you use to get yourself to focus on the task at hand, even if it's one that you don't really want to do? Answers along the lines of "If you have to work at focusing, get a …
9
votes
68answers
2k views

Which chemical stimulation do you require while coding?

Whatever it be, caffeine, tobacco, whatever, list your programming performance enhancing drug of choice. Do you feel like you NEED it to be most effective at your work? Vote up someone if they …
8
votes
18answers
485 views

Tips to keep focused during code reviews

I often get sent to sites where I need to do a code review of a system I am not involved in, and once reviewed won't be involved in again. I spend time during the usual tool tests and looking for …
5
votes
2answers
357 views

Is there a way to detect if a browser window is not currently active?

I have JavaScript that is doing activity periodically. When the user is not looking at the site (i.e., the window or tab does not have focus), it'd be nice to not run. Is there a way to do this using …
5
votes
2answers
119 views

how to get focus-follows-mouse over buffers in emacs?

Suppose I have a source file open and I launch a shell. I can hit C-x o to switch between the two buffers. But how can I get it so that when I move the mouse the buffer under the mouse gets focus, …
5
votes
5answers
145 views

How do you find the best way to focus on a coding project/task?

In short, when you have planned or have thought about an idea to create - what do you use to help keep you on task, or to make sure you stay programming without (negative) distraction? I've found …
4
votes
3answers
605 views

How to achieve focus-reset to update BindingSource of TextBox before any action

I have observed some unexpected or at least not-perfectly-matching-my-needs behaviour of textboxes bound to textproperties when I can't use using UpdateTrigger=PropertyChanged for my binding. Probably …
4
votes
1answer
183 views

Undo journaling: focusing the control being undone

I'm writing an undo journal for my WPF data-entry screen, which will track changes across all the controls. When the user selects Undo, I want to not only revert the latest change, but put focus back …
4
votes
3answers
137 views

Determine Where Activation Is Going When A Form Is Deactivated

Does anyone know of a way to determine which window is going to receive focus when a form is deactivated?
3
votes
2answers
94 views

Question about an application not getting focus in XP/W2K3

I have an application written in .NET. The previous version had no problems: you double-click on the icon or run it from a command line and when it starts up, it's the main window and has focus as …
3
votes
3answers
1k views

jquery lose focus event

Hello, I'm trying to show up a container if a input field gets the focus and - that's the actual problem - hide the container if focus is lost. Is there an opposite event for jQuery's focus? Some …
3
votes
3answers
165 views

How to automatically save files on lose focus in Emacs.

Is it possible to configure Emacs, so that it saves all files when the emacs window loses focus?

1 2 3 4 5 18 next
15 30 50 per page