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><span></code> that surrounded the text I wanted to grey out. So the fix [...]
Add a Comment »
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.
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 »