0
votes
5answers
83 views
Database alternatives?
I was wondering the trade-offs for using databases and what the other options were? Also, what problems are not well suited for databases?
I'm concerned with Relational Databases. …
1
vote
6answers
60 views
Software for Sequence Diagrams?
I've been using NClass for object/class modeling in class thus far.
However, I do not believe that it is capable of sequence diagrams, which is my next task.
I would prefer not t …
2
votes
4answers
781 views
Nicer alternative to the default Rails scaffolding stylesheet: scaffold.css?
I'm looking for a more attractive alternative to the standard scaffold.css?
Has anyone come across a stylesheet that was specifically designed as a more attractive, less sparse a …
0
votes
3answers
47 views
Alternative to line numbers for identification of code
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 li …
6
votes
9answers
287 views
What is the state of non-Objective-C programming for iPhone?
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.
I know of two exist …
3
votes
3answers
176 views
TinyMCE writes terrible HTML!
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 …
3
votes
4answers
222 views
Alternative to Esper?
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 …
1
vote
3answers
52 views
Maven - which projects or techologies you are using it for?
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-buil …
1
vote
3answers
120 views
Free Codesmith alternatives?
Are there any free/open source alternatives to Codesmith that would be comparable in features and generate .NET code?
1
vote
2answers
52 views
open source alternatives to popular websites
Hello,
The other day I came across Jaiku, which is a well structured microblogging system open sourced by Google.
It surprised me I had never heard about this, so I was wondering …
2
votes
9answers
310 views
C - alternative to #ifdef
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 s …
1
vote
3answers
73 views
Interface :- Alternative Approach
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 t …
0
votes
2answers
91 views
is there a good alternative to richtextbox in wpf?
Hey all
Blend seems to crash when I try to edit the template of a RichTextBox (even blend 3.)
I need an alternative that can display bold, highlighted, italic text
of different c …
1
vote
4answers
172 views
Alternative to MS Project 2007 for production scheduling?
OK... Im coming to grips with the fact that MS Project 2007 may not be the correct tool for my production scheduling.
We serve 120 to 150 projects a year with durations from 6 w …
1
vote
3answers
59 views
Linq Compound selection
How can i combine two arrays in to a single array during compound selection ( without using Union ) ( The question was asked at interview).
var num1 = new int[] { 12, 3, 4, 5 …
