<?xml version='1.0' encoding='UTF-8' ?>
<?xml-stylesheet type='text/css' href='http://fpscomponents.com/includes/csharp.css'?>
<rss version='2.0'>
<channel>
<title>FPS Components RSS Posts Channel</title>
<link>http://fpscomponents.com/RSS.aspx#</link>
<description>FPS Components Posts</description>
<item>
<title>New Virtual Keyboard for WPF and Windows Forms</title>
<link>/Blog/new-vk.aspx</link>
<guid>/Blog/new-vk.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;border: 0px initial initial;&quot; src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;product&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;Just a quick post for all FPS Virtual Keyboard existing and potential users&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;&lt;br /&gt;Updated WPF and Windows Forms versions of Virtual Keyboard component. In detail, added new Property &quot;AutoFill&quot; this option generates keyboard depending on language layout (qwerty ,azerty etc...), so if this property is false your keyboard cannot distinguish (qwerty ,azerty layouts).&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What do you receive: Buying any license of &lt;a title=&quot;FPS Virtual Keyboard for WPF&quot; href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot; target=&quot;_blank&quot;&gt;FPS Virtual Keyboard for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. All major and minor updates and fixes for one year are guaranteed. We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;FPS Components is a .net component vendor standing on customer development model. Please check our products at&amp;nbsp;&lt;a href=&quot;http://fpscomponents.com/&quot; target=&quot;_blank&quot;&gt;fpscomponents.com&lt;/a&gt;&lt;/p&gt;</description>
<pubDate>Mon, 24 Oct 2011 15:55:11 GMT</pubDate>
</item>

<item>
<title>FPS Virtual Keyboard : Speed, Performance and Cleanup</title>
<link>/Blog/virtual-keyboard-3.2-wpf.aspx</link>
<guid>/Blog/virtual-keyboard-3.2-wpf.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;border: 0px initial initial;&quot; src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;product&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;FPS Components presents a version of  Virtual Keyboard 3.2.0 for WPF. &lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;&lt;strong&gt;Virtual Keyboard&lt;/strong&gt; component has been improved to work faster and properly clean used resources, so here is a list of changes : 
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improved keyboard speed/performance&lt;/li&gt;
&lt;li&gt;Fixed bug with umanaged memory usage&lt;/li&gt;
&lt;li&gt;Simplified template customization&lt;/li&gt;
&lt;li&gt;Added &quot;CurrenCase&quot; readonly property directly in RegularKey. Now you do not need use any converters or additional code to get character depends on sepcial key like shift altGR etc...&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;br /&gt;
&lt;p&gt;What do you receive: Buying any license of &lt;a title=&quot;FPS Virtual Keyboard for WPF&quot; href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot; target=&quot;_blank&quot;&gt;FPS Virtual Keyboard for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. All major and minor updates and fixes for one year are guaranteed. We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;FPS Components is a .net component vendor standing on customer development model. Please check our products at&amp;nbsp;&lt;a href=&quot;http://fpscomponents.com/&quot; target=&quot;_blank&quot;&gt;fpscomponents.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Thu, 13 Oct 2011 08:52:09 GMT</pubDate>
</item>

<item>
<title>Virtual Keyboard Middle August Update</title>
<link>/Blog/Virtual-Keyboard-Middle-August-Update.aspx</link>
<guid>/Blog/Virtual-Keyboard-Middle-August-Update.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;border: 0px initial initial;&quot; src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;product&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;FPS Components presents an updated version of  Virtual Keyboard 3.1.0.&lt;br /&gt;This time we have made some changes, mostly they are related to new functionalities.&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;&lt;br /&gt;Here is a list of updates:&amp;nbsp;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Fixed layouts for differents languages like French or German qwerty, qwertz, azerty variations.&lt;/li&gt;
&lt;li&gt;DefaultLayoutProperty -  Use this property for custom layout. In VK Creator define common view of keyboard. VK carry on RegularKey by itself (qwerty, or azerty) will be auto generated. 
&lt;/li&gt;
&lt;li&gt; Mode - Added This dependency property has 3 state &quot;Default&quot; ,&quot;Extended&quot; and &quot;Custom&quot; mode, first state generate default layout , second extendend layout last mode use for custom layouts e.g
	Set &quot;LayoutFolder&quot; property to define directory path where layouts will be located or set &quot;LayoutTemplate&quot; property to define common view for keyboard layout
	if you use &quot;Custom&quot; mode VK use &quot;LayoutTemplate&quot; first if it is null than load keyboard from directory &quot;LayoutFolder&quot; property &lt;/li&gt;
&lt;li&gt;Removed Serializer class. Now Keyboard layout class carry on loading layout from stream &quot;Create&quot; method&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;br /&gt;
&lt;p&gt;What do you receive: Buying any license of &lt;a title=&quot;FPS Virtual Keyboard for WPF&quot; href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot; target=&quot;_blank&quot;&gt;FPS Virtual Keyboard for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. All major and minor updates and fixes for one year are guaranteed. We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;FPS Components is a .net component vendor standing on customer development model. Please check our products at&amp;nbsp;&lt;a href=&quot;http://fpscomponents.com/&quot; target=&quot;_blank&quot;&gt;fpscomponents.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Tue, 16 Aug 2011 13:36:59 GMT</pubDate>
</item>

<item>
<title>FPS Virtual Keyboard for WPF 3.0.2</title>
<link>/Blog/virtual-keyboard-3.0.2-release.aspx</link>
<guid>/Blog/virtual-keyboard-3.0.2-release.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;border: 0px initial initial;&quot; src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;product&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;FPS Components presents an updated version of  Virtual Keyboard 3.0.2 for WPF. &lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;ul&gt;
&lt;li&gt;Improved Keyboard loading speed&lt;/li&gt;
&lt;li&gt;French Layout issue fix&lt;/li&gt;
&lt;li&gt;fixes on sample : GetCharacterDependsOnSpecialKeysConverter issue &lt;/li&gt;
&lt;li&gt;Visual Studio 2010 fix, virtual keyboard reference now listed in reference list(if use full .NET framework not Client Profile, otherwise need to reference by navigating dll in windows explorer)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;br /&gt;
&lt;p&gt;What do you receive: Buying any license of &lt;a title=&quot;FPS Virtual Keyboard for WPF&quot; href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot; target=&quot;_blank&quot;&gt;FPS Virtual Keyboard for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. All major and minor updates and fixes for one year are guaranteed. We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;FPS Components is a .net component vendor standing on customer development model. Please check our products at&amp;nbsp;&lt;a href=&quot;http://fpscomponents.com/&quot; target=&quot;_blank&quot;&gt;fpscomponents.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Fri, 10 Jun 2011 22:40:55 GMT</pubDate>
</item>

<item>
<title>FPS Silverlight Pack</title>
<link>/Blog/silverlight-controls-pack.aspx</link>
<guid>/Blog/silverlight-controls-pack.aspx</guid>
<description>&lt;div style=&quot;width: 100%; overflow: hidden; font-waight: bold; font-size: 2em;&quot;&gt;
&lt;div style=&quot;float: left; width: 70px; margin: 0px 10px 10px 0px;&quot;&gt;
                    &lt;a href=&quot;http://www.fpscomponents.com/&quot;&gt; 
                     &lt;img style=&quot;border: none;&quot; src=&quot;http://fpscomponents.com/images/products/fpsSilverlightBanner.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
			&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;width: 100%; overflow: hidden;&quot;&gt;
&lt;div&gt;
&lt;h3&gt; &lt;strong&gt;FPS Silverlight Pack &lt;/strong&gt; &lt;/h3&gt;
&lt;div&gt; FPS ?omponents represents brand new product - FPS Silverlight Pack&lt;/div&gt;
&lt;p&gt; FPS Silverlight Pack is made for customers with high level of needs and requirements on building profesional line of business Silverlight applications. &lt;/p&gt;
&lt;p&gt; The Silverlight pack includes 12 UI controls built on a silverlight platform: Pie Menu, Toolbar, Menu Bar, Fish Eye Menu, Numeric Up- Down, Auto Complete Box, Colour Picker, Masked Text Box, Time Picker, Virtual Keyboard, Barcode, and Carousel.&lt;/p&gt;
&lt;p&gt; All of this products have next features: &lt;/p&gt;
&lt;ul style=&quot;margin: 10px; list-style-position: inside;&quot;&gt;
&lt;li&gt; Full featured Menu controls, multi language Virtual Keyboard, unique  interactive  Pie Menu and so much more &lt;/li&gt;
&lt;li&gt; Powerful capabilities that will radically improve your RIA development &lt;/li&gt;
&lt;li&gt; 8 themes available for now: Classic, iStyle (MAC based), Office Black, Office Blue, Office Silver, Windows Vista, Windows Seven, Gold Cherry, New themes will be available in future versions of the product.&lt;/li&gt;
&lt;li&gt; Unique line-of-business Silverlight controls you cannot find anywhere else&lt;/li&gt;
&lt;li&gt; The Silverlight controls offer a clean and intuitive API, Expression Blend support, Visual Studio 2010 support &lt;/li&gt;
&lt;li&gt; Blueprint license are also available* &lt;a href=&quot;http://fpscomponents.com/LicensingPolicy.aspx&quot;&gt;Read more...&lt;/a&gt; &lt;/li&gt;
&lt;li&gt; Specially developed Premium support, and premium licenses for every FPS Silverlight Pack license&lt;/li&gt;
&lt;li&gt; Download fully functional trial version to try it in your project 
					&lt;/li&gt;
&lt;li&gt; &lt;strong&gt; And the most important is after purchase components are royalty-free.&lt;/strong&gt; Use them in all your applications! 
					&lt;/li&gt;
&lt;p&gt; We encourage you to simplify your  lives, save time and money to buy a unique and proven component. You may try free demo version during 30 days of trial period.
			&lt;/p&gt;
&lt;/ul&gt;
&lt;ul style=&quot;margin: 0px; list-style-position: inside;&quot;&gt;
&lt;/ul&gt;
&lt;p style=&quot;text-align: right; padding: 0px 20px;&quot;&gt;&lt;a href=&quot;http://fpscomponents.com/Products/Silverlight/silverlight-controls.aspx&quot;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;width: 100%; overflow: hidden;&quot;&gt;
&lt;div style=&quot;float: left; width: 176px; margin: 0px 10px 10px 0px;&quot;&gt;
                    &lt;a href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot;&gt; 
                     &lt;img style=&quot;border: none;&quot; src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
			&lt;/div&gt;
&lt;div&gt;
&lt;h3&gt; &lt;strong&gt;FPS Virtual Keyboard for WPF and Source code&lt;/strong&gt; &lt;/h3&gt;
&lt;div&gt;Per customer requests we're now proposing Blueprint license, this means full product Source code can be purchased.
&lt;p&gt;Blueprint license itself is same Enterpise license that has also access to source code, you can modify it in a way you want to use in your applications.
				You are not allowed only to sell source code or distribute to 3rd parties, or build and sell is as component.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul style=&quot;margin: 0px; list-style-position: inside;&quot;&gt;
&lt;/ul&gt;
&lt;p style=&quot;text-align: right; padding: 0px 20px;&quot;&gt;&lt;a href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
<pubDate>Thu, 19 May 2011 13:16:10 GMT</pubDate>
</item>

<item>
<title>FPS Virtual Keyboard for WPF v.3.0.0 Released</title>
<link>/Blog/virtual-keyboard-3.0.0-release.aspx</link>
<guid>/Blog/virtual-keyboard-3.0.0-release.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;border: 0px initial initial;&quot; src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;product&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;FPS Components presents an updated version of  Virtual Keyboard 3.0.0 for WPF. &lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;&lt;strong&gt;Virtual Keyboard&lt;/strong&gt; component has been refactored to prepare to publish source code so here is a list of changes : 
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Class name is changed 
from WindowsAPI to NativeMethods
&lt;/li&gt;
&lt;li&gt;FPSKeyEventArgs class name
is changed to FpsKeyEventArgs&lt;/li&gt;
&lt;li&gt;Changed  properties of Key type from capital case to camel case notation : BACKSPACE -&amp;gt; Backspace, TAB -&amp;gt; Tab, ENTER -&amp;gt; Enter, SHIFT-&amp;gt; Shift, CTRL -&amp;gt; Ctrl, ALT -&amp;gt; Alt, ALT GR -&amp;gt; AltGr, PAUSEBREAK -&amp;gt; PauseBreak, CAPSLOCK -&amp;gt; CapsLock, ESC -&amp;gt; Esc, SPACE -&amp;gt; Space, PAGEUP -&amp;gt; PageUp, PAGEDOWN -&amp;gt; PageDown, END -&amp;gt; End, HOME -&amp;gt; Home, KEYLEFT -&amp;gt; KeyLeft, KEYUP -&amp;gt; KeyUp, KEYFOWN -&amp;gt; KeyDown, KEYRIGHT -&amp;gt; KeyRight, INSERT -&amp;gt; Insert, DELETE -&amp;gt; Delete, WINDOWS -&amp;gt; Windows, CONTEXT -&amp;gt; Context, NUMLOCK -&amp;gt; NumLock, SCROLLOCK -&amp;gt; ScrolLock, PRTSCR -&amp;gt; PtrScr, LANG -&amp;gt; Lang, NUM_PAGEUP -&amp;gt; NumPageUp, NUM_PAGEDOWN -&amp;gt; NumPageDown, NUM_END -&amp;gt; NumEnd, NUM_HOME -&amp;gt; NumHome, NUM_KEYLEFT, NUM_KEYRIGHT -&amp;gt; NumKeyRight, NUM_KEYDOWN -&amp;gt; NumKeyDown, NUM_KEYUP -&amp;gt; NumKeyUp, NUM_INSERT-&amp;gt; NumInsert, NUM_DELETE -&amp;gt; NumDelete, NUM_5 -&amp;gt; Num5, NUM_DIV -&amp;gt; NumDiv, NUMB_MULT -&amp;gt; NumMult, NUM_MINUS -&amp;gt; NumMinus, NUM_PLUS -&amp;gt; NumPlus. 
&lt;/li&gt;
&lt;li&gt;Some minor keyboard and languages fixes 
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;br /&gt;
&lt;p&gt;What do you receive: Buying any license of &lt;a title=&quot;FPS Virtual Keyboard for WPF&quot; href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot; target=&quot;_blank&quot;&gt;FPS Virtual Keyboard for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. All major and minor updates and fixes for one year are guaranteed. We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;FPS Components is a .net component vendor standing on customer development model. Please check our products at&amp;nbsp;&lt;a href=&quot;http://fpscomponents.com/&quot; target=&quot;_blank&quot;&gt;fpscomponents.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Wed, 27 Apr 2011 20:30:51 GMT</pubDate>
</item>

<item>
<title>FPS Virtual Keyboard for WPF and Windows Forms v.2.2.1 Quick Update</title>
<link>/Blog/Virtual-Keyboard-v2.2.1.aspx</link>
<guid>/Blog/Virtual-Keyboard-v2.2.1.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;border: 0px initial initial;&quot; src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;product&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;FPS Components presents an updated version of  Virtual Keyboard 2.2.1 for WPF and Windows Forms. &lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;&lt;br /&gt;Here is a list of updates:&amp;nbsp;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Special Symbols fixes for Belgium language layout.&lt;/li&gt;
&lt;li&gt;Special Symbols fixes for French language layout.&lt;/li&gt;
&lt;li&gt;Special Symbols fixes for German language layout.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;br /&gt;
&lt;p&gt;What do you receive: Buying any license of &lt;a title=&quot;FPS Virtual Keyboard for WPF or Windows Forms&quot; href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot; target=&quot;_blank&quot;&gt;FPS Virtual Keyboard for WPF and Windows Forms&lt;/a&gt;, you can use it with no royalties in any of your applications. All major and minor updates and fixes for one year are guaranteed. We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;FPS Components is a .net component vendor standing on customer development model. Please check our products at&amp;nbsp;&lt;a href=&quot;http://fpscomponents.com/&quot; target=&quot;_blank&quot;&gt;fpscomponents.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Mon, 21 Feb 2011 19:10:35 GMT</pubDate>
</item>

<item>
<title>FPS Virtual Keyboard v.2.2.0 (for WPF and Windows Forms)</title>
<link>/Blog/virtual-keyboard-2.2-release.aspx</link>
<guid>/Blog/virtual-keyboard-2.2-release.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;border: 0px initial initial;&quot; src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;product&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;FPS Components presents an updated version of  Virtual Keyboard 2.2.0 for WPF and Windows Forms. &lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;&lt;br /&gt;Here is a list of updates:&amp;nbsp;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Minor fixes from previous version&lt;/li&gt;
&lt;li&gt;Fix that caused by some Windows API command calls, AltGr issue found and fixed for languages and layouts that uses it. Example is Belgium layout, so that was fixed as well, thanks for reporting an issue. &lt;/li&gt;
&lt;li&gt;Updated detailed technical and functional description was also added. &lt;strong&gt;HowToUse.pdf&lt;/strong&gt; file  gives  the answers to frequently asked Questions.  &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;br /&gt;
&lt;p&gt;What do you receive: Buying any license of &lt;a title=&quot;FPS Virtual Keyboard for WPF or Windows Forms&quot; href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot; target=&quot;_blank&quot;&gt;FPS Virtual Keyboard for WPF and Windows Forms&lt;/a&gt;, you can use it with no royalties in any of your applications. All major and minor updates and fixes for one year are guaranteed. We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;FPS Components is a .net component vendor standing on customer development model. Please check our products at&amp;nbsp;&lt;a href=&quot;http://fpscomponents.com/&quot; target=&quot;_blank&quot;&gt;fpscomponents.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Tue, 18 Jan 2011 13:44:14 GMT</pubDate>
</item>

<item>
<title>Plans for 2011</title>
<link>/Blog/2011-plans.aspx</link>
<guid>/Blog/2011-plans.aspx</guid>
<description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;Hello dear readers and customers,&amp;nbsp;&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;This is Oleh Mykhaylovych, CEO and founder at FPS Components.&amp;nbsp;&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;I would like to thank you for being with us for past and very good 2010, we have polished our flagship product FPS Virtual Keyboard with your support. Thanks for that! We have moved this product into one more technology: Windows Forms, maybe an old one, but still some of you needed it, so here it is! I hope we look more like customer-centric company and will move there more in 2011.&amp;nbsp;&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;Here are our goals for Year 2011:&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;1) Silverlight component pack which is in private beta now.&amp;nbsp;&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;In general, we have ported most of components we have done in WPF. However, a few quite new and unique components in Silverlight have been added. Currently it is like 11 components in one pack, but we will work to add more very soon. Again, we would be glad to hear what is missing on the market, so we can decide if it is an opportunity for us to make such a product. &amp;nbsp;&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;2) Visual Studio add-ons, this is an interesting niche, so wait for a few great free and paid products in this area as well. Those will be products for developers to make their life more interesting inside Visual Studio and bring more fun and measurable results in daily work.&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;3) Windows Phone 7 market, this is an interesting market, so we are doing some investigation in it.&amp;nbsp;&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;Stay with us to see more next year!!!&lt;/div&gt;
&lt;div id=&quot;_mcePaste&quot; style=&quot;position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;&quot;&gt;Lets the 2011 begin ;)&lt;/div&gt;
&lt;p&gt;
Hello dear readers and customers,&amp;nbsp;This is Oleh Mykhaylovych, CEO and founder at FPS Components.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would like to thank you for being with us for past and very good 2010, we have polished our flagship product FPS Virtual Keyboard with your support. Thanks for that! We have moved this product into one more technology: Windows Forms, maybe an old one, but still some of you needed it, so here it is! I hope we look more like customer-centric company and will move there more in 2011.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Here are our goals for Year 2011:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;1) Silverlight component pack which is in private beta now.&amp;nbsp;In general, we have ported most of components we have done in WPF. However, a few quite new and unique components in Silverlight have been added. Currently it is like 11 components in one pack, but we will work to add more very soon. Again, we would be glad to hear what is missing on the market, so we can decide if it is an opportunity for us to make such a product. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;2) Visual Studio add-ons, this is an interesting niche, so wait for a few great free and paid products in this area as well. Those will be products for developers to make their life more interesting inside Visual Studio and bring more fun and measurable results in daily work.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;3) Windows Phone 7 market, this is an interesting market, so we are doing some investigation in it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Stay with us to see more next year!!!&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Lets the 2011 begin ;)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<pubDate>Thu, 30 Dec 2010 16:08:32 GMT</pubDate>
</item>

<item>
<title>Virtual Keyboard Creator Video</title>
<link>/Blog/video-virtual-keyboard.aspx</link>
<guid>/Blog/video-virtual-keyboard.aspx</guid>
<description>&lt;p&gt;Great Video posted that explains how to use Virtual Keyboard Creator software in order to help customers to build unique keyboard layouts and functionality. Every customer has different need in functions and special keys to be present in Virtual keyboard within their application, so we allow to do it with few simple actions. Check that video below.
&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;
&lt;object width=&quot;640&quot; height=&quot;385&quot;&gt;
&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/OmQ5F6Hqnqo?fs=1&amp;amp;hl=en_US&quot; /&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;
&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;embed type=&quot;application/x-shockwave-flash&quot; width=&quot;640&quot; height=&quot;385&quot; src=&quot;http://www.youtube.com/v/OmQ5F6Hqnqo?fs=1&amp;amp;hl=en_US&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;
&lt;/p&gt;</description>
<pubDate>Tue, 28 Dec 2010 16:55:51 GMT</pubDate>
</item>

<item>
<title>Marry Christmas and Happy New Year</title>
<link>/Blog/marry-christmas.aspx</link>
<guid>/Blog/marry-christmas.aspx</guid>
<description>&lt;p&gt;&amp;nbsp;&amp;nbsp;We wish our customers and friends Marry Christmas and Happy New Year.&amp;nbsp;&lt;/p&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://fpscomponents.com/images/Banners/NY2011.png&quot; alt=&quot;happy new year&quot; /&gt;&lt;/div&gt;</description>
<pubDate>Fri, 24 Dec 2010 20:33:40 GMT</pubDate>
</item>

<item>
<title>Virtual Keyboard for Windows Forms</title>
<link>/Blog/winforms-virtual-keyboard.aspx</link>
<guid>/Blog/winforms-virtual-keyboard.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;border: 0px initial initial;&quot; src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;product&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;Do you think Windows Forms technology still alive?&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;&lt;br /&gt;Our question is yes, and this is maybe in many of micro niches as well as some massive companies, that change technologies slower than small startups.&lt;/div&gt;
&lt;p&gt;Recently we found a need to convert one of our WPF components into Windows Forms technology. Customers recently asked about backward integration and compatibility our Virtual Keyboard component with Windows Forms. So decision was obvious: to release another component with Windows Forms technology, so here it is.&lt;/p&gt;
&lt;p&gt;In terms of technology limitation, we implemented all of the same features inside Windows Forms, it means theming, languages pack, layouts. Moreover both keyboard versions support same Keyboard Creator tool that is supplied with installation packages. Hope you can find time and evaluate our new component and give us your feedback.&lt;/p&gt;
&lt;p&gt;What do you receive: Buying any license of &lt;a title=&quot;FPS Virtual Keyboard for Windows Forms&quot; href=&quot;http://fpscomponents.com/Products/WindowsForms/virtual-keyboard-winform.aspx&quot; target=&quot;_blank&quot;&gt;FPS Virtual Keyboard for Windows Forms&lt;/a&gt;, you can use it with no royalties in any of your applications. All major and minor updates and fixes for one year are guaranteed. We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;FPS Components is a .net component vendor standing on customer development model. Please check our products at&amp;nbsp;&lt;a href=&quot;http://fpscomponents.com/&quot; target=&quot;_blank&quot;&gt;fpscomponents.com&lt;/a&gt;&lt;/p&gt;</description>
<pubDate>Thu, 28 Oct 2010 19:17:18 GMT</pubDate>
</item>

<item>
<title>FPS Virtual Keyboard v.2.1.0 quick fix</title>
<link>/Blog/virtual-keyboard-2.1-quick-fix.aspx</link>
<guid>/Blog/virtual-keyboard-2.1-quick-fix.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;border: 0px initial initial;&quot; src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;product&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;Just a quick post for all FPS Virtual Keyboard existing and potential users&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;&lt;br /&gt;Last week we posted new version of Virtual Keyboard for WPF, however due to connectivity reasons it was uploaded somehow wrong way, so after download user got a message: &quot;Trial version has been expired&quot;. We really apology for this inconvience, thanks to all who reported issue mentioned above. &lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What do you receive: Buying any license of &lt;a title=&quot;FPS Virtual Keyboard for WPF&quot; href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot; target=&quot;_blank&quot;&gt;FPS Virtual Keyboard for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. All major and minor updates and fixes for one year are guaranteed. We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;FPS Components is a .net component vendor standing on customer development model. Please check our products at&amp;nbsp;&lt;a href=&quot;http://fpscomponents.com/&quot; target=&quot;_blank&quot;&gt;fpscomponents.com&lt;/a&gt;&lt;/p&gt;</description>
<pubDate>Tue, 05 Oct 2010 14:32:19 GMT</pubDate>
</item>

<item>
<title>FPS Virtual Keyboard v.2.1.0</title>
<link>/Blog/virtual-keyboard-2.1-update.aspx</link>
<guid>/Blog/virtual-keyboard-2.1-update.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;border: 0px initial initial;&quot; src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;product&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;FPS Components presents an updated version of  Virtual Keyboard 2.1.0.&lt;br /&gt;This time we have made some changes, mostly they are related to new functionalities.&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;&lt;br /&gt;Here is a list of updates:&amp;nbsp;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;We manually checked and added more than 100 most common and most used global languages and dialects such as: English (EN),  Spanish (ES), German (DE), Danish (DA), French (FR), Arabic (AR), Catalan (CA), Belorussian (BE), Bulgarian (BG),  Bengal (India)(BN), Bosnian (BS), Czech (CS), Welsh (CY),  Greek (EL), Estonian (ET), Euskaldurak (EU), Finish (FI), Frisian (Fi), Hebrew (HE), Hindi (HI), Croatian (HR), Hungarian (HU), Armenian (HY), Indonesian (IN), Icelandic (IS), Italian (IT),  Inuktitut (IU), Georgian (KA), Greenlandic (Kalaallisut )(KA),  Luxembourg (LB), Lithuanian (LT), Latvian (LV), Macedonian (MK), Maltese (ML), Malayalam (MY), Nepali (NE), Dutch(NL), Norwegian (NO), Pashto (PA), Polish (PL), Portuguese (PT), Romanian (RO), Russian (RU), Slovak (SK), Slovenian (SL), Sami lul (SM), Albanian (SQ), Serbian (SR), Sweden (SV),Thai (TH), Turkish (TR), Ukrainian (UA), Vietnamese (VI), and other.&lt;/li&gt;
&lt;li&gt;In order to select the language  you need, you may  click and  choose some from the list. After that keys of language layouts which incorporated the standard keyboard layout  that is typical for Microsoft  keyboard automatically appear on the keyboard. This is all made possible by manual set   of languages/dialects and support of symbolic alphabets.&lt;/li&gt;
&lt;li&gt;At the request of our users we have added a feature CanUnlockSpecialKey which should be used if you wish/want to have keyboard keep special control state pressed after some combinations, like Alt, Shift, Ctrl. That gives the possibility to use the hidden characters on your keyboard to change the language, or write letters in capital or small letters.&lt;/li&gt;
&lt;li&gt;In the revised version a detailed technical and functional description was also added. &lt;strong&gt;HowToUse.pdf&lt;/strong&gt; file  gives  the answers to frequently asked Questions.  &lt;/li&gt;
&lt;li&gt;All this is combined with the best and broadest capabilities settings, constant updates, ease of use and service support tied for first place the FPS Virtual Keyboard.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;br /&gt;
&lt;p&gt;What do you receive: Buying any license of &lt;a title=&quot;FPS Virtual Keyboard for WPF&quot; href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot; target=&quot;_blank&quot;&gt;FPS Virtual Keyboard for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. All major and minor updates and fixes for one year are guaranteed. We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;FPS Components is a .net component vendor standing on customer development model. Please check our products at&amp;nbsp;&lt;a href=&quot;http://fpscomponents.com/&quot; target=&quot;_blank&quot;&gt;fpscomponents.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Tue, 28 Sep 2010 15:47:55 GMT</pubDate>
</item>

<item>
<title>FPS Mega Icon Pack</title>
<link>/Blog/mega-icon-pack.aspx</link>
<guid>/Blog/mega-icon-pack.aspx</guid>
<description>&lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;a href=&quot;http://fpscomponents.com/Products/Icons/mega-icon-pack.aspx&quot;&gt;&lt;img src=&quot;http://fpscomponents.com/images/products/4in1.png&quot; alt=&quot;product icon&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FPS Components &lt;/strong&gt;comes closer and closer  to their clients, we ready to help them in  any time when they really need.  we spend on it  every time more and more time  trying to satisfy most of costumer needs.   We take note of every voice or comments every time when  starting new products or projects  which goes on market.No any excuses this time also, we  take decision of uniting couple of Icon packs in  one  &lt;strong&gt;&lt;a href=&quot;http://fpscomponents.com/Products/Icons/mega-icon-pack.aspx&quot;&gt;Mega Icon Pack&lt;/a&gt;&lt;/strong&gt;. It's great deal with great future. &lt;/p&gt;
&lt;p&gt;What  costumers gets after this  is:  &lt;/p&gt;
&lt;li&gt;&lt;a href=&quot;http://fpscomponents.com/Products/Icons/road-signs.aspx&quot;&gt;FPS Road Signs Pack,&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://fpscomponents.com/Products/Icons/food-icons.aspx&quot;&gt;FPS Food Icons Pack,&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://fpscomponents.com/Products/Icons/flags-pack.aspx&quot;&gt;FPS Flags Pack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://fpscomponents.com/Products/Icons/icons-pack.aspx&quot;&gt;FPS Icons Pack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;More than 700 Professionally designed icons &lt;/strong&gt;256x128 pixels, 32-bit alpha-blended PNG 128x64 pixels, 32-bit alpha-blended PNG 64x32 pixels, 32-bit alpha-blended PNG&lt;/li&gt;
&lt;li&gt;Upon purchase this product will be supported with bug fixes, minor and major updates for 12 months&lt;/li&gt;
&lt;li&gt;XAML version of all icons is also supplied, it works under Silverlight and WPF, under .net 3.0 and 3.5&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Royalty-free.&lt;/strong&gt; Use them in all your applications!&lt;/li&gt;
&lt;p&gt;
&lt;strong&gt;P.S. Do not delay, do it today!&lt;/strong&gt; We offering to you this unique discount &lt;strong&gt;only in August.&lt;/strong&gt; Next month you will have to pay a full price.&lt;/p&gt;</description>
<pubDate>Wed, 11 Aug 2010 15:00:23 GMT</pubDate>
</item>

<item>
<title>July Discounts - Virtual Keyboard</title>
<link>/Blog/July-Discounts-Virtual-Keyboard.aspx</link>
<guid>/Blog/July-Discounts-Virtual-Keyboard.aspx</guid>
<description>&lt;p&gt;Just a small update, till the end of July we propose 50% discount on all license types of FPS Virtual Keyboard component.&lt;/p&gt;
&lt;p&gt;Please hurry up to get what you deserve ;)&lt;/p&gt;
&lt;p&gt;More information you can find here:&amp;nbsp;&lt;a href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot;&gt;FPS Virtual Keyboard&lt;/a&gt;&lt;/p&gt;</description>
<pubDate>Tue, 20 Jul 2010 14:08:23 GMT</pubDate>
</item>

<item>
<title>Live Icons Demos in Silverlight</title>
<link>/Blog/Icons-Demos-Silverlight.aspx</link>
<guid>/Blog/Icons-Demos-Silverlight.aspx</guid>
<description>&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
Just a small update...
&lt;/p&gt;
&lt;p&gt;
All &lt;strong&gt;FPS Components&lt;/strong&gt; icons products are updated with LIVE demos using Silverlight, rahter it was done with WPF Browser application which was not so usable and cross-browser and cross-platform. 
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://fpscomponents.com/Samples/Icons-Pack-Sample.html&quot;&gt;Icons Pack Live Demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://fpscomponents.com/Samples/Flags-Pack-Sample.html&quot;&gt;Flags Pack Live Demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://fpscomponents.com/Samples/Road-Signs-Pack-Sample.html&quot;&gt;Road Signs Live Demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://fpscomponents.com/Samples/Food-Pack-Sample.html&quot;&gt;Food Icons Live Demo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
All the best, Oleh Mykhaylovych, CEO at FPS Components.
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;. Follow us to get common updates in Silverlight development direction coming. 
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Wed, 23 Jun 2010 17:13:27 GMT</pubDate>
</item>

<item>
<title>FPS Virtual Keyboard Update and .NET 4.0 Release</title>
<link>/Blog/virtual-keyboard-2.0-update.aspx</link>
<guid>/Blog/virtual-keyboard-2.0-update.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;border: 0px initial initial;&quot; src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;product&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;We received few feedbacks that supposed to be taken into account so today an update for FPS Virtual Keyboard for WPF v.2.0.0 is now available for public to download and evaluate. Special build for .NET 4.0 also can be downloaded from FPS Components website.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;Here is a list of updates:&amp;nbsp;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;version is still 2.0 so please remove previous installation and put new one.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;version in .NET 4.0 is now available.&lt;/li&gt;
&lt;li&gt;bug with CAPS Lock is fixed, it was stuck on pressed state and was not working correctly afterwards.&lt;/li&gt;
&lt;li&gt;bug with switching language fixed, occured when switch is done but language was not changed until user will move the mouse.&lt;/li&gt;
&lt;li&gt;bug with Language button, it shows now current language is being selected.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;bug when pressing the &amp;ldquo;SHIFT&amp;rdquo; button, it locked down until pressed again.&amp;nbsp;Now it works as on real keyboard.&lt;/li&gt;
&lt;li&gt;Improvements: Better inbuilt themes, we added better behaviour for mouse over action on buttons in Virtual Keyboard control.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;What do you receive: Buying any license of &lt;a title=&quot;FPS Virtual Keyboard for WPF&quot; href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot; target=&quot;_blank&quot;&gt;FPS Virtual Keyboard for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. All major and minor updates and fixes for one year are guaranteed. We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;FPS Components is a .net component vendor. Please check our products at&amp;nbsp;&lt;a href=&quot;http://fpscomponents.com/&quot; target=&quot;_blank&quot;&gt;fpscomponents.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Fri, 18 Jun 2010 16:28:18 GMT</pubDate>
</item>

<item>
<title>FPS Virtual Keyboard v.2.0.0-release</title>
<link>/Blog/virtual-keyboard-2.0-release.aspx</link>
<guid>/Blog/virtual-keyboard-2.0-release.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;border: 0px initial initial;&quot; src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;product&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
FPS Virtual Keyboard for WPF v.2.0.0 is now available for public to download and evaluate.&lt;br /&gt;First of all I would like to thank all users for feedbacks. This gives us more strength to move further and release new versions for you.&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;&lt;br /&gt;Here is a list of updates:&amp;nbsp;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For better user experience FPS Input Controls now changed to FPS Virtual Keyboard&lt;/li&gt;
&lt;li&gt;X64 platform support: In this release we delivered version that is not targeted to any of platforms, so it can be used in your projects with ANY CPU or particular architecture&lt;/li&gt;
&lt;li&gt;FPS.VirtualKeyboard Creator Tool comes on a new level. We added Zoom features, Snap lines for better positioning of keys Drag and drop from top toolbar, bottom menu: Copy, Paste and Delete, multiple Keys selections and manipulation and other&lt;/li&gt;
&lt;li&gt;A key setup was changed, now you only need to give a single character. There is a possibility to give it a different visual name: try to setup Content on right side of VirtualKeyboard Creator&lt;/li&gt;
&lt;li&gt;Repetition is for adding the same multiple keys within 1 button, for example www&lt;/li&gt;
&lt;li&gt;Alt, AltGr, Control, Shift Locking property can be used if you want to setup something like ALT + 2, and result will be output of @ symbol, which can be done with one key&lt;/li&gt;
&lt;li&gt;Improved examples for Visual Studio 2008, 2010 with the ability to see custom style, custom layout with special buttons like: Clear, www., google.com&lt;/li&gt;
&lt;li&gt;New property Default Layout is used to setup default layout for all languages, however every language has different keys on different places, we recommend being careful with this feature&lt;/li&gt;
&lt;li&gt;IMPORTANT: old XML layout files from version 1.3.1(formerly from FPS Input Controls) won't be loaded by this version as format was slightly changed.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;br /&gt;
&lt;p&gt;What do you receive: Buying any license of &lt;a title=&quot;FPS Virtual Keyboard for WPF&quot; href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot; target=&quot;_blank&quot;&gt;FPS Virtual Keyboard for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. All major and minor updates and fixes for one year are guaranteed. We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;FPS Components is a .net component vendor standing on customer development model. Please check our products at&amp;nbsp;&lt;a href=&quot;http://fpscomponents.com/&quot; target=&quot;_blank&quot;&gt;fpscomponents.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Sat, 29 May 2010 02:04:29 GMT</pubDate>
</item>

<item>
<title>Website Linking change</title>
<link>/Blog/Linking-Change.aspx</link>
<guid>/Blog/Linking-Change.aspx</guid>
<description>&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;Hello, Friends!&lt;/p&gt;
&lt;p&gt;
This is just a small post due to switch to more human read format. As you might have already noticed our website link-name structure has been changed. 
&lt;/p&gt;
&lt;p&gt;
Due to the following pages URLs: product links, downloads links, blog and KB posts links are now different. I hope you find it fun and more readable so you can now use &lt;a href=&quot;http://fpscomponents.com/Products/WPF/maps.aspx&quot;&gt;http://fpscomponents.com/Products/WPF/maps.aspx&lt;/a&gt;, but the old way of using links is still working. 
&lt;/p&gt;
&lt;p&gt;
Note. To those who are waiting for the release of FPS Input Controls:&amp;nbsp;we are in a testing process of new version and should deliver it tomorrow. IMPORTANT: we decided to change product name in terms of usability and user experience, FPS Input Controls will be renamed to FPS Virtual Keyboard. This was quite obvious step to do and we would be glad to hear any comments from you on this matter. 
&lt;/p&gt;
&lt;p&gt;
All the best, Oleh Mykhaylovych, CEO at FPS Components.
&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;
FPS Components is a .net component vendor standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Thu, 27 May 2010 16:56:56 GMT</pubDate>
</item>

<item>
<title>Customer Development Model and Feedback tool </title>
<link>/Blog/Customer-Development-Model-and-Feedback-tool%20.aspx</link>
<guid>/Blog/Customer-Development-Model-and-Feedback-tool%20.aspx</guid>
<description>&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
&lt;strong&gt;FPS Components&lt;/strong&gt;,as it was mentioned before, is on the way to customer development model. This approach will give our customers exactly what they want and we will improve products while approving feedbacks. 
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FPS Components&lt;/strong&gt; integrated customer feedback tool. To get it evaluated and used you just need to open&amp;nbsp;&lt;a href=&quot;http://fpscomponents.com&quot;&gt;FPS Components Website&lt;/a&gt; and press Leave Feedback button on left side of your browser window. This will bring you to popup windows with the ability to leave feedback, submit comment or report bug features.&lt;/p&gt;
&lt;p&gt;&quot;Oh, I saw it before&quot; - you might say, but feedback tool we use has greater hidden power. Name of the tool is &quot;Beta Easy&quot; might tell what it does, however explanation is simple. &lt;a href=&quot;http://fpscomponents.betaeasy.com/&quot;&gt;Beta Easy&lt;/a&gt;
is a tool to build user beta groups that will lead for better software production on early stages and excellent user experience.&lt;/p&gt;
&lt;p&gt;
If you ever need such kind of thing on your website or software (they propose integration of feedback tool inside desktop software which is awesome) please check &lt;a href=&quot;http://www.betaeasy.com&quot;&gt;Beta Easy Website&lt;/a&gt;. It is not a referral link, just friendly advice. 
&lt;/p&gt;
&lt;p&gt;
Our team would be glad to receive feedbacks, comments or bugs ;( on our software &lt;strong&gt;components&lt;/strong&gt; or website.&lt;/p&gt;
&lt;p&gt;
All the best, Oleh Mykhaylovych, CEO at FPS Components.
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Thu, 13 May 2010 17:51:31 GMT</pubDate>
</item>

<item>
<title>FPS Input Controls for WPF v.1.3.1 Release</title>
<link>/Blog/FPS-Input-Controls-for-WPF-1.3.1-Release.aspx</link>
<guid>/Blog/FPS-Input-Controls-for-WPF-1.3.1-Release.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;border: 0px initial initial;&quot; src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;product&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
FPS Input Controls for WPF v.1.3.1 is now available for public to download and evaluate.&lt;br /&gt;First of all I would like to thank all users for feedbacks. This gives us more strength to move further and release new versions for you. This is a minor version change but major update in terms of usability and fixes!&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;&lt;br /&gt;Here is a list of updates:&amp;nbsp;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Layouts folder is not needed now for detault layouts, Any language that is located at user Windows instalation will be recognized and TouchScreenKeyboard will react on language switch at a runtime.&lt;/li&gt;
&lt;li&gt;FPS.Keyboard Creator Tool is much improved, as it generates any language with default (QUERTY) layout this operation can be done within two clicks of a mouse.&lt;/li&gt;
&lt;li&gt;Additional properties to control what to show on the keyboard button: ShowUpperCase, ShowLowerCase and VirtualCode are now used instead of KeyCode and ShiftKeycode.&lt;/li&gt;
&lt;li&gt;Due to a lot of requests we targeted all our libraries and samples to X86 platform, and we are working to release CPU independent version, as X64 doesn't work now, development in X64 platform is possible while using X86 targeting of your project.&lt;/li&gt;
&lt;li&gt;Important Feature: if a user keeps pressed button, it will repeat keypressing, like any regular keyboard.&lt;/li&gt;
&lt;li&gt;Added Visual Basic. NET samples&lt;/li&gt;
&lt;li&gt;Added Visual Studio 2010 solution and samples.&lt;/li&gt;
&lt;li&gt;Product installation includes documentation in a way &quot;Howto&quot; use TouchScreen Keyboard component. This is done with a common PDF files format providing many screenshots.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;br /&gt;
&lt;p&gt;What do you receive: Buying any license of &lt;a title=&quot;FPS Input Controls for WPF&quot; href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot; target=&quot;_blank&quot;&gt;FPS Input Controls for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. All major and minor updates and fixes for one year are guaranteed. We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;FPS Components is a .net component vendor standing on customer development model. Please check our products at&amp;nbsp;&lt;a href=&quot;http://fpscomponents.com/&quot; target=&quot;_blank&quot;&gt;fpscomponents.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Tue, 04 May 2010 18:54:12 GMT</pubDate>
</item>

<item>
<title>HURRY UP &amp; ORDER our product for 40% DISCOUNT!</title>
<link>/Blog/HURRY-UP-ORDER-our-product-for-40-DISCOUNT!.aspx</link>
<guid>/Blog/HURRY-UP-ORDER-our-product-for-40-DISCOUNT!.aspx</guid>
<description>&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;img src=&quot;http://fpscomponents.com/Images/banners/NY2009.png&quot; alt=&quot;worldwide ideas&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
First of all take our team best wishes on coming holidays and New Year to those who celebrates! 
We wish you bug-less year, stable income and strong health! 
&lt;/p&gt;
&lt;p&gt;
PS. Please take time to check our proposal for 40% discounts on every product we currently have released.
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Wed, 23 Dec 2009 19:59:07 GMT</pubDate>
</item>

<item>
<title>Have an idea? Share with us! Win a prize!</title>
<link>/Blog/Have-an-idea.aspx</link>
<guid>/Blog/Have-an-idea.aspx</guid>
<description>&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;img src=&quot;http://fpscomponents.com/Images/banners/idea.png&quot; alt=&quot;worldwide ideas&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
Dear customer, you have an idea of any component to be done (WPF and Silverlight as top priority) and can give real facts of its need on the worldwide market then share it with us.  Best ideas will be awarded by our component packs on Monthly basis and when product will be completed you can be seens as idea-creator of that product.
&lt;/p&gt;
&lt;p&gt;
  It can be innovative way to organize and visualize data, a need of components as port from desktop wolrd into web world to use in RIA applications (throught Silverlight). We will evaluate ideas from most detailed ones with compehensive list of features and possible future plans for updates and will try to reply to each and every such request. Please do not hesitate to contact us via email contact @ fpscomponents.com (remove spaces). 
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Wed, 23 Dec 2009 19:06:23 GMT</pubDate>
</item>

<item>
<title>Major Update of FPS Input Controls for WPF</title>
<link>/Blog/Major-Update-of-FPS-Input-Controls-for-WPF.aspx</link>
<guid>/Blog/Major-Update-of-FPS-Input-Controls-for-WPF.aspx</guid>
<description>&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;img src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;product&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
New version of FPS Input Controls for WPF is now available for public to download and evaluate. 
&lt;/p&gt;
&lt;p&gt;
Per number of  requests, we have reworked this product and implemented few important features.
These are: 
&lt;/p&gt;
&lt;p&gt;
1) Additional tool has been added into the product package. Now your own layouts and languages can be added with a simple drag-drop operations and can be saved into XML files.
&lt;/p&gt;
&lt;p&gt;
2) Custom themes support added an example of how to create users&amp;rsquo; own themes.
&lt;/p&gt;
&lt;p&gt;
3) The ability to switch current language of windows system by new keyboard function.
&lt;/p&gt;
&lt;p&gt;
4) Some minor fixes provided
&lt;/p&gt;
&lt;p&gt;
5) Standalone freeware application, that can be used by anyone for free, it shows ability to use our Keyboard Component in touchscreen or desktop application.
Read more here : &lt;a href=&quot;http://fpscomponents.com/WebTouch.aspx&quot;&gt;Web Touch&lt;/a&gt;
&lt;/p&gt;
&lt;img src=&quot;http://fpscomponents.com/images/demos/webtouch/th_wt.png&quot; alt=&quot;product&quot; /&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
What do you receive: 
Buying any license of &lt;a href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot;&gt;FPS Input Controls  for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. 
All major and minor updates and fixes for one year are guaranteed. It might be: adding new Language layouts, skins/themes, adding new features and bug fixing if any.
We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Fri, 11 Dec 2009 20:59:11 GMT</pubDate>
</item>

<item>
<title>Save 50% on any of FPS Components products</title>
<link>/Blog/Save-50-on-any-of-FPS-Components-products.aspx</link>
<guid>/Blog/Save-50-on-any-of-FPS-Components-products.aspx</guid>
<description>&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;img src=&quot;http://fpscomponents.com/images/banners/blackFriday.png&quot; alt=&quot;black friday&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
Greetings. Please visit our website and check discounts that are available only a few days. 
&lt;/p&gt;
&lt;p&gt;
You can save around 50% on every our product, due to American holidays and Black Friday, we give you such a  great opportunity.  Save 50% or buy 2 products at the same price as yesterday you could do only one. 
&lt;/p&gt;
&lt;p&gt;
This proposal is valid from now (November 27th , 2009) untill 30th November 2009.
&lt;/p&gt;
&lt;p&gt; 
FPS Components team wishes our customers and website visitors Good luck and happy celebrations.
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Fri, 27 Nov 2009 16:20:33 GMT</pubDate>
</item>

<item>
<title>FPS Maps for WPF Released</title>
<link>/Blog/FPS-Maps-for-WPF-Released.aspx</link>
<guid>/Blog/FPS-Maps-for-WPF-Released.aspx</guid>
<description>&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;img src=&quot;http://fpscomponents.com/images/products/maps.png&quot; alt=&quot;product&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
We are proud to announce next component pack for WPF. 
&lt;/p&gt;
&lt;p&gt;
FPS Maps for WPF is a brand new component with a set of built-in country maps. List of Countries can be found below in Key Features list. We have provided samples of how to create and customize maps with some additional information that can be received from any data source and Layers support.
&lt;/p&gt;
&lt;p&gt;
15 Inbuilt Countries: There are such countries as: Canada, the USA, Australia, France, Ukraine, China, India, Mexico, Germany, Argentina, Brazil, England, Italy, Poland, Spain.
&lt;/p&gt;
&lt;p&gt;
Navigation: Maps navigation can be performed via Navigation bar which supports Themes and mouse. You can pan with mouse or zoom in/out with mouse scroll. More options will be added in future releases.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt; 
FPS Maps for WPF contains samples of how to work with it and customize:
&lt;/p&gt;
&lt;p&gt;
&lt;img title=&quot;USA Population Sample&quot; src=&quot;http://fpscomponents.com/images/products/scr_USA_Popuplation_maps.png&quot; alt=&quot;USA&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img title=&quot;USA President Voting Sample&quot; src=&quot;http://fpscomponents.com/images/products/scr_USA_President_Elections_maps.png&quot; alt=&quot;president vote&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img title=&quot;European Union Custom Map&quot; src=&quot;http://fpscomponents.com/images/products/scr_EU_Custom_Map_maps.png&quot; alt=&quot;EU&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;
What do you receive: 
Buying any license of &lt;a href=&quot;http://fpscomponents.com/Products/WPF/maps.aspx&quot;&gt;FPS Maps for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. 
All major and minor updates and fixes for one year are guaranteed. It might be: adding new features and bug fixing if any.
We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Fri, 25 Sep 2009 20:03:10 GMT</pubDate>
</item>

<item>
<title>Good News. We joined Microsoft BizSpark program</title>
<link>/Blog/Good-News-We-joined-Microsoft-BizSpark-program.aspx</link>
<guid>/Blog/Good-News-We-joined-Microsoft-BizSpark-program.aspx</guid>
<description>&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;img class=&quot;icon&quot; src=&quot;http://fpscomponents.com/images/banners/logoms2.png&quot; alt=&quot;Microsoft BizSpark&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
We are proud to announce that we got BizSpark program membership as a new IT startup.
&lt;/p&gt;
&lt;p&gt;
We are happy to use all of this program benefits to produce better quality products to our customers.
Thank you Microsoft for such a good idea.
&lt;/p&gt;
&lt;p&gt;
PS. Just some stats, over 12 000 companies have received BizSpark membership.
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Thu, 04 Jun 2009 15:30:20 GMT</pubDate>
</item>

<item>
<title>FPS Controls for WPF Released</title>
<link>/Blog/FPS-Controls-for-WPF-Released.aspx</link>
<guid>/Blog/FPS-Controls-for-WPF-Released.aspx</guid>
<description>&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;img src=&quot;http://fpscomponents.com/images/products/controls.png&quot; alt=&quot;product&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
We are proud to announce next component pack for WPF. 
&lt;/p&gt;
&lt;p&gt;
FPS Controls for WPF contains : Navigation Control, DateTime Picker, Month Calendar, Multimonth Calendar, Color Picker.
using 8 predefined themes as for previous our components. 
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
What do you receive: 
Buying any license of &lt;a href=&quot;http://fpscomponents.com/Products/WPF/controls.aspx&quot;&gt;FPS Controls for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. 
All major and minor updates and fixes for one year are guaranteed. It might be: adding new features and bug fixing if any.
We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt; We're in beta testing of few other WPF Components, that will be presented on website next few weeks.
These components as well as old ones will be supplied as 1 pack: FPS Studio for WPF!
&lt;/strong&gt; 
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Fri, 10 Apr 2009 18:35:47 GMT</pubDate>
</item>

<item>
<title>Updates for FPS Wizard and FPS InputControls</title>
<link>/Blog/Updates-for-FPS-Wizard-and-FPS-InputControls.aspx</link>
<guid>/Blog/Updates-for-FPS-Wizard-and-FPS-InputControls.aspx</guid>
<description>&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;img src=&quot;http://fpscomponents.com/Images/KB/input.png&quot; alt=&quot;product&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
New version FPS Input Controls and Wizard for WPF is now available for public to download and evaluate. 
&lt;/p&gt;
&lt;p&gt;
MAC Os like theme is now available for Wizard and InputControls
&lt;br /&gt;
Minor fixes and features added for FPS InputControls
These are: 
1) design time issue fixed.
2) Setup visibility of some buttons on NumPad. Check all options of visibility features in new VirtualKeyboard sample, that is coming in latest installer.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Mon, 06 Apr 2009 20:13:22 GMT</pubDate>
</item>

<item>
<title>Update: FPS Input Controls for WPF is released</title>
<link>/Blog/Update-FPS-Input-Controls-for-WPF-is-released.aspx</link>
<guid>/Blog/Update-FPS-Input-Controls-for-WPF-is-released.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img src=&quot;http://fpscomponents.com/images/products/input.png&quot; alt=&quot;product&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
New FPS Input Controls for WPF is now available for public to download and evaluate. 
&lt;/p&gt;
&lt;p&gt;
Per user requests, we have added new features and possibilities to this product.
These are: 
1) ability to change visibility to common system buttons, such as F1..F2, Escape,
TAB, CTRL, MENU, Win, Alt.
2) IsStandAloned property for keyboard control makes ability to use it in one window as usercontrol or as standalone application, 
that is similar to Windows Keyboard or real hardware keyboard.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
What do you receive: 
Buying any license of &lt;a href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot;&gt;FPS Input Controls  for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. 
All major and minor updates and fixes for one year are guaranteed. It might be: adding new Language layouts, skins/themes, adding new features and bug fixing if any.
We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Fri, 03 Apr 2009 18:58:58 GMT</pubDate>
</item>

<item>
<title>FPS Input Controls for WPF Released</title>
<link>/Blog/FPS-Input-Controls-for-WPF-Released.aspx</link>
<guid>/Blog/FPS-Input-Controls-for-WPF-Released.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img src=&quot;http://fpscomponents.com/images/banners/inputControls.png&quot; alt=&quot;product&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
FPS Input Controls for WPF is now available for public to download and evaluate. 
&lt;/p&gt;
&lt;p&gt;
As far as we revised online it is first ever TRUE screen keyboard represented. It is divided into 2 controls such as 
main keyboard part and NUMPAD. You can use it for your touchscreen applications, for example, as keyboard takes input from active window.
Other components like screen TAB Control and other touchscreen or just special input controls will be provided during this year.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
What do you receive: 
Buying any license of &lt;a href=&quot;http://fpscomponents.com/Products/WPF/virtual-keyboard.aspx&quot;&gt;FPS Input Controls for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. 
All major and minor updates and fixes for one year are guaranteed. It might be: adding new Language layouts, skins/themes, adding new features and bug fixing if any.
We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Mon, 12 Jan 2009 19:58:26 GMT</pubDate>
</item>

<item>
<title>FPS Gauges for WPF Released</title>
<link>/Blog/FPS-Gauges-for-WPF-Released.aspx</link>
<guid>/Blog/FPS-Gauges-for-WPF-Released.aspx</guid>
<description>&lt;p&gt;&lt;img class=&quot;productImage&quot; src=&quot;http://fpscomponents.com/images/products/gauges.png&quot; alt=&quot;product&quot; /&gt;&lt;/p&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
This WPF product contains number of linear,digital and radial gauges, that aim to visualize changing data. 
&lt;/p&gt;
&lt;p&gt;
This is a great set of components that can visualize data in a user friendly way. We propose number of gauges and related components for a low price, with support and updates ( New Components and features will be added within your subscription). Among components you can find a few general gauge types, such as linear, radial, dual radial, clock like. But also you can find something specific, such as thermometer, oil, speed or battery indicators. 
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
What do you receive: 
Buying any license of &lt;a href=&quot;http://fpscomponents.com/Products/WPF/gauges.aspx&quot;&gt;FPS Gauges for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. 
All major and minor updates and fixes for one year are guaranteed. It might be: adding new gauges types to set, adding new features and bug fixing if any.
We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.
&lt;/p&gt;
&lt;br /&gt;
Here is a small list of what we propose at the moment:
&lt;p&gt;
Linear gauges with custom stlye and a thermometer like gauge 
&lt;/p&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img src=&quot;http://fpscomponents.com/images/products/scr_Linear%20Gauges_gauges.png&quot; alt=&quot;product&quot; /&gt;
&lt;/div&gt;
&lt;p&gt;
Radial gauges, dual radial guages, clock like gauge
&lt;/p&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img src=&quot;http://fpscomponents.com/images/products/scr_Radial%20Gauges_gauges.png&quot; alt=&quot;product&quot; /&gt;
&lt;/div&gt;
&lt;p&gt;
Automobile guages: Speedometer, Taxometer, Oil, Battery. 
&lt;/p&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img src=&quot;http://fpscomponents.com/images/products/scr_Automobile_gauges.png&quot; alt=&quot;product&quot; /&gt;
&lt;/div&gt;
&lt;p&gt;
Clock Sample, is a sample of our unique clock style, you can use it upon purchasing our FPS Gauges product.
&lt;/p&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img src=&quot;http://fpscomponents.com/images/products/scr_Clock_gauges.png&quot; alt=&quot;product&quot; /&gt;
&lt;/div&gt;
&lt;p&gt;
Each of the supplied Gauge Components (of course) can be tuned using themes, styles WPF technology.
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Tue, 06 Jan 2009 15:14:45 GMT</pubDate>
</item>

<item>
<title>FPS Barcodes for WPF Released</title>
<link>/Blog/FPS-Barcodes-for-WPF-Released.aspx</link>
<guid>/Blog/FPS-Barcodes-for-WPF-Released.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img src=&quot;http://fpscomponents.com/images/banners/barcode.png&quot; alt=&quot;product&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
FPS Barcodes for WPF is now available for public to download and evaluate. 
&lt;/p&gt;
&lt;p&gt;
We present it in WPF, so barcodes are showed in vector format and can be resized.The most common symbologies are all supported. Including EAN-13, EAN-8, UPC-A, Code 39 (and full ASCII variant), Code 93 (and full ASCII variant), Code 128, Codabar, Interleaved 2 of 5, and Postnet.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
What do you receive: 
Buying any license of &lt;a href=&quot;http://fpscomponents.com/Products/WPF/barcodes.aspx&quot;&gt;FPS Barcodes for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. 
All major and minor updates and fixes for one year are guaranteed. It might be: adding new symbologies types, new features and bug fixing if any.
We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.
&lt;/p&gt;
&lt;br /&gt;
We supply to customers WPF Barcode product with a few important features
&lt;br /&gt;
Common  Features are as follows: compatibility with XPS Documents, Render to bitmap, flexible Width, Height of barcode, with correct alignments. and other.
&lt;br /&gt;
15 Common Symbologies Supported : EAN-13, EAN-8, UPC-A, ITF14, Postnet, Code39, Code39 Extended, Code93, Code93 Extended, Code128 (Auto, A,B,C), Interleaved 2 of 5, Standard 2 of 5.
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Tue, 06 Jan 2009 14:25:15 GMT</pubDate>
</item>

<item>
<title>FPS Wizard for WPF Released</title>
<link>/Blog/FPS-Wizard-for-WPF-Released.aspx</link>
<guid>/Blog/FPS-Wizard-for-WPF-Released.aspx</guid>
<description>&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img src=&quot;http://fpscomponents.com/images/banners/wizard.png&quot; alt=&quot;product&quot; /&gt;
&lt;/div&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
New styled Wizard component for WPF with 10+ transition effects, 7 themes 
&lt;/p&gt;
&lt;p&gt;
WPF Wizard with defined custom window, with number of themes, navigation buttons and transitions. Robust event handling system, for common events such as NextPage, PrevPage, Finish, Help buttons Clicked.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
What do you receive: 
Buying any license of &lt;a href=&quot;http://fpscomponents.com/Products/WPF/wizard.aspx&quot;&gt;FPS Wizard for WPF&lt;/a&gt;, you can use it with no royalties in any of your applications. 
All major and minor updates and fixes for one year are guaranteed. It might be: adding new themes, wizard styles and transition types, adding new features and bug fixing if any.
We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.
&lt;/p&gt;
&lt;br /&gt;
We supply to customers WPF Wizard product with a few important features
&lt;br /&gt;
Themes Support : 7 Predefined themes with custom styled window is supported: Office Blue, Silver, Black, Orange, Green, Vista (non transparent), Media Player 10. New themes will be developed in new versions of custom window and components that include this window.
&lt;br /&gt;
Transition Effects : Currently you can use such transition effects as: Fade, NY Times, Rotate, Wipe, Zoom, Flip, Door, Rotate 3D, Skew, Roll, Page, Tranlate, Fade and Grow. Many more effects will be added in new versions of Wizard Component.
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Tue, 06 Jan 2009 12:54:55 GMT</pubDate>
</item>

<item>
<title>FPS Food Icons Released</title>
<link>/Blog/FPS-Food-Icons-Released.aspx</link>
<guid>/Blog/FPS-Food-Icons-Released.aspx</guid>
<description>&lt;p&gt;&lt;img class=&quot;productImage&quot; src=&quot;http://fpscomponents.com/images/products/food.png&quot; alt=&quot;product&quot; /&gt;&lt;/p&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
2 weeks after our first components were released, we propose our customers another Icons Pack. This is a food pack containing 200 icons for websites and applications, or even for XPS documents. 
The target platform can be any POS system, or Touch screen terminals in fast food or other related industry. We propose an innovative way in our services. Our innovation is that we supply raster icon format ( PNG, ICO) along with a pretty new vector format named XAML. 
XAML version of all icons is quite good for developers and designers working with Microsoft Expression Blend, or just with WPF, Silverlight applications.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
What do you receive: 
Buying just 1 license of &lt;a href=&quot;http://fpscomponents.com/Products/Icons/food-icons.aspx&quot;&gt;FPS Food Icons&lt;/a&gt;, you can use it with no royalties in any of your applications. 
All major and minor updates and fixes for one year are guaranteed. It might be: adding new icons to this pack, and fixing especially XAML format if any of issues or performance upgrades will be mentioned.
We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
So FPS Food Icons in details is : 200 icons of different formats and sizes: 
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
PNG Format : 128x128 pixels 32BPP , 64x64 pixels 32BPP, 32x32 pixels 32BPP, 16x16 pixels 32BPP
&lt;br /&gt;
ICO Format: 32x32 24BPP
&lt;br /&gt;
XAML: designed under 128x128 pixels, but it's a vector format, so it can be resized without losing its quality.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
This is totally 1200 icons made in this pack.
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Thu, 18 Dec 2008 13:50:54 GMT</pubDate>
</item>

<item>
<title>FPS Road Signs Released</title>
<link>/Blog/FPS-Road-Signs-Released.aspx</link>
<guid>/Blog/FPS-Road-Signs-Released.aspx</guid>
<description>&lt;p&gt;&lt;img class=&quot;productImage&quot; src=&quot;http://fpscomponents.com/images/products/road.png&quot; alt=&quot;product&quot; /&gt;&lt;/p&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
One more innovative product is released. This is a great suite containing 140 road signs for websites and applications, or even for XPS documents. We propose you an innovative way in our services. Our innovation is that we supply raster icon format (PNG, ICO) along with pretty new vector format named XAML. XAML version of all icons is quite good for developers and designers working with Microsoft Expression Blend, or just with WPF and Silverlight applications. 
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
What do you receive: 
Buying just 1 license of &lt;a href=&quot;http://fpscomponents.com/Products/Icons/road-signs.aspx&quot;&gt;FPS Road Signs&lt;/a&gt;, you can use it with no royalties in any of your applications. 
All major and minor updates and fixes for one year are guaranteed. It might be: adding new signs to this pack, and fixing especially XAML format if any of issues or performance upgrades will be mentioned.
We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
So FPS Road Signs Pack in details is : 140 icons of different formats and sizes: 
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
PNG Format : 128x128 pixels 32BPP , 64x64 pixels 32BPP, 32x32 pixels 32BPP, 16x16 pixels 32BPP
&lt;br /&gt;
PNG Format with gradient : 128x128 pixels 32BPP , 64x64 pixels 32BPP, 32x32 pixels 32BPP, 16x16 pixels 32BPP
&lt;br /&gt;
ICO Format: 32x32 24BPP
&lt;br /&gt;
ICO Format with gradient: 32x32 24BPP
&lt;br /&gt;
XAML: designed under 128x128 pixels, but it's a vector format, so it can be resized without losing its quality.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
There're over 1500 icons made in this pack.
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Tue, 02 Dec 2008 20:21:50 GMT</pubDate>
</item>

<item>
<title>FPS Flags Pack Released</title>
<link>/Blog/FPS-Flags-Pack-Released.aspx</link>
<guid>/Blog/FPS-Flags-Pack-Released.aspx</guid>
<description>&lt;p&gt;&lt;img class=&quot;productImage&quot; src=&quot;http://fpscomponents.com/images/products/flags.png&quot; alt=&quot;product&quot; /&gt;&lt;/p&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
Yet another product is released. This is a pack containing 227 flags for all countries, and other organizations (e.g. UN). It can be used for websites and applications, or even for XPS documents. We propose an innovative way in our services. Our innovation is that we supply raster icon format (PNG, ICO) along with a pretty new vector format named XAML. XAML version of all icons is quite good for developers and designers working with Microsoft Expression Blend, or just with WPF, Silverlight applications. &lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
What do you receive: 
Buying just 1 license of &lt;a href=&quot;http://fpscomponents.com/Products/Icons/flags-pack.aspx&quot;&gt;FPS Flags Pack&lt;/a&gt;, you can use it with no royalties in any of your applications. 
All major and minor updates and fixes for one year are guaranteed. It might be: adding few new icons to this pack, and fixing especially XAML format if any of issues or performance upgrades will be mentioned.
We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
So FPS Flags Pack in details is : 227 flags of different formats and sizes: 
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
PNG Format : 256x128 pixels 32BPP , 128x64 pixels 32BPP, 64x32 pixels 32BPP
&lt;/p&gt;
&lt;p&gt;
PNG Format with gradient: 256x128 pixels 32BPP , 128x64 pixels 32BPP, 64x32 pixels 32BPP
&lt;/p&gt;
&lt;p&gt;
ICO Format: Not yet supplied, will be provided upon client's requests.
&lt;/p&gt;
&lt;p&gt;
XAML: designed under 256x128 pixels, but it's a vector format, so can be resized without losing its quality.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
There're over 1500 flags made in this pack.
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Tue, 02 Dec 2008 20:18:25 GMT</pubDate>
</item>

<item>
<title>FPS Icons Pack Released</title>
<link>/Blog/FPS-Icons-Pack-Released.aspx</link>
<guid>/Blog/FPS-Icons-Pack-Released.aspx</guid>
<description>&lt;p&gt;&lt;img class=&quot;productImage&quot; src=&quot;http://fpscomponents.com/images/products/iconPack.png&quot; alt=&quot;product&quot; /&gt;&lt;/p&gt;
&lt;div class=&quot;smallWhite&quot;&gt;
&lt;p&gt;
First from future bunch of our products is released. This is a great pack that is containing 180 icons for websites and applications, or even for XPS documents. 
We propose an innovative way in our services. Our innovation is that we supply raster icon format ( PNG, ICO) along with a pretty new vector format named XAML. 
XAML version of all icons is quite good for developers and designers working with Microsoft Expression Blend, or just with WPF, Silverlight applications.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
What do you receive: 
Buying just 1 license of &lt;a href=&quot;http://fpscomponents.com/Products/Icons/icons-pack.aspx&quot;&gt;FPS Icons Pack&lt;/a&gt;, you can use it with no royalties in any of your applications. 
All major and minor updates and fixes for one year are guaranteed. It might be: adding new icons to this pack, and fixing especially XAML format if any of issues or performance upgrades will be mentioned.
We are always glad to hear what people say about our products, and we would like to provide you with desired updates in a short period of time.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
So FPS Icons Pack in details is : 180 icons of different formats and sizes: 
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
PNG Format : 128x128 pixels 32BPP , 64x64 pixels 32BPP, 32x32 pixels 32BPP, 16x16 pixels 32BPP
&lt;br /&gt;
ICO Format: 32x32 24BPP
&lt;br /&gt;
XAML: designed under 128x128 pixels, but it's a vector format, so it can be resized without losing quality.
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;
There're over 1000 icons made in this pack.
&lt;/p&gt;
&lt;p&gt;
FPS Components is a .net component vendor that is standing on customer development model. Please check our products at &lt;a href=&quot;http://fpscomponents.com/&quot;&gt;fpscomponents.com&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
<pubDate>Tue, 02 Dec 2008 20:02:26 GMT</pubDate>
</item>

</channel>
</rss>

