Posts tagged as:

tips

Linking to a specific item on a page

by jcook on January 25, 2010

When you’ve been creating web pages as long as I have, it’s easy to start thinking you’re hot stuff. Then along comes some perfectly obvious little html shortcut that you’ve been overlooking for a decade. It tends to humble you pretty quickly!
And judging by the response at the DreamweaverClub.com forum, I wasn’t the only one [...]

{ 1 comment }

Using the font tag in Dreamweaver CS4

by jcook on August 3, 2009

A lot of folks are whining and moaning because Dreamweaver CS4 now enforces the use of CSS styles rather than HTML attributes for formatting. One of the things this means is no more font tag (and its related attributes).
That’s a good thing in my book. No more code like this:
<p><font color=”#003399″ size=”5″ face=”Tahoma, Geneva, sans-serif”>paragraph [...]

{ 8 comments }

Open Browser Window and Bring to Front

by jcook on July 23, 2009

One Dreamweaver feature that been around for a while is the Open Browser Window (OBW for short) behavior. Described simply, the behavior is a JavaScript that opens a page in a new window while at the same time specifying the size, attributes (scrollbars, resize handles. etc.) and name of the window. Once a [...]

{ 4 comments }

Centering a Page Layout

by jcook on June 18, 2009

Update: The directions here have been updated to accomodate absolutely positioned divs. Thanks to Dianne Lewandowski for pointing out the issue.
I thought I’d expand a bit on my answer to a question from Brandon85 on Twitter. He asked:
Why is this so hard!! How do you Center a website in the browser using Dreamweaver?
Actually, it’s relatively easy [...]

{ 0 comments }

My Site Won’t Update

by jcook on June 18, 2009

Another problem often experienced by Dreamweaver noobies is:
I’ve updated my site in Dreamweaver and it looks fine when I preview it but after I upload it the changes don’t show up on the site.

Let’s eliminate the easiest solution first. Did you refresh your browser window? When you view a page on the web, your browser [...]

{ 0 comments }

I frequently get questions like this:
My site works fine on my computer but when I upload it the [fill in the blank] are broken.
My first response is one I use to address of lot of issues: Make sure your site is properly defined. It’s critical enough that I wrote a tutorial, Define Your Site, for [...]

{ 0 comments }

Dreamweaver Workspaces

by jcook on May 18, 2009

As Dreamweaver has matured it’s become more than a tool for designers looking for a WSIWYG web tool. It’s become a serious web development tool and is even getting the attention of (gasp!) hard core coders.
In recognition of this trend, Adobe has added several new preset workspaces to Dreamweaver. The workspaces, which are accessed from [...]

{ 0 comments }

/* */