<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RaMMicHaeL&#039;s home page</title>
	<atom:link href="http://rammichael.com/feed" rel="self" type="application/rss+xml" />
	<link>http://rammichael.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 20 Apr 2012 22:56:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>7 Taskbar Tweaker v3.4</title>
		<link>http://rammichael.com/7-taskbar-tweaker-v3-4</link>
		<comments>http://rammichael.com/7-taskbar-tweaker-v3-4#comments</comments>
		<pubDate>Mon, 27 Feb 2012 03:43:02 +0000</pubDate>
		<dc:creator>RaMMicHaeL</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[7 taskbar tweaker]]></category>

		<guid isPermaLink="false">http://rammichael.com/?p=710</guid>
		<description><![CDATA[Option: Thumbnails reordering by mouse dragging. This option was requested since the first version of the tweaker, so here you go. Enable flash to see the demo. Option: Left click on combined item -> Open last window if inactive, otherwise open thumbnail preview. Suggested by mathrick. Option: Toggle mute system volume on empty space dobule/middle [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<strong>Option: Thumbnails reordering by mouse dragging.</strong><br />
This option <a href="http://tweaker.uservoice.com/forums/73857-general/suggestions/1312397-drag-to-rearrange-grouped-applications-by-thumbnai">was requested</a> since the first version of the tweaker, so here you go.<br />
<object type="application/x-shockwave-flash" data="http://rammichael.com/wp-content/uploads/2012/02/7tt_34t.swf" width="488" height="235"><param name="movie" value="http://rammichael.com/wp-content/uploads/2012/02/7tt_34t.swf" />Enable flash to see the demo.<br />
</object></p>
</li>
<li>
<span id="more-710"></span><strong>Option: Left click on combined item -> Open last window if inactive, otherwise open thumbnail preview.</strong><br />
<a href="http://rammichael.com/7-taskbar-tweaker#comment-1423">Suggested by mathrick</a>.</p>
</li>
<li>
<strong>Option: Toggle mute system volume on empty space dobule/middle click.</strong></p>
</li>
<li>
<strong>Update checker.</strong><br />
Now the tweaker automatically checks for new versions, and allows you to update with one click.<br />
<img src="http://rammichael.com/wp-content/uploads/2012/02/7tt_34.png" alt="" title="" width="408" height="223" class="alignnone size-full wp-image-711" />
</li>
</ul>
<p>Get the new version <a href="http://rammichael.com/7-taskbar-tweaker">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rammichael.com/7-taskbar-tweaker-v3-4/feed</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
		<item>
		<title>Resource Hacker FX: Unicode support</title>
		<link>http://rammichael.com/resource-hacker-fx-unicode-support</link>
		<comments>http://rammichael.com/resource-hacker-fx-unicode-support#comments</comments>
		<pubDate>Wed, 01 Feb 2012 19:54:19 +0000</pubDate>
		<dc:creator>RaMMicHaeL</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[resource hacker fx]]></category>

		<guid isPermaLink="false">http://rammichael.com/?p=677</guid>
		<description><![CDATA[The new version of Resource Hacker FX partially supports Unicode. What&#8217;s supported: Decompilation and compilation of: string table, message table, accelerators, menu, version info. Menu and dialog preview. What&#8217;s not supported: Everything else, including: Dialog&#8217;s control editor. Search. Export to .rc file. Unicode file names. Technical details: how did I do that? So, how did [...]]]></description>
			<content:encoded><![CDATA[<p>The new version of <a href="http://rammichael.com/resource-hacker-fx">Resource Hacker FX</a> partially supports Unicode.</p>
<p><img src="http://rammichael.com/wp-content/uploads/2012/02/rhfx14_unicode.png" alt="" title="" width="692" height="530" class="alignnone size-full wp-image-700" /></p>
<p>What&#8217;s supported:</p>
<ul>
<li>Decompilation and compilation of: string table, message table, accelerators, menu, version info.</li>
<li>Menu and dialog preview.</li>
</ul>
<p>What&#8217;s not supported:<br />
Everything else, including:</p>
<ul>
<li>Dialog&#8217;s control editor.</li>
<li>Search.</li>
<li>Export to .rc file.</li>
<li>Unicode file names.</li>
</ul>
<h2>Technical details: how did I do that?</h2>
<p><span id="more-677"></span>So, how did I make Resource Hacker handle Unicode without having it&#8217;s source code?</p>
<p>Originally, Resource Hacker&#8217;s decompilation process looks more-or-less like this:<br />
<strong>File (Unicode)</strong><br />
&#8211;[TO_ANSI]&#8211;&gt;<br />
<strong>Memory (ANSI)</strong><br />
&#8211;[DECOMPILE_ANSI]&#8211;&gt;<br />
<strong>Decompiled text (ANSI)</strong></p>
<p>A native Unicode resource editor would look like this:<br />
<strong>File (Unicode)</strong><br />
&#8211;&gt;<br />
<strong>Memory (Unicode)</strong><br />
&#8211;[DECOMPILE_UNICODE]&#8211;&gt;<br />
<strong>Decompiled text (Unicode)</strong></p>
<p>But making Resource Hacker work this way would require rewriting it&#8217;s decompilation functions, as they expect ANSI text, and we want to decompile Unicode.</p>
<p>So, to achieve our goal of easily making Resource Hacker handle Unicode, we need the following:</p>
<ul>
<li>The Unicode information must be preserved in memory.</li>
<li>The decompilation functions should work without a major change.</li>
</ul>
<p>I was thinking about whether this is even possible, and then it hit me: UTF-8!</p>
<p>UTF-8 is (<a href="http://en.wikipedia.org/wiki/UTF-8">Wikipedia</a>):</p>
<blockquote><p>a variable-width encoding that <strong>can represent every character in the Unicode character set</strong>. It was designed for <strong>backward compatibility with ASCII</strong> and to avoid the complications of endianness and byte order marks in UTF-16 and UTF-32.</p></blockquote>
<p>Exactly what we need, eh?<br />
Now we can make the decompilation process look like this:<br />
<strong>File (Unicode)</strong><br />
&#8211;[TO_UTF8]&#8211;&gt;<br />
<strong>Memory (UTF-8)</strong><br />
&#8211;[DECOMPILE_UTF8]&#8211;&gt;<br />
<strong>Decompiled text (UTF-8)</strong></p>
<p>Making it is relatively easy, and because UTF-8 is backward compatible with ASCII, the original decompiling functions work almost without changes.</p>
<p>The latest question left is: how do we show the decompiled text in Resource Hacker, while it uses non-Unicode controls?<br />
Luckily for us, Resource Hacker uses the rich edit control, which supports multiple encodings even as a non-Unicode control. (this support is not 100%, e.g. you cannot paste Unicode text copied from an external program)</p>
<p>Get the new Resource Hacker FXer <a href="http://rammichael.com/resource-hacker-fx">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rammichael.com/resource-hacker-fx-unicode-support/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>7 Taskbar Tweaker v3.3</title>
		<link>http://rammichael.com/7-taskbar-tweaker-v3-3</link>
		<comments>http://rammichael.com/7-taskbar-tweaker-v3-3#comments</comments>
		<pubDate>Sun, 15 Jan 2012 12:09:50 +0000</pubDate>
		<dc:creator>RaMMicHaeL</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[7 taskbar tweaker]]></category>

		<guid isPermaLink="false">http://rammichael.com/?p=623</guid>
		<description><![CDATA[7 Taskbar Tweaker v3.3 is out. Option: Left click on the active thumbnail minimizes the window. Windows 7&#8242;s taskbar provides no easy way to minimize a window in a combined item. The whell scroll options help here, but when a mouse wheel is not available (e.g. a laptop), they don&#8217;t help much. The new option [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rammichael.com/7-taskbar-tweaker">7 Taskbar Tweaker</a> v3.3 is out.</p>
<ul>
<li>
<strong>Option: Left click on the active thumbnail minimizes the window.</strong> Windows 7&#8242;s taskbar provides no easy way to minimize a window in a combined item. The whell scroll options help here, but when a mouse wheel is not available (e.g. a laptop), they don&#8217;t help much. The new option provides a way to minimize the active window by clicking on it&#8217;s thumbnail.
</li>
<li>
<strong>Fix: Multiple thumbnails now show up when grouping is disabled.</strong> This bug existed since the first version of the tweaker. When grouping was disabled programs which used to show multiple thmubnails for a single window (like IE and it&#8217;s thumbnails for tabs) showed only one thumbnail.
</li>
<li>
<strong>Italian language.</strong> Thanks vfede!
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rammichael.com/7-taskbar-tweaker-v3-3/feed</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>7 Taskbar Tweaker v3.2</title>
		<link>http://rammichael.com/7-taskbar-tweaker-v3-2</link>
		<comments>http://rammichael.com/7-taskbar-tweaker-v3-2#comments</comments>
		<pubDate>Sat, 03 Dec 2011 22:53:42 +0000</pubDate>
		<dc:creator>RaMMicHaeL</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[7 taskbar tweaker]]></category>

		<guid isPermaLink="false">http://rammichael.com/?p=599</guid>
		<description><![CDATA[7 Taskbar Tweaker v3.2 is out. What&#8217;s new: A portable version. From the setup wizard, you can choose to install the tweaker normally or to extract the portable version. The portable version works for both 32 and 64 bit systems. Option to change system volume by scrolling. You can choose to enable this option for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rammichael.com/7-taskbar-tweaker">7 Taskbar Tweaker</a> v3.2 is out.</p>
<p>What&#8217;s new:</p>
<ul>
<li>
<strong>A portable version.</strong> From the setup wizard, you can choose to install the tweaker normally or to extract the portable version. The portable version works for both 32 and 64 bit systems.</p>
<p><img src="http://rammichael.com/wp-content/uploads/2011/12/7tt32_p.png" alt="" title="" width="309" height="152" class="alignnone size-full wp-image-604" />
</li>
<li>
<span id="more-599"></span><strong>Option to change system volume by scrolling.</strong> You can choose to enable this option for the notification area or for the whole taskbar.</p>
</li>
<li>
<strong>Option to open ungrouped items nearby.</strong> In case you disabled grouping for some (or all) of the taskbar items, you have now the option to open them one near the other.<br />
e.g. if you open a new instance of Google Chrome, this is what you get by default:<br />
<img src="http://rammichael.com/wp-content/uploads/2011/12/7tt32_1.png" alt="" title="" width="122" height="40" class="alignnone size-full wp-image-601" /></p>
<p>This is what you get with grouping disabled:<br />
<img src="http://rammichael.com/wp-content/uploads/2011/12/7tt32_2.png" alt="" title="" width="184" height="40" class="alignnone size-full wp-image-602" /></p>
<p>The new option allows you to get this:<br />
<img src="http://rammichael.com/wp-content/uploads/2011/12/7tt32_3.png" alt="" title="" width="184" height="40" class="alignnone size-full wp-image-603" />
</li>
<li>
<strong>Alphabetically sorting of items in a group.</strong> Here&#8217;s how it looks:</p>
<p><img src="http://rammichael.com/wp-content/uploads/2011/12/7tt32_4.png" alt="" title="" width="530" height="255" class="alignnone size-full wp-image-609" />
</li>
<li>
<strong>Brazilian Portuguese language.</strong> Thanks Carlos!
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rammichael.com/7-taskbar-tweaker-v3-2/feed</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>MUltimate Assembler v1.6</title>
		<link>http://rammichael.com/multimate-assembler-v1-6</link>
		<comments>http://rammichael.com/multimate-assembler-v1-6#comments</comments>
		<pubDate>Sat, 03 Dec 2011 10:01:44 +0000</pubDate>
		<dc:creator>RaMMicHaeL</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[multimate assembler]]></category>
		<category><![CDATA[ollydbg]]></category>

		<guid isPermaLink="false">http://rammichael.com/?p=586</guid>
		<description><![CDATA[MUltimate Assembler (the OllyDbg plugin) v1.6 is out. A small release with basically one new option: You can choose how the plugin generates new labels. Also, this release includes a version for Immunity Debugger.]]></description>
			<content:encoded><![CDATA[<p><a href="http://rammichael.com/multimate-assembler">MUltimate Assembler</a> (the OllyDbg plugin) v1.6 is out.</p>
<p>A small release with basically one new option: You can choose how the plugin generates new labels.</p>
<p><img src="http://rammichael.com/wp-content/uploads/2011/12/ma_16.png" alt="" title="" width="255" height="152" class="alignnone size-full wp-image-587" /></p>
<p>Also, this release includes a version for <a href="http://immunityinc.com/products-immdbg.shtml">Immunity Debugger</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rammichael.com/multimate-assembler-v1-6/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>7 Taskbar Tweaker v3.1</title>
		<link>http://rammichael.com/7-taskbar-tweaker-v3-1</link>
		<comments>http://rammichael.com/7-taskbar-tweaker-v3-1#comments</comments>
		<pubDate>Sun, 13 Nov 2011 02:36:36 +0000</pubDate>
		<dc:creator>RaMMicHaeL</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[7 taskbar tweaker]]></category>

		<guid isPermaLink="false">http://rammichael.com/?p=568</guid>
		<description><![CDATA[Meet 7 Taskbar Tweaker v3.1! New in this version: More taskbar item hover options. Now you can choose to show a list instead of the thumbnail preview (see screenshot below), show a tooltip (shows only if the title doesn&#8217;t fit), or show nothing at all. More combining options. You can choose to combine (or not) [...]]]></description>
			<content:encoded><![CDATA[<p>Meet <a href="http://rammichael.com/7-taskbar-tweaker">7 Taskbar Tweaker</a> v3.1!</p>
<p>New in this version:<br />
<span id="more-568"></span>
<ul>
<li>
<strong>More taskbar item hover options.</strong> Now you can choose to show a list instead of the thumbnail preview (see screenshot below), show a tooltip (shows only if the title doesn&#8217;t fit), or show nothing at all.</p>
<p><img src="http://rammichael.com/wp-content/uploads/2011/11/7tt31_1.png" alt="" title="" width="368" height="235" class="alignnone size-full wp-image-569" /></p>
</li>
<li>
<strong>More combining options.</strong> You can choose to combine (or not) your taskbar items. This, e.g., is how the taskbar looks with the &#8220;Always combine, hide labels&#8221; taskbar option and the &#8220;Don&#8217;t combine grouped items&#8221; tweaker option:<br />
<img src="http://rammichael.com/wp-content/uploads/2011/11/7tt31_2.png" alt="" title="" width="423" height="40" class="alignnone size-full wp-image-570" /></p>
<p>Also, you can set per Application ID rules for combining in Taskbar Inspector.
</li>
<li>
<strong>New option: Reserve empty space on taskbar.</strong> The tweaker has options for middle/double clicking the taskbar&#8217;s empty space. It works great except when the taskbar gets full. This option reserves a little square at the end of the task list, where you can always double/middle click.<br />
<img src="http://rammichael.com/wp-content/uploads/2011/11/7tt31_3.png" alt="" title="" width="443" height="97" class="alignnone size-full wp-image-575" /></p>
</li>
<li>
<strong>New option: Hide the &#8220;Show desktop&#8221; button.</strong> This option was requested several times, so here you go.</p>
</li>
<li>
<strong>Small fixes.</strong> The most notable of which is that the thumbnail preview does not get closed when you minimize with the mouse wheel.
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rammichael.com/7-taskbar-tweaker-v3-1/feed</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>7 Taskbar Tweaker v3.0</title>
		<link>http://rammichael.com/7-taskbar-tweaker-v3-0</link>
		<comments>http://rammichael.com/7-taskbar-tweaker-v3-0#comments</comments>
		<pubDate>Sat, 22 Oct 2011 21:43:55 +0000</pubDate>
		<dc:creator>RaMMicHaeL</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[7 taskbar tweaker]]></category>

		<guid isPermaLink="false">http://rammichael.com/?p=544</guid>
		<description><![CDATA[7 Taskbar Tweaker v3.0 is here! New options in this release: Mouse wheel options. You can scroll between taskbar items with the mouse wheel, as well as minimize/restore a window when hovering a taskbar item or a thumbnail. Decombining the active group. This option will keep the currently active group decombined, similarly to the &#8220;decombine [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rammichael.com/7-taskbar-tweaker">7 Taskbar Tweaker</a> v3.0 is here!</p>
<p>New options in this release:</p>
<ul>
<li>
<strong>Mouse wheel options.</strong> You can scroll between taskbar items with the mouse wheel, as well as minimize/restore a window when hovering a taskbar item or a thumbnail.
</li>
<li>
<strong>Decombining the active group.</strong> This option will keep the currently active group decombined, similarly to the &#8220;decombine on mouse hover&#8221; feature.
</li>
</ul>
<p><span id="more-544"></span><br />
Also in this release:</p>
<ul>
<li>
<strong>New interface logic.</strong> The options are now divided into three categories: Taskbar items, Grouping and combining, and Other, which will make it easier for you to navigate through them, and will make it easier for me to add new options. Special thanks to <strong>Arcyon</strong> for giving me some tips about the interface.
</li>
<li>
<strong>Improved stability.</strong> The previous versions had some flaws regarding thread safety. This could rarely lead to a crash, a Taskbar Inspector window that does not close, or some other issue. The new version fixes these.
</li>
</ul>
<p>I&#8217;ve also made a video that demonstrates the new (and some of the old) features:<br />
<iframe width="420" height="315" src="http://www.youtube.com/embed/k5J8oDdLP7I" frameborder="0" allowfullscreen></iframe></p>
<p>P.S. Not all the languages form the previous version are available in the new one at the moment, sorry for that.</p>
]]></content:encoded>
			<wfw:commentRss>http://rammichael.com/7-taskbar-tweaker-v3-0/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>MUltimate Assembler v1.5</title>
		<link>http://rammichael.com/multimate-assembler-v1-5</link>
		<comments>http://rammichael.com/multimate-assembler-v1-5#comments</comments>
		<pubDate>Wed, 28 Sep 2011 16:40:26 +0000</pubDate>
		<dc:creator>RaMMicHaeL</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[multimate assembler]]></category>
		<category><![CDATA[ollydbg]]></category>

		<guid isPermaLink="false">http://rammichael.com/?p=467</guid>
		<description><![CDATA[MUltimate Assembler (the OllyDbg plugin) v1.5 is out! New in this release: Anonymous labels You can now use anonymous labels, which are defined as &#8216;@@&#8217; and are referenced to as @b (or @r) for the preceding label and @f for the following label. Example: Saving to and loading from files You can save your code [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rammichael.com/multimate-assembler">MUltimate Assembler</a> (the OllyDbg plugin) v1.5 is out!<br />
New in this release:</p>
<p><strong>Anonymous labels</strong><br />
You can now use anonymous labels, which are defined as &#8216;@@&#8217; and are referenced to as @b (or @r) for the preceding label and @f for the following label.</p>
<p>Example:</p>
<pre class="brush: plain; light: true; title: ; notranslate">	JMP SHORT @f
	NOP ; skip it

@@:
	JMP SHORT @b ; (or @r) an infinite loop</pre>
<p><strong>Saving to and loading from files</strong><br />
<span id="more-467"></span><img src="http://rammichael.com/wp-content/uploads/2011/09/ma15_1.png" alt="" title="" width="264" height="224" class="alignnone size-full wp-image-475" /></p>
<p>You can save your code to a file for later use.<br />
A special &#8220;lib&#8221; folder is created for keeping files, but you can choose to save them in any other folder.</p>
<p><strong>Sharing the tabs between multiple OllyDbg versions/instances</strong><br />
There&#8217;s an option in ollydbg.ini labeled &#8220;tabs_path&#8221;, which allows you to set the path where your tabs&#8217; files are saved.<br />
Starting with this version, you can set several OllyDbg versions to use the same path, and they will share the same tabs.<br />
Also, you can open more than one MUltimate Assembler window and manipulate with tabs, and the changes will apply to it&#8217;s other windows as well.</p>
<p><strong>Note! If you are updating from an older version and want to keep your tabs:</strong><br />
1. Open ollydbg.ini, find the plugin&#8217;s section, and cut the tabs_* options: tabs_counter, tabs_last_open, tabs_file[x].<br />
2. Go to the path specified in &#8220;tabs_path&#8221;, and create a file named &#8220;tabs.ini&#8221;.<br />
3. Create a &#8220;[tabs]&#8221; section and paste the tabs_* options from ollydbg.ini.</p>
]]></content:encoded>
			<wfw:commentRss>http://rammichael.com/multimate-assembler-v1-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Taskbar Tweaker, more languages</title>
		<link>http://rammichael.com/7-taskbar-tweaker-more-languages</link>
		<comments>http://rammichael.com/7-taskbar-tweaker-more-languages#comments</comments>
		<pubDate>Thu, 18 Aug 2011 22:48:39 +0000</pubDate>
		<dc:creator>RaMMicHaeL</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[7 taskbar tweaker]]></category>

		<guid isPermaLink="false">http://rammichael.com/?p=434</guid>
		<description><![CDATA[7 Taskbar Tweaker is now available in 5 new languages: French (Fabien Demaret) German (jacky0815) Slovenian (Arcyon) Spanish (Diego Alejandro Muñoz) Swedish (TimeCenter Online booking) Update (11 September): Polish translation is also available, translated by MAURYCY (Artur Łukasik). Thank you guys! I didn&#8217;t expect to get so many translations. This will make it easier for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rammichael.com/7-taskbar-tweaker">7 Taskbar Tweaker</a> is now available in 5 new languages:</p>
<ul>
<li>French (Fabien Demaret)</li>
<li>German (jacky0815)</li>
<li>Slovenian (Arcyon)</li>
<li>Spanish (Diego Alejandro Muñoz)</li>
<li>Swedish (<a href="http://timecenter.com/">TimeCenter Online booking</a>)</li>
</ul>
<p><em>Update (11 September):<br />
Polish translation is also available, translated by MAURYCY (Artur Łukasik).</em></p>
<p>Thank you guys! I didn&#8217;t expect to get so many translations.<br />
This will make it easier for many users to use the tweaker.</p>
]]></content:encoded>
			<wfw:commentRss>http://rammichael.com/7-taskbar-tweaker-more-languages/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>7 Taskbar Tweaker, now in Russian and Turkish</title>
		<link>http://rammichael.com/7-taskbar-tweaker-russian-turkish</link>
		<comments>http://rammichael.com/7-taskbar-tweaker-russian-turkish#comments</comments>
		<pubDate>Sat, 02 Jul 2011 22:31:43 +0000</pubDate>
		<dc:creator>RaMMicHaeL</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[7 taskbar tweaker]]></category>

		<guid isPermaLink="false">http://rammichael.com/?p=423</guid>
		<description><![CDATA[7 Taskbar Tweaker is now available in Russian (thanks 333hronos) and Turkish (thanks Fatih_BaKeR). If you want to translate the tweaker to your language, read last question of the FAQ here.]]></description>
			<content:encoded><![CDATA[<p><img src="http://rammichael.com/wp-content/uploads/2011/07/res.png" alt="" title="" width="540" height="580" class="alignnone size-full wp-image-424" /></p>
<p><a href="http://rammichael.com/7-taskbar-tweaker">7 Taskbar Tweaker</a> is now available in Russian (thanks 333hronos) and Turkish (thanks Fatih_BaKeR).</p>
<p>If you want to translate the tweaker to your language, read last question of the FAQ <a href="http://rammichael.com/7-taskbar-tweaker">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rammichael.com/7-taskbar-tweaker-russian-turkish/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

