Newsroom / Blog

Design Patterns

BGuarino's picture

Using Textures In Websites

Apr30th

Using textures in websites can be a great way to add accents to your design. Sometimes we find in the design process that there is just something missing from the overall look and feel of the design. When there is already enough content and you simply do not want to busy up the environment, a great thing to experiment with is texture! Whether it be the background, or the main navigation, there is always a way to implement something with style!

CODell's picture

Method Chaining with PHP

Dec19th

Method chaining is a fluent interface design pattern used to simplyify your code. If you've used frameworks like Zend or jQuery, you probably have some experience with chaining. Essentially your objects return themselves, allowing you to "chain" multiple actions together.