54
votes
42answers
5k views
What is in your .vimrc?
Vi and Vim allow for really awesome customization, typically stored inside a .vimrc file. Typical features for a programmer would be syntax highlighting, smart indenting and so on. …
87
votes
24answers
5k views
jQuery Tips and Tricks
In the spirit of all the meta-questions of tips and tricks for various languages:
No conflict-mode
jQuery.noConflict();
"Run this function to give control of the $ variable …
1
vote
5answers
69 views
Tips needed for a skills-presentation website
Hello everyone,
I want to create a dummy presentation website that would show my .NET webprogramming skills; I could put a link to this dummy website on my blog and show it at int …
0
votes
4answers
117 views
How to pop up a hint diglog when focusing on an input like the following page with jQuery?
http://www.resumebucket.com/signup
Is there a ready plugin to implement this?
Should not be big in size.
0
votes
4answers
221 views
Can I tell Perl that some data are immutable to speed things up?
Perl is really good for writing the kind of string/file parsing programs that I usually need to do. What I really love is the insignificant amount of time it takes me to write quic …
2
votes
3answers
114 views
Tricks, hints, shortcuts in documentation / comments
Which tricks, hints or shortcuts do you use regularly when you document your sourcecode?
What type of comment does help you most (or is most desired) when looking over a piece of …
0
votes
6answers
270 views
need hint with a custom Linux/UNIX command line utlity “cal” in C
Ok I need to make this program to display "cal" 3 month(one month before and one month after) side by side, rather than just one single month it displays in any Linux/UNIX. I got i …
7
votes
12answers
477 views
What software analogies have helped you?
I have often enjoyed the use of analogies in understanding a software scenario or problem.
For example, to understand the concept of public key encryption, the 'locked mailbox' an …
22
votes
4answers
2k views
Adding a guideline to the editor in Visual Studio
I've always been searching for a way to make Visual Studio draw a guideline (a vertical line after a certain amount of characters). I recently found a simple solution I would like …
8
votes
14answers
1k views
Visual Studio 6 tips and tricks
Some of us would invariably have to support 'legacy' code using Microsoft's Visual Studio 6.0 IDEs which - although opinions would differ - are generally regarded to be less user f …
2
votes
4answers
566 views
Eclipse for IntelliJ Idea Users
I have a coworker who is looking to switch from InteilliJ Idea to Eclipse, and is concerned about not knowing the Eclipse set of commands.
I was wondering - would anyone have a l …
4
votes
4answers
146 views
How can SQL procedures from the Master database help db developers?
There are a lot of procedures and functions in the master database of SQL Server that provide handy tools for the database developer. For instance, sp_help [database object] will …
9
votes
8answers
588 views
Tips on refactoring an outdated database schema
Being stuck with a legacy database schema that no longer reflects your data model is every developer's nightmare. Yet with all the talk of refactoring code for maintainability I h …
3
votes
7answers
238 views
Getting Started with an IDE?
Having programmed through emacs and vi for years and years at this point, I have heard that using an IDE is a very good way of becoming more efficient.
To that end, I have decided …
6
votes
9answers
271 views
Tips on walking through unfamiliar code or info on tools that help the process?
I would love tips on how to walk unfamiliar code with many objects. Before OOP this was still a difficult thing and I would do it with listings and have tabs and 8 fingers holding …
