Add Me!Close Menu Navigation

I build things, hack code and have been colouring in between the lines since 1982. I work as Head of Social Tech at mycleveragency, an awesome Social Media Agency.

Add Me!Open Categories Menu

Currently Browsing

PHP

20 February
Posted in PHP

Determining http or https for files references

If you have a https site and pull http content you can and probably will get a warning. http content on a https site will also yield a warning Add this in place of http/https to solve all problems.

9 October
Posted in PHP, Twitter Dev

Pulling recent hashtags from twitter

This code pulls a json of a hashtag search from twitter. It runs some functions to add to a database. (functions not included.)

5 October
Posted in PHP

Displaying RSS Items using PHP

This script parses an RSS file and displays the items in a list.

Post Categories