|
Are there any good professional associations for IT Managers that I could join and network with other managers to share ideas and information?
Started by TheCodeMonk on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Maybe like....
For something more serious or accredited: in Ireland there is the ICT, I'm sure there's something similar in Michigan or at the federal level in the US .
Association for Computing Machinery (ACM)
Linked in have groups for informal networks .
|
|
What are some good blogs for software team leaders or software project managers?
Started by Steve on
, 11 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Not all are for team leaders/project managers.
Lecture series by Stanford Technology Ventures Program.
|
|
What do ya think?
Started by el macho gatcho on
, 18 posts
by 14 people.
Answer Snippets (Read the full thread at topix):
And the co manager with his language! Treats the assistant managers (men) like CRAP and always has smart Alec know sh!t Lmfao Walmart....
Managers like crazy.
|
Ask your Facebook Friends
|
Do you think managers should be ex-software developers with a lot of experience (10 years...)?
(How can a manager with no software development know the difficulties that come with programming large scale projects?)
I'm not trying to put managers in a ...
Started by Lieven Cardoen on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The main difference is that due to their higher position in the corporate hierarchy, (bad) managers are probably more susceptible to believe they know.
Is true for development managers and programming.
|
|
Some managers think that PHP web application development is faster than Java web application development, which might be true (somehow I think that quality of PHP code will be much worse).
How can I convince managers that Java is much faster in terms ...
Started by newbie on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Edit: Obligatory wikipedia link: http://en.wikipedia.org/wiki/Interpreter_(computing)
See this post for pointers
So management....
The first thing to point out would be that php is a 100% interpreted language, while Java is only partially interpreted .
|
|
Ideally it would be great if those in management had at least some background in software development. On a number of occasions though, as a software developer, I have found myself dealing with what some might deem (unfairly?) "clueless" management individuals...
Started by Ash on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Well, good luck....
That's the most common problem with managers the perfect documentation which shows a) your proactivity on the matter; and b) the managers, but instead incompetent...
Perhaps a simpler design with less bells and whistles.
|
|
What books should someone who manages programmers read? This includes supervisors, internal customers and project managers. Vote for what you think or add it if it doesn't exist.
Started by Robert Wagner on
, 16 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
The Art of Project Management by Scott Berkun
Joel Spolsky listed another book review for "Painless Software Management" on a blog post several years ago (in addition to what you have listed....
I have one that I think should be on that list .
|
|
What are some good options for download managers (extensions preferably) that are freeware for Google Chrome? Integration with Chrome is my main objective
Thanks for your help
Started by nrhine1 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Free Download Manager integrates with Google Chrome, catches downloads and is FOSS.
Internet Download Manager it's compatible with Google Chrome.
|
|
The CA Programming Guide is talking about Constraints Layout Managers. However, the CALayer in the iPhone SDK doesn't have any constraints property or addConstraint method.
They say iPhone OS just doesnt provide custom layout managers. But how about the...
Started by Thanks on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Custom layout managers aren't available on the iPhone.
Is via the springs & struts model.
|
|
This seems to be a question where the answer is implicit, hence I can't find anything explicit.
Does Google Web Toolkit only support custom layout managers, or a sub-set of the Java layout managers?
For example, is it possible to take a Java Swing application...
Started by Grundlefleck on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
But, assuming the Web UI Framework you're using allows it, you may create something that behaves quite similarly to layout... .
Source of layout managers is a no-go.
These are not compatible.
No, GWT doesn't support Layout managers from Swing/AWT.
|