Importing Stripe Transactions Into Xero

If you happen to be using Xero for your company accounts and Stripe for your transactions, you will probably have discovered that reconciling the bank records against the transactions in Stripe is not the easiest thing to. It means exporting from Stripe and messing around in Excel before importing into Xero. This was way too … 

 

ReCSS with Combres Support

I have made extensive use of the great bookmarklet ReCSS that reloads a page’s css without reloading the entire page. It saves masses of time when developing UI but I noticed that on certain projects it has no effect. I realised that this was because those projects were using the equally useful Combres resource combining … 

 

A JQuery UI Dropdown List

In a recent iteration of find.ly that I have been working on, I was asked to create a form that is far removed from the look of standard browser form controls. In particular, the dropdown lists look nothing like the native control and could not be reproduced using only css. This led me to the … 

 

CodeIgniter Snippets for Visual Studio

I thought I would share something I have been using for quite a while now and find incredibly useful. They are two snippets for Visual Studio that create the standard file start and file end for php files in the codeigniter framework. If you are not sure what I mean then check out the files … 

 

Convert to Apple Lossless Codec: The Easy Way

Playing lossless codecs like APE or FLAC in itunes or on your iphone is not so easy as there is no native support for them. Converting them to the Apple equivalent is also quite tricky. Many people recommend installing media players that support this conversion or purchasing a commercial product to do it. However, there …