active questions tagged development - Stack Overflowmost recent 30 from stackoverflow.com2009-12-07T11:35:21Zhttp://stackoverflow.com/feeds/tag/developmenthttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1859371/boehms-model-explanation1Boehm’s Model - Explanationmiguel2009-12-07T11:14:24Z2009-12-07T11:14:24Z
<p>I am reading through "Mythical Man-Month" and near the end in the updates for the 20th anniversary edition it talks a bit about Boehm's model and the optimal time to delivery based upon the exected effort in man-months of a project.</p>
<p>His statement, when discussing Boehm's model, is:</p>
<blockquote>
<p>His results solidly confirm The MM-M’s
assertion that the trade-off between
men and months is far from linear,
that the man-month is indeed mythical
as a measure of productivity. In
particular, he finds:[16] </p>
<p>• There is a
cost-optimum schedule time to first
shipment, T = 2.5 (MM)1/3. That is,
the optimum time in months goes as the
cube root of the expected effort in
man-months, a figure derived from the
size estimate and other factors in his
model. An optimum staffing curve is a
corollary. </p>
<p>• The cost curve rises slowly as the planned schedule gets
longer than the optimum. People with
more time take more time. </p>
<p>• The cost
curve rises sharply as the planned
schedule gets shorter than the
optimum. </p>
<p>• Hardly any projects succeed
in less than 3/4 of the calculated
optimum schedule, regardless of the
number of people applied! This
quotable result gives the software
manager solid ammunition when higher
management is demanding impossible
schedule commitments</p>
</blockquote>
<p>I am having a bit of difficulty in applying this statement practically, I wonder if anyone has any insight as to how this would inform software estimates? I am particually trying to interpret the estimate formula, as plotted here:
<a href="http://www.wolframalpha.com/input/?i=graph+T+%3D+2.5+%28x%29%5E1%2F3" rel="nofollow">cost-optimum schedule time plot</a></p>
<p>This seems to indicate that, for a project with 1 man-month of work, there is an cost-optimal time-to-delivery of 2.5 months. This makes sense, however, if you then assume that there is a project with 5 man-months of work, the plot suggests that the cost-optimal time-to-delivers is 4 months!</p>
<p>Does this suggest that more man-power should be allocate to deliver within this time frame, or that the estimates are too large?</p>
<p>Also, how can you estimate optimum staffing levels from this model?
Thanks</p>
http://stackoverflow.com/questions/1858470/technology-choice-for-redesigning-an-old-visualbasic-application1Technology choice for redesigning an old VisualBasic-Applicationchristian studer2009-12-07T07:49:01Z2009-12-07T11:14:15Z
<p>Completely unexpected I, a webdeveloper with a decent knowledge in OO, am tasked to re-design our old flagship Windows-application and drag it screaming and kicking into the next century.</p>
<p>Here's what we have now:</p>
<ul>
<li>15 year old code, originally written in Delphi, about 8 years ago ported to Visual Basic (Kept in Visual Studio 2008).</li>
<li>Some .net 2.0 uses.</li>
<li>A lot of highly mathematical code in models, ready to be packed away in .dlls and sold seperately (Note: I don't dare to touch these, too specialised).</li>
</ul>
<p>Here's what I intend to do:</p>
<ul>
<li>Using Visual Studio 2008, port the whole thing to Visual Basic and .net 3.5.</li>
<li>Redesign the front-end completely with WPF.</li>
</ul>
<p>Rejected ideas by the management:</p>
<ul>
<li>Porting to Java or any other, platform-independent language.</li>
</ul>
<p>My questions: Is this a valid technology choice or should I start mixing in C# for the frontend?</p>
http://stackoverflow.com/questions/1858576/kato-resource-script-compiler0KATO Resource Script CompilerWarun2009-12-07T08:17:19Z2009-12-07T08:17:19Z
<p>Hi, </p>
<p>I'm new to Iphone game dev, </p>
<p>Is there any thing called Kato Resource Script Compiler, used in iPhone game development or any other game development platforms, </p>
<p>Thank you in advance.</p>
http://stackoverflow.com/questions/1837657/recommend-linux-java-books-resources-for-net-developer1Recommend Linux + Java books, resources for .NET developerDmitriy Nagirnyak2009-12-03T04:33:05Z2009-12-06T14:41:41Z
<p>Hi,</p>
<p>I want to learn Java and Linux.</p>
<p>Java itself (as a language) is not a big deal for me as I know pretty well .NET and C# (so the paradigm is similar). </p>
<p>The biggest issue for me would probably be doing Java on Linux platform (I have never used Linux before). I think Ubuntu should be good for me (a friend of mine recommended it). </p>
<p>So I would like to get some books and/or some RSS feeds that would mix Linux/Java and help me to switch from Windows to Linux.</p>
<p>Those resources should probably:</p>
<ul>
<li>Teach me the basics of Linux (not only how to use mouse, but most important commands, shell scripts etc).</li>
<li>Provide information about using the tooling (especially IDE, shortcuts, tricks etc). <strong>Note</strong> is that I don't need info about the basics of the language, OOP/D, TDD etc as I am already proficient in that but on the .NET/Windows platform. </li>
<li>Describe Hosting and deployment of Java apps on Linux (and/or maybe Windows).</li>
<li><em>and anything else you guys think I would need</em>.</li>
</ul>
<p>Thanks a lot in advance!<br>
Dmitriy.</p>
<p><hr></p>
<p><strong>UPDATE:</strong> To summarise the answers just want to put the recommended resources in one place:</p>
<p><strong>Books:</strong></p>
<ul>
<li><a href="http://rads.stackoverflow.com/amzn/click/0131857487" rel="nofollow">Linux for Programmers and Users</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0132198576" rel="nofollow">Linux Programmer's Toolbox</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0596527934" rel="nofollow">Java Power Tools</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0071545883" rel="nofollow">Linux Administration, A Beginner's Guide</a></li>
</ul>
<p><strong>Links:</strong></p>
<ul>
<li><a href="http://linux.die.net/man/" rel="nofollow">Linux man pages</a></li>
</ul>
<p><strong>Tools:</strong></p>
<ul>
<li><a href="http://www.virtualbox.org/" rel="nofollow">VirtualBox</a> (free, at least for personal use, virtual machine from Sun)</li>
<li><a href="http://www.jetbrains.com/idea/" rel="nofollow">IntelliJ</a> (supposed to be better than Eclipse and NetBeans)</li>
<li>Learn Eclipse IDE <a href="http://www.mousefeed.com/" rel="nofollow">quicker</a></li>
<li>Build: Ant, Malvern</li>
<li>Continuous Integration: <a href="http://hudson-ci.org/" rel="nofollow">Hudson</a>, <a href="http://continuum.apache.org/" rel="nofollow">Contumnuum</a></li>
<li>static code analysis - <a href="http://checkstyle.sourceforge.net/" rel="nofollow">Checkstyle</a></li>
</ul>
http://stackoverflow.com/questions/1853189/service-provider-vs-contractor0Service Provider vs Contractorjaywon2009-12-05T19:31:16Z2009-12-05T19:39:20Z
<p>If I have set up a business as a sole proprietorship, registered as doing software development, can I "sell" my services(much like a mechanic) where I bill the client a total plus tax, as opposed to being a contractor/consultant and them paying me an hourly wage? </p>
<p>I do all work at my own office, but sometimes that requires remotely maintaining/fixing a client's pre-existing code as opposed to building something from scratch every time.</p>
<p>I know I should talk to a lawyer, and I probably will, but just looking for some shared experience from the community.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1764090/what-are-the-biggest-potential-time-wasters-in-development28What are the biggest potential time wasters in development?burak ozdogan2009-11-19T15:28:02Z2009-12-05T13:20:15Z
<p>Actually I am interested in hearing others experience on this subject: Time wasters. </p>
<p>By saying that, I mean the things that are a trap to fall into during the development phase and let us developers lose a ridiculous amount of time - which ultimately does not deliver any useful output in the end. Here are some examples of things I have encountered that waste time:</p>
<ul>
<li><p>Instead of accepting some part of a code written by a colleague as a black box that works perfectly fine, I dive into deep details of it to understand how it works. </p></li>
<li><p>When I start to look for a solution to a problem on the Internet, to end up on an article or a forum discussion which is too far beyond what I actually wanted to find out.</p></li>
<li><p>Focus on polishing the code itself and forgetting the main goal of the functionality.</p></li>
</ul>
<h3>Related:</h3>
<ul>
<li><a href="http://stackoverflow.com/questions/259932/any-aids-to-help-you-get-back-in-the-flow">Any aids to help you get back in the flow?</a></li>
<li><a href="http://stackoverflow.com/questions/1205191/what-are-things-that-make-a-programmers-life-miserable">What are things that make a programmer's life miserable?</a></li>
<li><a href="http://stackoverflow.com/questions/835537/how-to-deal-with-interruptions-at-work">How to deal with interruptions at work?</a></li>
</ul>
http://stackoverflow.com/questions/1830120/developing-in-the-cloud4Developing in the cloudraytiley2009-12-02T01:27:00Z2009-12-05T08:35:04Z
<p>I wondering if anyone has tried a pure cloud based development setup, and if so how?</p>
<p>Background:</p>
<p>I'm going traveling for about six weeks in Costa Rica, my wife has already forbidden the laptop. I'm worried about being able to provide support to some of the projects I currently have going. While I won't have access to my laptop, I will have access to internet cafes, but the likely hood of being allowed to download source code, let alone install any of my normal development tools is doubtful. I will however have access to a web browser.</p>
<p>My initial thoughts through googling is getting a slice on <a href="http://www.slicehost.com" rel="nofollow">slicehost</a>. This way I would have a 'machine' complete with ajax console access.</p>
<p>Then using something like <a href="http://labs.mozilla.com/projects/bespin/" rel="nofollow">Bespin</a> to act as a web based editor. </p>
<p>Combined with some Capistrano recipies and my github account. I think it just might work for my RAILS and PHP projects. </p>
<p>Anyone else tried something like this?</p>
<p>Any thoughst / opinions would be greatly appreciated.</p>
http://stackoverflow.com/questions/77507/what-are-your-favourite-zx-spectrum-development-tools11What are your favourite ZX Spectrum development tools?Umber Ferrule2008-09-16T21:46:52Z2009-12-04T15:22:46Z
<p>What are your favourite assemblers, compilers, environments, interpreters for the good old ZX Spectrum?</p>
http://stackoverflow.com/questions/1843207/clearcase-ucm-working-with-streams-and-components-how1Clearcase UCM - Working with streams and components, how?unknown (google)2009-12-03T21:55:24Z2009-12-03T22:02:24Z
<p>My co-workers and I are relatively need to the stream idea with Clearcase UCM. Currently management has created streams for each functional software package, each of which has defined interfaces and lives within a layered architecture. Developers create child streams depending on the package they are working in, and attempt to develop their code independently, however they normally have dependencies on other packages during initial development. This has caused our integration group to create system builds that developers then use to create an adequate environment to develop their software and manually pull in dependencies (i.e. zip files, patches, etc.).</p>
<p>My contention is that this is wrong and not how UCM was intended to be used, but I needed someone more familiar with UCM to confirm my beliefs.</p>
<p>I believe that streams should be created from a functional point of view (while each package does some function, multiple architectural packages contribute to achieving some customer function, call it "ABC"). Then, the component for each architectural component which is perfomring initial development for function "ABC" is added to the stream. All developers for function "ABC" now work in the stream (or in some set of child streams) to complete that function. Once complete you have a baseline for each UCM component, and no "binding" between components exists from UCM's point of view (someone claimed this could somehow happen within UCM due to Activity Records).</p>
<p>NOTE: I agree that maybe you don't work this way FOREVER, but during initial development where interfaces commonly change, you haven't implemented all the interfaces for all functions, and so having multiple components working together in a stream makes the most sense. Later you can transition to a "architectural package-centric" way of working where each package is independent of changes in another.</p>
<p>Thoughts? Sorry for the long post, I felt the detail was necessary.</p>
http://stackoverflow.com/questions/1840627/mosync-experiences0MoSync experiencesAO2009-12-03T15:26:56Z2009-12-03T15:26:56Z
<p>Does anybody have experiences from MoSync? MoSync sounds very good and promises much but does it deliver?</p>
http://stackoverflow.com/questions/27308/good-laptop-for-solaris-development2Good laptop for Solaris developmentAndrew2008-08-26T02:42:14Z2009-12-03T15:10:32Z
<p>I need to spec a laptop for some Solaris development work I've got to do. I need something that will run Solaris 10 reasonably well - dual core with 4GB of memory is the sort of thing I'm aiming at.</p>
<p>Solaris is a little bit picky about device support, so I'm hoping someone in the SO community has a solid recommendation on what works really well.</p>
<p><strong><em>Edit</strong>: We're using VMWare at the moment, and it's horrid. Networking doesn't play nicely with the corporate LAN (something I have no control over at all) and it just doesn't work at all once you mix in the corporate VPN. I really need to run Solaris native.</em></p>
http://stackoverflow.com/questions/1825838/vista-minesweeper-gameover-uncover-algorithm0Vista Minesweeper Gameover uncover algorithmunknown (yahoo)2009-12-01T12:18:29Z2009-12-03T14:45:18Z
<p>I'm trying to make a vista minesweeper clone. Right now my uncover algorithm is the cascade algorithm. It kind of looks like a square that gets bigger and bigger. I noticed in vista mnesweeper, when its gameover, it iterates through the game in a circular manner to uncover the mines. Does anyone know what this algorithm is called? Thanks</p>
http://stackoverflow.com/questions/1342193/link-to-an-internal-page-of-a-custom-component-in-joomla-1-50Link to an internal page of a custom component in Joomla 1.5unknown (google)2009-08-27T16:22:57Z2009-12-03T14:38:15Z
<p>I'm a Joomla developer and I'am trying to build a component(in J!1.5) that uses urlparam for creating custom menu links in the admin.</p>
<p>I want my component to work like the built-in polls component that allows users to select the id of an item in my component.</p>
<p>I tried the xml file for the component but that doesn't work. But I know it's possible, Community Builder is able to use it.</p>
<p>Since the Joomla documentation is lacking when it comes to this feature. Can someone be so kind to give me some insight into how to use implement this in my own components?</p>
<p>EDIT:
To clarify: I want to know how to create an input in com_menus with the name "urlparam". From my knowledge JParameter(the components xml file) can't do this.</p>
<p>EDIT2:
I'll keep the above for histical purposes but to farther clarify I would like a way to link to an internal page of a custom component from a menu without having to use a external url. </p>
<p>Thanks.</p>
http://stackoverflow.com/questions/488922/automatically-tracking-development-time17Automatically tracking development timeEightyEight2009-01-28T19:08:35Z2009-12-03T09:16:54Z
<p>Hi all, </p>
<p>I'm working on a personal project and I'd love to be able to say at the end:"I've spend X hours on this project". Now one way to solve this, is to use a manual time tracker (worked from: to:). I've ran into problems with this, because I only manage to use it consistently for the first week or two. So I'd like to track development time automatically.</p>
<p>One idea I had was to insert a short script into the build process that that would insert a time stamp into a log file every time a build process is called. Later, I could analyze the intervals between each build and hopefully calculate a somewhat accurate picture of what's going on. </p>
<p>Does anyone else have an idea of how such a time tracking tool could be implemented? Are there any existing tools out there?</p>
<p>Quick follow up based on the answers already provided:
1. Stop/start trackers aren't bad, but require a lot of discipline, something that I perhaps should be working on. But they dont work for me.
2. Specific app-tracking programs are great, but I'm current on Mac OS X.
Thanks</p>
http://stackoverflow.com/questions/1629775/tutorials-and-libraries-for-opengl-es-games-on-android2Tutorials and libraries for OpenGL-ES games on Androidunknown (google)2009-10-27T10:02:03Z2009-12-01T21:00:29Z
<p>What tutorials and libraries are available which can help beginners to develop 2D and 3D games on Android using OpenGL-ES? I'm looking for tutorials which can help me learn OpenGL-ES, and I'm looking for OpenGL-ES libraries which can make life easier for beginners in OpenGL-ES.</p>
<p>Since Android is still small, I guess it may be help-full to read iPhone OpenGL-ES tutorials as well, as I suppose the OpenGL-ES functionality is much the same.</p>
<p>I have found the following useful information which I would have liked to share, but I'm only allowed one URL:</p>
<p>Android tutorials: </p>
<ul>
<li><a href="http://www.droidnova.com/android-3d-game-tutorial-part-i,312.html" rel="nofollow">Basic tutorial covering polygons, no textures</a> </li>
<li><a href="http://www.anddev.org/tut-sequence%5Fandroid%5Fgl%5F-%5Flearning%5Fopengl%5Ffrom%5Fscratch-t229.html" rel="nofollow">anddev forum with some tutorials</a></li>
</ul>
<p>Other Android OpenGL-ES information: </p>
<ul>
<li><a href="http://www.youtube.com/watch?v=U4Bk5rmIpic" rel="nofollow">Google IO lecture</a> regarding games, not
much OpenGLES </li>
<li>The <a href="http://www.khronos.org/opengles/sdk/1.1/docs/man/" rel="nofollow">The Khronos Reference Manual</a> is also relevant to have, but its not exactly the best place to start.</li>
</ul>
<p>iPhone OpenGL-ES tutorials (where the OpenGl-ES information is probably useful): </p>
<ul>
<li><a href="http://web.me.com/smaurice/AppleCoder/iPhone_OpenGL/Archive.html" rel="nofollow">http://web.me.com/smaurice/AppleCoder/iPhone_OpenGL/Archive.html</a></li>
<li><a href="http://iphonedevelopment.blogspot.com/2009/05/opengl-es-from-ground-up-table-of.html" rel="nofollow">http://iphonedevelopment.blogspot.com/2009/05/opengl-es-from-ground-up-table-of.html</a></li>
</ul>
<p>As for libraries which a beginner might use to get a simpler hands-on experience with OpenGL-ES, I have only found <a href="http://rokon-android.blogspot.com/" rel="nofollow">Rokon</a>, which is recently started, thus has many holes and bugs. And it's gnuGPL licensed (at the moment) which means it cannot be used, if we wish to sell our games.</p>
<p>What else is out there?</p>
http://stackoverflow.com/questions/1827232/what-is-unit-testing-for-web-development0What is Unit Testing for Web Development?alvincrespo2009-12-01T16:18:46Z2009-12-01T16:37:15Z
<p>I have heard the term unit testing many times and I am wondering how this is related to the web development field. I program with PHP, Javascript, Actionscript 3.0 and I am starting to get into C++, C# and JAVA. If anyone has any good resources that I can take a look into as I believe this is a good method to follow for "test driven" development?</p>
http://stackoverflow.com/questions/972611/old-developers-any-future97Old Developers - any future ?Sylvain2009-06-09T21:30:32Z2009-12-01T00:35:29Z
<p>I'm 44 now and <strong>I just love code</strong>!</p>
<p>And software and programming. And MSDN, and Communication of the ACM and Programmez (French magazine) and Stack Overflow and McConnell, Cwalina/Abrams, J. Skeet and J. Spolsky and... <strong>every great post ever made about software development</strong> !</p>
<p>Call it a passion...</p>
<p>Well, I really love my job and I still don't believe someone could pay me for what I'm doing - I'm most of the time eager to go to my workplace in the morning and a little sorry to quit....</p>
<p>I would do it for half the price, I think ^^.</p>
<p>But when I look around me, most of my fellows at Université de Montréal are now Product Managers, Directors, Project Managers, or even something completely different...</p>
<p>And looking around, at my place, I see young clever boys and girls of less than 5 years of experience being paid as much as I am. They are pretty cool and clever of course, I agree on that. But their code is unmaintainable, as cool as they can be.</p>
<p>My question (sorry for this long introduction :) is pretty simple : can anyone hope to write code after 45 ?</p>
<p>Any experience on that subject ?</p>
<p>All the best.</p>
http://stackoverflow.com/questions/1823148/future-popular-languages0Future Popular Languages [closed]Nathan Campos2009-11-30T23:33:59Z2009-11-30T23:54:33Z
<p>Getting as example Ruby, a language that some years back all will say that it will never be a popular language, but because of a framework, now it's one of the most popular languages. Then I want to know:</p>
<ul>
<li>Which language you think that in the future will be one of the most popular ones?
<ul>
<li>Why?</li>
</ul></li>
</ul>
http://stackoverflow.com/questions/1818595/how-do-i-identify-improvement-areas-for-software-development-in-my-team2How do i identify improvement areas for software development in my team?melaos2009-11-30T08:54:38Z2009-11-30T09:08:53Z
<p>hi guys,
i just joined this new group and basically haven't even really done any heavy lifting development but just some basic web store migration stuff. and i've been given the challenge of coming up with improvement areas for the development process. I'm thinking of using <a href="http://www.joelonsoftware.com/articles/fog0000000043.html" rel="nofollow">Joel's list</a> as the basis for determining what can be improved in my team, and besides that perhaps ask few of my seniors there who have been around for a while.</p>
<p>i'm not exactly sure why i was given this but i'll take it on anyway as it sounds like a good challenge. but what other tips or resources that you would advice me on how to do this properly.</p>
<p>P.S: i have about two weeks to do this, thus please suggest something practical and nothing to big as it's just lil ol me who has to do this within this time frame. :)</p>
<p>thanks</p>
http://stackoverflow.com/questions/550242/should-we-always-reproduce-the-bugs-to-verify-the-fixes10Should we always reproduce the bugs to verify the fixes ?webclimber2009-02-15T03:18:16Z2009-11-28T20:40:39Z
<p>From time to time we get bugs on production that can be fixed by for example by changing a configuration, disabling some part of the logic, and such.</p>
<p>I've argued with my manager that we should reproduce the bugs locally to ensure the fix works, and more importantly so developers and QA can include the check for these cases as part of the regular release.</p>
<p>My manager thinks is a waste of time, as the solution works so there is no need to reproduce locally.</p>
<p>So:
Should we try to reproduce locally to verify the fixes ?
Any pointers on how to sell this point to my manager if you agree with me ?</p>
http://stackoverflow.com/questions/1812106/how-can-developers-make-use-of-virtualization1How can developers make use of Virtualization?Anand Patel2009-11-28T09:42:45Z2009-11-28T10:14:30Z
<p>Where can virtualization techniques be applied by an application developer? How can virtualization be applied on a day-to-day basis?</p>
<p>I would like to understand from veteran developers making use of it. I am interested in the following things:</p>
<ul>
<li>How it helps in development.</li>
<li>How it could be used for testing purposes.</li>
<li>What are the recommended practices.</li>
</ul>
http://stackoverflow.com/questions/1810038/if-you-cant-do-a-support-role-does-this-mean-you-should-not-be-in-development4If you can't do a Support Role, does this mean you should not be in development?Alex2009-11-27T18:10:41Z2009-11-27T23:21:46Z
<p>Hi, I've been shifted around roles a lot, and have been put in a support role which seems to deal out a lot of rubbish due to poor business management.
Anyway, my line manager says that he's not sure he would recommend me for a developer role as they regard support as a poor technical role.</p>
<p>What I resent is the fact that not all the information is available to us about what we're supporting and I miss coding. This thing I'm supporting has been regarded as a disaster when it went in and is still highly unstable.</p>
<p>The thing is...does he have a point about Support roles being under developers, or are they completely two different kettle of fish?</p>
http://stackoverflow.com/questions/1773817/where-to-start-with-chrome-os-development2Where To Start With Chrome OS DevelopmentNathan Campos2009-11-20T23:18:23Z2009-11-27T23:11:55Z
<p>Hello,</p>
<p>I was seeing about the release of Google Chrome OS, then I have some questions:</p>
<ul>
<li>Where I can start to develop for it?
<ul>
<li>In which languages?</li>
</ul></li>
<li>Which platform is good to develop?
<ul>
<li>Is possible to develop inside Chrome OS?
<ul>
<li>In which languages?</li>
</ul></li>
</ul></li>
<li>Is there any repository to share and download Chrome applications?</li>
</ul>
http://stackoverflow.com/questions/991116/game-development-on-iphone-using-unity-engine2Game development on iPhone using Unity engineDaniel Kindler2009-06-13T17:32:20Z2009-11-27T15:30:59Z
<p>Hi, Im very new to game development on the iPhone... And I have a question:</p>
<p>If I was to unity, how would that work... Would I use objective-c in unity? or is all of it like just click it, and add properties, no code (that may be a stupid question, but im just wondering)</p>
<p>And once your done with the unity app, does it automaticly complile an xcode file for you?</p>
<p>Im just wondering... Thanks</p>
http://stackoverflow.com/questions/108631/what-is-your-single-favorite-development-tool20What is your single favorite development tool?ctrlShiftBryan2008-09-20T16:29:20Z2009-11-26T16:32:42Z
<p>What is your single favorite development tool?</p>
http://stackoverflow.com/questions/172565/designers-developers-would-you-work-for-an-adult-company13Designers/Developers: Would you work for an "Adult" Company?EnderMB2008-10-05T20:14:10Z2009-11-26T12:44:32Z
<p>Although I try to distance myself from web-oriented work nowadays (unless I need the money) I've received a number of emails from clients wishing for me to help design and develop online solutions for adult websites. Hell, when I was 17 I was asked to help design an adult website that I would not legally be able to view.</p>
<p>After talking to a few Software Engineers and Flash Developers I have heard that there is a lot of interesting work in the adult industry for those who like to work with new technologies. Have any of you worked for a company dealing with adult/pornographic content? Did you enjoy it? If you haven't would you ever consider it?</p>
<p>More than anything I find it interesting to see how others would view the offer, whether you would be afraid to list it on a CV/Resume, how interesting the work would be, how you think future employees would see you and whether you believe that they would judge you for working in a <em>dirty</em> industry.</p>
http://stackoverflow.com/questions/1801009/xcode-missing-command-line-utility-section-cant-start-foundation-project-templ0XCode missing Command Line Utility section - can't start Foundation project templateLiza2009-11-26T01:00:18Z2009-11-26T01:58:50Z
<p>I downloaded the iPhone SDK from the iphone dev center a couple of days ago and installed it yesterday. I'm following the Stanford iPhone development tutorials available on iTunes U. On Assignment 1B, the first instruction is to open a new Foundation Project template. The screenshot shows several sections in Xcode which my version doesn't seem to have, including the Command Line Utility section which the Foundation Project template is shown to be in.</p>
<p>Does this need to be installed manually? I tried searching on Google with no luck. The fact that I'm an OS X newbie doesn't really help any either. </p>
<p>Thanks in advance!</p>
http://stackoverflow.com/questions/1791340/adding-screen-brightness-controls-to-android-application1Adding screen brightness controls to android applicationCymon2009-11-24T16:46:52Z2009-11-24T23:51:23Z
<p>I am looking to add controls to adjust screen brightness locally in my app menu but can't seem to figure out how to do it. I have seen examples to max-out or dim brightness but I am looking to add controls so that the user can control and set the brightness level. Does anyone have any examples, tutorials, source code, or just a place to point me in the right direction?</p>
http://stackoverflow.com/questions/1791428/website-development-moving-to-image-hosting1Website Development moving to Image HostingDrew2009-11-24T16:59:12Z2009-11-24T16:59:12Z
<p>We are moving over to using Akamai for all of our large static content so far just flash but are planning to include images, css, and js files in that list.</p>
<p>I am curious what methods others employ to switch all of their local/relative paths to using an external hosting company. Also, how they continue to develop their site so that developers can make changes in development without it having to be pushed to their external hosting servers.</p>
http://stackoverflow.com/questions/1781732/kickstart-developing-twitter-application0Kickstart developing Twitter applicationhenry2009-11-23T08:13:01Z2009-11-24T09:07:59Z
<p>Any good source/website/inputs/sample to kickstart developing a twitter application using twitter API?</p>
<p>Edit : I don't know what languages can be used to develop it. But I am familiar with VB .NET and Java.</p>