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 MoreWhy 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, wordpressHow to use the Widget Browser in Dreamweaver CS5 & CS6 to Add Slideshows, Drop-down Menus, & More
Adobe provides a marketplace where you can fine easy tools (some of them are even free) to add cool stuff like interactive slideshows to your website. You’ll find a growing list of widgets on the Adobe Exchange site that you can use to create slideshows, drop-down menus, and other Interactive features. The Widget browser makes it easy to […]
Read More dwcs5, graphicsWhere to find fonts you can use on your website
You have to have the legal rights to publish fonts on a server and there are a number of complexities to hosting fonts in all of the formats you’ll need for them to work in all of the different web browsers out there. For all those reasons, most web designers turn to a hosted font […]
Read More css, dwcs5, dwcs6, mobile web design, wordpressHow to add fonts to a website with CSS3
Thanks to the latest advances in web browsers and CSS3, you can link almost any font to a web page. There are many ways to add fonts to your web pages today, but the simplest option is to use a font from one of the online collection websites. Follow this link to discover where you can […]
Read More css, dwcs5, dwcs6, mobile web designHow HTML5 is changing web site design
At least 4 out of 5 mobile design ‘experts’ agree that HTML5 is the future of Web design (okay, I made that up), but we’re all pretty sure we’re moving in that direction. Although many web designers are not using HTML5 yet– it is clearly the next step in markup languages for the Web, and […]
Read More css, dwcs5, dwcs6, mobile web designTroubleshooting Conflicting Styles and Other CSS Challenges in Dreamweaver
Dreamweaver provides a great collection of tools for creating page designs with CSS, but when it comes to altering and troubleshooting CSS, things can get confusing in a hurry. To help you sort through the options, the tutorial below focuses on some of the common challenges you may face when editing CSS in Dreamweaver. 1. […]
Read More css, dwcs3, dwcs4, dwcs5, dwcs6Creating a Navigation Bar using CSS to style an Unordered List in Dreamweaver
It’s become common to format a list of links as a bulleted list, but you don’t have to show the bullets if they don’t fit in your design. Here’s a great CSS trick for turning a bulleted list into a navigation bar with a simple rollover effect. Using a bulleted list for navigation bars is […]
Read More css, dwcs3, dwcs4, dwcs5, dwcs6, links