Today I spent a few hours trying to debug a web app which uses an autosuggest similar to Google Suggest. I also had an “onBlur” on the text box that will hide the suggestions. Unlike Google Suggest, I could not limit the number of suggestions because it was suggesting names of people in the database… Read more »
Posts Categorized: Developer Blog
Clean Up Word HTML with Dreamweaver
I recently received a rather lengthy and somewhat elaborate MS Word document, which I was asked to convert to HTML for uploading to a 3rd party’s website. My first instinct was to save the Word document as HTML and use Dreamweaver’s "Clean Up Word HTML" Command. But not only did I have to leave it… Read more »
PasswordAuthentication not working for SFTP
My company now has 2 web servers that I can’t log into via Dreamweaver MX 2004’s SFTP functionality. I’ve already read and re-read Macromedia’s technote on setting PasswordAuthentication to “yes” the sshd_conf file, but that doesn’t seem to be working. I can SFTP just fine via FileZilla to both servers, but when I try with… Read more »
using ‘set variable’ to store a new array in a sharedObject BUG
PROBLEM Today I ran into a rather perplexing bug in Flash when I tried to create/write to a shared object. I needed to create an array named after an ID and then store 3 values into that array. The idea is that each ID would have its own array with its own 3 values. Since… Read more »
Firefox cache issues
As a web developer, I am constantly reloading pages that are still in the development stage to see how my code is affecting the outcome (Dreamweaver can only preview so well in the design window, thank goodness for F12). Since I want to be absolutely sure that what I’m seeing is the most current version,… Read more »