<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="0.92">
<channel>
	<title>Stanimir Stoyanov's Blog</title>
	<link>/blog</link>
	<description></description>
	<lastBuildDate>Fri, 25 Mar 2011 01:15:20 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Blocking unwanted advertisements and malware with a HOSTS file</title>
		<description>A fellow Microsoft MVP has assembled a large list (&#62; 6MB) of domain names/IP addresses mainly used to serve advertisements, tracking cookies, and sometimes even malware.

You can find the full instructions&#160; at http://www.mvps.org/winhelp2002/hosts.htm. I personally have been using this list for almost two years now (it is frequently updated).

Because I ...</description>
		<link>/blog/2011/01/18/blocking-advertisements-malware-hosts-file/</link>
			</item>
	<item>
		<title>Multithreading with Windows Forms in C#</title>
		<description>What are threads?

A thread executes code synchronously—a set of instructions processed by the CPU “first in first out”. This can include virtually any kind of code, be it updating of the GUI, processing calculations, or waiting for user input.

Windows Forms is arguably one of the most used aspects of .NET ...</description>
		<link>/blog/2010/12/29/multithreading-with-windows-forms-in-c/</link>
			</item>
	<item>
		<title>Честита Коледа (и поздравления на спечелилите)!</title>
		<description>Честита Коледа, и приятно посрещане на Новата година на всички читатели на блога!  Също така поздравления на Miguel Hernandez (@migue333) и Kim Nilsson (@no_substitute), които бяха избрани посредством случаен жребий от Bryant Zadegan и мен, за да получат по един подарък-карта за абонамент MSDN Ultimate.  Честито!Благодарности на Microsoft ...</description>
		<link>/blog/2010/12/26/merry-xmas-congrats-msdn/</link>
			</item>
	<item>
		<title>A simple backup solution using ImageX, a Windows Imaging tool</title>
		<description>Previous readers of my blog might already know that I am a big fan of ImageX, a tool that has been supplied by Microsoft in the Windows Automated Installation Kit since the release of Windows Vista.  A quick introduction     ImageX is a command-line tool that ...</description>
		<link>/blog/2010/09/18/a-simple-backup-solution-using-imagex-a-windows-imaging-tool/</link>
			</item>
	<item>
		<title>Soon: MSDN Ultimate Subscriptions Giveaway</title>
		<description>  Just wanted to post a quick update:  Thanks to the MVP Program I have received two MSDN Ultimate Subscription gift cards, worth $11,899 each.  These are going to be given away soon as I am working with Bryant on the giveaway details. Stay tuned. </description>
		<link>/blog/2010/09/18/soon-two-msdn-ultimate-subscriptions-giveaway/</link>
			</item>
	<item>
		<title>Decoding FLAC audio files in C#</title>
		<description>FlacReader + WavWriter  As a follow-up to my previous article on FLAC and encoding uncompressed audio, I have further developed the Wav2Flac library and added FLAC decoding to the WAVE container. Some key points of this aspect of the WavFlacTest library are:     Support for 16- ...</description>
		<link>/blog/2010/07/26/decoding-flac-audio-files-in-c/</link>
			</item>
	<item>
		<title>Inline Tweet Translator</title>
		<description>      One thing that popped in my mind yesterday after having a conversation over twitter (admittedly, a service I had rarely used until recently), is that the more followers you have, the higher the odds you would have to use other languages in addition to ...</description>
		<link>/blog/2010/07/25/inline-tweet-translator/</link>
			</item>
	<item>
		<title>Resizing forms while keeping aspect ratio</title>
		<description>Resizing a form while keeping aspect ratio is useful in many cases, like video playback or vector graphics. This way, the window can be resized while retaining the original ratio and avoiding the use of letterboxing or pillarboxing.  What’s needed is for the window function to be overriden (WndProc) ...</description>
		<link>/blog/2010/06/27/resizing-forms-while-keeping-aspect-ratio/</link>
			</item>
	<item>
		<title>Encoding uncompressed audio with FLAC in C#</title>
		<description>Why lossless? Lossless audio is used on various media, including studio masters, CD, DVD-Audio (via MLP) and Blu-ray (via Dolby TrueHD, which is technically a rebrand of and an extension to MLP, and DTS-HD Master Audio). All of these, when decoded, will result in a pulse-code modulated signal identical to ...</description>
		<link>/blog/2010/01/08/encoding-uncompressed-audio-with-flac-in-c/</link>
			</item>
	<item>
		<title>Indicating progress in console windows</title>
		<description> Command-line interface tools. We usually prefer to write these when we need a lightweight application to get work done. Some operations can be lengthy, or we simply want to present the a visual indicator of progress to the user. For this purpose I usually update Console.Title for simplicity’s sake. ...</description>
		<link>/blog/2010/01/05/cmd-progress-bar/</link>
			</item>
</channel>
</rss>

