Dreamweaver – ‘You Need To Install The Legacy Java SE 6 Runtime’
Jun28

Dreamweaver – ‘You Need To Install The Legacy Java SE 6 Runtime’

KB ID 0001213  Problem I used to use Dreamweaver all the time, it was used to design and build the site and handle all the uploads etc. Since I moved to WordPress I don’t use is as much. But it’s still a great code editor so I still fire it up on occasion. At least I did until this started happening; To open “dreamweaver” you need to install the legacy Java SE 6 runtime. Click “More info…” to...

Read More
Putting Textboxs on your Web Pages
Nov17

Putting Textboxs on your Web Pages

KB ID 0000233 Problem I needed to this HERE, this makes it easier for visitors to copy code or commands to their clipboard. Solution You can either do this directly in the code of the webpage, or if you use Dreamweaver you can use that also. Option 1: The following code, <!– begin textbox –> <textarea name=”txtArea” cols=”70″ rows=”5″ id=”txtArea”>Heres some Text...

Read More
Dreamweaver CS6 – Backup and Restore Site Settings
Nov17

Dreamweaver CS6 – Backup and Restore Site Settings

KB ID 0000672  Problem If you are like me and struggle to remember settings, passwords etc. Then being able to back up all your website settings in Dreamweaver so you can restore them back again, (after a rebuild on a new PC) can save you some heartache. Solution 1. On the SOURCE machine, Launch Dreamweaver > Site > Manage Sites > Select the site in question > Select the ‘Export Site’ Icon. 2. Choose whether to...

Read More
Dreamweaver CS6 – Migrate or Edit the Private Dictionary
Nov17

Dreamweaver CS6 – Migrate or Edit the Private Dictionary

KB ID 0000748  Problem If you want to migrate your dictionary to a new machine, or you have mistakenly added a word to the dictionary and need to delete that word, then you need to locate and edit the private dictionary. With older versions of Dreamweaver the private/personal dictionary was a file with a .tlx extension, and it was in a completely different location! I spent a LONG TIME searching the net for the correct location for...

Read More