Tagged Questions

20
votes
13answers
1k views

The most impossible programming/technical behavior

What is the most impossible/irrational/magic behavior you ever encountered and what was the 'simple' rationale behind it? As an example i give this link to the famous 500-miles problem.
7
votes
5answers
604 views

Things I cannot do in ASP.NET MVC

Are there some things I cannot do with ASP.NET MVC? Things that are only possible with ASP.NET WebForms, or extremely much easier with WebForms? We consider using ASP.NET MVC for a new project. …
4
votes
7answers
417 views

C++, an “impossible” behavior

If you've been programming for a while then you probably noticed something completely impossible occurs every now and then for which you are convinced there is no possible explanation ("IT'S A …
4
votes
15answers
419 views

An impossible problem - fitting a large html table into a small space

The obvious answer to this is "it's not possible" or "make the data smaller"...I have tried these and they don't wash so I need to come up with an alternative There is a table on a web page that has …
0
votes
3answers
408 views

Adding Icon on desktop of iPhone

Hi, I want to place an icon on the iPhone screen form my application, like placing an icon and if i will touch that icon it will do the desired operation, like opening a sound file or an image. So …
0
votes
4answers
808 views

javascript user selection highlighting

I'm trying to find a way with javascript to highlight the text the user selects when they click some odd highlight button (as in <span style="background-color:yellow">highlighted …