Polishing Your Front-End Development Skills

As interactive designers, we live in such an exciting time. We have rich typography, layout and interaction options that were severely lacking only a few years ago. Many of us have picked up HTML and CSS along the way. If you want to push your front-end development skills, there are some great resources that will help you sharpen your skills.

Read More

Active Planning

The success of your fitness goals depends, in large part, on the soundness of your fitness strategy. You do have a fitness plan, don’t you? Here’s how to get one, fast — or how to make your current plan even better.

Read More

How Browsers Work

#how-Browsers-Work A browser has a UI (user interface) that most commonly includes an address bar, back/forward button, and reload button. Sometimes developers refer to this as the “chrome” (little “c”, not Chrome by Google) of a browser. When you navigate to a URL in the address bar you are making a “request” for the content at that URL.

Read More

4 principles of OOP.

#1. Encapsulation: Encapsulation means that the internal representation of an object is generally hidden from view outside of the object’s definition. Typically, only the object’s own methods can directly inspect or manipulate its fields.</p>

Read More