Archive for June, 2007

Multi-User Conferencing for Windows released

Saturday, June 16th, 2007

Here goes the new test release of mu-conference for Windows, complementary to first jabberd2 for Windows releases from the beginning of the June. Binaries (only 1.05MB) available from my page are configured to work seamlessly with jabberd2 Windows builds, so only host name change and simple service installation as described in the guide are needed to run conferences within your jabberd2 server on Windows.

Several users already confirmed running jabberd2 on Windows server platform with success (I am running it also at my company). And now mu-conference component will be nice addendum to this light XMPP server suite, as together with jabberd2 all takes ~6MB on the disk with no extra software required!

P.S. Windows MSI installer is also on the way. Soon jabberd2 XMPP server installation will be even easier. :-)

Themed menu’s icons, a complete Vista and XP solution

Tuesday, June 12th, 2007

I’m an author of few patches for both Tortoise SVN and Tortoise CVS that makes them display the explorer’s context menu icons nicely on XP and Windows 2000. Both programs are implementing IContextMenu and using QueryContextMenu function to create items of popup menu of explorer. Briefly the called extension must fill menu items with InsertMenuItem using suplied HMENU hmenu parameter.

During development of those few patches I’ve learnt some few new things about way we make icons displayed next to menu items I want to share with you… (more…)

New approach to web design

Monday, June 11th, 2007

Last week I gave a presentation of New approach to web design on my university about XHTML, XML and separation of the presentation (design) from document content (structure & data). All Polish readers may find a copy of presentation in Polish here as Slidy presentation. Non-Polish readers shall excuse me. ;-)

IE Dev Toolbar 1.00.2188.0 annoying popup fix

Monday, June 11th, 2007

Some time ago Microsoft has released great addon to Internet Explorer called Internet Explorer Developer Toolbar. Latest version 1.00.2188.0 bring many great features, however it also brings huge annoyance with IE7 and any script debugger installed on system such as Visual Studio 2005 - an error popup asking for debugger selection every time we open new page. Want to know how to fix it? (more…)