Posts

Showing posts from June, 2012

Pitching tips

I watched this short video of tips for pitching your idea on youtube today. I took the key points and elaborated on them for my product PhysioTrack. Pitching notes: Start with the problem - patients don't do their exercises as prescribed by their physiotherapist Explain your solution - timed reminders from their phone controlled by the physio from the web Introduce the 'team' - 14 years IT experience, worked in a wide variety of private and public businesses

A tool to help you tidy up your JavaScript

More predeployment JS help here. This tool  http://jslint.com/  is a great help. It is very fussy - in the way Java is, not sloppy the way JS allows. I have not managed to iron out all of the issues it came up with, but knowing they are there is a big help and will make my next project that bit neater.

Optimising JavaScript before deployment

This is a great tool:  http://closure-compiler.appspot.com/home Shrinks and optimises your JS before you drop it onto production. Used by JQuery to produce their minified versions, so it has to be good.