developer

Publish apps for iphone enterprise developer program

if i'm on the iphone enterprise developer program for companies with >500 employees, do i still need to publish my app on the app store for clients to install the app? ...

Online interview quiz

I am currently interviewing for a developer role in my company and I have had a lot of poor candidates come in so far. One of the things we have discussed is providing an online test for the candidates to fill in. Has anyone ever used an online service like this? Even if the service charges a fee that is not a problem. I would prefer if...

Mac developer vs iPhone developer, the other way

Whats the difference between Mac Developer and iPhone Developer membership? Here we have a similar question: http://stackoverflow.com/questions/2635191/dc-mac-developer-vs-iphone-developer Now I ask the other way: if you sign up as an iPhone developer, what would you be missing from a Mac developer account? ...

Connecting to the .NET Development Server

I'm a Delphi programmer and wish to create my own code to directly connect to the .NET Development Server. Do you know of any reference material that is very much up to date that I can use please Best regards, j Lex Dean. ...

How do I search Android Market based on two-word Developer Name?

(Question also posted here: http://www.google.com/support/forum/p/Android+Market/thread?tid=68dc1f694537c7dc&hl=en ) http://developer.android.com/guide/publishing/publishing.html recommends searching for apps by Developer Name using the URL: market://search?q=pub: I can't get this to work for two word names. For instance, if I want...

What are the responsibilities of .NET developer?

Many times I see "Looking for .NET Developer" but doesn't specify whether you'll be working with ASP.NET, WPF, Winforms, Silverlight, ADO.NET, etc. By ".NET Developer" do the employers mean a .NET developer that is proficient in all of the above? Isn't that a little too much to know all at once? ...

The future of .NET Development: ASP.NET or WPF/Silverlight/Winforms?

Forgive me for asking a subjective question but I'd really like to know where is the .NET development headed in the near future? Are we going to see more ASP.NET developers or will there be more demand for Silverlight/WPF && WinForms developers? ...

Differentiate senior from medior developers

How can I differentiate senior .NET developer from medior .NET developer on interview ? What is the baseline for senior? Any comments or examples would great for me. ...

Is it possible to share an Apple Developer Program license between programmers?

A couple of friends and I are working on a project for our final thesis that will run in the Iphone, and we're looking at the prospect of purchasing an Apple Developer Program License. I'd like to know if we could purchase a license between the three of us, and still be able to deploy to the iphone individually. That is, each of us wo...

i need to assign decimal values from database to repeater text box

am getting my data from database. i need to assign decimal value to textbox of repeater. but it is taken as round value automatically when i.e may 2.25 it takes as 2 only. am getting values into datatable then through dararow like this dr["RCC_Rate"].ToString() thanks in adv ...

Some dev forgot to lock their machine, Tricks! to play?

Some developers are just lazy and forget to lock their session when leaving. We strongly believe here that such bad habits should be punished. It's trick or treat: Invert mouse buttons Change wallpaper for a nice message in picture Send email from his account to everyone: "Bringing cakes tomorrow for being so bad!" What's your trick ...

app update crashes just after default.png is showed

Hello, I'd like to test the new version of my app as an update of my former version. So I installed the older version from Appstore. Here's my problem : when I try to deploy the new version on my device (iphone 3G) : build is ok, install seems ok but when the app launches there's only the default.png that shows 1 second before everyth...

Still confused about iPhone 4 new resolution

Hi there, I've been reading as much as I can about the new iPhone 4 high resolution (640 x 960), but am still confused. Is it basically just a bigger screen like the iPad? If so, does it automatically translate touches, ie touch in the middle of the screen becomes (320, 480), or do I have to check the device and translate the touches m...

bank account error google checkout

I added my dev account to my personal email and i want to change it to my company email...how to do this? Second: I used google checkout when first released and added scottrade account to google checkout. I let it go and never verified. No account is closed and I tried to verify but I'm now locked out of bank verification. I cannot add ...

PHP MySQL Query Question / Help - Joining tables

Hi, I need to help to show wall posts from the friends of the logged in user, and the user himself ofc.. :P I've searched on every coding forums, and google, did not find the answer I was looking for :/ The Session for the logged in user are: $_SESSION['userid'] This is the MySQL Query I have so far: SELECT DISTINCT * FROM status_up...

Qualities of Code Reviewers

When choosing code-reviewers for your project what qualities you see/prefer in the candidates (the one who does review)? # of years of experience? time availability (not selecting very busy guys) one whose code gets least comment senior junior ladder (juniors can't do seniors code review) inside team or someone outsider ... ...

Does expiration of iPhone Developer Program put any affect on existing apps on AppStore ?

Hi, My iPhone Developer Program is expired and now i am no logner to access iTunes Portal. And also, one my application on AppSore has started giving the error that "this application is no longer available, ...". I just want to ask that is expiration of the developer account put any affect on existing apps on AppStore or not ? ...

iTunes Connect uploading problem

Too bad that iTunes Connect changed its behavior recently. I'm providing an update to an existing app. I submitted new binary using the Loader without problem on the first try. Then I discovered that different from before, one has to reject the binaries in order to change screenshots. Too bad that the update is in the status of "In Revie...

Certified Android Developer?

Microsofts .NET and Suns Java, among many others have certifications to acknowledge skills among developers. Some consultant hour buying companies require specific certifications to allow developer working within their environment. Also consultant companies use certifications to boost credibility and hourly rate. Is there a certificatio...

How to detect WebKit Inspector?

I know how to detect Firebug in FF (if (window.console && window.console.firebug) alert ('Buu'); ) but how detect or disable Web Inspector in WebKit?? ...