Articles & Tutorials
The Articles and Tutorials you'll find here:
- All follow current best practices and use clean markup.
- Are standards compliant and follow published accessibility guidelines.
- Work in all browsers tested, even IE5mac, failing gracefully when there is no script support.
- There is a mix of topics. Some are about the fundamentals while others are about interesting and useful discoveries.
Those of you familiar with Thierry's personal website may recognize several of the Articles and Tutorials as having originated there. True. But they have been brought up-to-date here, and here is where they will be kept up-to-date. Additionally, new Articles and Tutorials will be added over time.
For your convenience, we have provided easy-to-use community Bookmark links on each Articles and Tutorials page.
And of course, being a thoroughly modern and with-it site, you can learn of any new or updated Articles and Tutorials, and be notified of our latest Products, simply by subscribing to one of our newsfeeds. We think of it as our diva singing out the news.
Thumbnail & Caption
How to use CSS to display Image with Caption...
Branching Techniques
Say no to CSS hacks with branching techniques...
Conditional Comments
Microsoft Conditional Comments. Things you should know...
SS-Includes & more
Server-Side Includes, CSS and JavaScript files. If you link many documents to a single file, it makes sense that a single change within that file is instantly brought to the ones linked to it....
CSS Layouts
One clean HTML markup, many layouts. It is this thread on the CSS-Discuss List that initiated this article....
3 Column Layout
3 column Fluid Layout. This solution to create a table-less fluid three-column layout appears to be free of CSS filters, Structural hacks, IE/Win Conditional Comments, Cryptic CSS rules, Lengthy Styles Sheets...
Code Listing
How to style a code listing with CSS. The challenge: text must be able to flow, numbers must not be hard coded, markup must be semantic and hook-free...
Extension Manager
This article explains how to use the Extension Manager to install a Dreamweaver Extension.
Body onload events
It is simple to move onload events from the body tag to window.onload.
Prevent Hotlinking
.httaccess code to prevent hotlinking of our site assets was causing trouble in Internet Explorer 6. This article discusses the problem, and our solution for this and several other issues in commonly deployed code.
Unobtrusive Scripts and Dreamweaver Extensions