|
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):
Of course, if your manager isn't just a little clueless assessment about your manager being "clueless....
I try to convince them I am highly competant and can help alternatives, and talk in terms of costs .
Clueless isn't behavior.
Feedback on.
|
|
If you look at the new hirees,you will see that they have no pharma experience,so are as clueless as the ones that hired them.Very plain to see that Takeda is just filling the gaps until they close up shop in N.A.That,or the fact that no experienced rep...
Answer Snippets (Read the full thread at cafepharma):
If you had any knowledge of the pharma industry, why would you accept a position with this company right now? So what's left? The unwashed masses coming... .
Smart sales people don't even bother coming to the interviews with Takeda .
Let me spell it out for you.
|
|
Hi I'm Chula annnd I'm so clueless as of what to do right now? What's so great about gaia. Someone explain, please??
Started by ChulaBoo on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at gaiaonline):
Someone explain, please??
Welcome clueless as of what to do right ....
ChulaBoo Hi I'm Chula annnd I'm so clueless as of what to do right now? What's so great about gaia clueless as of what to do right now? What's so great about gaia.
|
Ask your Facebook Friends
|
I'm our companies only PC software programmer so I often end up in meetings with customers discussing what they want. We have developed custom hardware and software, but some of our customers are very very non-technical.
You show them a 'cool' animated...
Started by Tim on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
A clueless customer who....
There are two different varieties of clueless.
Instead you need to be crammed onto their favorite screen or dialog .
If you avoid clueless customers you will probably starve.
If things start going badly).
|
|
I use the following to implant a script into random websites: (added by webmasters just before /body )
<script type="text/javascript"> var xHost = (("https:" == document.location.protocol) ? "https://" : "http://"); document.write(unescape("%3Cscript...
Started by Nir on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
How do you know its not running? Does sticking a simple
alert('hello!');
in the script tag... .
Have you tried putting the script tag in the end of the document just before the finishing body element? Usually that's were you put the Google Analytics-code .
|
|
As an experienced programmer, I believe everything is possible. It just requires knowledge, skill and patience. Right now, I lack the knowledge I need for programming an infrared/irDA device, so I need to learn. Simple, really.
My problem? I have a monitor...
Started by Workshop Alex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://www.alanjmcf....
In short IrDA is not the same as 'Consumer IR' see e.g .
This looks like the most promising link:
http://msdn.microsoft.com/en-us/library/system.net.sockets.irdaclient.aspx
I think the IrDAClient class can do everything you need to do .
|
|
I've been hearing about WCF for a couple of years now, and I still don't get it. I understand that it's supposed to be a replacement for web services, remoting, MSMQ, and a few other things.
The trouble is, every tutorial I find assumes that I've done...
Started by Kyralessa on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Here are some resources from MSDN that I do not think that require any prior knowledge:
Windows Communication Foundation (WCF) Screencasts MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 01 of 15): Overview (Level 100) Windows Communication... .
|
|
I'm have near to none experience with SOAP protocol. The service I need to connect to required header. I think this is somewhat standard in Java but in C# one must create this header by hand.
Does anyone here been able to connect to similar service: have...
Started by Sergej Andrejev on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I've managed to do it using a SoapExtension which uses ChainStream to keep a copy of the original stream, just copies the stream during BeforeDeserialize and adds the header during... .
Funny you should mention that - I've been doing exactly that recently .
|
|
Sorry for a lack of jargon knowledge and experience. I've recently become a very new sys admin for my research group's cluster in my graduate program. We have a server name
bar.foo.edu
with about 10 nodes named like
bar01.foo.edu bar02.foo.edu ...
What...
Started by vgm64 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
I can't imagine that you really need a 10-node cluster to do some web... .
A simple installation of Apache on the machine that bar.foo.edu is pointing to will give you the latter, but I'm not sure what bar01.foo.edu and bar02.foo.edu have to do with that.. .
|
|
Hi all
I'm having a problem with a series of social buttons, and their rollover event. I have 6 images, with class 'social32' which I'd like to change from their 'off' status to their coloured one. All files are named like 'facebook_32.png' & 'facebook...
Started by elQueFaltaba on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
<style> .social32{ float: left; width: 32px; height: 32px; text-indent: -9999px; } .facebook{ background: url(imgs/facebook_32_off.png); } .facebook:hover{ background: url(imgs/facebook... .
Use css for css things and use javascript for javascript things .
|