active questions tagged alternative - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T13:14:33Zhttp://stackoverflow.com/feeds/tag/alternativehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1813242/sqlite3-alternatives-for-iphone0Sqlite3 alternatives for iPhoneluvieere2009-11-28T18:06:56Z2009-11-28T23:43:35Z
<p>Are there any other database engines that could be used on the iPhone, besides sqlite3? Something like <a href="http://sourceforge.net/projects/textdb/" rel="nofollow">textDb</a> is for PHP, single-file and no server.</p>
http://stackoverflow.com/questions/1810476/good-alternative-for-adobe-air-and-zinc-in-flash-10-as-2-00Good alternative for Adobe AIR and Zinc in Flash 10 + AS 2.0victor hugo2009-11-27T20:09:51Z2009-11-28T08:20:53Z
<p>I'm making a Flash app in Flash 10 and ActionScript 2.0 and need support for calling an EXE with some params and minimizing/close the application.</p>
<p>Neither Adobe AIR nor Zinc don't seem to support some code I made and I'm looking for a very simple alternative? Does anyone know about an alternative?</p>
http://stackoverflow.com/questions/1703088/what-is-the-state-of-non-objective-c-programming-for-iphone7What is the state of non-Objective-C programming for iPhone?Ben S2009-11-09T19:11:02Z2009-11-26T06:05:03Z
<p>After spending three weeks learning Objective-C and Cocoa programming for my work, I've been tasked with researching alternatives to it for iPhone development.</p>
<p>I know of two existing alternatives, and one future possibility.</p>
<p><strong>C#</strong></p>
<ul>
<li><a href="http://monotouch.net/" rel="nofollow"><strong>MonoTouch</strong></a> is a C#.NET implementation with bindings for iPhone specific functionality such as touch screen and accelerometer. It integrates with Xcode and Interface Builder and also allows for custom Objective-C bindings to be made.</li>
</ul>
<p><strong>Java</strong></p>
<ul>
<li><a href="http://www.innaworks.com/alcheMo-for-iPhone.html" rel="nofollow"><strong>alcheMo-for-iPhone</strong></a> generates C++ code to be compiled for iPhone from J2ME source. It also provides touch screen and accelerometer bindings.</li>
</ul>
<p><strong>Flash / ActionScript 3</strong></p>
<ul>
<li>Adobe has announced that <a href="http://labs.adobe.com/technologies/flashcs5/appsfor%5Fiphone/" rel="nofollow"><strong>Flash Professional CS5</strong></a> will allow Flash applications to be deployed for iPhone. No details have been given yet.</li>
</ul>
<p>I'd like to know if anyone has experience with any of these. Our company is looking into re-using code using these solutions if possible, rather than re-writing the same functionality in Objective-C.</p>
<p><strong>EDIT:</strong> I know the drawbacks of not using Objective-C and the provided frameworks. I would like input as to possible solutions from people with experience doing this rather than reasons why Objective-C is better.</p>
http://stackoverflow.com/questions/1761533/database-alternatives0Database alternatives?dasickis2009-11-19T07:36:32Z2009-11-19T20:13:39Z
<p>I was wondering the trade-offs for using databases and what the other options were? Also, what problems are not well suited for databases?</p>
<p>I'm concerned with Relational Databases. </p>
http://stackoverflow.com/questions/1743618/software-for-sequence-diagrams1Software for Sequence Diagrams?bobber2052009-11-16T17:24:29Z2009-11-16T18:06:45Z
<p>I've been using <a href="http://nclass.sourceforge.net/" rel="nofollow">NClass</a> for object/class modeling in class thus far.</p>
<p>However, I do not believe that it is capable of sequence diagrams, which is my next task.</p>
<p>I would prefer not to use Visio. Is there a good and free software solution for making sequence diagrams? </p>
http://stackoverflow.com/questions/854015/nicer-alternative-to-the-default-rails-scaffolding-stylesheet-scaffold-css2Nicer alternative to the default Rails scaffolding stylesheet: scaffold.css?emo2009-05-12T17:57:18Z2009-11-11T21:07:00Z
<p>I'm looking for a more attractive alternative to the standard scaffold.css? </p>
<p>Has anyone come across a stylesheet that was specifically designed as a more attractive, less sparse alternative to the built-in scaffold.css?</p>
http://stackoverflow.com/questions/1713869/alternative-to-line-numbers-for-identification-of-code0Alternative to line numbers for identification of codeRobert MacLean2009-11-11T08:44:24Z2009-11-11T08:54:37Z
<p>Line numbers are great in the IDE when you are working with compiler errors - but they degrade overtime. In other words they change when code is added/removed/refactored and the line number that was used in a code review or stack trace may be in the wrong place.</p>
<p>Is there an alternative to using line numbers to identify specific lines of code which does not degrade over time?</p>
http://stackoverflow.com/questions/1343763/tinymce-writes-terrible-html3TinyMCE writes terrible HTML!Gabriel Hurley2009-08-27T21:11:59Z2009-11-08T23:00:57Z
<p>I've currently got TinyMCE incorporated into the backend editor of a simple blogging/page-editing app, but I'm extremely unhappy with the HTML code it creates. It does all sorts of messy things like:</p>
<ul>
<li>Adding inline style information to span tags that you can't ever find to get rid of without editing the HTML directly.</li>
<li>Nesting tags in nonsense ways (e.g. <code><p><strong><p><span>some text</span></p><strong></p></code> just to make something bold.)</li>
<li>Adding empty <code><p>&nbsp;</p></code> lines where they don't belong and I'm <em>not</em> trying to create blank lines.</li>
</ul>
<p><strong>EDIT:</strong> I've looked at lists of the other editors out there (including on SO), but I want to know if people firsthand have had better luck getting clean code out of their wysiwyg editors.</p>
<p>Any recommendations for one that outputs better code behind the scenes?</p>
http://stackoverflow.com/questions/619846/alternative-to-esper3Alternative to Esper?Esperanto2009-03-06T18:10:46Z2009-11-04T08:06:20Z
<p>I am really interested in Complex Event Processing and have been looking at Esper. However my company has an anti-GPL stance and I was wondering if there are non-GPL alternatives out there under a more business friendly license like Apache or BSD?</p>
http://stackoverflow.com/questions/1561318/maven-which-projects-or-techologies-you-are-using-it-for1Maven - which projects or techologies you are using it for?DroidIn.net2009-10-13T16:17:47Z2009-11-02T02:01:14Z
<p>I've been leading rather large project that strives to "Mavenize" various testing apps produced by the engineering tools group over past 5+ years to test and optimize our home-built database. So far our group managed to successfully retrofit (beside obvious Java) few <code>Coldfusion</code>-based apps, <code>PHP</code> app, large <code>.NET</code> app with about 30 modules and currently working on roughly 40 <code>C/C++</code> apps. Actually, once you abstract yourself from Java-centric nature of Maven and throw in few useful plugins such as <code>antrun</code>, <code>exec</code>, <code>assembler</code> and <code>resource</code> you can pretty much figure out way of "Mavenizing" just about anything. </p>
<p>So my question is - are there people who had this sort of experience - using Maven to manage non-Java projects? What was it? What language/technology? What did you end up using? How? Were you successful? And if not - what did you end up using as alternative?</p>
http://stackoverflow.com/questions/1483607/free-codesmith-alternatives1Free Codesmith alternatives?moose-in-the-jungle2009-09-27T13:50:28Z2009-10-30T17:06:34Z
<p>Are there any free/open source alternatives to Codesmith that would be comparable in features and generate .NET code?</p>
http://stackoverflow.com/questions/1634608/open-source-alternatives-to-popular-websites1open source alternatives to popular websitesRichard2009-10-28T00:57:09Z2009-10-28T01:04:44Z
<p>Hello,</p>
<p>The other day I came across <a href="http://www.jaiku.com/" rel="nofollow">Jaiku</a>, which is a well structured microblogging system <a href="http://code.google.com/p/jaikuengine/" rel="nofollow">open sourced</a> by Google.</p>
<p>It surprised me I had never heard about this, so I was wondering what other open source alternatives exist for mainstream websites? </p>
<p>I am not asking about forums, eCommerce, wiki's, CMS's, etc, where the market leaders are already well known open source applications (phpBB, osCommerce, Mediawiki, Drupal). </p>
<p>But what about open source alternatives for:</p>
<ul>
<li>Social networking (Facebook)?</li>
<li>Classified advertising (Craigslist)?</li>
<li>Jobs (CareerBuilder)?</li>
<li>Dating (eHarmony)?</li>
</ul>
<p>Or any other field that is defined by a commercial website, as Twitter does for microblogging.</p>
http://stackoverflow.com/questions/1632429/c-alternative-to-ifdef2C - alternative to #ifdefDroidIn.net2009-10-27T17:33:20Z2009-10-27T23:41:12Z
<p>I'm trying to streamline large chunk of legacy C code in which, even today, before doing the build guy who maintains it takes a source file(s) and manually modifies the following section before the compilation based on the various types of environment. </p>
<p>The example follows but here's the question. I'm rusty on my C but I do recall that using #ifdef is discouraged. Can you guys offer better alternative? Also - I think some of it (if not all of it) can be set as environment variable or passed in as a parameter and if so - what would be a good way of defining these and then accessing from the source code?</p>
<p>Here's snippet of the code I'm dealing with</p>
<pre><code>#define DAN NO
#define UNIX NO
#define LINUX YES
#define WINDOWS_ES NO
#define WINDOWS_RB NO
/* Later in the code */
#if ((DAN==1) || (UNIX==YES))
#include <sys/param.h>
#endif
#if ((WINDOWS_ES==YES) || (WINDOWS_RB==YES) || (WINDOWS_TIES==YES))
#include <param.h>
#include <io.h>
#include <ctype.h>
#endif
/* And totally insane harcoded paths */
#if (DAN==YES)
char MasterSkipFile[MAXSTR] = "/home/dp120728/tools/testarea/test/MasterSkipFile";
#endif
#if (UNIX==YES)
char MasterSkipFile[MAXSTR] = "/home/tregrp/tre1/tretools/MasterSkipFile";
#endif
#if (LINUX==YES)
char MasterSkipFile[MAXSTR] = "/ptehome/tregrp/tre1/tretools/MasterSkipFile";
#endif
/* So on for every platform and combination */
</code></pre>
http://stackoverflow.com/questions/1615762/interface-alternative-approach1Interface :- Alternative Approachudanamehar2009-10-23T20:38:49Z2009-10-23T20:58:34Z
<p>I am beginner.Practicing in C# 3.0. The requirement is "i have to design model in such a way that ,it should iterate through all classes which implement particular interface
(in this case <code>IExpressWords</code>) and execute the implemented method (<code>void ExpressWords()</code>)"</p>
<p>I collected all classes in a List and iterated.</p>
<pre><code>namespace InterfaceExample
{
public interface IExpressWords
{
void ExpressWords();
}
class GroupOne:IExpressWords
{
string[] str = { "Good", "Better", "Best" };
public void ExpressWords()
{
foreach (string s in str)
{
Console.WriteLine(s);
}
}
}
class GroupTwo:IExpressWords
{
string[] str = { "one", "two", "three" };
public void ExpressWords()
{
foreach (string s in str)
{
Console.WriteLine(s);
}
}
}
class Test
{
static void Main()
{
List<IExpressWords> word = new List<IExpressWords>();
word.Add(new GroupOne());
word.Add(new GroupTwo());
foreach (IExpressWords Exp in word)
{
Exp.ExpressWords();
}
Console.ReadKey(true);
}
}
}
</code></pre>
<p><strong>Questions :</strong></p>
<ol>
<li>What is the name of this pattern ? (
chain-of-responsibility? )</li>
<li>How can i achieve it using delegates
( I am not strong in delegates).</li>
<li>How can i find out all classes that
implement the interface and execute
the method using reflection
?(Curious to know ,how to tackle it
using reflection).</li>
</ol>
<p>(If i am not so clear in description,kindly let me know).</p>
<p><strong>Thanks all for the pouring perennial responses.</strong></p>
http://stackoverflow.com/questions/1233782/is-there-a-good-alternative-to-richtextbox-in-wpf0is there a good alternative to richtextbox in wpf?bluebit2009-08-05T14:51:50Z2009-10-22T13:33:19Z
<p>Hey all</p>
<p>Blend seems to crash when I try to edit the template of a RichTextBox (even blend 3.)</p>
<p>I need an alternative that can display bold, highlighted, italic text
of different colors etc.</p>
<p>Is there anything like this?</p>
http://stackoverflow.com/questions/730166/alternative-to-ms-project-2007-for-production-scheduling1Alternative to MS Project 2007 for production scheduling?john c2009-04-08T14:04:13Z2009-10-19T17:37:27Z
<p>OK... Im coming to grips with the fact that MS Project 2007 may not be the correct tool for my production scheduling. </p>
<p>We serve 120 to 150 projects a year with durations from 6 weeks to 12 months. The task are simple (6 to 8 per project) and the resource pool is stable (15 to 20 people). It's really an assembly line product but with extremely varied durations. I need to be able to prioritize the projects for production and run projects concurrently to fully utilize my resources. What are the feelings of the stackoverflow community. Am I using the wrong program? I was really hoping to make this simple for non-programer types to input project data into a form and have the schedule software automated enough to make most of the decisions. </p>
<p>Is there a better solution available commercially? I'd like to hold on writing a custom spreadsheet as a last resort but if that's the best route then so be it.</p>
<p>Thank you so much for your input.</p>
http://stackoverflow.com/questions/1579716/linq-compound-selection1Linq Compound selectionlinqfying2009-10-16T18:43:43Z2009-10-16T19:00:39Z
<p>How can i combine two arrays in to a single array during compound selection (<b> without using Union </b>) ( The question was asked at interview).</p>
<pre><code> var num1 = new int[] { 12, 3, 4, 5 };
var num2 = new int[] { 1, 33, 6, 10 };
</code></pre>
<p>I tried as</p>
<pre><code> var pairs = from a in num1 from b in num2 select new {combined={a,b}};
</code></pre>
<p>Expected:
combined need to be {12,3,4,5,1,33,6,10}</p>
http://stackoverflow.com/questions/1237812/getting-news-from-mysql-use-of-alternative-function-1Getting news from mysql, use of alternative functionAnzeT2009-08-06T09:15:13Z2009-10-15T02:42:42Z
<p>Hey!</p>
<p>Is there any way to use other functions as mysql_fetch_xxx for getting news from mysql db?
I have used <code>echo mysql_result(mysql_query("SELECT title FROM news WHERE id = $_GET['id']"));</code> but function doesn't work at all.
Any alternatives?</p>
http://stackoverflow.com/questions/1559532/suggestion-for-a-fresher0suggestion for a fresher [closed]career2009-10-13T11:00:39Z2009-10-13T11:13:21Z
<p>Hi i am from pune, i have a work experience of 1 year in ASp.net and i am one project old .But till now i have not done so much coding (i.e in C#) in my project i feel difficult to write the code
i dont understand where to start since its a layered architecture.But i am good in HTML ,CSS,jquery.Now I need to change my job bcoz the companyin which i am working in pays me very less and i am in need of money but if i get any call for an interview for asp.net they expect deep knowledge in C# which i dont have somehow i fear that i wont get selected to any companies .Clearing an interview specially in software is a very tough process for me.Sometimes i feel am i in the right path or wasting my time in things which i can never learn but i dont want to completely go out of software and work something else ..so please guide me what are the other alternative jobs i can look for please help me i am in very much need of a good job</p>
http://stackoverflow.com/questions/1078090/good-lucene-net-alternative-for-asp-net-website0Good Lucene .NET alternative for ASP.NET websitehoest2009-07-03T06:59:54Z2009-10-10T01:26:04Z
<p>Are there any good alternatives for <a href="http://incubator.apache.org/lucene.net" rel="nofollow">Lucene .NET</a> to use in a ASP.NET website?</p>
<p>I want to index XML-, TXT-, PDF- and DOC-files.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1542387/mysql-match-against-alternative0Mysql match against alternativeaddatwork2009-10-09T07:44:34Z2009-10-09T07:55:07Z
<p>I need a search with a relevance algorithm and the database is mysql. I have to sort the results by date, if keyword is in title or not, number of apparitions of the keyword in the text and so on. </p>
<p>Match against doesn't give me that much control. </p>
http://stackoverflow.com/questions/1496549/outlook-security1Outlook securityArnold2009-09-30T07:18:17Z2009-10-05T13:40:38Z
<p>Hi to Everyone!!</p>
<p>Is there any other way to get rid of this outlook security message? "A program is trying to automatically send e-mail on your behalf ... and so on" and it gives me an option to select Yes , No & Help. </p>
<p>Im currently developing an outlook automation app using Ms Access. Everytime I issue Send command this message popups, I tried using SendKeys "%s" but it does not work in Access 2007.</p>
<p>Is there any alternative solution for this? Thanks!!</p>
http://stackoverflow.com/questions/1496999/alternative-to-litmus0Alternative to Litmus?rassie2009-09-30T09:21:58Z2009-10-03T11:58:54Z
<p>We are currently in a desperate need for some manual test management tool. Currently we are using Excel which is unexciting at the very least.</p>
<p>Essentially, <a href="http://litmus.mozilla.org" rel="nofollow">litmus</a> is what we need, however it's a pain to install, tailored to Mozilla, buggy and also hasn't been actively developed for a couple of years now.</p>
<p>Can you recommend an open-source alternative?</p>
<p><strong>EDIT:</strong> Don't nail me on the proper name on this testing, it's a mixture of smoke, regression and acceptance testing and it's mostly manual for now. We have yet to develop our automated tests, until then we need a proper test definition to check our releases against.</p>
http://stackoverflow.com/questions/1483253/alternative-to-dreamweaver0Alternative to Dreamweaver?Johan2009-09-27T10:12:05Z2009-10-01T06:52:08Z
<p>I'm tired of Dreamweaver overwriting wrong files on the server, </p>
<p>so I'm looking for an alternative.</p>
<p>I want color-coding and possibility to open/save and edit files direct from the server, so I don't need to save files on my desktop first.</p>
<p>I'm using Windows.</p>
http://stackoverflow.com/questions/1442026/jquery-tablesorter-plugin-retain-alternative-row-colors1jquery tablesorter plugin - retain alternative row colorsoo2009-09-18T00:22:52Z2009-09-29T03:42:07Z
<p>i took an html table that i am applying alternative row colors and i just added jquery table sorter on it so users can sort the table.</p>
<p>the issue is that the alternative row colors are all messed up now as (based on the sorting) there are multiple rows with the same backcolor . .</p>
<p>is there anyway to reset the alternative row color with jquery table sorter?</p>
http://stackoverflow.com/questions/1344566/editors-with-minimap-like-sublime-text0Editors with MiniMap like Sublime Texteyze2009-08-28T01:20:46Z2009-09-23T11:10:44Z
<p>Are there any other editors other than <a href="http://www.sublimetext.com/" rel="nofollow">Sublime Text</a> with the MiniMap feature as seen bellow?</p>
<p><img src="http://www.sublimetext.com/screenshots/pythonHeroSmall.png" alt="MiniMap in Sublime Text" /></p>
<p>The reason why I'm asking this because Sublime Text isn't cheap for a text editor and besides I've tried the trial version and it still has some bugs and some important features like code folding are still missing.</p>
<p>I've come to enjoy the MiniMap view and I'd like to know if there are any other (possibly free) alternatives.</p>
http://stackoverflow.com/questions/500024/are-there-any-alternatives-to-paypal-that-still-have-a-robust-api12Are there any alternatives to Paypal that still have a robust API?Simucal2009-02-01T02:07:02Z2009-09-17T03:37:10Z
<p>I currently sell a small software program and we use Paypal to handle receiving payment via Credit Cards.</p>
<p>Its fees are really high and some of their policies are a little overreaching.</p>
<p>What alternatives are there that still have a robust API? For example, when we make a sale we have Paypal notify our server when the payment clears so we can send out a persons activation key automatically. </p>
<p>Requirements:</p>
<ul>
<li>We must be able to <strong>take payment within our own website</strong> on our own form. No redirecting to a 3rd parties website to place payment and then come back.</li>
<li>It must <strong>notify our server when a sale goes through</strong> so we can automatically send out a license code email. We do this with PayPal currently.</li>
<li>Must have a <strong>reasonable chargeback policy</strong> and be willing to work with the sellers on issues.</li>
<li>It's <strong>fees must be less than that of PayPal's</strong>. As a small-time developer, I've already paid PayPal $2k in fees. I'd like to cut these costs somewhat.</li>
<li>Must be <strong>trusted by customers</strong>. I don't want some obscure money handler that will scare off my customers.</li>
</ul>
<p>I've heard that one can even get setup to process credit card sales directly and have the charges deposited into a bank account. I'm not sure if this would be ideal or not as I have no experience with it. I would think you would be losing all the nice features most services provide.</p>
<p>So tell me SO, how should I take payment as a small time developer?</p>
http://stackoverflow.com/questions/531026/does-anyone-know-a-better-alternative-to-ms-excels-solver1Does anyone know a better alternative to MS Excel's Solver?tundal452009-02-10T04:10:35Z2009-09-16T16:18:32Z
<p>My company has to crunch a lot of data and part of the process involves running the solver and plotting a graph through resulting data points. Obviously there is a lot of copy and paste involved and the whole process is shaky, error prone and all round cluster-fudge. I was wondering if there was an alternative to the solver that can be used so that even if we have to use excel to plot the final graph, there will be a lot less data that needs to be copied and pasted back and forth. It would be great especially if the tool could be easily integrated into a .NET application but I am open to suggestions that may require a little bit of code-fu to get this to work.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1421504/are-there-any-alternatives-to-the-mvc-frameworks-for-php-that-would-be-considard1Are there any alternatives to the MVC frameworks for PHP that would be considard best practice?Phill Pafford2009-09-14T13:19:39Z2009-09-16T04:35:05Z
<p>I'm looking for a good framework for PHP and see most offer the MVC approach, are there any other (or better) design methods/approaches that would be considered more efficient or best practice? MVC is starting to look dated but I wanted to know if it's still considered the industry standard.</p>
http://stackoverflow.com/questions/1417090/is-there-an-open-source-alternative-to-the-stackoverflow-model1Is there an open source alternative to the stackoverflow model?Iulian Șerbănoiu2009-09-13T07:26:14Z2009-09-13T07:49:32Z
<p>Hello,</p>
<p>I'm interesting in creating a web site similar to stackoverflow. As I'm usually interested in OSS I'd like to know if someone knows about the existence of other Q&A sites whose sources are licensed under an open-source license (not interested which license as long as I can use it - GPL, Apache, BSD, MIT ...).</p>
<p>Thank you,</p>
<p>Iulian</p>
<p>PS: The site would most likely run on a Linux machine with Apache or any other open source web server.</p>