Tagged Questions

2
votes
2answers
114 views

Transitioning from .NET to Lisp. Has anybody here done it?

I use ASP.NET during my day job, but I'm always looking to expand my programming knowledge. I've tinkered with everything from Ruby to 6502 assembly language, and now I want to learn Lisp. I guess I …
111
votes
41answers
7k views

Hidden Features of ASP.NET

There are always features that would be useful in fringe scenarios, but for that very reason most people don't know them. I am asking for features that are not typically taught by the text books. …
0
votes
3answers
78 views

Tips for quick web-app prototyping

I've got the upcoming month of December off and with graduation and a job search looming, I've decided to work on some projects to show off my skills to potential employers. For every week in …
65
votes
61answers
11k views

Hidden features of Perl?

What are some really useful but esoteric language features in Perl that you've actually been able to employ to do useful work? Guidelines: Try to limit answers to the Perl core and not CPAN Please …
3
votes
1answer
67 views

How to code startup tips to be easily localized

I'm writing a new Java 6 Swing application and want to have a "Show tips at start-up" feature. I've done this before, but never with localization in mind. In the past, my tips dialog used an XML …
7
votes
21answers
850 views

What’s your Modus Operandi to solving a (programming) problem?

While solving any programming problem, what is your modus operandi? How do you fix a problem? Do you write everything you can about the observable behaviors of the bug or problem? Take me through …
0
votes
1answer
43 views

Javascript dialog script feedback needed

Hello, I am writing a Javascript dialog script which is seen in a lot of typical Role Playing Games. At the moment I got an array with text strings which you can skip trough. I got at the point …
83
votes
62answers
7k views

Hidden Features of SQL Server

What are some hidden features of Sql Server? For example, undocumented system stored procedures, tricks to do things which are very useful but not documented enough? Answers Thanks to everybody …
56
votes
45answers
9k views

Hidden features of C

I know there is a standard behind all C compiler implementations, so there should be no hidden features. Despite that, I am sure all C developers have hidden/secret tricks they use all the time.
16
votes
24answers
2k views

What is the most useful R trick?

In order to share some more tips and tricks for R, what is you single-most useful feature or trick? Clever vectorization? Data input/output? Visualization and graphics? Statistical analysis? …
21
votes
26answers
1k views

What is the most under-valued part of .NET?

The .NET framework is massive. I've used it for years and I've still not used most of it. I'd like to expand my knowledge of the Framework's backwaters but just reading thought it seems daunting. So …
5
votes
19answers
533 views

I’m an experienced C# developer, what things should I know to code effectively in c/c++?

I have a little bit of experience in c/c++ from college but have not worked in it for years. What sorts of things do I need to know to even be considered for a c/c++ job position?
13
votes
12answers
921 views

How to Recruit Great Developers?

A question for all you interviewers/recruiters out there. How do you evaluate candidates at job interviews? How do you differentiate the good from the bad? (please, no "FizzBuzz" answers...) Which …
25
votes
25answers
2k views

Perl - Common gotchas?

The question on Hidden features of Perl yielded at least one response that could be regarded as either a feature or a mis-feature. It seemed logical to follow up with this question: what are common …
17
votes
24answers
978 views

Common mistakes for CSS-designers to avoid?

What are some of the most common mistakes made by CSS-Designers?

1 2 3 4 5 8 next
15 30 50 per page