Just a quick note: The approach described in word count and word count II seems to be working well in Google Chrome too.
Python, Firefox programming and Irish Whiskey.
Sunday, March 14, 2010
Sunday, March 7, 2010
localized html in a chrome extension
Google Chrome implements a function to get a localized version of a string. Using it to update HTML can be rather tedious if we use the most naive approach I can think of:
Let's do something smarter: We shall mark all tags that contain translatable strings with a class, then we will select all tags of that class, simply take their innerText as the message id, get the message and replace innerText. Done.
Done.Thursday, March 4, 2010
SEO Profesional Toolbar for Google Chrome
So it's finally here. I have been working on the Google Chrome port of our "famous" SEO Profesional Toolbar for some time and the very first release has been made yesterday.
You can get it here. I will appreciate any comments. Please note that it isn't really finished yet. Developers can look forward to reading some related posts.