management

Encouraging management to scrap manual tests and do things the proper way

Hi, I am working in a project which is quite complex in terms of size (it's to make a web app). The first problem is that nobody is interested in any products which could really solve the problems surrounding the project (lack of time, no adjustments in timescales in response to ever changing requirements). Bare in mind these products a...

Keeping developers "up to date"

Hi, This is more of a developers management question, but since most of you here are developers, you probably have some insights on this. I got in charge of planning how to keep our developers updated with new tech and trends. Since they are a diverse population, simply saying read blog X won't do any good. Some ideas we had: A day/...

How do you manage a big script?

Hi, I'm building a JavaScript engine. I used a simple function as a class, added subfunctions, strings... and used prototypes to add other objects... Everything is fine. The problem now, is that I'm using one class (or main function), because I need it to be so. It's becoming huge, to the point that I can't control it any more and debu...

Should one programmer document another's code?

Several of our lead developers have pursuaded management to assign a junior developer to document their code for them. Their arguments are: You'll have two programmers familiar with everything. It's pair-programming, kinda. It's more cost-effective = they will get more done. It demonstrates that their code is readable and maintainable...

What's the best LMS system out there on the market

The particular comparison points are: Ease of deployment/config. Actual price of the software and infrastructure. Customizability. With the biggest traction out there on the market. Moodle stood out as the most likely best option overall but does anyone have a suggestion of a better system? And why? ...

How to demonstrate to management that mediocre developers are hurting team

I am in the precarious position of "managing" a team of developers at a small company. I say "managing" because although I assign work and provide feedback on their performance I have no recourse in actually disciplining an individual. Some of my team I don't know what to do with, they are unable to work on their own, require massive a...

managing Sql Server databases version control in large teams

For the last few years I was the only developer that handled the databases we created for our web projects. That meant that I got full control of version management. I can't keep up with doing all the database work anymore and I want to bring some other developers into the cycle. We use Tortoise SVN and store all repositories on a dedic...

WMI ManagementObjectSearcher Invalid Class

Hello I've got a bit of a problem. I'm trying to use WMI to list information about disks. When I run the code from the WMI code creator everything returns fine and I get the information I'm looking for. When I run the code from the application I'm writing I get an invalid class error that gets thrown from the foreach loop. The code...

What do you use as a project management software?

On MSDN magazine there is axosoft OnTime ad and the Express edition should be enough! Any other solution? What about Visual Studio Team Foundation Server 2010? ...

PHP CMS project management

hey mates i want to start a PHP CMS project and we are 5 -6 ones , im looking for a solution to start this project as professional as can be , tasks can be saved - file storage and duration do u suggest any online project management ?! ...

Where to find info about maintain forks (branch, but not a repo-branch) of code where both are developing separately?

I'm looking for advice on a code maintenance situation I expect is common, but difficult to describe in three words, so difficult to find info about online. Note that I'm talking about a code project branching, but not in the sense of a 'subversion branch'. There's an existing software product that is still being developed. Another team...

What's your bug management process?

Hi All, What is the lifecycle / process of a bug? Speaking generally, Are there any tips, suggestion process wise that bug fixing should go though? ...

A user management system for a new app?

im using python. is there a widely accepted way of doing it? it deals with some data management things, so i dont want to implement it like in stackoverflow, with anonymous accounts. i also don't want to roll my own system from scratch. any recommendations? ...

Python module for Tomcat 5.5 manager

Is there any python module for managing remotely running tomcat 5.5 server? Or, could you help me to write python script for deploying local .war file on remote tomcat server? ...

ASP.net Application State

I can store Session State in "InProc" or State Server or Sql Server. If i maintain Application State where do objects are getting physically stored? ...

Programmatically add Local User to a Local Group

Hi, I am doing an C# application targeting WinXP, Vista, and 7 Operating Systems. One feature is, I can Add, Remove, Modify the Group set to a user programmatically. Can I ask for help how to make this happen? Will it be possible to do this in WMI? My codes mainly using WMI to get the users.. ...

Syncing a site with a local machine?

I do my web development and testing on my laptop running an installation of xampp - I upload things to my host, but I always go through cpanel's file manager to do it. I realize that there's definitely a better way to go about it, but I need to be pointed in the right direction to do so, also other tips on how to manage stuff would be ap...

What to do if a team member is undermining the team leader's role?

I don't know exactly how to express this problem because it may seem childish but this team member is a very difficult person. For example when he's being given a task that is either important or difficult, he always asks the other members of the other teams about how to handle it. He doesn't come to ask the team leader or discuss about...

Apply Transaction Management Spring

Hi. I have a j2ee application running on spring framework. I am trying to apply transaction management using aop but apparently it won't work. I am trying to apply transaction to a function from a class named RegisterBLogic with function name execute(ParamObject obj). My function inserts into a database. I also put a throw ne Exception m...

What tools do you use to manage Change requests and Bug Reports

The issue we have is for example the customer requests a change or reports a bug which initially gets inputed into our bug tracking software (TFS) but 10 emails back and forth later the initial description in the bug report is out of date. it's a pain to go each time and update it and most of the time it's not. This becomes a headache a...