active questions tagged business - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T01:25:32Z http://stackoverflow.com/feeds/tag/business http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1134972/questions-about-hosting-customers-asp-net-sites 1 Questions about Hosting customers' ASP.NET sites Ronnie Overby 2009-07-16T01:18:56Z 2009-12-06T15:51:24Z <p>Where do you host your customers' ASP.NET sites? I am about to develop a few sites, and I am looking for a good place to host (cheap, fast, good bandwidth, good storage, updates, service packs, etc.)</p> <p>I have also thought about earning revenue for the hosting/domain, even though I am not actually hosting it (kinda sounds bad when you put it out there). Basically, I would just handle the hosting/domain costs and bill the customer, with a bit of markup. They wont know anything about the host, unless they go digging. Does anyone else incorporate this into their business model? What are the pros/cons?</p> http://stackoverflow.com/questions/1851061/what-timeline-until-a-developer-tool-maker-can-go-windows-vista-7-for-its-tools 0 What timeline until a developer tool maker can go Windows Vista/7 for its tools? Lothar 2009-12-05T03:33:29Z 2009-12-05T03:33:29Z <p>Yes i know the closing brigade dictators on this site will try to close this question soon - but they shouldn't. Even subjective answers to this subjective question are better then none (and there are so many subjective open answers here - the most popular by votes are highly subjective).</p> <p>FACT: There are so many amazingly new features for writing multithreading stuff like cycle correct time measurement and ultra fast slim multiple reader/writers that it technically makes sense to switch and use this features in new programs.</p> <p>What are your companies estimation in picking up time for windows vista/7 on your developer machines. I have to admit i'm still running XP64.</p> <p>For MacOSX i found <a href="http://update.omnigroup.com/" rel="nofollow">http://update.omnigroup.com/</a> which is a very good statistics for making business decisions.</p> http://stackoverflow.com/questions/1845232/how-to-fight-flooding-for-a-website 0 How to fight flooding for a website? Steven 2009-12-04T06:30:16Z 2009-12-04T06:32:25Z <p>I know,time restriction implementation as adopted on stackoverflow.com is a way to fight flooding. But sometimes I really want to input another message soon after I input a previous one and I want to wait until the time restriction is lifted. Is there other elegant way to fight flooding?</p> http://stackoverflow.com/questions/356577/do-independent-developers-still-make-a-living-on-their-own-products 14 Do independent developers still make a living on their own products? David 2008-12-10T15:59:24Z 2009-12-03T22:09:55Z <p>It has been said that the days of the independent developer are over, as modern applications require more professionalism in user interfaces, graphics, and so on. </p> <p>Nevertheless, I imagine that there are a number of people on StackOverflow who are their own boss, who produce their own software, and who might even be making significant hobby income or an actual salary-level profit.</p> <p><b>Are you an independent developer</b> making a living (or a significant chunk of change) on your own product? If so, what's your product? Or, <b>do you feel that the days of the independent developer are indeed over?</b></p> http://stackoverflow.com/questions/1841375/addressing-concerns-over-using-open-source-libraries-in-closed-source-projects 0 Addressing concerns over using open-source libraries in closed-source projects HackedByChinese 2009-12-03T17:05:46Z 2009-12-03T17:26:33Z <p><strong>Background:</strong> There are a couple of concerns that are not core business for us. They are essential to our core business, but we have no business writing on our own, in terms of manpower, time, and expertise. I am familiar and very comfortable with some open-source implementations, using closed-source-friendly licenses, that could fill these gaps. Closed-source alternatives I either could not find, or were crap.</p> <p>I put together an informal proposal to show my boss, including the original licenses for each project for legal review. Being a business owner that knows little about the world of open-source, he was initially hesitant when he realized some of these libraries were. I tried to educate him to the best of my abilities (I'm no open-source warrior myself), but he did bring up some valid questions that, in some cases, I don't feel I answered as well as I could have.</p> <p><strong>Concerns (worded from my boss's prospective)</strong></p> <ul> <li>How do we know and ensure there is no malicious code in an open-source project? Read and understand every line? At that point we could have just written it ourselves!</li> <li>Who do we blame when things go wrong? With support licenses and a responsible party, we can get things fixed. And if they fail to come through, well... you know.</li> <li>How do we establish or measure that an approach or implementation in an open-source project is sound, efficient, or good quality?</li> <li>What sort of liability do we open ourselves up to, in terms of licensing [granted, this is more a question for lawyers and an issue of RFTL].</li> </ul> <p><strong>Question:</strong> How have or would you have addressed these concerns?</p> http://stackoverflow.com/questions/1834377/presentation-layer-communication-with-business-service-layer 0 Presentation layer communication with business service layer HDave 2009-12-02T17:09:44Z 2009-12-02T17:09:44Z <p>I have an existing enterprise Java application with several layers including a web services facade over a Java services layer over a domain layer over a data access layer. The system currently has not GUI. The clients of this system currently are (simply) other composite web services based applications.</p> <p>I am somewhat new to the whole web presentation stuff, but I am currently investigating approaches to providing customers with our own GUI thin client. I am currently looking into JSP, Ajax (or both). My question is how should this presentation layer talk with the services layer? What gives the best performance and customer flexibility for deployment?</p> <p>Here are some of my thoughts:</p> <p>1) Use the existing web services: Because I have existing web services I could have my web presentation invoke the existing web services. I like this idea because it would allow my customers the option of clustering just the web presentation tier in the event they need to scale up the number of users. It also reuse the existing web application tier. My concern here is that it will have high latency, slower response times and make the users crazy...perhaps Ajax will help?</p> <p>2) Use remoting: I could have the web application java objects use some kind of remoting technology such as RMI to talk directly to the services layer on the app server and by pass the web services facade. This gives customers flexibility, and could perhaps run faster than the web services communication, but I am not sure how much faster.</p> <p>3) Put it all in one JVM: I could put the services/domain/data access JARs right into my web server and run it all on one tier -- this seems to me to be the fastest possible performance as it eliminates an entire layer of network communication. Customers could still cluster the web presentation servers, but they may or may not like the idea that they completely bypass the existing application servers.</p> <p>Are there other, better options? Are these approaches sensible?</p> http://stackoverflow.com/questions/1785035/when-programming-for-an-hourly-rate-should-you-keep-the-timer-running-while-proc 3 When programming for an hourly rate, should you keep the timer running while processing code automatically in the background? Tom 2009-11-23T18:23:59Z 2009-11-26T03:32:26Z <p>This is probably subjective as it is a dilemma between what is good for you and what is good for your customer, but I as a programmer, would really like to know what is the commonly accepted way of doing this. I will keep these answers to my question in mind for future projects.</p> <p>I've personally never sold any of my work using a set rate per hour as I treat each project individually. However, if I do decide to set a price for every hour of work, would processing code (for example: compiling, downloading, uploading, auto-correcting/modifying) while walking with the dog or enjoying a cup of coffee count as "working"?</p> <p>This example assumes that you can only continue working on the project when the processing has completed. Is it fair to keep the timer running during these hours of "work"? Absolutely not? Or is there a balance to be found somewhere?</p> http://stackoverflow.com/questions/1783754/start-a-software-house-of-my-own-many-doubts 3 Start a software house of my own... many doubts... [closed] gotch4 2009-11-23T15:16:16Z 2009-11-23T15:46:14Z <p>Hello, I'm a young programmer, 29 and I'm quite talented. So far I've been working in many places and companies. Unfortunately it happens that I live in Italy. You may or may not know, but my country doesn't shine for software house industry. 99% of jobs are enterprise software jobs, often uninteresting and with unexisting technological challanges. Unlike most of my collegues, I come from a true passion. I hack a lot in my spare time, I keep very up to date, I read a lot and study new technologies. It is so frustrating to see that no employer is interested and they just want you to do their silly company management software, while I'd be interested in working on other stuff like Linux, Guis, multimedia and graphics. Now, one alternative is to move somewhere far... but I've even thought of starting up something, without moving to, say, London. While I'm pretty confident of my management and developmente skills, my concerns are:</p> <ul> <li>How do I find clients??? I really have no idea where to find costumers. Are there special channels? Or shall I just rely on advertising? I really have no clue about this. </li> <li>What about funding??? I've no much savings... What can I do? Shall I set up a product and try to find somebody to finance me or what?</li> <li>Finally, I live in a rural area, it is not easy to find programmers. My former employer has been looking for a replacement for me for 12 months and is still searching. This is a huge problem, but I'm considering that I may find lots of people willing to work remotely. Do you think this is viable or may be a disaster?</li> </ul> <p>Thank you all in advance for your suggestions</p> http://stackoverflow.com/questions/196131/making-money-with-open-source-as-a-developer 19 Making money with Open Source as a developer? Haproli 2008-10-12T21:28:04Z 2009-11-22T16:04:27Z <p>I'm currently a student (Applied Information Technology) and we do most of our programming in C# and Java. I was wondering how can I as a developer, make money with open source. I know there is the story of give support, or provide services, but I'm not a sysadmin and I don't like sysadmin work. Actually I would love to get my hands on some C and C++ in the future and do some low level development.</p> <p>So my actual question is: Is there money to be made with the development of Open Source software, and how?</p> <p>Edit: Just pointing out that starting my own Open Source project is not a requirement.</p> <p><hr /></p> <h3>Related questions:</h3> <ul> <li><a href="http://stackoverflow.com/questions/114765/open-source-balancing-altruism-and-making-a-wage">Open Source: Balancing Altruism and making a wage</a></li> </ul> http://stackoverflow.com/questions/1778621/which-license-can-be-used-if-source-is-only-distributed-for-paid-customers -1 Which License can be used if source is only distributed for paid customers? Lothar 2009-11-22T12:49:42Z 2009-11-22T12:59:46Z <p>It should also allow customers to make patches to the software and exchange patched with other customers.</p> <p>And the developing company should be able to hold all the rights on source code and on all accepted patches.</p> http://stackoverflow.com/questions/1644909/tracking-users-actions-in-a-business-application 6 Tracking User's Actions in a Business Application Dan 2009-10-29T16:22:49Z 2009-11-20T20:54:28Z <p>The company I work for is redesigning our application in .NET. Our application is sold using the Software as a Service model.</p> <p>We track all of our users actions in the software for reporting purposes (searching for things, downloading assets, completing forms, what is associated with the form they are creating, snap shot of the user's profile and details upon login, etc). Previously we had written a very robust tracking logic to complete all these details in our old application. </p> <p>Before I complete this initial redesign in the .NET application I wanted to know if anyone has recommendations of off the shelf tracking solutions or open source tracking systems they have implemented in the past that are fairly robust.</p> <p><strong>Additional Details</strong>: We have a lot of custom data (specific to our application) that needs to be tracked and our application is only accessed via company intranet sites so details on where people are coming from is not needed as we already know this.</p> <p>I am planning on tracking page hits so a user's visit can be recreated if necessary.</p> <p>EDIT (11/20/2009): There does not appear to be exactly an off the shelf solution to fit my problem but I'll be updating this question with a design and direction we are going to implement in the next couple of weeks. So if you are interested in what happened with this question then check back soon.</p> http://stackoverflow.com/questions/1766156/is-there-a-list-of-famous-software-products-that-do-and-do-not-do-testing 2 Is there a list of famous software products that do and do not do testing? Josh Ribakoff 2009-11-19T20:04:00Z 2009-11-19T21:12:30Z <p>I would be interested in looking at a list of projects that did and did not do unit testing, and other forms of regression testing, to see how those companies turned out.</p> <p>All test infected developers know it saves them time, but it would be interesting to what correlation there is between code quality/test coverage and business success. Something objective like:</p> <p>xyz corp, makes operating systems, didnt test, makes $50M 123 corp, makes operating systems, does test, makes $100M</p> <p>Does anyone know of any studies done?</p> http://stackoverflow.com/questions/366338/how-much-does-website-development-cost-nowadays 25 How much does Website Development cost nowadays? Andreas Grech 2008-12-14T09:36:01Z 2009-11-17T18:17:34Z <p>I am thinking of setting up my own freelance business but coming from a workplace that offers a particular service to huge clients, I do not know what are the current charges for websites are nowadays.</p> <p>I know that as technology just keeps changing and changing (most of the time, for the better...), the amount you charge for a single website is constantly differing.</p> <p>Like for example, I don't think static websites (with just static html pages) are <em>that</em> expensive today, no? (as i said, I might be mistaken since I haven't really touched on this freelance industry yet)</p> <p><strong>So, freelance web-developers out there, can you give me estimates on how much you charge for your clients?</strong></p> <p>Some examples of websites that I want to know an approx charge:</p> <ul> <li>~10 static html pages</li> <li>~10 dhtml pages (with maybe a flasy menu on the top/side)</li> <li>Database driven websites with a standard CMS (be it the one you developed, or an existing one)</li> <li>Database driven but with a custom-built cms for the particular client</li> <li>Using an existing template for a design</li> <li>Starting the design from scratch</li> <li>etc...</li> </ul> <p>I know that the normally clients don't really care about the technologies used to construct their websites, but <strong>do you charge differently according to which technology you use to build the website with?</strong>; as in, is the technology a factor when setting the price? ...being ASP.Net, PHP, Ruby On Rails etc...</p> <p>Also, how do you go on about charging your clients for your services? What are the <strong>major factors</strong> that you consider when setting a price tag for a website to a client ?</p> <p>And better yet, <strong>how do you even find prospective clients</strong>? &lt;= [<em>or should I leave this question for a different post?</em>]</p> <p><em>Btw, in your post, also mention some numbers (in cash values, be it in USD, GBP, EUR or anything) because I want to be able to take calculate some averages from this post when some answers stack up</em></p> http://stackoverflow.com/questions/1749038/salary-rise-how-to-get 0 Salary rise - how to get [closed] Chris 2009-11-17T13:52:12Z 2009-11-17T13:54:00Z <p>What is the best way to ask your boss for a salary rise? And get it!</p> http://stackoverflow.com/questions/225605/do-in-line-ads-indicate-a-saas-products-monetization-strategy-is-flawed 1 Do in-line ads indicate a SaaS product's monetization strategy is flawed? Steve Moyer 2008-10-22T12:52:03Z 2009-11-16T19:00:02Z <p>Before I continue with my question, I think there's a perfect real-world analogy to the creation of a new and shiny web application. (and yes, I chose the incendiary title to simply to draw you here ... we tolerate them at Google and I have no intention of quitting SO).</p> <p>When Wal-mart determines that a market will support a store, they build an nice, shiny, new facility and carefully stock it with really low-priced, nice-looking items. Business starts out brisk as people are curious about the new store, and while prices are artificially low. </p> <p>Once they've driven the competition out-of-business the store manager, under continued pressure to increase profits raises prices to the normal Wal-mart levels, and continues to increase the number of shoppers, since the competition has been eliminated.</p> <p>Once that growth phase has levelled off, the manager, under continued pressure to raise profits, orders more items than his store will logically hold, including large quantities of impulse items. Since this exceeds the store's capacity, many of these items are simply left on pallets and placed in the aisles.</p> <p>Target notices the growth of this market and realizes that many of these Wal-mart shoppers are in their demographics. They build a store and stock it with slightly better merchandise which is sold for somewhat more money than the equivalent product at Wal-mart. Many shoppers, who were dubious of the quality of Wal-marts items and irritated at navigating the increasingly cluttered aisles (especially during peak shopping hours), flock to Target where very little merchandise is ever placed in the aisles. The poor store manager is now stuck at an equilibrium and won't be seeing any more of the growth bonuses he's accustomed to. Some people return to the few remaining mom-and-pop stores in the area.</p> <p>In many cases, the Target (or mom-and-pop) shopper is paying more for exactly the same item. Why? Atmosphere. Studies have shown that it's not the presence of the impulse purchase items, or even the in-store advertising, but rather the general appearance of the store that ultimately determines the shoppers perception of the store (and chain). And open aisles are a huge factor in people's perceptions.</p> <p>In SaaS products, we expect to see advertising if we're using a free version of the software, but at what level does the advertising impede users to the point where they go elsewhere?</p> <p>I have a few questions that are much more specific, which I'd love to see hard numbers for or against. Not that I expect everyone to provide real figures in dollars, but most of these questions can be answered with a non-specific y-axis.</p> <p>If Jeff and Joel will indulge me, I'll frame them in terms of their web-sites. We've seen that SO started (at least when I first surfed here), with some side-bar advertising, but I just noticed there was an in-line ad this morning (here's a picture for those who haven't seen one).</p> <p><img src="http://www.selesy.com/images/misc/SOIn-lineAd.png" alt="alt text" /></p> <p>Here's what I'm curious to know (and it might take quite a while before some of these can be answered):</p> <ol> <li>How has the growth of SO impacted traffic to JoS/BoS/DoS?</li> <li>How has the inclusion of advertising on SO affected revenues?</li> <li>How has the inclusion of in-line advertising on SO impacted traffic (or maybe reduced the growth curve) if at all?</li> <li>What is the proper balance of "impeding the customer" and advertising to maximize both profits and traffic?</li> <li>Are you better off maximizing profits by charging for answers like some of the subscription Q&amp;A sites, even though it reduces traffic and search engine exposure?</li> </ol> <p>SaaS is obviously a fast-growing software product category, but there are challenges looming with consumers that are used to the Internet being free? The real question is how do we make a living off this category. I'm not sure I've seen the "perfect answer" yet!</p> http://stackoverflow.com/questions/424239/can-a-single-developer-still-make-money-with-shareware 23 Can a single developer still make money with shareware? Wouter van Nifterick 2009-01-08T13:36:28Z 2009-11-15T11:59:33Z <p>I'm wondering if the shareware concept is dead nowadays.</p> <p>Like most developers, I've built up quite a collection of self-made tools and code libraries that help me to be productive.</p> <p>Some examples to give you an idea of the type of thing I'm talking about:</p> <ul> <li>A self-learning program that renames and orders all my mp3 files and adds information to the id3 tags;</li> <li>A Delphi component that wraps the Google Maps API;</li> <li>A text-to-singing-voice converter for musical purposes;</li> <li>A program to control a music synthesizer;</li> <li>A Gps-log &lt;-> KML &lt;-> ESRI-shapefile converter;</li> </ul> <p>I've got one of these already freely downloadable on my website, and on average it gets downloaded about a 150 times per month. Let's say I'd start charging 15 euro's for it; would there actually be people who buy it? How many? What would it depend on?</p> <p>If I could get some money for some of these, I'd finish them up a bit and put them online, but without that, I probably won't bother. Maintaining a SourceForge project is not very rewarding by itself.</p> <p>Is there anyone who is making money with shareware? How much? Any tips?</p> http://stackoverflow.com/questions/19801/what-interview-question-weeds-out-bad-applicants 32 What interview question weeds out 'bad' applicants? sparkes 2008-08-21T13:04:16Z 2009-11-10T23:56:56Z <p>We have a list of <a href="http://beta.stackoverflow.com/questions/11368/what-is-the-best-interview-question" rel="nofollow">the best interview questions people have been asked</a> and <a href="http://beta.stackoverflow.com/questions/11464/what-is-the-worst-interview-question" rel="nofollow">the worst interview question you've been asked</a> but what question do you believe sorts the chaff from the wheat?</p> <p>One you've been asked, one you've asked or one you wish the co-worker from hell had been asked. There's no magic bullet but is there one question you think helps the process?</p> http://stackoverflow.com/questions/1696680/starting-a-new-career-as-freelancer-is-php-a-must 2 Starting a new career as freelancer. Is PHP a must? [closed] Nachiket 2009-11-08T14:11:15Z 2009-11-08T14:45:41Z <p>Hi guys,<br> I am starting a new career as freelancer (currently under notice period of employer).<br> I am Java programmer. Loves Java and I am very good in Java (Atleast thats what I think) </p> <p>Now, After looking around.. Domain Host / Peoples (clients/bloggers/website admins)..<br> Java is alien to them. I searched for top 10 hosts.. and guess what. no one allows Java.<br> Its like PHP became standard for web development.</p> <p>So my question is <strong>should I start using PHP??</strong><br> (I think.. it will not take too much time. as i had it in my Master degree curriculum.. and I already use.. JSP/Servlet/Spring MVC/Struts and other frameworks of Java) </p> <p>Personally, I really want to work on Java, as there are many things which can be done very easily in Java, and I know already.</p> <p><strong>Or, I Should stick to Java (web) ?</strong><br> <strong>My worries:</strong><br> Does (usually) client have preference of language?<br> Is there enough Hour based jobs in freelancer market?</p> <p>NOTE: Please guys.. Don't start JAVA/PHP is the best.. sort of debate.</p> <p>Cheers,</p> http://stackoverflow.com/questions/1607565/programmer-wants-to-be-a-entrepreneur 9 Programmer wants to be a Entrepreneur TheGambler 2009-10-22T14:20:29Z 2009-11-07T00:12:28Z <p>So, I've been out of school for 2 years and working as a programmer and I've decided that my single most goal in my career is to create a start up or work as a consultant/free lance. I've recently accepted a position that will allow me to go back to school if I want. </p> <p>With my goals to create a start up or be a consultant/free lance I'm trying to decide if I should go back to school and get a MBA or just spend my extra time creating and developing my product. </p> <p>So I have some questions:</p> <ol> <li><p>Are VC's more likely to give you money if you have an MBA?</p></li> <li><p>The school that I'm thinking of getting a MBA from has a professional MBA where you take most of your classes on-line. You take the same classes required for their on-campus degree. Would an on-line "Professional" degree be as respected as an on-campus?</p></li> <li><p>I already have some ideas for products. Should I just start developing these products and not worry about going back to school? My big problem is I'm not too familiar with the business side of things, but I could just subscribe to sites like startuptodo.com and read some books as well.</p></li> </ol> <p>Thank you to all that respond.</p> http://stackoverflow.com/questions/882575/bare-minimum-for-an-independent-developer 8 Bare minimum for an independent developer geocoin 2009-05-19T12:52:54Z 2009-11-06T23:59:59Z <p>I'm currently in the planning stages of starting out on my own* (with a business partner...) and am trying to come up with a list of minimum requirements that I'll need for the early stages of this venture.</p> <p>Leaving out the business craft side of things (sales marketing etc.) at this point - there are plenty of articles here on SO covering that - and focusing on the technical side of things only, I have the following list:</p> <ul> <li><p>development box (obviously! PC or MAC depending on target platform) </p></li> <li><p>dev software (VStudio/eclipse/xcode/notepad) </p></li> <li><p>test box (could be virtual machine)</p></li> <li><p>Source control (anything except VSS!)</p></li> <li><p>onsite backup (external HDD, separate backup box, CD/DVD ROM)</p></li> <li><p>offsite backup(looking for suggestions here amazon S3?)</p></li> <li><p>teleconferencing software (for discussion with Biz partner who may not be local. Skype?)</p></li> <li><p>bug tracking/management (fogbugz?)</p></li> </ul> <p>Have i missed anything and/or included too much? I realize that every venture is different, and technically, the bare minimum is just a dev box and a chair... however assuming serious work with disaster recovery is in order, is this list reasonable?</p> <p>[EDIT] I've created a wiki summary of the answers. I've put the skeleton framework in and intend to fatten it up with links and details etc. Once I can, it will be the accepted answer, in the meantime please vote up the other answers and/or edit the wiki page if you think it's appropriate. BTW, I'm away for a few days so the fattening up will take place after that.</p> http://stackoverflow.com/questions/593651/what-do-you-do-when-every-possible-business-idea-is-already-taken 11 What do you do when every possible business idea is already taken? jonathanconway 2009-02-27T05:57:49Z 2009-11-05T00:57:35Z <p>I have a bit of free time and lots of enthusiasm for software and the web. </p> <p>I want to make a start-up, to sell kind of product or online service, but I'm having a hard time coming up with business ideas that haven't already been implemented.</p> <p>For example, I thought of making an e-ordering website for ordering food from restaurants online.</p> <p>Good thing I typed it into Google, because the market is already full of hundreds of websites doing the same thing and competing heavily.</p> <p>The same thing has happened with so many other business ideas I've become excited and passionate about - they're all taken.</p> <p>What's your response to this? Do you agree that all the good ideas seem to be taken? Or do you think there is room for new businesses, and that I'm just not thinking (or looking) hard enough?</p> <p>Have you ever tried idea after idea, only to find that it was already being done, and you had to move onto something else?</p> http://stackoverflow.com/questions/1659794/is-it-business-suicide-to-build-a-entire-website-in-flash 2 Is it business suicide to build a entire website in Flash? megatr0n 2009-11-02T06:57:31Z 2009-11-03T23:45:40Z <p>My website will be basically selling services; will my SEO ranking still be affected if I embed the Flash site in a blank html page? I am at that critical point where I am ready to upload the site but I am just having second thoughts about the ease of doing business with Flash. Thanks.</p> http://stackoverflow.com/questions/284861/monday-morning-meetings-what-format-do-you-use 5 Monday Morning Meetings - What format do you use? Tamer Salama 2008-11-12T18:29:53Z 2009-11-03T12:34:28Z <p>We're trying to improve the format of our Monday morning meetings (M3). The meeting is among all members of our company (20 persons) including developers, designers, administrative and the company's president.</p> <p>It starts with a round-table of 1 word check-in (social) and then transitions into business aspects.</p> <p>We tried a project-focused format where team-leads work off of a project list stating the updates and outstanding issues, but the team members felt disconnected. Then, we tried a stand-up-like format (previous week, this week, roadblocks), but team-leads felt they didn't get a good handle on all the projects.</p> <p>Any suggestions on M3 formats?</p> <p>And No. It can't be cancelled :)</p> http://stackoverflow.com/questions/1301520/how-can-people-on-getacoder-com-offer-such-insane-low-prices 3 How can people on getacoder.com offer such insane low prices? Lothar 2009-08-19T17:44:32Z 2009-11-02T15:59:46Z <p>GetACoder is one of this freelancer job auction web sites.</p> <p>And everytime im looking there i see ridiculous low prices.</p> <p>I mean even a good programmer from india gets more then 500US$ per month and i found people bidding to "i need a clone of " at 1000$.</p> <p>Am i such a bad and slow programmer that i don't think i can't do this carefully in two man months?</p> <p><strong>Does it makes sense to place higher bids on services like this?</strong> Since i'm an expat from Germany living in cheap 3rd world Thailand i'm willing to work for as low as 20 US$/hour (with 20 years of programming and knowledge of a dozend languages from ix86 assembler via Ruby, PHP and C++ to eiffel).</p> <p>EDIT: i highlighted my question that maybe someone who ever tried to get jobs there might be able to answer. I know that people in china and india work for low money if they are absolute beginners in programming. </p> http://stackoverflow.com/questions/1594385/statistical-data-on-the-software-business 1 Statistical data on the software business AKoran 2009-10-20T12:50:40Z 2009-11-02T10:47:06Z <p>Is there a good source information on the software business (in US)? In particular, I'm looking for things like:</p> <ol> <li>Number of people employed in the software business (not just developers, but support staff as well).</li> <li>Break down by age, sex, etc. of current software developer workforce. </li> <li>Number of businesses whose primary product is software development.</li> <li>Number of universities offering BS, MS, PhD in computer science.</li> </ol> <p>You get the idea...I realize that most of this information is scattered on various websites, but I wanted to know if there was a single source that had a "all the stats on the computer software industry." </p> http://stackoverflow.com/questions/263723/developing-a-software-idea-into-a-business 62 Developing a software idea into a business AndyUK 2008-11-04T22:30:33Z 2009-11-02T02:59:59Z <p>I am interested in finding out the experiences of those who at one time have come up with a neat software idea, maybe as a result of a hobby, dissertation, college project, etc and have developed it into their own business. Or maybe those that could not endure subordination, wanted to create something for themselves and have done so.</p> <p>I have one or two ideas of my own I would like to pursue and some of the things I am interested in finding out are:</p> <ul> <li><p>The methods used to find out if people actually want your product?</p></li> <li><p>Price discovery - finding out what people were willing to pay for it.</p></li> <li><p>The pitfalls...</p></li> <li><p>Did you put about a prototype based on what you thought customers would want and refine it according to their reactions? Or the other way: research it all first before even writing a line of code...</p></li> </ul> <p>Many thanks</p> <p>Andy</p> http://stackoverflow.com/questions/190110/real-world-examples-of-scala-applications 7 Real-world examples of Scala applications? Julie 2008-10-10T04:18:12Z 2009-10-29T12:13:47Z <p>Has anyone out there worked on, or know of any real-world Scala applications? There has been a lot of talk lately, and I have even gone so far as to start learning it. I'd like to know if there are any real-world indicators out there as to whether my benefit from learning scala will be purely academic, or whether this skill will be worth something on a resume in the future.</p> <p>EDIT: Thank you for the three answers so far - they indicate different crucial pieces of the puzzle - tool support, experimentation/academic support and the brave few who venture out there and try to build a for-profit application with it.</p> http://stackoverflow.com/questions/1636171/how-can-you-know-if-a-problemor-lack-of-feature-on-a-certain-software-is-a-busi 3 how can you know if a problem(or lack of feature) on a certain software is a business case or technical one? Hao 2009-10-28T09:47:43Z 2009-10-28T10:38:15Z <p>after some googling-fu on making subscript text in crystal report, i found <a href="http://social.msdn.microsoft.com/Forums/en-US/vscrystalreports/thread/bbd5171e-12ed-4b88-8aae-5e716c917e41" rel="nofollow">this</a>, <a href="http://www.c-sharpcorner.com/Forums/ShowMessages.aspx?ThreadID=30895" rel="nofollow">this</a> and numerous others.</p> <p>my question is, how can you know if a problem(or lack of feature) on a certain software is a business case or technical one?</p> <p>a part of me tells that this is a business case(Business Object(SAP?)), they want to squeeze money from every features. though a part of me tells me that this is a technical one, Crystal Version is on its 11th version already, yet they still don't know how to add subscript capability for text.</p> <p>like the MERGE statement of MSSQL 2005 it was there in its beta(i just read somewhere), but was removed when released, the feature was deferred to 2008. this has a business case ring to me more than a technical case.</p> http://stackoverflow.com/questions/1630638/is-using-a-geographically-distributed-development-team-a-better-approach-for-runn 6 Is using a geographically distributed development team a better approach for running a software startup? Olly 2009-10-27T13:01:10Z 2009-10-27T15:12:32Z <p>It's commonly agreed that successful software development is as much about teamwork and communication as it is about individual programming expertise. Given this, one might assume that by operating a geographically distributed team you are at an immediate disadvantage to a tight-knit team all working locally.</p> <p>When my startup company was founded, we couldn't afford shared office space and I was actually located in a different city to the rest of the team, so we all had to work remotely and use tools such as Basecamp, Skype and Trac to communicate. One the whole, this was <em>really</em> successful -- we got a huge amount of quality work done in a short space of time and launched a successful product. Working remotely gave our developers the time and space they needed to focus on the job and be <em>productive</em> without having interruptions or enduring office politics. To me, this is a huge advantage.</p> <p>Given my experience, as well as the success of software companies with distributed teams such as <a href="http://37signals.com/" rel="nofollow">37signals</a> and StackOverflow (and I'm sure many more), I'm increasingly of the opinion that the advantages of running a distributed team outweighs those of running a centralised team, especially for start-up companies. </p> <p>Would you agree? </p> http://stackoverflow.com/questions/166588/how-to-become-a-programmer-for-hire 13 How to become a programmer for hire? Brian G 2008-10-03T12:34:20Z 2009-10-27T10:37:54Z <p>Anyone know how to successfully start your own business as a programmer for hire. Consultant or contractor or whatever you want to call it.</p>