active questions tagged software - Stack Overflow most recent 30 from stackoverflow.com 2009-12-23T00:10:59Z http://stackoverflow.com/feeds/tag/software http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/257074/microsoft-project 5 Microsoft Project David Neeck 2008-11-02T17:19:45Z 2009-12-22T17:00:47Z <p>Is Microsoft Project the best tool for managing software development or IT projects or is there an alternative that is better?</p> http://stackoverflow.com/questions/1931337/whats-your-favorite-software-book-that-was-fun-to-read 12 Whats your favorite software book that was fun to read? [closed] medopal 2009-12-18T23:47:16Z 2009-12-22T16:53:38Z <blockquote> <p><strong>Possible Duplicates:</strong><br> <a href="http://stackoverflow.com/questions/1711/what-is-the-single-most-influential-book-every-programmer-should-read">What is the single most influential book every programmer should read?</a><br> <a href="http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer">What development book made the most impact on you as a developer?</a> </p> </blockquote> <p>I read software books all the time, but lot of them become really boring after 2-3 chapters, and i struggle to end it. On the other hand there is some books that are fun and exciting to read one, two and even three times. </p> <p>My personal favorite is Head First, the series. I read 3 of their books and they are all exciting to read and full of geeky jokes, you never get bored.</p> <p>So what do you suggest? </p> <p>NOTE: Please put fun/exciting only books so not to conflict with other questions.</p> http://stackoverflow.com/questions/1943915/how-are-sales-promotional-and-targeting-software-work -1 How are Sales/Promotional and Targeting Software Work ? [closed] Rachel 2009-12-22T02:56:55Z 2009-12-22T02:56:55Z <p>How do Sales, Promotional and Targeting works with Big Companies like Amazon, Google etc ? What are things to keep in mind while designing and developing such kind of Software ?</p> http://stackoverflow.com/questions/1940675/how-to-search-all-open-files-in-eclipse 0 How to search all open files in Eclipse? daveslab 2009-12-21T15:16:02Z 2009-12-21T20:59:07Z <p>Simple question: how do I search all the files currently open in Eclipse? Note: I don't wanna search all the files I have in that workspace, just the ones open in tabs. Is there an easy way to do this?</p> http://stackoverflow.com/questions/1941377/cannot-save-adobe-illustrations-as-pdf-files 0 Cannot save Adobe Illustrations as .pdf files Parastar 2009-12-21T17:12:07Z 2009-12-21T17:35:49Z <p>Hi, I use adobe Illustrator creative suite 3. Now there seems to be a problem. I can't save my Illustrations In the .pdf format, since this format seems to preserve the graphic quality this Is vitally Important to me. If I save the Graphic In .jpef /.gif or png there Is some serious loss of quality so I need to find out a way to get this sorted.</p> <p>when I try to save the graphic as pdf It says "An unknown error has occured"</p> <p>please can anyone help me out here?</p> <p>Thank you,</p> http://stackoverflow.com/questions/1925742/need-help-finding-a-php-e-commerce-package-for-virtual-products-courses 0 Need help finding a PHP e-Commerce package for virtual products/courses The Wicked Flea 2009-12-18T01:28:37Z 2009-12-18T01:40:32Z <p>Okay, I'm trying to figure out a good e-Commerce package for a client of mine, and it just isn't easy to find. I'm working on a LAMP system, so please try to restrict your software packages to that platform. (PHP 5 &amp; MySQL 5 are easily available.)</p> <p><em>Don't mention Magento</em>, that was a nightmare to attempt to install and maintain.</p> <p><hr></p> <p>I need an e-Commerce package that provides (required):</p> <ul> <li><p><strong>Quantity discounts.</strong></p> <p>For instance, a quantity of 1-4 is priced at $99 per unit, and 5-9 is priced at $89 per unit, etc.</p></li> <li><p><strong>Digital products.</strong></p> <p>My client wants to sell screencasts, podcasts, and e-Books; in other words: virtual products. Without support for virtual products, selling downloads is rather <em>difficult</em>.</p></li> <li><p><strong>Download protection.</strong></p> <p>Again, my client wants to sell downloads and wants to protect against hot-linking. The problem comes with adding in a quantity − selling seats to a screencast is pretty pointless without a modicum of control. Therefore, we need to limit downloads.</p></li> </ul> <p><strong>What he'd actually like:</strong></p> <p>My client wants to sell educational screencasts and podcasts, and would like to allow for a specific number of seats for a screencast or podcast. In addition, if possible he'd like to keep the screencast on the site and sell access to a number of them as a <em>training course</em>.</p> <p>Obviously the course needs to expire, the individuals need to get access to the course, and the whole thing needs to be easy enough for someone with general web expertise to manage.</p> <p>I'm running up against a wall here, folks. I've looked demos at OpenSourceCMS for so long I'm not even sure what to use. Is there a free or low cost ($100 - $400) package that will do what he <em>wants?</em></p> <p>If all else fails, what's easy enough to extend that I can add the functionality he needs?</p> http://stackoverflow.com/questions/1852597/what-is-a-good-programming-language-for-music-software 1 what is a good programming language for music software? serdar karatekin 2009-12-05T16:15:32Z 2009-12-14T21:28:38Z <p>i want to write a music software that can play music, can detect pitch of the sound taken from the computer's microphone(with an algorithm that uses sound filters to filter out frequencies), and enables a good user interface. something similar to smartmusic: <a href="http://smartmusic.com" rel="nofollow">http://smartmusic.com</a></p> <p>any suggestions for what might be the most appropriate language to write this kind of software ? does anyone know what language smartmusic was coded in?</p> <p>thanks</p> http://stackoverflow.com/questions/223070/database-of-software 0 Database of Software Brian Hasden 2008-10-21T19:02:13Z 2009-12-14T16:11:49Z <p>I'm looking for a database of commonly installed Windows software. At minimum I need the name of the software and the executable name, but it'd also be nice to have the publisher and the common installation path, etc. Basically, I'd like to be able to query it to find all the software by Adobe and the associated executable name, etc. </p> <p>Basically I'm looking to be able to do </p> <pre><code>SELECT * FROM Software WHERE Publisher = 'Microsoft' SELECT * FROM Software WHERE Executable = 'devenv.com' </code></pre> <p>I came across an effort to create such a database a long time ago, but can't seem to find it now. Maybe it fizzled out. Any help would be greatly appreciated. Thanks.</p> http://stackoverflow.com/questions/1122875/developing-mysql-stored-procedures-with-intellisense 0 Developing MySQL Stored Procedures with Intellisense? Ivan 2009-07-14T00:28:41Z 2009-12-13T23:47:53Z <p>Hello, i've looking for an IDE for MySQL with intellisense, which would help a lot. Any suggestions? Thanks!</p> http://stackoverflow.com/questions/1891964/best-license-for-private-software 1 Best license for private software Nick 2009-12-12T01:57:46Z 2009-12-12T02:12:16Z <p>I've been trying to get my head around private software licenses. I'm working for several companies at the same time - most of whom share my codes and all of whom want to own everything. It creates a bit of problem for me since I don't mind them owning the code, but at the same time I don't want to re-write code snippets (classes, methods, functions, etc) for each project. Even if I tried I don't think I could make the code unique enough - I would end up writing the exact same code again.</p> <p>I would want to use a standard license (eg GPL, BSD, ..) to give the companies every right to use and redistribute my codes with the systems I develop for them, even if they are re-sold or duplicated. At the same time I don't want to get in trouble if the same code has been given to two different companies. Preferably (although this may be contradictory) I'd also want to restrict the companies from selling my codes to other companies, unless part of the systems I build for them.</p> <p>Does this make any sense? Does such a license exist or do I have to go down the exhausting road of writing special contracts with each company?</p> http://stackoverflow.com/questions/1890723/programmable-answering-machine-software 0 Programmable Answering Machine Software? [closed] Henry 2009-12-11T20:36:00Z 2009-12-11T21:40:40Z <p>Are there any free or commercial answering machine software that can be programmed to play different message based on the datetime of call?</p> <p>hardware: TAPI voice modem on Windows.</p> <p>Thanks</p> http://stackoverflow.com/questions/1890151/professional-website-builder 0 Professional Website Builder Bryan 2009-12-11T18:55:43Z 2009-12-11T19:02:34Z <p>I have been developing in ASP.NET and c#, actionscript flash/flex cs3, and the iPhone. I have a little all around knowledge of everything including html, css, and jQuery.</p> <p>Usually I write applications, and now I want to build a commercial website with videos and testimonials and automailing. I recently bought a MacBook Pro and I love the ease of use for building simple personal websites. I want something similar but more powerful. I have found Dreamweaver a little difficult on the design side ( I have not tried CS4 yet).</p> <p>I do not want to use joomla or drupal because they are to difficult for me to customize. </p> <p>What website builder do you think is easiest and best to build professional websites and what productivity/design features do you like best about it?</p> <p>Thanks for your time.</p> http://stackoverflow.com/questions/402114/what-are-examples-of-good-software-to-use-for-web-design 1 What are examples of good software to use for Web Design jazzrai 2008-12-31T02:20:05Z 2009-12-11T08:39:22Z <p>Can anyone suggest examples of good software to use for Web Design ?</p> http://stackoverflow.com/questions/1875047/how-does-software-activation-work 0 How does software activation work? Tanmoy 2009-12-09T16:26:25Z 2009-12-10T03:00:04Z <p>I have tried searching, and all questions are related to specific things like "<em>how to generate key</em>", and the like. Can anybody explain how different types of software activation work?</p> http://stackoverflow.com/questions/1869055/software-enhancements-tracking 1 software enhancements tracking bushman 2009-12-08T18:50:18Z 2009-12-08T20:46:13Z <p>is bug tracking different than feature enhancement tracking? if so, what tools do you use to track newer features to be added to existing applications?</p> http://stackoverflow.com/questions/1834852/software-development-crash-course 9 Software development crash course IndexController 2009-12-02T18:26:51Z 2009-12-08T10:20:36Z <p>Hey guys, I need a urgent crash course on software development. We are about to start a major project at work. The project is a huge web application and I have been chosen to lead the team. The problem now is, I am not familiar with the software development process. The way I used to go about my development is think it and do it, but now I won't be able to do that because I have to collaborate with others. I will very much appreciate if someone can help with a link to a crash course. Thanks.</p> http://stackoverflow.com/questions/1857113/protecting-a-high-value-c-application-with-only-one-user 9 Protecting a high value C# application with only one user unknown (yahoo) 2009-12-07T00:15:29Z 2009-12-07T22:01:30Z <p>I have a single application -- written in C# -- which is used by only one user. I provide this software for a very high monthly fee (> $10,000). I'd like to protect this application against use by any other user and I'd like to be able to stop the one user from using the application if they stop paying the license fee.</p> <p>I know that there is no perfect protection scheme, and I've reviewed the many similar questions on SO, but my question is a little different because I have only one client, I have full access to their hardware, and I don't mind taking even a few hours per installation for a substantial increase in security.</p> http://stackoverflow.com/questions/1861760/is-there-a-best-tool-for-exposing-mysql-tables-to-an-end-user 1 Is there a "best" tool for exposing MySQL tables to an end user? Art 2009-12-07T17:59:21Z 2009-12-07T18:48:51Z <p>I'm looking for a GUI tool that requires minimal configuration which will enable an end-user (read cheap help) to add/delete/change <a href="http://en.wikipedia.org/wiki/MySQL" rel="nofollow">MySQL</a> table entries.</p> <p>I don't want a tool that is a MySQL manager, configurator, administrator, etc. Just a simple front-end to display and manipulate data in a table.</p> <p>What suggestions do you have?</p> <p>I've looked all over and feel like I'm missing the obvious.</p> http://stackoverflow.com/questions/1834349/how-often-do-you-upgrade-your-bug-tracking-system-software 0 How often do you Upgrade your Bug Tracking System / Software Mahesh Velaga 2009-12-02T17:05:48Z 2009-12-07T16:58:17Z <p>Hi all,</p> <p>I am using Fogbugz as my Bug tracking software, and was thinking on a schedule so that I can upgrade my Bug tracking software once in a while according to that schedule.</p> <p>I was just curious on how others are doing their upgrades, and how often.</p> <p>It would also be nice If you share on what basis you schedule the frequency of your Bug tracking software's upgradation.</p> <p>Thanks.</p> http://stackoverflow.com/questions/1804649/good-learning-materials-for-lean-programming 0 Good learning materials for Lean Programming tuanvt 2009-11-26T16:32:34Z 2009-12-06T04:03:16Z <p>Hello guys, I am looking into improving my practice of web development and come across the popular term of LEAN Programming. Have you guys got some recommended sources of information that I could dig on , any thing would be appreciated. Thanks</p> http://stackoverflow.com/questions/1853621/what-are-effective-strategies-for-documenting-a-large-legacy-net-platform-as-the 2 What are effective strategies for documenting a large legacy .Net platform as the main developer just quit? CodeToGlory 2009-12-05T22:05:56Z 2009-12-05T23:30:42Z <p>A very limited understanding is available across the remaining junior developers. Please share your strategies.</p> http://stackoverflow.com/questions/1840100/mass-excel-to-csv-converter 0 mass excel to csv converter [closed] kv 2009-12-03T14:14:05Z 2009-12-03T14:42:02Z <p>any free tool for mass excel to csv converter</p> http://stackoverflow.com/questions/1315499/is-there-a-single-software-for-multiple-browser-testing 2 Is there a single software for multiple browser testing? Logesh Paul 2009-08-22T08:31:39Z 2009-12-02T16:22:57Z <p>Hi,</p> <p>I was interested to know if there in single software which have multiple browser testing facility? </p> <p>If there is something like that please suggest. I have already heard about browser cam websites which provides screen shots of different browsers. But we need to wait for the screen shot and also it cannot be tested frequently while compiling the HTML &amp; CSS..</p> <p>So if its a software we can test while compiling. Have anybody aware of that?...</p> <p>Thanks in advance, Pal</p> http://stackoverflow.com/questions/950786/book-recommendations-about-the-business-of-software 5 Book recommendations about the business of software rudigrobler 2009-06-04T14:02:40Z 2009-12-02T00:13:02Z <p>I am evaluating my options of starting my own software company and I am wondering if anybody can recommend any good books about the subject. I am busy reading "<a href="http://rads.stackoverflow.com/amzn/click/1590596234" rel="nofollow">Eric Sink on the Business of Software</a>". Any other suggestions very welcome!</p> http://stackoverflow.com/questions/1818595/how-do-i-identify-improvement-areas-for-software-development-in-my-team 2 How do i identify improvement areas for software development in my team? melaos 2009-11-30T08:54:38Z 2009-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/1815734/what-does-the-enterprise-ready-mean 1 What does the 'Enterprise Ready' mean? Simon 2009-11-29T15:00:03Z 2009-11-29T15:57:00Z <p>What do you mean by saying that something is 'Enterprise Ready'?</p> http://stackoverflow.com/questions/1476420/piwik-web-analytics-anyone-with-experience-of-it 0 Piwik Web Analytics - Anyone with experience of it? Phil.Wheeler 2009-09-25T09:47:19Z 2009-11-28T08:28:41Z <p>I'm considering trying to get more granular analytics for my sites than the free plan on my current provider, <a href="http://getclicky.com" rel="nofollow">Clicky</a>, provides.</p> <p><a href="http://piwik.org/" rel="nofollow">Piwik</a> looks like a strong contender in the analytics space (and I'm surprised I haven't heard about it before) but I want to be sure I'm not throwing the baby out with the bathwater by swapping to it.</p> <p>Does anyone have any experience with this software and - in particular - are there any people out there who've tried customising the code or developing their own plugin?</p> http://stackoverflow.com/questions/1807194/regular-expression-tools 0 Regular Expression Tools [closed] 0xC0DEFACE 2009-11-27T07:08:09Z 2009-11-27T08:13:48Z <blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="http://stackoverflow.com/questions/32282/regex-testing-tools">Regex Testing Tools</a> </p> </blockquote> <p>What sorts of tools do other programmers use when creating regular expressions?</p> <p>I use <a href="http://weitz.de/regex-coach/" rel="nofollow">The Regex Coach</a> but it is sometimes a little slow when dealing with larger expressions. </p> http://stackoverflow.com/questions/347584/why-is-software-quality-so-problematic 45 Why is software quality so problematic? Yuval A 2008-12-07T13:40:35Z 2009-11-26T09:42:46Z <p>Even when viewing the subject in the most objective way possible, it is clear that software, as a product, generally suffers from low quality.</p> <p>Take for example a house built from scratch. Usually, the house will function as it is supposed to. It will stand for many years to come, the roof will support heavy weather conditions, the doors and the windows will do their job, the foundations will not collapse even when the house is fully populated. Sure, minor problemsdo occur, like a leaking faucet or a bad paint job, but these are not critical.</p> <p>Software, on the other hand is much more susceptible to suffer from bad quality: unexpected crashes, erroneous behavior, miscellaneous bugs, etc. Sure, there are many software projects and products which show high quality and are very reliable. But lots of software products do not fall in this category. Take into consideration paradigms like TDD which its popularity is on the rise in the past few years.</p> <p>Why is this? Why do people have to fear that their software will not work or crash? (Do you walk into a house fearing its foundations will collapse?) Why is software - subjectively - so full of bugs?</p> <p><strong>Possible reasons:</strong></p> <ul> <li>Modern software engineering exists for only a few decades, a small time period compared to other forms of engineering/production.</li> <li>Software is very complicated with layers upon layers of complexity, integrating them all is not trivial.</li> <li>Software development is relatively easy to start with, anyone can write a simple program on his PC, which leads to amateur software leaking into the market.</li> <li>Tight budgets and timeframes do not allow complete and high quality development and extensive testing.</li> </ul> <p>How do you explain this issue, and do you see software quality advancing in the near future?</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>