View: Standard - Liquid - Accessible - ?
Helper Image
Welvome to Lemon Digital Design - Professional Web Design

Web Design Articles

Latest Resources

Web Design News

web design bullet Lemon Digital Design Category Archive

Below you will find all publications of the category archive you requested. Please use the navigation menus on the top and right to access further web design resources or information on Lemon Digital Design.

October 10, 2005

Dreamweaver Find and Replace Javascript Error

I come across this again and again: After some intensive web design work in Macromedia Dreamweaver I get Javascript errors which make the program crash whenever I try to "Find and Replace". Either they are "exception throw in native function" or other different Javascript error codes. I did a lot of Googling until I found the solution myself:

Open the windows registry and go to (write "regedit" in Start > Run):

HKEY-USERS > S-1-5-21-917447210-3837174102-3230668535-1007 > Software > Macromedia MX 2004 > Find and replace

You will find a number of values like "Q_0_0" and "Q_0_1" etc.

Shut down Dreamweaver, delete all of these, fire it up again and yuo have your search and replace function back.

It seems like DW saves a history of past "Find and Replace" actions and that these congest or confuse it after a while.

August 15, 2005

Optimising for screenreaders

Sitepoint has published a quick reference article on the most relevant points to take into account when optimising web pages for screen readers. An important conclusion is that optimising your page for screen readers also means making it more usable for the average visitor.

August 12, 2005

Accesskeys Norms

Clagnut has posted a useful reference to Accesskey Usage Guidelines. It lists the different good practices commonly used when optimising web sites for disabled visitors.

May 03, 2005

backie3.gif

March 02, 2005

CSS Shorthand

This is a very useful article on how to keep your CSS clean and eleant, saving space and redundant characters. Well explained and easy to grasp.