Tag: php

  • TeamWork API cURL function

    TeamWork API cURL function

    Just like the Bitbucket and SupportBee functions I’ve posted recently here is a quick, simple php function that might help you access the TeamWork API. Again it is very basic but if you use it with the other functions you can build out a nice dashboard of your active projects. function TeamworkGet($action, $options = array())…

  • Simple php cURL function for SupportBee API

    Simple php cURL function for SupportBee API There are a ton of support/user issue apps and websites out there. At an old job we used SupportBee  for all of our client support requests. I started built out a dashboard that will merge all of our third party services to one easy to read page, sorted by…

  • Get Your Feet Wet with Bitbucket API

    Get Your Feet Wet with Bitbucket API

    Get Your Feet Wet with Bitbucket API Recently I’ve embarked on making an advanced dashboard for all of my company’s development websites. One feature that I needed to tap into was our Bitbucket repositories. So I started diving into the Bitbucket API, not being a master at cURL it took some trial and error but eventually…

  • Custom Font Colors in WordPress Editor

    Custom Font Colors in WordPress Editor

    Custom Font Colors in WordPress Editor The WordPress Editor is highly customizable, usually I try to leave it well enough alone but sometimes it makes sense to hook in and make some changes. Here is a simple little code drop that will allow you to customize the colors that you find in the WordPress post…