2
votes
9answers
285 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
2answers
48 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 …
1
vote
3answers
51 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
66 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 …
1
vote
3answers
55 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 …
1
vote
3answers
101 views
Free Codesmith alternatives?
Are there any free/open source alternatives to Codesmith that would be comparable in features and generate .NET code?
3
votes
3answers
158 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 …
0
votes
2answers
63 views
suggestion for a fresher [closed]
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 …
0
votes
10answers
201 views
Alternative to Dreamweaver?
I'm tired of Dreamweaver overwriting wrong files on the server,
so I'm looking for an alternative.
I want color-coding and possibility to open/save and edit files direct from th …
1
vote
3answers
288 views
jquery tablesorter plugin - retain alternative row colors
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.
the issue is that the alternative row colors …
0
votes
1answer
41 views
Alternative to Litmus?
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.
Essentially, litmus is what we need, …
1
vote
5answers
83 views
Outlook security
Hi to Everyone!!
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 m …
0
votes
1answer
39 views
Mysql match against alternative
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 th …
1
vote
4answers
168 views
Are there any alternatives to the MVC frameworks for PHP that would be considard best practice?
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 b …
1
vote
3answers
276 views
Editors with MiniMap like Sublime Text
Are there any other editors other than Sublime Text with the MiniMap feature as seen bellow?
The reason why I'm asking this because Sublime Text isn't cheap for a text editor an …
