Daily stuff Written on October 28, 2006, by Angel Kafazov.
Another party yesturday, not that I go to parties that often but this one was at home. A bunch of people came, but we had to leave to go to a friend’s party. That’s more than I can handle, partywise
So, we are looking for new roommate in our house and I was suppose [...]
Windows Vista Application Compatability Cookbook Written on October 28, 2006, by akafazov.
Microsoft is regularly publishing design guidelines for programmers developing on their platform. However, it looks like that most developers never read them. Well, probably some of you have, but I personally never read such guideline for XP before, neither do I know somebody who does. But it’s a good idea. Coming across this document I [...]
WinForms asyncronous programming model Written on October 27, 2006, by akafazov.
The official .NET asynchronous programming model requires that when we call an API which begin with “Begin” we should also call the corresponding “End…” to wait for the result after the callback method has returned. So this is why most people would claim that EndInvoke is always required, but this is not necessarily the case, [...]
Информационен портал на българските разработчици Written on October 26, 2006, by akafazov.
Преди няколко дни ми дойде идеята да се направи портал за програмисти на български език, подобен на The CodeProject. След кратка дискусия в във форумине на CleverDevelopers се оказа че поне начален интерес към подобно нещо има и според мен може добре да се интегрира с останалото съдържание в сайта.
Идеята на сайтове от подобен тип [...]
JS/UIX – Unix runs on webbrowser Written on October 26, 2006, by akafazov.
JS/UIX is Unix written in JavaScript and running on webbrowsers. Interestingly, there are a some applications ported to it as VI and the game invaders. Almost all popular system utilities are in place and you can play around and even learn. Great stuff, isn’t it:)
JS/UIX е Unix ОС, но за разлика от останалите подобни варианти [...]
BBPress and MU Written on October 24, 2006, by akafazov.
Looks like Google and Blogspot have serious competition. The guys from WordPress have released MU and BBPress. MU is the software which administers multiple blog instances and BBPress is a wordpress-style discussion board.
Read more!
Изглежда че Google и Blogspot имат сериозна конкуренция. Хората от WordPress са релийснали MU и BBPress. MU е софтуер който администрира множество [...]
IE 7 is ready Written on October 20, 2006, by akafazov.
Iccidentally I saw on microsoft.com that their new browser is now available for download and of course installed it to see how it works. Even though I use Firefox all the time, I wanted to try IE7. The first impression is very good. I haven’t explored it in detail yet, but most of the webpages [...]
BSD Certification Written on October 19, 2006, by akafazov.
This spring I went to the LinuxTag in Wiesbaden where one of the talks was about the upcoming BSD Certification. It is an important step which would help the industry to adopt BSD solutions, which I think is a big *win* for the community. The idea is to create a certification which could guarantee that [...]
Visual Studio 2003 still hangs a lot when debugging Written on October 19, 2006, by akafazov.
Well, it’s not a new experience with this version of Visual Studio, but it still happens in the SP1 which was released soon.
So whenever I debug a multithreaded app I sometimes get a memory violation error or unhandled exception or even deadlock. In all those cases VS2003 would hang which will result in the whole [...]
Multiple threads seen in the VS2003 debugger Written on October 16, 2006, by akafazov.
Trying to find a deadlock problem today and saw a strange thing in the VS2003 debugger. In the “Threads” window I was 9 threads which I haven’t created and most interestingly, they had the same location as one of my threads. Wondering if this is normal and how it came to be.
I suspect that the [...]


