|
I'm aware of the benefits for ME when I get my MCPD certification but, in an effort to convince my employer to pony up/reimburse me for passing the exams, what benefits can he expect to see?
Started by SnOrfus on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Hire in less experienced programmers and make use of your technical knowledge(?) ;-) .
If they go for Microsoft Partnership status, they need to have a certain # of Microsoft certified developers on staff .
|
|
I have a asp.net 3.5 site with a *.asmx that serves several webservice methods. The only client that should be calling these methods is one I wrote, and it calls them using a POST request. However, my error logs show many InvalidOperationException errors...
Started by Charles on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Why not get hold.
Bots and crawlers?
It's always possible there is a bug in your client app .
|
|
I've got a simple php script to ping some of my domains using file_get_contents(), however I have checked my logs and they are not recording any get requests.
I have
$result = file_get_contents($url); echo $url. ' pinged ok\n';
where $url for each of ...
Started by rutherford on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
PHP if ($result = file_get_contents($url)){ echo "Success"; }else{ echo "Epic Fail: if you're in safe mode, or otherwise have fopen url wrappers disabled , file_get_contents() will not grab.
|
Ask your Facebook Friends
|
I'm just now learning to programming at age 17. It's hard for me to talk to other programmers as I'm just out of high school (which means I can't take programming courses). I know that I write terrible code, and not like Jeff Atwood terrible code , my...
Started by Bob Dylan on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Why don't you try RefactorMyCode ?
If you can't get great.
get to see great code in action and learn from it Any changes you submit will be reviewed to have less code that you need to learn.
|
|
I'm trying to get just ONE copy of my application on my real iPhone to test it. How can I do this without going through the appstore?
Started by DevDevDev on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Once you do that you will need to generate the provision file and assign it to the iPhone in the xcode organizer... .
Assuming you have all your certs in order all you have to do is add the said phone to your list of development iPhones on the developer portal .
|
|
How to get user mails in my free gmail inbox through contact us form on my website. I do not use email with my website name . i use free gmail. I tried many script but the all need email account on domain.
Started by jitendra on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
So you need....
This mail server may forbid unknown users.
Basically, it involves the PHP mail() function:
<?php mail(yourGmailAddress, object, message); ?>
As you have already observed, this solution works only if the webserver operates a mail server .
|
|
HI all,
I am trying to modify the code provided by MS try to access the the Network Adapter Configuration
I am getting null pointer exception in it when i try to access the Mac Address or IPAddress property im using VC++ 2005. check for the // exception...
Started by Abdul Khaliq on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I'd start by initializing the vtProp variable -- it shouldn't matter, but sometimes COM servers make assumptions about out params;
VariantInit(&vtProp);
Then you can inspect vtProp after it's been returned and see what the actual type is ( .vt member)... .
|
|
I'm having a hard time trying to get my first developer job. I am self taught in PHP and Objective-C/Cocoa. I know that I am more than capable to do basic PHP development work, but I seem unable to convince people of my ability. Employment agencies only...
Started by Benedict Cohen on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Get yourself some demonstrable experience to show an employer a) you're serious about your career finishing these freelancing jobs and when you get interviewed, you are able to show the complete project able to read computer-related acronyms....
|
|
There are a bunch of tutorials online about how to use xmlparsers or what not to bring an entire twitter feed into a UITableView. Thats not what I need. I only want ONE tweet. The most recent twitter update.
So, would some of you geniuses please show ...
Started by RexOnRoids on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Challenge for authenticated request Get the data, call the parse method of the parser Handle the delegation to get the first status you want, assign the string value to a variable when it founds the characters.
|
|
Right, the easiest way to explain what I'm doing is to just list the parts what I'm getting/got to make my ABF run.
20v AGU inlet matched with the 16v lower inlet (but what AFM should I use)
Injectors & fuel rail will be for an ABF.
That's the air & fuel...
Started by Tarmac Terrorist on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at com):
All I literally have is my ....
No real point getting an ecu that only does the fuel so abf ecu would be my choice as well Why not just get ABF parts? I'm sure there are people with spare bits lying around.
Of those solutions.
|