Not all templates are created equally. Although they all share many of the same basic characteristics, different kinds of templates are in used for different purposes (and with different programs) on the Web today. Dreamweaver templates (extension .dwt) offer many advantages without requiring advanced programming skills. When you create Dreamweaver templates with the .dwt extension, […]
Read MoreDreamweaver Quiz
Adding email forms, subcription forms, and more with Dreamweaver
The tutorial that appears below is about creating your own form in Dreamweaver and using it with an email script hosted on your own server. When I wrote that tutorial a few years ago, using a script like this was one of the only ways to add forms to a website. If you’re a programmer or […]
Read More dwcs3, dwcs4, dwcs5, dwcs6How to Add Background Images to Web Pages Using Cascading Style Sheets
Including background images in your web pages is a great way to add depth, color, and texture to your designs. You can use backgrounds in Cascading Style Sheets (CSS) to add decorative elements, such as textured backgrounds, gradients, and borders. Using background images in multiple parts of the page makes it possible to create rich, […]
Read More css, dwcs3, dwcs4, dwcs5, dwcs6Designing with CSS: The advantages of Cascading Style Sheets
The concept of creating styles has been around since long before the Web. Desktop publishing programs (such as Adobe InDesign) and even word processing programs (such as Microsoft Word) have long used styles to manage the formatting and editing of text on printed pages. When using styles in a word processor, you can create and […]
Read More css, dwcs3, dwcs4, dwcs5, dwcs6Using Dreamweaver CS5 Inspect to test Cascading Style Sheets
If you’ve faced the frustration of designing a web page in CSS only to find it doesn’t look right in some web browsers, or your styles seem to be conflicting with each other, you may be happy to discover the CSS Inspect feature, added to Dreamweaver CS5 and available in later versions as well. How […]
Read More css, dwcs5, dwcs6Choosing the Best CSS Selector: Class, ID, Tag, or Compound
When you create a new style in Dreamweaver using CSS features, you will need to choose which type of style you want to create and which ‘selector’ you want to use. Understanding (and remembering) the differences between the various types of style selectors can be a challenge. That’s why I created this short tutorial on […]
Read More css, dwcs4, dwcs5, dwcs6, web designHow to set up a local web server to edit WordPress on your computer
As promised, here are step-by-step instructions for setting up your computer as a Web server so that you can run — and edit — WordPress themes on your local computer. Note: Only Dreamweaver CS5 and later versions support the multiple levels of include files needed to display WordPress themes. These instructions can also be used to set […]
Read More cms, dwcs5, dwcs6, web hosting, wordpressWhy you need a web server to run WordPress or any other CMS
If you’ve ever tried to view or edit a template for a WordPress blog, Joomla site, or other dynamic technology in a program like Adobe Dreamweaver, you probably didn’t get what you were hoping for — unless you set up your computer as a Web server. One of the biggest challenges when it comes to […]
Read More cms, dwcs5, dwcs6, web hosting, wordpressDreamweaver CS5 and CS6 Provide Better Support for WordPress Themes, Joomla, and Drupal
CS5 provides better support for include files and PHP You could edit WordPress files in previous versions of Dreamweaver, but version CS5 takes that support to a whole new level. Dreamweaver CS5 can handle multiple levels of include files, so you can use it to edit even the most complex themes, and it includes better PHP […]
Read More dwcs5, dwcs6, wordpress