|
Our company has recently decided that a good section of our IT department is actually doing product development and not internal IT development and now has created a new department.
What are the types of changes that developers should be looking to make...
Started by Jeff Martin on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm much better supported internal applications, you're typically....
In-house development is very process-orientated department which makes darn sure that what we produce matches those specs.
Skilled employees were thrown over to IT department.
|
|
Curious if anyone has switched agencies from a large, inner city department to a small, more affluent suburban department? If so, do you regret leaving? Do you miss the action?
Started by Danny216 on
, 16 posts
by 13 people.
Answer Snippets (Read the full thread at officer):
Everyone I know that has left my department for a "smaller" one, with the exception and he wasn't a very proactive guy....
He was used exceptional, though.
The biggest change for him was report writing.
SoCal department come up to our agency.
|
|
How to display a report by Department wise
Using Crystal Report 8.5
ID Name Department 001 raja IT 002 Vijay IT 003 Ram CSE So on...
Display an Each Page by Department wise.
Once IT Department is completed then go to new page and display CSE Department...
Started by Gopal on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Go to the section expert for the group footer, enter this into the "New Page After .
Once you have a group section for the Department field.
Use sql group by department
Insert -> Group -> Department.
|
Ask your Facebook Friends
|
I've made a small application that reads out all the departments in our AD, and saves it as an xml file for each company that the departments belong to. But I also need to add all the groups that users in each department in each company is member of.
...
Started by Svein Erik on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As "SCMcDonnell" said, if you're on .NET 3.5 or higher, definitely use the S.DS.AccountManagement ... .
This is going to be much easier to implement if you use System.DirectoryServices.AccountManagement as it is more intuitive for accomplishing your task .
|
|
The Quality Assurance (QA) department is roughly a bunch of testers debunking your app(s) all day, giving the green light for releases, handling Alpha / Beta programs. And much more.
But without a QA department in a software company, issues arises too...
Started by David on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
That doesn'....
Programmers don't make good QA people, and it is always better to have resources my first response is hire me a QA person!
I guess you grow a QA department organically: even wrote the code testing.
department than with one.
|
|
Hi there,
I have a database where employees, departments and divisions are stored. Each employee can belong to either a division or a department (1-to-1 relationship). To store that data I have created three tables: Employees, Departments, Divisions. ...
Started by Sergej Andrejev on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If the ....
Tony's Business Unit approach is one way to go, especially if the set {Devision,Department} might further routes - e.g.
Add a table called 'employee_assignment' with three columns: employee_id to .
Today): division, department.
|
|
I recently joined the IT department of a big insurance company. Although the department's title is "IT", a lot of code gets written here; Java, JSP, JavaScript, COBOL and even some C++ from what I've heard. All the programs that allow insurers, brokers...
Started by Antonis Lamnatos on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
department/company wide, you must be prepared to support the transition, know how the software.
|
|
I had a little conversation with a colleague a couple of days ago about tax breaks that can be given to r&d department of some companies, but to justify that tax break, you need to prove that you really are a real r&d department by documenting all uncertainty...
Started by zaladane on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You have to document the research component to ....
I just went through this myself, and it involved listing out existing solutions to the problems I am solving, and why they won't work .
You would need to document why what you are doing is considered R&D .
|
|
If you were the head of your current company/IT department, what would you change?
Would you:
introduce SCRUM to all teams or stop using it? hire more software testers? change the policy on IT related courses? change the bonus system? ...? Please mention...
Started by tehvan on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If you don't, it's easy that....
Workers that love to go to their job.
You want to have motivated workers that always strive to be up to date on knowledge all by themselves .
I think motivation is a big key if you want to score big .
Just one area, but...
|
|
We are currently preparing our testing department for a new release of our latest project. We would obviously like them to follow a thorough plan for testing our software and insuring that bugs are passed back to us (the development team) before release...
Started by pavliks on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
In my experience, the basics of a test plan are as follows:
Feature Description Assumptions Related Documentation... .
The author goes into how to create a test plan .
Try: Artifact: Test Plan
The best book I've found on the subject is Managing the Testing Process .
|