Blog

<< 1 2 >>

  1. Compiling UI and resource files with PyQt

    PyQt is a python binding for popular Qt library (which became LGPLed for non-commercial purposes recently). If you use Qt Designer, you have to compile XML description of UI or Qt resource files to Python code to use them in your application.

    In C++, you can easily use qmake tool or Automake for creating suitable Makefile. For Python, there is no Makefile needed since Python compiles modules as they are …

  2. Facebook Chat now supports XMPP, finaly

    Facebook social network finaly supports [[wk>XMPP]], better known as Jabber, for its chat. So it is possible to use it with various IM clients supporting Jabber. Therefore you needn’t to have the Facebook web opened to chat with all those hundreds of your friends. :-)

    Your JID is your_login@chat.facebook.com. Therefore, login server is chat.facebook.com. Port is 5222. SSL/TLS encryption is not supported.

    Howtos …

<< 1 2 >>