Archive for the 'note to me' Category

Prettify code blocks

February 20th, 2008

Google has a project to do “syntax highlighting of code snippets in a web page” using javascript.  Its here:
http://code.google.com/p/google-code-prettify/

Safely mashed

February 20th, 2008

I’m working on a mashable page for FH’s intranet, and one of the potential issues is safety if we allow content that isn’t on some “approved list”. That’s exactly the point of Caja (from Google) - “A source-to-source translator for securing Javascript-based web content.”
The Caja page also links to some other pages of groups […]