<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9-rare" -->
<rss version="0.92">
<channel>
	<title>Fly together Forever 比翼恒飞</title>
	<link>http://www.liucougar.net/blog</link>
	<description></description>
	<lastBuildDate>Fri, 19 Feb 2010 21:27:35 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>&#8220;setting a property that has only a getter error&#8221; Error in FF 3.6</title>
		<description><![CDATA[I have been seeing &#8220;setting a property that has only a getter error&#8221; poping up in my firebug for a while, which I believed was a Firefox extension conflict with new version of firebug.
A recent post to dojo-interest mailing list caught my eye: basically, a user can reproduce this problem by just loading dojo from [...]]]></description>
		<link>http://www.liucougar.net/blog/archives/207</link>
			</item>
	<item>
		<title>Bug fixes and a new feature in DOH</title>
		<description><![CDATA[Over the weekends, I spent some time on Dojo Objective Harness (DOH) to fix a reported bug: in some cases the global progress bar overshoots 100%. This is obvious in the dojo test suite, the progress bar goes beyond 900%.
After some digging, it turns out the algorithm to calculate the global progress bar has a [...]]]></description>
		<link>http://www.liucougar.net/blog/archives/186</link>
			</item>
	<item>
		<title>Switch user interface language in google maps</title>
		<description><![CDATA[Apparently, google maps has different features/capacities based on different user interface languages. My parents just complained to me that they can&#8217;t find &#8220;place of interests&#8221; in their google maps any more. After obtaining more information from them, it appears that they are actually using Chinese version of google maps, while when they were using the [...]]]></description>
		<link>http://www.liucougar.net/blog/archives/179</link>
			</item>
	<item>
		<title>librsvg does not support underlined text in svg</title>
		<description><![CDATA[It is well known that Firefox (even the latest 3.x) does not support text-decoration=&#8221;underline&#8221; on text elements in SVG. However, it bites me hard when I found out imagemagick does not support that either when rastering svg to pixel images.
After digging around, (by looking at the ebuild file) I found out that imagemagick is actually [...]]]></description>
		<link>http://www.liucougar.net/blog/archives/166</link>
			</item>
	<item>
		<title>New column for dijit.Menu: accelerator/shortcut key</title>
		<description><![CDATA[In a desktop environmen, menus (be it context menu or menu in menubar) have a column which display the accelerator key (or shortcut key in windows). In the 0.4 dojo Menu widget, we used to have that support, but it was not ported to 1.x.

After seeing Bill&#8217;s commit to add a real MenuBar to dijit, [...]]]></description>
		<link>http://www.liucougar.net/blog/archives/155</link>
			</item>
	<item>
		<title>Lazy loading of dropdown menu in dijit.form.DropDownButton</title>
		<description><![CDATA[By default, dijit.form.DropDownButton requires a dropdown menu specified when initializating. However, with a little bit of patching via subclassing it, we can easily achieve lazy loading of the dropdown menu: only creating it the first time a user clicks on the button. This will speed up the initial loading time of the application, especially if [...]]]></description>
		<link>http://www.liucougar.net/blog/archives/140</link>
			</item>
	<item>
		<title>Copy HTML (RichText) to windows clipboard from Java</title>
		<description><![CDATA[While trying to add setting clipboard content support to doh.robot, I encountered a very strange bug and spent several hours of trail and failure without going anywhere. I am using java 1.6 update 11 directly from Sun. Basically, I have two problems both of which are described here: copying HTML data to windows clipboard from [...]]]></description>
		<link>http://www.liucougar.net/blog/archives/92</link>
			</item>
	<item>
		<title>Convert VirtualBox image (vdi) to VMWare (vmdk)</title>
		<description><![CDATA[Due to better 64bit support, we decided to use VMWare instead of VirtualBox. To prevent of installing a gentoo to a VMWare image, I decided to convert the already working virtualbox image (a vdi file) to VMWare (vmdk).

Qemu-img is the command line tool for this task, using the following line, I can get a vmdk:


qemu-img [...]]]></description>
		<link>http://www.liucougar.net/blog/archives/118</link>
			</item>
	<item>
		<title>Dojo.reload Reloaded: reload app without reloading browser</title>
		<description><![CDATA[Dojo.reload is added to dojoc.util with two new functions, dojo.reloadPage() and dojo.reloadCss(). In addition, new features are added to the dojo.reload() function to support partial module name match and automatically removing cache of dijit templates when reloading a module containing dijit definition.]]></description>
		<link>http://www.liucougar.net/blog/archives/90</link>
			</item>
	<item>
		<title>Reverse proxy cherrypy with Apache/Nginx</title>
		<description><![CDATA[For the past several months, I am developing frontend against a bare cherrypy server which also serves all static files, like javascripts/images etc. Without building frontend code (so there are lots of small js files to load), it takes more than 20 seconds to reload the unbuilt frontend application I am working on (which is [...]]]></description>
		<link>http://www.liucougar.net/blog/archives/91</link>
			</item>
</channel>
</rss>
