Tuesday, December 16, 2014

oEmbed CodePen or How to embed CodePen without oEmbed plugins using serverside calls...

No comments:
Recently I've been working on my new project Get JSON - I've had some brilliant responses from users on both Twitter and CodePen alike. One of my pens even got picked for the front page - something which I did not expect but am indeed truly grateful for. Get JSON allows you to create ad-hoc data structures in JSON format and then pull them into either client or server side code for...
Read More

Monday, September 22, 2014

How do I share files on Twitter?

No comments:
Upload and Share ANY File! On the odd occasion I need to share something with the world and it doesn't fit into the predefined file types of the major sharing sites. In order to overcome this problem I created http://tweet-file.com . Tweet File lets you log in with your twitter account and upload a set of files (any type of files you like as long as they meet the fairly obvious terms...
Read More

Tuesday, May 13, 2014

AngularJS on Google CDN

2 comments:
To save me looking this up again the modules for Angular JS are on google cdn and the full list can be found here For general purposes though, the main ones to use are as follows (update version number where necessary): <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular-animate.min.js"></script> <script...
Read More