Create a Web Page from a Dreamweaver Template

One of Dreamweaver’s most powerful tools is it’s ability to create pages based off of a (Dreamweaver) Template. This keeps the pages on a website looking the same. Additionally, if you change a template, the pages based off of that Template get updated. You will need a Dreamweaver Site defined to make use of the…

CSS Transitions

Have you ever heard of CSS transitions? They allow you to animate between states – for example, a button, with a hover attached to it. These transitions allow for a more fluid change to the user. What is even nicer is that if a browser doesn’t support it, then it doesn’t get shown. So it…