Redkite News & Opinion > November, 2011

Invalid Property Error in IE6 for style.color = “grey”

By Vincent on December 23, 2010

Just hit a small error in IE 6 with some javascript that was trying to change the color of some text to “grey”. The offending line of code was the following: if(document.getElementById(labelID)!=null) document.getElementById(labelID).style.color = "grey"; Here labelID was the id of the <code>&lt;span&gt;</code> that surrounded the text I wanted to grey out. So the fix [...]

Add a Comment »

Visit Redkite at Dreamforce 2010

By Kenny on December 4, 2010

If you’re heading to Dreamforce this week, drop by and see us. Redkite will be at booth #146 in the Industry Solutions part of the Expo.

Unknown Exception Error while trying to send out a Visualforce Email Template

By Vincent on December 2, 2010

Today i’ve spent the better part of the day trying to figure out why I cannot send out automated emails based on a Visualforce Email template. When I tried to send out the Email Template from some Scheduled Batch code, I’d recieve the following error message: System.EmailException: SendEmail failed. First exception on row 0; first [...]

Add a Comment »