Blogs

BTQueue 0.1.0 433

Welcome back to the text mode. BTQueue 0.1.0 has been released with build 433. In this version, you don’t need to worry about incorrect filename encoding. Since some torrent maker softwares do not encode filename in UTF-8 as specified clearly in the standard specification, the earlier version of BTQueue created unreadable filenames. This problem is gone forever, you can specify a list of possible encodings to try. In case of you don’t provide the correct encoding, the original filename will be used instead of scrambled one. This global preference is in policy.conf.

default_encoding = shift-jis,tis-620

Post2Blog 1.21.1 is released

To all you are looking for blog client software for Windows, Post2Blog is my recommendation. You must try to see how it help you write good blogs extremely fast. Well, you may think that built-in visual editor like TinyMCE or FCKeditor are good enough. Believe me, you don’t know the power of the blog client.

Technorati Tags: ,

Fixing incorrect gamma in PNG and Internet Explorer

Yesterday, I would like to create a new logo image for howforge.com, the current one was the default logo. The current logo was in PNG format without transparency since the background was just a plain color #6699cc. Well then, I used PhotoShop to modify that logo to mine and saved it through "Save for web" option aka ImageReady. Unfortunately, my logo was displayed correctly in Firefox but not Internet Explorer. The problem is transparency. Internet Explorer can’t render transparent PNG correctly. So, I managed to add background with color #6699cc and tried again. It didn’t work on IE again, #6699cc in the logo didn’t match to the background in CSS. This seems to be problem of gamma.

BitTorrent Clients Review 2006-03-11

I have just found very comprehensive comparison of various BitTorrent clients at BitTorrent Client Shootout. Below is my summary plus my opinions.

  1. BitTorrent Official Client
    1. Clean, clear, simple, and official one, DHT
    2. Open source
    3. Lack of features: download limitation, UPnP doesn’t work properly in some cases, intend to support only Windows
  2. uTorrent 

Google has acquired . So what is Writely? Writely is a word processor running on your browser. It is AJAX-based application aka Web 2.0. The Writely team announced this news at both  and . Though, they said it is still in beta state. You could apply for notification when it is ready. As far as I know, there are so many AJAX word processor available since last year. Writely seems to be the best one chosen by Google as a part of them.

Web Framework Statistics

This week could be the Web Framework week here. I have just found a good statistics regarding web framework. The first one is about Python Web Framework comparing to others. Arggg. There are so many frameworks for Python. Zope is the most popular one. The second is Python Template Engine Statistics. Zope is the first one again. And the last one, Programming Language Statistics, Java is the first and Python is the 7th.