Tag Archives: javascript

Designers + Developers = Better Chat

Since joining forces with Ben about 6 months ago, we have had a blast creating and testing out new features (both internal and public). Along the way, we have iteratively improved the flexibility of our widget styling, core Javascript, and … Continue reading

Posted in Uncategorized | Tagged , , , , , | Comments Off

Meet your customers with Olark.

New Javascript Released

We pushed a minor release of the javascript today. The primary improvement, is better handling for links clicked on in the hab.la window, and URL’s sent to visitors on the site using the push! URL command. We also have been … Continue reading

Posted in Uncategorized | Tagged , | Comments Off

Meet your customers with Olark.

What the heck is DomReady anyway?

So most fancy Javascript toolkits implement some kind of DomReady(). Up until today, hab.la was only using document.onload to determine if the DOM was ready to go. However, there are better ways of doing this. /* Borrowed from: http://www.domassistant.com/ */ … Continue reading

Posted in Uncategorized | Tagged , , , | Comments Off

Meet your customers with Olark.