Tagged Questions

0
votes
2answers
95 views

Duplicate error message when validating a model

How is it possible that the model validation errors messages are getting duplicated in ruby on rails application?
0
votes
1answer
36 views

What’s the issue with vcard duplicates?

No software I've seen is able to synchronize contacts between Outlook and my cell without creating duplicates. One would think that someone had synchronization in mind when they th …
7
votes
4answers
574 views

Entire website hijacked! How to prevent from being hijacked?

The technical solution can be found here: Entire website hijacked! Part 2: How to configure name-based virtual hosting? The original domain is http://neteditr.com The offending …
1
vote
1answer
283 views

How to detect duplicate text?

Some thing ago, I write small script using Text::DeDupe to remove duplicates of blog posts before I have to lay my eyes on them. After reading Syntactic Clustering of the Web pape …
4
votes
19answers
981 views

What ticketing system would you suggest? [closed]

Duplicate of:What Help Desk Support Tickets Software Do You Recommend? and Free Support Ticket Software We've come to the point where a good ticketing system is required, to help …
3
votes
2answers
125 views

How to programmatically determine param name when constructing an ArgumentException?

When constructing an ArgumentException, a couple of the overloads take a string that is the invalid argument's parameter name. I figure it would be nice to not have to remember to …
4
votes
6answers
262 views

How to choose colors in web development

When I build a site I tend to do a bit of graphic design (developer style) in Paint.NET, but how do I know the colors will all display properly on all browsers on different machine …
-3
votes
9answers
400 views

Give Me Interview Questions! [closed]

We have a candidate coming in this afternoon, and I would like to give him a few generic coding problems to get an idea of how he thinks. The problems shouldn't be language-specif …
4
votes
7answers
819 views

Is there some industry standard for unacceptable webapp response time?

There's a cots(commercial off-the-shelf) application that I work on customizing, where a couple of pages take an extremely long time to load for certain distributions of data. (I'm …
2
votes
5answers
192 views

Using the same test suite on various implementations of a repository interface.

I have been making a little toy web application in C# along the lines of Rob Connery's Asp.net MVC storefront. I find that I have a repository interface, call it IFooRepository, w …