active questions tagged developer - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T00:18:22Z http://stackoverflow.com/feeds/tag/developer http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1884993/how-to-attach-chrome-developer-tools-to-the-same-window 0 How to attach Chrome developer tools to the same window? Geuis 2009-12-11T00:05:16Z 2009-12-11T01:39:25Z <p>I'm trying out the developer tools on Chrome for Mac OS and I'm finding a huge annoyance. I don't see an obvious method to make the tools window attach to the bottom of the page I'm inspecting like in Firebug and Safari</p> http://stackoverflow.com/questions/453880/how-many-developers-are-there-in-the-world 16 How many developers are there in the world? Nick Hodges 2009-01-17T19:33:16Z 2009-12-10T07:15:04Z <p>What is the total number of software developers in the world?</p> <p>And to respond to the inevitable "How do you define a software developer?" -- I'll answer two ways:</p> <ol> <li>Define it as "Anyone who writes code to make a computer do something he wants done".</li> <li>Define it however you like and then answer the question</li> </ol> <p>References to studies or more authoritative sources of information would be greatly appreciated.</p> http://stackoverflow.com/questions/1677740/choosing-the-right-iphone-developer-program 0 Choosing the right iPhone Developer Program Edmund 2009-11-05T01:15:57Z 2009-12-10T03:18:04Z <p>I am writing an iPhone apps for in-house use. There is 4 of us in the project team. We need to deploy the application to around 20 iTouch devices via ad-hoc distribution mode and there is no intention to put the application in the App store.</p> <p>The question is, should I go for the Standard Individual Program or the Standard Company Program?</p> <p>Note: I am not asking to choose between Standard and Enterprise. Since I only need ad-hoc distribution and the application is running on only 20 devices, I believe the standard program should be good enough for this purpose. However, for the standard program, there is option for Standard Individual Program or the Standard Company Program. </p> http://stackoverflow.com/questions/1861360/two-macs-one-iphone-developer-license-possible 3 Two macs. One iPhone Developer License. Possible? navilon 2009-12-07T17:05:06Z 2009-12-08T01:38:31Z <p>I work for a company that is interested in building iPhone apps. However, we are not clear on one issue:</p> <p>Does the iPhone developer certificate work on more than one computer at a time?</p> http://stackoverflow.com/questions/1459922/live-element-attribute-editing-in-ie7 1 Live element attribute editing in IE7 Toms Mikoss 2009-09-22T12:55:10Z 2009-12-07T05:26:49Z <p>Is there anything for IE that would allow me to edit attributes of DOM elements live, like Firebug does for Firefox? So far, I have only found DOM inspectors - Developer Toolbar, DebugBar, Firebug Lite. None of them allow editing the elements, only looking up/highlighting them :(</p> http://stackoverflow.com/questions/1854474/facebook-developer-toolkit-how-should-i-construct-this-app 1 Facebook Developer ToolKit: How should I construct this app? j0nscalet 2009-12-06T05:42:54Z 2009-12-06T06:54:32Z <p>I have created a simple desktop application that I want to use to post status updates for the users of my app. Here's the kicker though that I am having trouble figuring out, the desktop application runs as part of a batch process every night, in which I update the status of certain users.</p> <p>I use the following code to accomplish this: (comes directly from the FDK samples)</p> <pre><code> public FriendViewer() { InitializeComponent(); facebookService1.ApplicationKey = "Key"; facebookService1.Secret = "Secret"; facebookService1.SessionKey = "Session key"; facebookService1.IsDesktopApplication = true; } private void TestService_Load(object sender, EventArgs e) { try { if (!facebookService1.API.users.hasAppPermission(facebook.Types.Enums.Extended_Permissions.status_update)) facebookService1.GetExtendedPermission(facebook.Types.Enums.Extended_Permissions.status_update); if (!facebookService1.API.users.hasAppPermission(facebook.Types.Enums.Extended_Permissions.offline_access)) facebookService1.GetExtendedPermission(facebook.Types.Enums.Extended_Permissions.offline_access); long uid = facebookService1.users.getLoggedInUser(); facebook.Schema.user user = facebookService1.users.getInfo(uid); facebookService1.users.setStatus("Facebook Syndicator rules!"); MessageBox.Show(String.Format("Status set for {0} {1}", user.first_name, user.last_name)); } catch (Exception ex) { MessageBox.Show(ex.Message); Close(); } } </code></pre> <p>My user's day to day activity is done a website front end. Since I dont have any user interaction in a nightly batch process, I cannot use the ConnectToFaceBook method on the FaceBookService to obtain a sessionKey for the user. Ideally I would like to prompt for authorization and extended permissions for my desktop app when a user logins into the web front end then save the sessionKey and uid in the database.</p> <p>At night when my process runs, I would reference the sessionKey and uid in order and update the user's status.</p> <p>I am finding myself fumbling between whether or not my app should be a web or desktop app. Having both a web and desktop app would be confusing to my users, because they would have to grant/manage permissions for both apps.</p> <p>And I looking at this the wrong way? Any help would be greatly appreciated! Thanks.</p> http://stackoverflow.com/questions/1853338/build-application-in-xcode-and-nasm-support-my-application-will-use-nasm 0 Build application in Xcode and NASM support (my application will use NASM) kesrut 2009-12-05T20:21:26Z 2009-12-06T05:18:41Z <p>Hello,</p> <p>I want to create simple Cocoa application with Xcode. But i need to add NASM assembler functionality to my application (to compile assembler application). NASM is shipped with developers tools but not everyone have installed developer tools. Is it possible to ship NASM with my application bundle and how would I make such a project with Xcode ? Any suggestions ?</p> http://stackoverflow.com/questions/1845344/2-developer-licences-1-iphone 2 2 Developer Licences -1 iPhone Ploetzeneder 2009-12-04T07:15:27Z 2009-12-04T18:14:21Z <p>Hello, can i develop with 1 iPhone on two developer Licences,...</p> <p>best regards,</p> <p>Andreas</p> http://stackoverflow.com/questions/1844632/how-do-deal-with-developers-that-over-complicate-projects 8 How do deal with developers that over complicate projects Mike 2009-12-04T03:20:15Z 2009-12-04T16:04:48Z <p>Hey,</p> <p>So I think every team has one of those developers that is always "cutting edge" or wants to over complicate something that can be kept simple. My preference is why build a rocket when you only need a bike?</p> <p>So how do you deal with those team members? What if they have the mentality that since you are telling them its to complicated they then think that you aren't nearly as bright as they are? If you try to tell them any differently then they ALWAYS have an argument for why they are right.</p> <p>Thoughts? Suggestions?</p> http://stackoverflow.com/questions/216970/are-game-developers-paid-well 36 Are game developers paid well ? dotnetcoder 2008-10-19T21:06:48Z 2009-12-04T07:50:39Z <p>Do game developers get paid better than conventional application programmers working in products or services based companies ?</p> <p>I could be totally wrong here , I think it takes a lot more to be a game developer than a web developer (for example) who's just writing UIs and server side code and little bit of business logic if the dog is a lucky one but still getting a decent buck for the job. </p> <p>I work as a software developer with an investment bank and I hate my job as a programmer for the code I write and the purpose it has to meet... its pretty lame for the most part of it where the challenge is not technology as much it is to deliver fast as possible with rubbish written all over "which is acceptable" - just because there is a team to do "support" and eventually give birth to a new project - typically called "renovation" which is nothing but new shit replacing old shit!</p> <p>If one was to consider a switch in work as a game developer - what factors should I keep in mind. I am not a game developer as yet but do have a lot of interest and respect for the community and tech involved.</p> http://stackoverflow.com/questions/353375/best-resources-for-a-developer-to-learn-about-electronics 13 Best resources for a developer to learn about electronics? David 2008-12-09T16:32:18Z 2009-12-03T16:50:34Z <p>I've been a developer all my life, and my brain works in ways that make sense to a developer.</p> <p>I'm interested in creating tangible, physical items using electronic circuits. I'm finding the following problems with much of the material I find:</p> <ul> <li><p>I can learn all about the physical nature of capacitors, resistors, etc., but I'm lacking the insightful connections that would let me create my own higher-order device, such as a radio.</p></li> <li><p>A lot of the things I take for granted as programmer seem difficult in electronics. For example, it's not immediately obvious how I would create a For loop electronically. I don't know how to create a circuit that can create or use a data signal (essentially, a struct. Example: "Current weather: wind=10 knots, temperature=30, humidity=20%"). I want to protect against a remote signal not being detected by a sensor.</p></li> </ul> <p><b>What are some great resources for a developer to learn about electronic circuits?</b></p> http://stackoverflow.com/questions/187085/how-do-we-recruit-great-mac-developers 9 How do we recruit great Mac developers? Paul 2008-10-09T12:45:26Z 2009-12-01T01:16:45Z <p>My company wants to make some serious applications on the Mac, but we're having a hard time finding experienced mac developers. We're talking Objective-C Cocoa native stuff here. What's the best way to get them? Remote employees? From where? Contract workers or companies? Who?</p> http://stackoverflow.com/questions/1819464/multiple-accounts-on-iphone-developer-program 0 Multiple accounts on iPhone Developer Program Jacek 2009-11-30T12:15:29Z 2009-11-30T16:12:19Z <p>I am a developer at iPhone Developer Program assigned to the project for the company. I would like to buy my own licence to develop as an independent programmer. How to do it? Do I need another Apple ID?</p> http://stackoverflow.com/questions/1789995/whats-the-difference-between-software-developer-and-software-engineer 0 Whats the difference between Software Developer and Software Engineer [closed] streetparade 2009-11-24T13:17:14Z 2009-11-24T13:27:32Z <blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="http://stackoverflow.com/questions/548661/software-engineer-developer-programmer-just-a-name">Software Engineer, Developer, Programmer - Just a name?</a> </p> </blockquote> <p>I do not know if both are used as sysnonym but are both the same?<br> I know that software engineers are regarded as the architects,<br> and programmers than those who run the plan by the engineer or is it not?<br> Whats your opinion?</p> http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you 341 What real life bad habits has programming given you? [closed] Jacob T. Nielsen 2008-10-02T20:31:11Z 2009-11-20T19:11:03Z <p>Programming has given me a lot of bad habits and it continues to give me more everyday. But I have also gotten some bad habits from the mindset that I have put myself in. There simply are some things that are deeply rooted in my nature, though some of them I wish I could get rid of.</p> <p>A few:</p> <ul> <li>Looking for polymorphism, inheritance and patterns in all of God's creations.</li> <li>Explaining the size of something in pixels and colors in hex code.</li> <li>Using code related abstract terms in everyday conversations. </li> </ul> <p>How have you been damaged? </p> http://stackoverflow.com/questions/1768180/need-help-generating-csr-using-my-developer-program 0 need help generating CSR using my developer program Srk 2009-11-20T03:34:03Z 2009-11-20T03:34:03Z <p>My professor has got a iphone standard developer program and has given me the credentials to login. I am unable to create a CSR following the steps in the program portal. The email id in the profile shown in the apple developer site is different from the id that was used is for registering to the program. My professor has never logged in or used the account. I have used it since day one in my macbook. Now when i go to the key chain access to request the certificate,when i enter the email id and a common name i get a wrong username or passphrase error. I tried both the email id's, one used during the registration and also the current one in the profile but have failed in both the cases. Further, i have never been prompted for a passphrase (am not sure if we should be). I have been stuck at this point for a long time. Hope some one gets me going. Thanks in advance </p> http://stackoverflow.com/questions/1643369/rational-application-developer-freezes-when-opening-xml-files 0 Rational Application Developer freezes when opening XML files LostHisMind 2009-10-29T12:27:49Z 2009-11-19T14:28:46Z <p>When I try to edit an XML file in the XML Editor of Rational Application Developer for WebSphere Software version 7.5.4, the program becomes unresponsive.</p> <ul> <li>title bar has "(Not Responding)" appended to it</li> <li>menu bar disappears</li> <li>cursor switches to hourglass</li> <li>window can be dragged and it gets repainted normally</li> <li>window can be minimized and restored</li> </ul> <p>The application must be terminated and restarted before it can be used. Also, the XML files can be edited normally through the Text Editor.</p> <p>How can I fix this?</p> http://stackoverflow.com/questions/1721412/is-it-the-best-way-to-have-a-software-development-project-manager-who-is-a-grea 0 Is it the best way to have a "software development project manager" who is a great developer himself? burak ozdogan 2009-11-12T10:52:07Z 2009-11-12T11:10:41Z <p>Hi,</p> <p>How does it work in the market? If possible to generalize, is it a critical point to have a project leader to be a developer himself? </p> <p>If he is not so much in coding, how can he understand what the rest is really talking about. If he is so much good on programming he might have difficulties on leading probably. If you think about the "good" project leaders you have met, how was this balance?</p> <p>thanks</p> http://stackoverflow.com/questions/1046376/net-application-developer-uber-framework 2 .NET Application Developer uber Framework Jim Thomas 2009-06-25T21:35:26Z 2009-11-09T18:47:43Z <p>I am looking for recommendations on an application developer framework for Visual Studio. A cursory investigation has identified products such as Strataframe, Mere Mortals, CSLA, Deklarit, xEpressApp, Habanero, Spring.Net, etc. What do you recommend, based on your developer experience?</p> <p>Some of the key requirements are that the framework needs to provide the object/relational DB mapping but also 'build' the UI which accesses the data. The UI builder should allow us customize the screen/page at design time (based on config parameters) such that the programmer is presented with a 'branded' flavor of the form. Obviously, the framework must integrate with .NET Visual Studio and any of the generated code must be customizable or provide hooks for customizing. Not only must it support an n-tier architecture (I think this is probably a given) but it would be nice if the framework also conceptualizes the typically deployment stratas of dev/test/prod. I am not looking for a web/browser based framework - this is strictly in-house behind the firewall business apps.</p> <p>As background, we are converting from a Visual Foxpro environment which has a custom-developed framework making extensive use of builders.</p> http://stackoverflow.com/questions/1692728/oracle-sql-developer-how-to-default-to-other-users-tables 1 Oracle SQL Developer How To Default To Other Users Tables? Clive 2009-11-07T11:16:32Z 2009-11-08T17:29:22Z <p>Hi Guys, In order to see all of the tables in our companies DB I have to go find the main sys account. Is there a way to default my connection so that it shows the other users tables?</p> http://stackoverflow.com/questions/531969/oracle-10g-express-home-page-is-not-coming-up 0 Oracle 10g express home page is not coming up lostinbytes 2009-02-10T11:42:21Z 2009-11-06T20:39:35Z <p>I installed Oracle 10g express. Installation went well, But the home page is not coming up. I can connect using sqlplus but not with Sql Developer. I checked tnsnames.ora and listener.ora everything looks fine. Listener is also started. I can always reinstall and see. But I thought better inquire the cause.</p> <p>Regarding the home page. This is the address that comes up in browser. Localhost:8080 <a href="http://127.0.0.1:8080/apex" rel="nofollow">http://127.0.0.1:8080/apex</a> I did a netstat to see whether there is any port conflict for 8080, but that port is not in use.</p> <p>Have anybody faced this issue?</p> http://stackoverflow.com/questions/1677719/facebook-and-iphone-application-developer 0 facebook and iPhone application developer [closed] David 2009-11-05T01:09:15Z 2009-11-05T01:11:17Z <p>How much do quality facebook and/or iPhone application developers typically charge? Do most of these folks charge on a per hour or per project basis? If they charge per hour, what is a general range for rates of quaity developers?</p> http://stackoverflow.com/questions/1668809/is-it-feasible-to-virtualize-developer-machines 3 Is it feasible to virtualize developer machines? David 2009-11-03T17:13:47Z 2009-11-03T17:37:04Z <p>It's budgeting time and Corporate is balking at the cost of replacing a coworker's machine who is due for it, needs it, and deserves it.</p> <p>Our group is a small ISV/SAAS that exists as a division of a larger media group. We are not a cost center, we make money, even this year. We are owned by a mid-size media group whose business model is quite different, and seems driven only by reducing costs.</p> <p>Our software stack is Visual Studio 2008, SQL 2008, on Windows Server 2008 (so that multiple root websites can be hosted and debugged on each dev's machine). Our target hardware is 3GHz quad-core workstation, 4GB RAM, and RAID 1 mirrored hard drives so that we are protected against the productivity loss of losing a developer hard drive.</p> <p>Corporate wants to give us a couple powerful, but hand-me-down, decommissioned servers, and then each developer would have a virtual workstation on that server. The computers sitting on our desktops would be dumb terminals at $400-500 each.</p> <p>I'm trying to be neutral but I doubt it's hard to discern my bias. I'd like to see real developer reactions to this, and I figure this is the best place to get that.</p> <p>Please include arguments for or against, evidence if you've seen this tried and how well (or not) it has gone.</p> http://stackoverflow.com/questions/1654920/how-developers-take-care-of-their-eyes -1 How developers take care of their eyes? [closed] RPK 2009-10-31T16:53:34Z 2009-10-31T17:02:23Z <blockquote> <p><strong>Possible Duplicate:</strong><br /> <a href="http://stackoverflow.com/questions/119064/tips-for-reducing-eye-strain">Tips for reducing eye strain</a> </p> </blockquote> <p>After asking a lot of questions on this active forum, I want to know what, you, developers do to take care of your eyes. Putting more and more hours of your day, glaring on screen, how you make your eyes survive this daily fatigue and straining activity?</p> http://stackoverflow.com/questions/1625991/how-to-integrate-sql-server-2005-express-edition-to-visual-web-developer-2008-exp 0 How to integrate SQL Server 2005 Express Edition to Visual Web Developer 2008 Express Edition Mehmet Kaleli 2009-10-26T17:06:09Z 2009-10-26T18:59:08Z <p>Hi. I use Visual Web Developer Express Edition 2008 and SQL Server 2008 Express edition. I have finished a project recently. But many of hosting firms don't have SQL Server 2008. So i decided to uninstall SQL Server 2008 and install SQL Server 2005. Then I would reproduce my database. I uninstalled SQL Server 2008, installed SQL Server 2005. In project, When i clicked "App_Data - Add new item - SQL Server Database", an error accured "<strong>Connections to SQL server files (*.mdf) require SQL Server 2005 to function properly. Please verify the installation of the component or download from the URL: <a href="http://go.microsoft.com/fwlink/?linkId=49251" rel="nofollow">http://go.microsoft.com/fwlink/?linkId=49251</a></strong>". I couldn't add a new database to my project.</p> <p>So how do i integrate SQL Server 2005 Express Edition to Visual Web Developer 2008 Express Edition?</p> http://stackoverflow.com/questions/1282756/is-there-a-crowdfunding-web-service-for-programmers 0 Is there a crowdfunding web service for programmers? Federico Elles 2009-08-15T20:23:35Z 2009-10-26T13:00:04Z <p>Just wonder if there is a kind of <a href="http://www.sellaband.com/" rel="nofollow">www.sellaband.com</a> for developers.</p> <p>Imagine you are running a small web service as your hobby with a bunch of happy users. Now those are asking for a new feature which will take you 400$ to implement based on your hourly rate.</p> <p>You want to answer: Just go to this site, invest some money in my feature fund; if the 400$ are reached, the feature will be developed, otherwise, your money will be refunded to you.</p> <p>Just an idea...</p> http://stackoverflow.com/questions/1610734/what-is-a-net-developer 1 What is a .NET developer? SuperSized 2009-10-23T00:09:20Z 2009-10-23T00:26:10Z <p>Hello everyone,</p> <p>I have been noticing that some software engineering jobs are asking for .NET developers, but I have never been given a definition (formal or informal) of what experience is required to be able to call yourself a .NET developer.</p> <p>I have taken a couple classes where we needed to make Windows Forms every other week using Visual Studio, but I am pretty sure this is not sufficient. I'm assuming you need to be familiar with most if not all technologies on the <a href="http://msdn.microsoft.com/en-us/netframework/default.aspx" rel="nofollow">.NET Framework Developer Center </a>, but I could be wrong, which is why I am asking. :-)</p> <p>So, what skills do you need to be able to market yourself as a .NET developer? Or more specifically, what do employers expect you to know if you market yourself as a .NET developer?</p> http://stackoverflow.com/questions/1604540/how-do-i-move-from-being-a-software-developer-to-being-a-software-architect 0 How do I move from being a software developer to being a software architect? Nestor 2009-10-22T01:21:33Z 2009-10-22T04:05:54Z <p>I mean... </p> <ul> <li>Should I start programming less and designing more? </li> <li>Should I stop reading programming books, and start reading more books about pattern designs, etc? </li> <li>Should I stop focusing primarily on Microsoft technologies and open up my horizons with other technologies (in order to get a broader perspective)?</li> <li>How should I change my mind set in general (perhaps less detail oriented) ?</li> <li>etc</li> </ul> <p>I'm looking for concrete advice, especially from your own experience!</p> http://stackoverflow.com/questions/1582428/why-we-dont-have-many-objective-c-developers-on-windows 1 Why We Don't Have Many Objective-C Developers On Windows Nathan Campos 2009-10-17T15:16:06Z 2009-10-17T16:23:31Z <p>Hello,</p> <p>I'm beginning in Objective-C development and as i can see in the development blogs(about Objective-C) all they use Mac and some use Linux, but why we don't have many Objective-C developers on Windows, since Objective-C is a very good and easy language?</p> http://stackoverflow.com/questions/1563149/hiring-software-developer-for-testing-position 3 hiring software developer for testing position Mohamed 2009-10-13T21:55:06Z 2009-10-14T14:44:59Z <p>would you hire software developer/engineer for Testing position? why? what are the pros and cons for hiring developer/engineer as test engineer?</p>