Last week while answering some coding questions on a discussion list I needed to post some example code, which meant if I wanted to test the code first then I needed access to a cf server. As I tend to do most of my list replies etc on my mobile device, I do not have a local CF installation to test with.
With PC sales dropping and mobile devices sales far exceeding PC sales these days, I would imagine most other people are doing most of their community activity on their mobile device as well, apart from those folks that seem to spend their entire day social networking rather than working.
I then considered how often I have seen other devs posting code snippets and saying "this is not tested code as I do not have access to a cf server right now", so it must be a fairly common scenario.
This make me think to myself "wouldn't it be handy if there was a web page I could go to where I could quickly just type some code into a form, submit it and the code would be executed and tell me if there were any errors and give me some debug output, surely someone has written such a tool ?
So I Googled it and was surprised that such a tool did not exist, that I could find.
Well it has been a long time since I wrong any kind of app as I simply do not get the time to do coding these days, so I thought I would write such a tool myself, and here it is, please give it a try and leave me some feedback, feel free to try and hack it and find any vulnerabilities or bugs, as long as you let me know about them.



Recent Comments