So, I came across a project for work where I had to work with the Freshbooks API. Instead of having users put in their “API URL” and “Authentication Token” everytime (by going to their Freshbooks > My Account > Freshbooks API), which was just inconvenient. I registered my app for Freshbooks OAuth use. Problem was,… Read more »
Monthly Archives:: July 2010
TwitLimit – jQuery Character Limiter
What is it? How to Use Options Demonstrations Download Code What is it?: TwitLimit is a Twitter-esque character limit jQuery plug-in. Licensed under the MIT & GPL licenses. How to Use: 1. Include the jQuery library from Google Code and then include the TwitLimit javascript file. <script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js”></script> <script type=”text/javascript” src=”/twitlimit/twitlimit-0.2.0.compressed.js”></script> 2. Put a… Read more »