One website that I often use is 101 Design Patterns
However, if you somehow change your thought and look for a book...
I recommend you Head First: Design Patterns
It gives really good descriptions and actual code examples for each design pattern.
Patterns that are discussed in this book are often used in practices
For example, I read up on decorator, different factory patterns, MVC, singleton, proxy, etc.