EFT – heal the unhealable from modern Medicine Written on April 19, 2007, by Angel Kafazov.
I was going to write about the EFT tapping technique long ago, but I found this video that speaks a lot more than I can say. Have a look if you want to learn how to heal your emotional and physical issues, considered untreatable by modern medicine.
Windows Time Server configuration Written on April 16, 2007, by akafazov.
Windows XP has built-in NTP Timer Server and Client by default. In a network it is sometimes useful to synchronize time on all peer nodes. If it is a Windows network, you can configure one of the nodes to function as a server and change the clients to synchronize with it. You should not configure [...]
/dev/null on UNIX, NUL on Windows Written on April 16, 2007, by akafazov.
I needed to redirect stream output to nowhere is looked for alternative of /dev/null on Windows. It is NUL.
echo “The text goes nowhere” > NUL
Mozilla Thunderbird Written on April 16, 2007, by akafazov.
I’ve been having a lot of trouble with Mozilla Thunderbird. I have switched EMail clients about an year ago and I haven’t been satisfied with my choice, but there just isn’t anything better that I am aware of. Thunderbird has problems with reading mails with attachments. I remember reading at Greg Lehey’s site that all [...]
Enterprise Library Written on April 13, 2007, by akafazov.
Enterprise Library from Microsoft is a product for application developers and architects. It is designed to provide building blocks that address common functionality in .NET. The way I understand it is that when I need some basic functionality, like database access or serialization, I get this block into my program, customize it and learn. This [...]
WordPress MU Written on April 12, 2007, by akafazov.
Two days ago I decided to try WordPress MU, the software for managing multiple WordPress blog instances. The software very well suited for hosting providers which can use it to manage their customer’s sites. I know that wordpress.com also runs under WordPress MU.
My reason to try it was the growing number of blogs under this [...]
Consulting work Written on April 10, 2007, by akafazov.
I have decided to offer consulting work for business clients, indiviguals and companies. For more info go to the consulting page on this site.
The main focus would be web development under Office Live and Windows development under .NET. I really believe in those technologies and I think they provide the best mix of functionality, ease [...]
LINQ data providers Written on April 5, 2007, by akafazov.
I recentrly found some interesting info about writing LINQ data providers and more specifically an implementation for NHibernate. There really is a lack of documentation for LINQ and I am glad there are people who make the effort to share their knowledge with the community. The resource page is at Hooked On LINQ, LINQ to [...]
Why do we get System.NullReferenceException Written on April 3, 2007, by akafazov.
It is a common case to get a System.NullReferenceException in many programming languages, especially in C++. The reason this exception is being raised is that you are dealing to data like pointers, variables, objects which is not correctly initialized. For example if you declare an object without initializing it and then try to access some [...]
WPF/E Booklist sample Written on April 1, 2007, by akafazov.
I was playing with Expression Blend and WPF while trying to make a book viewer for my homepage. I have to say that Blend is really slick tool for creating powerful user experience. But on the other side, while perfectly suited for designing WPF apps, it does not target WPF/E and I consider this a [...]


