developer techniques Archive

  • HTML Emails in certain mail clients commonly have display issues caused by line breaks, tabs or other whitespace between elements that should be ignored.  Removing this whitespace is a common, but annoying, debugging strategy but it makes the code difficult to read or modify.

    One simple method for spending less time debugging HTML Emails

    HTML Emails in certain mail clients commonly have display issues caused by line breaks, tabs or other whitespace between elements that should be ignored. Removing this whitespace is a common, but annoying, debugging strategy but it makes the code difficult to read or modify.

    Continue Reading...

  • Most flash developers at one time or another have run into the requirement of transporting data between the client and the server unmolested. As simple as it sounds this is...

    8 methods for securing Flash

    Most flash developers at one time or another have run into the requirement of transporting data between the client and the server unmolested. As simple as it sounds this is...

    Continue Reading...