Google knows DVI-I
Thursday, June 23rd, 2011I entered “DVI-I” into google and this was what I saw - “DV”, how clever!
See this in action: http://lmgtfy.com/?q=DVI-I
I entered “DVI-I” into google and this was what I saw - “DV”, how clever!
See this in action: http://lmgtfy.com/?q=DVI-I

Ah, I choked again on Python 2.x’s unicode with my Pymote project. It used Javascript and Python utilising XML-RPC and couple of other 3rd party APIs. As you can imagine I need to keep all of the components happy with Unicode (so it can support Chinese!), and that is not an easy task.
A good (refresher) article is recommended for any one of you who write any code:
“Why use jQuery for every web project?” - This is a JS file containing common Javascript functions and utilities used with my web projects. Contains 3rd party code but does not rely on any other framework/functions.