I like cycling! I like Strava!! I like APIs!!!. All right lets make some stuff. API link http://strava.github.io/api/ Well not so fast. First you have to find the API key stuff inside of Strava. Not as easy as you would think. You can find the developer page here. http://labs.strava.com/developers/ but that doesn’t have anything about setting up an… Read more »
If you have upgraded your WordPress to 4.4 and have a secure HTTPS URL, you might be experiencing image problems due to a mixed content URL message in the browser. Some browsers will display the content and give you a message that it is mixed and some will block the content all together. The new… Read more »
Had some awesome fun with a compass sass –watch statement today. The problem that I ran into was related to image sprites. A statement like this. sass –watch –compass –sourcemap _css Would get me this. And compass would quit on me. NoMethodError: undefined method `parent’ for nil:NilClass Use –trace for backtrace. The problem, it turned… Read more »
The following command line in subversion will get you the response “At Revision 1234”. What this should be doing is updating the file to a specific revision. But what it should really say is “There is no file, you crackhead.” since there is no file at that location in the file system. How exactly can… Read more »
Seems like a lot of people are having problems with youtube iFrame embeds working correctly on iOS devices (iPhone, iPad). Sometimes they will work, other times they wont. I have seen a bunch of different fixes for this but nothing that worked consistently for me. The problem seems to come from the extra parameters that… Read more »
If you have run into problems checking out a case sensitive site repository to work on locally, you may know this frustration. Someone may have created a file in your repository that has the same name as another file but with different cases. eg. (imagename.png, ImageName.png) Your repository may know these as two different files… Read more »
Found a great utility to help with little chores like this in Flash. http://casalib.org/ has made a nice Flash framework that you can use for AS 2.0 or 3.0 to do lots of stuff. Great DOCs section of the site as well that shows how each function works. I used the NumberUtil.format function to add… Read more »