Well, if it isn't completely obvious – I haven't written a post on my blog in a very long time. Call it writer's cramp, call it being too busy, whatever, I guess I've just been too lazy!
Anyhow, it is my goal to get back to writing regularly. I'll be posting:
- more coding tips
- Internet Marketing tips
- games to play
- random stuff (like food, ok?)
So, without further delay, here's my first new programming tip. It's for Google Spreadsheets, the incredibly powerful online spreadsheet application. Not only is it extremely powerful, collaborative and free, it also allows you to make it even more powerful by using scripts. This is entirely based on JavaScript.
We needed a script that would change the font color in each row based on the value in the last column of the row. You could use this for grading, scoring, anything – it just gives you a quick way to visually differentiate which entries score higher/lower. So, here's the code to put into your Code Editor: (more…)