Skip to main content

Wes

Member since Dec 11, 2008

Recent Blog Comments By Wes

  • $scope.$evalAsync() vs. $timeout() In AngularJS

    Posted on May 13, 2015 at 4:50 AM

    I don't think this is the correct approach. This is the way I handle this situation: function link($scope) { function handler(data) { ... } if ( cachedData ) { handler(cachedData); } else { getDataAsync(function(data) { handler(data); ... read more »

  • Google Maps Not Working in Internet Explorer (IE)

    Posted on May 7, 2007 at 10:21 PM

    I solved it by using GMapEZ: http://bluweb.com/us/chouser/gmapez/... read more »

  • Google Maps Not Working in Internet Explorer (IE)

    Posted on Mar 26, 2007 at 6:45 PM

    I think Toby has the solution. The working example that Google has on their API page has the onLoad in the body tag to do your map dirty work... I wish this weren't the case, as I don't want to have to put the code in there. Does anyone know how to reference the body.onLoad action through another ... read more »

I believe in love. I believe in compassion. I believe in human rights. I believe that we can afford to give more of these gifts to the world around us because it costs us nothing to be decent and kind and understanding. And, I want you to know that when you land on this site, you are accepted for who you are, no matter how you identify, what truths you live, or whatever kind of goofy shit makes you feel alive! Rock on with your bad self!
Ben Nadel