BitTorrent Client: The Big Three and their consortium

As of today, everyone knows what BitTorrent is with no doubt. To download/upload via BitTorrent, you need a kind of BitTorrent client. Lots of BitTorrent client has been developed during two years ago. BTQueue is one of them. Anyway, it seems The Big Three are sharing the biggest part of BitTorrent client in the wild.

  1. uTorrent 1.5
  2. BitComet 0.63

Choosing a web application framework

What is your favorite web application framework? There are so many choices. Jet Propulsion Labs release a movie to present the review process of 5 frameworks. Thanks greggles to share that url. Below are the list of that frameworks.

Choosing a desktop calendar

If you are very busy and mostly forget what you planed, you might want some kind of calendar software. As far as I know, web-based calendar will never work because it is on the web. You may forget to open that page to see what to do next. And most of all, you have to go on-line every time you just want to see the calendar. In addition, you want a host to place your calendar software, e.g., WebCalendar.

As a result, the best solution is a desktop calendar software. One of the best is Microsoft Outlook. Anyway, my favorite mail client is Thunderbird so Outlook is not my choice at all. Sunbird seems to be okay but unfortunately, it doesn’t support Buddhism Era, 2006 is 2549, at all. I live until to day without calendar and now I think it is the time to choose again.

How to debug HTTP

Have you ever want to know what exactly happens during view a web page? If you are a web programmer, system programmer, or even hacker, you must have ever seen something being transmitted out of your machine and their responses. I am talking about the basic part to debug a web application. Basically, there are 2 basic choices to request a web page; GET and POST. Then data in your machine are encoded and sent to the web server via these request and get response, the web page, back. However, today technology is not as easy as I stated earlier. There are something about headers, cookies, content-type, and many more. You might get strange behavior due to incorrectly set cookie or assign wrong content-type. In this situation, you will be so happy if you know what are sent and received during the session. It is very useful information for all of us.

BTQueue 0.1.0 424

Wow! BTQueue 0.1.0 seems to be the most stable version since the 0.0.1 announced. Anyway, there are still lots of bugs waiting for reporting and resolving. Today I would like to announce the official release of BTQueue 0.1.0 424. Below are change log.

  • fixed incorrect error message
  • added escape/unescape in xmlrpc
  • handled error on startup
  • added clear command to clear screen
  • added auto dht

How to create queries for ABAP/4 query

Step for create queries is a necessary process for create ABAP/4 query.

  • Go to transaction SQ01
    img216
  • Input query name that want to create and click img219.
    img218
  • Select infoSet that you want to create ABAP/4 query.
    img226