goals

What are some good performance goals for a software engineer?

I need to create my own performance goals and have them approved by my manager. They will be reviewed at the end of the year. What are some measurable performance goals that others have used? It is my first year, so I can't compare my performance to last year. ...

Setting Performance goals for Developers

I'm about to go through and set a list of personal performance goals for a team of Developers (4) that I am now managing. They are in various stages of the Developer life cycle, from Intern through Senior. I'd like to get some feedback and examples of good SMART (Specific, Measurable, Achievable, Realistic, Timely) goals for any member...

I need some career "Goals" for the next year

I do C# & ASP.NET programming for a large company. I'm a new employee who's only been here a few months - this makes the goal concept a bit hard to pin down for me. I'm not trying to trivialize the concept, I just really have no ideas. ...

Is there a variable in Maven that holds the current goal?

In order to invoke the maven invoker plugin with the same goal that is currently running in my uber-pom, I need a way to pass the current goal into the invoker-plugin's config. Somethig like org.apache.maven.plugins maven-invoker-plugin ... ${maven.gaol} ....

What factors do you consider when deciding what to work on next?

Lately I've been feeling like I'm being pulled in different directions. In my company there are a lot of forces demanding my time and I'm having a hard time deciding which direction to focus my energies. I have the choice of several different coding projects, some of which could demand a lot more work over time, and present unknown ch...

How to perform ordered tasks in Maven2 build

Hi, I am trying to migrate a Java application built by Ant to Maven2. among other the build perform the following operations: 1) Running a javadoc doclet to find annotated Java files to be externalize later as web services 2) compile a small part of the code for step 3 3) run Axis java2wsdl on the compiled code from step 2 4) produce j...

Goal in google analytics for wizards - repeated steps

My goal consist of 5 steps. Everithing works fine when user completes wizard without validation error, but if he returns to same step twice, goal don't get completed and google analytics registers that as exit from wizard. How can I fix this? ...

Goal setting/tracking packages

I'm a developer working by myself. I'm looking for a computerized tool to manage my goals and activities. I own it Microsoft Project, but I don't like it. I've started many "projects" but could never keep on using it. Too complex and heavyweight for me. I use MS-Outlook tasks. They are not what I need. No planning capability. Tracking ...

Google Analytics - Goals - Advanced Segments - Does it keep cookies for tracking visitors?

Hi there, I am working with Google Analytics - Goals and Funnels for quite sometime, but one thing is is not clear for me. I would very much appreciate if you could help me. We are advertising on several sites rotating several different ads. Our main goal is to collect as many sign-ups (new users) as possible for as low price as possib...

RegEx for Dynamic URL Goals settings in Google Analytics

Hi, I have tried to work this regex to set up a goal in GA for 2 days, but I cannot get my head around it... The url format is like this: /purchase.php?cDd=1&transaction_id=xxxxxxx&verify=xxxxxxxxxxxxxxxx=&method=creditcard&type=purchase transaction_id= is populated with a sept of numbers verify= is populated by a string of numbers, l...

How do I run a specific goal with a particular configuration in a Maven plugin when I have several configurations for that goal.

See plugin config from pom.xml below. I can do: mvn myplugin:myGoal Which runs myGoal (both executions I suppose) but I want to be able to choose either the first or the second executions independently. I know I can add an id to the execution element, but how do I refer to that id on the command line. I'd like to get to something whi...