George V. Reilly's Technical Blog

Browse by Tags

All Tags » JavaScript (RSS)
Sorry, but there are no more tags available to filter with.
Iframes: thinking outside the box
New post to the Cozi Tech Blog: Iframes: thinking outside the box . Using an iframe to host some content turned out to be a big pain, so I came up with a different approach.
Contrasting Colors for Text and Background
About three weeks ago, I answered a question on StackOverflow about generating the most readable color of text on a colored background. I suggested flipping the top bit of each component, (r ^ 0x80, g ^ 0x80, b ^ 0x80) . This has the same effect as adding...
Exuberant Ctags and JavaScript
Exuberant Ctags is an essential complement to Vim: it generates an index of symbol names (tags) for a set of source files. In Vim, just place the cursor on a function name and type C-] to go to its definition. Ctags works well for most of the languages...
More Posts