parkerkrhoyt


Member since 12/27/2010

Name: Kevin Hoyt

Location: Denver, CO

Website: http://blog.kevinhoyt.com

15 snippets

2910 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

parkerkrhoyt's Recent Snippets



« Prev 1 Next »
This snippet will send an HTTP POST from an Arduino using the WiFly library. The library is in early alpha, and is a port from the ethernet shield library. The code here should work with either. The critical part is the size of the data to send, a...
0 884 posted 12 years ago by parkerkrhoyt
Accessing the 37signals product Highrise API requires HTTPS. I initially had problems with this (seemingly the certificate authority) from ColdFusion initially. Found the solution by tapping into the underlying Java layer to manage the providers.
0 645 posted 13 years ago by parkerkrhoyt
This function will interpolate the points on a line. When tracking mouse movements, not every point is captured. This is especially true the faster the mouse moves. This function will allow you to fill in the gap of points between two recorded pos...
0 1283 posted 13 years ago by parkerkrhoyt
Parsing an RSS date/time value (as a string) into a date/time object in ColdFusion. And more additional text.
0 875 posted 13 years ago by parkerkrhoyt
« Prev 1 Next »