<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.microsoft.co.il/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>מקודד לשווא</title><link>http://blogs.microsoft.co.il/blogs/danielisimo/</link><description>גבולות השפה הם הם גבולותיה של המחשבה</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>rails console pry integration </title><link>http://blogs.microsoft.co.il/blogs/danielisimo/archive/2011/08/26/rails-pry-console-integration.aspx</link><pubDate>Fri, 26 Aug 2011 14:10:53 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:888998</guid><dc:creator>danielisimo</dc:creator><slash:comments>0</slash:comments><description>&lt;div style="direction:ltr;text-align:left;"&gt;this gist enables simple support for loading pry console within rails application ,&lt;br /&gt;&lt;br /&gt;instead of typing&lt;br /&gt;&lt;br /&gt;my-rails-project$ pry -r ./config/environment&lt;br /&gt;&lt;br /&gt;just type&lt;br /&gt;&lt;br /&gt;my-rails-project$ rails p&lt;br /&gt;&lt;br /&gt;just replace script/rails with the content of rails/pry  gist&lt;br /&gt;&lt;br /&gt;...&lt;br /&gt;&lt;a href="http://www.codeinvain.com/blog/418/rails-console-pry-integration/"&gt;&lt;b&gt;read more&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=888998" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/howto/default.aspx">howto</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/tips/default.aspx">tips</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/rails/default.aspx">rails</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/bash/default.aspx">bash</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/trick/default.aspx">trick</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/pry/default.aspx">pry</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/ruby/default.aspx">ruby</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/gist/default.aspx">gist</category></item><item><title>installing ruby mysql with native extensions on mac osx (64 bit)</title><link>http://blogs.microsoft.co.il/blogs/danielisimo/archive/2011/06/30/installing-ruby-mysql-with-native-extensions-on-mac-osx-64-bit.aspx</link><pubDate>Fri, 01 Jul 2011 00:13:02 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:847855</guid><dc:creator>danielisimo</dc:creator><slash:comments>0</slash:comments><description>&lt;div style="direction:ltr;text-align:left;"&gt;getting an error `&amp;lt;main&amp;gt;&amp;#39;: undefined method `query&amp;#39; for #&amp;lt;Mysql:0x00000100913e20&amp;gt; or sort (also for methods init, each etc&amp;#39;) are common for mysql ruby driver that is not installed correctly or without native extensions.&lt;br /&gt;&lt;br /&gt;to fix this issue just run the following commands:&lt;br /&gt;&lt;br /&gt;1. brew install mysql-connector-c&lt;br /&gt;&lt;br /&gt;2. sudo gem install mysql -- --with-mysql-lib=/usr/local/mysql/lib&lt;br /&gt;&lt;br /&gt;(/usr/local/mysql/lib is my local mysql installation folder)&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;my stack is &lt;br /&gt;&lt;br /&gt;rvm / ruby 1.9.2&lt;br /&gt;&lt;br /&gt;gem 1.8.5&lt;br /&gt;&lt;br /&gt;mysql  Ver 14.14 Distrib 5.5.12, for osx10.6 (i386) using readline 5.1 (64 bit dmg installation from mysql website)&lt;br /&gt;&lt;br /&gt;mac 10.6.8&lt;br /&gt;&lt;br /&gt;hope it helps .&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;...&lt;br /&gt;&lt;a href="http://www.codeinvain.com/blog/410/installing-ruby-mysql-with-native-extensions-on-mac-osx-64-bit/"&gt;&lt;b&gt;read more&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=847855" width="1" height="1"&gt;</description></item><item><title>Show the Current GIT Branch and Tag in Your Command Prompt</title><link>http://blogs.microsoft.co.il/blogs/danielisimo/archive/2011/05/24/show-the-current-git-branch-and-tag-in-your-command-prompt.aspx</link><pubDate>Tue, 24 May 2011 21:57:51 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:837318</guid><dc:creator>danielisimo</dc:creator><slash:comments>0</slash:comments><description>&lt;div style="direction:ltr;text-align:left;"&gt;Following Eran&amp;#39;s post on showing current git branch, here is an improved version including branch or tag number (which is helpful in repositories like nodejs) .&lt;br /&gt;&lt;br /&gt;in order to differentiate between branches and tags the script prints branches in braces () and tags in square braces .&lt;br /&gt;...&lt;br /&gt;&lt;a href="http://www.codeinvain.com/blog/403/show-the-current-git-branch-and-tag-in-your-command-prompt/"&gt;&lt;b&gt;read more&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=837318" width="1" height="1"&gt;</description></item><item><title>Installing QT 4.7.x for VS2010</title><link>http://blogs.microsoft.co.il/blogs/danielisimo/archive/2010/11/23/installing-qt-4-7-x-for-vs2010.aspx</link><pubDate>Tue, 23 Nov 2010 13:07:56 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:747026</guid><dc:creator>danielisimo</dc:creator><slash:comments>0</slash:comments><description>&lt;div style="direction:ltr;text-align:left;"&gt;had some issues installing QT on windows with vs2010 so I thought I&amp;#39;ll share the solution that worked for me.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using win7 64 bit , vs2010, qt 4.7.1&lt;br /&gt;What do I need ?&lt;br /&gt;qt add on for visual studio (qt-vs-addin-1.1.7.exe)&lt;br /&gt;qt open source distribution (qt-everywhere-opensource-src-4.7.1.zip)&lt;br /&gt;Installation Process&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;	download and install qt add on for visual studio&lt;br /&gt;	download qt open source distribution&lt;br /&gt;	create qt directory (i used C:\Qt\4.7.1x32\)&lt;br /&gt;	extract the zip contents into previously created folder (extract files &amp;amp; folders not the root directory named qt-everywhere-opensource)&lt;br /&gt;	open visual studio command prompt named...&lt;br /&gt;&lt;a href="http://www.codeinvain.com/blog/378/installing-qt-4-7-x-for-vs2010/"&gt;&lt;b&gt;read more&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=747026" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/visual+studio/default.aspx">visual studio</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/QT/default.aspx">QT</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/vs2010/default.aspx">vs2010</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/tips/default.aspx">tips</category></item><item><title>Pong Applied Box2DFlex Physics Engine</title><link>http://blogs.microsoft.co.il/blogs/danielisimo/archive/2010/07/21/pong-applied-box2dflex-physics-engine.aspx</link><pubDate>Wed, 21 Jul 2010 14:05:00 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:681991</guid><dc:creator>danielisimo</dc:creator><slash:comments>0</slash:comments><description>&lt;div style="direction:ltr;text-align:left;"&gt;I decided to learn by example and assigned myself the goal of building pong in box2d.
&lt;br /&gt;box2d is an overkill for pong , but what do you know, it&amp;#39;s damn easy.
&lt;br /&gt;the gist of it is :
&lt;br /&gt;
&lt;br /&gt;	layout
&lt;br /&gt;	world setup
&lt;br /&gt;	event handling
&lt;br /&gt;
&lt;a href="http://www.codeinvain.com/blog/358/pong-applied-box2dflex-physics-engine/"&gt;&lt;b&gt;read more&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=681991" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/TECH/default.aspx">TECH</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/flex/default.aspx">flex</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/Box2DFlex/default.aspx">Box2DFlex</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/box2d/default.aspx">box2d</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/open+source/default.aspx">open source</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/game/default.aspx">game</category></item><item><title>Working With Large Arrays in Action Script</title><link>http://blogs.microsoft.co.il/blogs/danielisimo/archive/2010/07/17/working-with-large-arrays-in-action-script.aspx</link><pubDate>Sun, 18 Jul 2010 00:14:41 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:680461</guid><dc:creator>danielisimo</dc:creator><slash:comments>0</slash:comments><description>&lt;div style="direction:ltr;text-align:left;"&gt;While working on partly connected system using flex technology I figured out quick enough that working with large data sets (thousands of records) is not applicable. Especially because i held a number of those sets which I needed to  cross reference in number of occasions.&lt;br /&gt;&lt;br /&gt;My solution was to create an indexed collection which i can benefit both worlds of Dictionary and ArrayCollection , with that in mind I designed and implemented the IndexedArrayCollection.&lt;br /&gt;&lt;br /&gt;The collection extends ArrayCollection and adds the capability of indexing a single...&lt;br /&gt;&lt;a href="http://www.codeinvain.com/blog/353/working-with-large-arrays-in-action-script/"&gt;&lt;b&gt;read more&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=680461" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/flex/default.aspx">flex</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/as3/default.aspx">as3</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/performance/default.aspx">performance</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/pattern/default.aspx">pattern</category></item><item><title>Box2D Flex Complex Shapes Mapping</title><link>http://blogs.microsoft.co.il/blogs/danielisimo/archive/2010/07/13/box2d-flex-complex-shapes-mapping.aspx</link><pubDate>Tue, 13 Jul 2010 11:46:31 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:678399</guid><dc:creator>danielisimo</dc:creator><slash:comments>0</slash:comments><description>&lt;div style="direction:ltr;text-align:left;"&gt;One of the drawbacks in box2d is that it&amp;#39;s not supporting concave polygon shapes .&lt;br /&gt;&lt;br /&gt;for that box2d flex employs several algorithms and converts a complex shape to a set of polygons (I took the idea from 3d modeling)&lt;br /&gt;&lt;br /&gt;at this point i would like to give credits to&lt;br /&gt;&lt;br /&gt;	sakri.net for he&amp;#39;s shape outline algorithm&lt;br /&gt;	makc.coverthesky.com for he&amp;#39;s polygon2d&lt;br /&gt;&lt;br /&gt;both state that their algorithms are far from perfect but for a v0.2 it&amp;#39;s a good start.&lt;br /&gt;&lt;br /&gt;in this case I&amp;#39;ll start from the demo and then...&lt;br /&gt;&lt;a href="http://www.codeinvain.com/blog/342/box2d-flex-complex-shapes-mapping/"&gt;&lt;b&gt;read more&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=678399" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/flex/default.aspx">flex</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/ActionScript/default.aspx">ActionScript</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/Box2DFlex/default.aspx">Box2DFlex</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/box2d/default.aspx">box2d</category></item><item><title>Simple Box2D Flex Example </title><link>http://blogs.microsoft.co.il/blogs/danielisimo/archive/2010/07/11/simple-flex-box2d-integration.aspx</link><pubDate>Mon, 12 Jul 2010 02:30:44 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:678018</guid><dc:creator>danielisimo</dc:creator><slash:comments>0</slash:comments><description>&lt;div style="direction:ltr;text-align:left;"&gt;following my previous post announcing Box2D Flex framework i want to share some techniques via examples on how to use the library.&lt;br /&gt;&lt;br /&gt;First thing we create add a SkinableContentContainer to and drop some contorls inside it&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This, still, does not do anything fancy it just initializes box2d and registers &amp;amp; measures all controls inside our physics container.&lt;br /&gt;&lt;br /&gt;next step we add some bindable controls that will change our physics gravity and debug&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;and the bindable properties to our physics container&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;now we can play with the gravity sliders and see...&lt;br /&gt;&lt;a href="http://www.codeinvain.com/blog/328/simple-box2d-flex-example/"&gt;&lt;b&gt;read more&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=678018" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/flex/default.aspx">flex</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/as3/default.aspx">as3</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/Box2DFlex/default.aspx">Box2DFlex</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/box2d/default.aspx">box2d</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/mxml/default.aspx">mxml</category></item><item><title>Announcing Box2D Flex framework</title><link>http://blogs.microsoft.co.il/blogs/danielisimo/archive/2010/07/11/announcing-box2dflex-framework.aspx</link><pubDate>Sun, 11 Jul 2010 14:27:13 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:677936</guid><dc:creator>danielisimo</dc:creator><slash:comments>0</slash:comments><description>&lt;div style="direction:ltr;text-align:left;"&gt;Prefix&lt;br /&gt;In a previous post demonstrating box2d integration with flex I made a promise (mainly to myself) to share the demo code. When I started to review with sharing in mind it looked cumbersome and overly verbose. So I started cranking on it fixing and straightening the code &amp;amp; architecture and step by step I realized that I&amp;#39;m creating a small Integration layer rather then a POC.&lt;br /&gt;Announcing Box2DFlex&lt;br /&gt;Box2DFlex framework allows you easely integrate box2d into flex framework using mxml. The framewok helps easy integration with flex...&lt;br /&gt;&lt;a href="http://www.codeinvain.com/blog/317/announcing-box2dflex-framework/"&gt;&lt;b&gt;read more&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=677936" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/flash/default.aspx">flash</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/flex/default.aspx">flex</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/Box2DFlex/default.aspx">Box2DFlex</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/box2d/default.aspx">box2d</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/open+source/default.aspx">open source</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/framework/default.aspx">framework</category></item><item><title>CSS Mask in HTML 5</title><link>http://blogs.microsoft.co.il/blogs/danielisimo/archive/2010/07/08/css-mask-in-html-5.aspx</link><pubDate>Fri, 09 Jul 2010 01:11:11 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:677400</guid><dc:creator>danielisimo</dc:creator><slash:comments>0</slash:comments><description>&lt;div style="direction:rtl;text-align:right;"&gt;&lt;strong&gt;&amp;lt; התוכן שמופיע כאן מועמד לסטנדרטיזציה ב html5  יתכן וחלק מהדברים לא יעבדו כרגע על כל דפדפן &amp;gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;בהמשך לפוסט הקודם על css ב html5 עשיתי עוד ניסוי קטן לגבי masks (אולי  מיסוכים?) .&lt;br /&gt;רציתי להחליף צבעים תכנותית לתמונה קיימת . כדי לעשות את זה ניגשתי למלאכה והתחלתי לנבור ברשת , די מהר מצאתי שגם לזה יש פתרון ב css3.&lt;br /&gt;&lt;br /&gt;מיקמתי שני div אחד מעל השני - בראשון תמונה של מכונית (המכונית חייבת להיות לבנה כדי שנוכל לצבוע אותה בקלות)&lt;br /&gt;&lt;br /&gt;&lt;img class="alignnone" src="http://www.codeinvain.com/heblog/wp-content/uploads/2010/07/CSSMask/assets/car.png" alt="" /&gt;&lt;br /&gt;&lt;a href="http://www.codeinvain.com/heblog/485/css-mask-in-html-5/"&gt;&lt;b&gt;read more&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=677400" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/layout/default.aspx">layout</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/css3/default.aspx">css3</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/css/default.aspx">css</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/design/default.aspx">design</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/html5/default.aspx">html5</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/mask/default.aspx">mask</category></item><item><title>Timezone shift in bootcamp</title><link>http://blogs.microsoft.co.il/blogs/danielisimo/archive/2010/07/05/timezone-shift-in-bootcamp.aspx</link><pubDate>Mon, 05 Jul 2010 21:43:22 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:676861</guid><dc:creator>danielisimo</dc:creator><slash:comments>0</slash:comments><description>&lt;br /&gt;&lt;br /&gt;Another short one , each time i open my bootcamp or VM (parallels  or fusions) i get different timezone for windows and osx.&lt;br /&gt;both are configured correctly connected to the internet and updated from ntp server.&lt;br /&gt;&lt;br /&gt;But the windows machine is persistently offsets by two hours. After some hunting around and some trial and error I found that the best and quickest solution is adding a new registry key to HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\ named RealTimeIsUniversal  typed REG_DWORD and set it&amp;#39;svalue to 1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;you can also...&lt;br /&gt;&lt;a href="http://www.codeinvain.com/blog/307/timezone-windows-bootcamp/"&gt;&lt;b&gt;read more&lt;/b&gt;&lt;/a&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=676861" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/osx/default.aspx">osx</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/pc/default.aspx">pc</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/tip/default.aspx">tip</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/registry/default.aspx">registry</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/mac/default.aspx">mac</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/timezone/default.aspx">timezone</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/windows/default.aspx">windows</category></item><item><title>Mid 2010 Podcast List</title><link>http://blogs.microsoft.co.il/blogs/danielisimo/archive/2010/06/30/mid-2010-podcast-list.aspx</link><pubDate>Wed, 30 Jun 2010 11:42:00 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:671964</guid><dc:creator>danielisimo</dc:creator><slash:comments>0</slash:comments><description>it&amp;#39;s time to update my podcast list some shows are RIP and some new came to light. so without further ado my mid 2010 podcast list .
&lt;br /&gt;
&lt;br /&gt;This time i grouped them by interest . some have fixed amount of episodes and some reoccur weekly . there are some hebrew podcasts in the list as well , I left the name and notes in hebrew.
&lt;br /&gt;.NET
&lt;br /&gt;Hanselminutes - &amp;quot;is a weekly audio talk show with noted web developer and technologist Scott Hanselman. Scott discusses utilities and tools, gives practical how-to...&lt;br /&gt;&lt;a href="http://www.codeinvain.com/blog/183/mid-2010-podcast-list/"&gt;&lt;b&gt;read more&lt;/b&gt;&lt;/a&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=671964" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/TECH/default.aspx">TECH</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/Podcast+list/default.aspx">Podcast list</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/resources/default.aspx">resources</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/education/default.aspx">education</category></item><item><title>Flex 3 hebrew textbox</title><link>http://blogs.microsoft.co.il/blogs/danielisimo/archive/2010/06/29/flex-3-hebrew-textbox.aspx</link><pubDate>Wed, 30 Jun 2010 03:05:00 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:671654</guid><dc:creator>danielisimo</dc:creator><slash:comments>0</slash:comments><description>following my last post on flex3 RTL label , next challenge was input text with RTL support , in that case I decided to cheat and use html input overlying flex.
&lt;br /&gt;Not so elegant solution, but a solution non the less. the trick is to pass the flex component coordinate and position the HTML input accordingly , and on the HTML side handle keyboard and mouse event to let the flex developer feel @ home with regular focus and key press events.
&lt;br /&gt;Add the...&lt;br /&gt;&lt;a href="http://www.codeinvain.com/blog/64/flex-3-hebrew-textbox/"&gt;&lt;b&gt;read more&lt;/b&gt;&lt;/a&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=671654" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/javascript/default.aspx">javascript</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/HTML/default.aspx">HTML</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/flex/default.aspx">flex</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/as3/default.aspx">as3</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/hack/default.aspx">hack</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/RTL/default.aspx">RTL</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/flex3/default.aspx">flex3</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/textfield/default.aspx">textfield</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/input/default.aspx">input</category></item><item><title>תהליך תקינה ב w3c</title><link>http://blogs.microsoft.co.il/blogs/danielisimo/archive/2010/06/24/w3c.aspx</link><pubDate>Thu, 24 Jun 2010 19:12:14 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:664995</guid><dc:creator>danielisimo</dc:creator><slash:comments>0</slash:comments><description>בזמן האחרון אני עובר קצת על מחקר html5  - יש שם הרבה דברים יפים אך לא תמיד מובן מה רמת הבשלות של כל פיצ\&amp;#39;ר. כשמסתכלים על מסמך תקינה בצד שמאל ישנה סימניה שמציינת את הסטטוס של התקינה אך מה אומר אותו סטטוס ?&lt;br /&gt;על פי מסמכי תאור התהליכים של W3C  תקינה מתקדמת בחמש רמות בשלות:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;	טיוטת עבודה (Working Draft)&lt;br /&gt;	קריאה אחרונה לטיוטה (Last Call Working Draft)&lt;br /&gt;	מועמד להמלצה (Candidate Recommendation)&lt;br /&gt;	המלצה מוצעת (Proposed Recommendation)&lt;br /&gt;	המלצה - (W3C Recommendation )&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;טיוטת עבודה - העבודה בתהליך, התוכן יכול להתעדכן להתחלף,או להתבטל.&lt;br /&gt;&lt;br /&gt;קריאה...&lt;br /&gt;&lt;a href="http://www.codeinvain.com/heblog/448/%d7%aa%d7%94%d7%9c%d7%99%d7%9a-%d7%aa%d7%a7%d7%99%d7%a0%d7%94-%d7%91-w3c/"&gt;&lt;b&gt;read more&lt;/b&gt;&lt;/a&gt;&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=664995" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/TECH/default.aspx">TECH</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/_EA05E705D905E005D405_/default.aspx">תקינה</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/w3c/default.aspx">w3c</category></item><item><title>Flex 3 label RTL support </title><link>http://blogs.microsoft.co.il/blogs/danielisimo/archive/2010/06/23/flex-3-label-rtl-support.aspx</link><pubDate>Wed, 23 Jun 2010 04:03:09 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:665833</guid><dc:creator>danielisimo</dc:creator><slash:comments>0</slash:comments><description>If you know or not , I&amp;#39;m leaving and working in Israel, where we have the most annoying text rendering issues.

we write in right to left order - that means  in the opposite direction of most languages. Letters and words are left to right, though  numbers and other symbols remain right to left.

Through the years I&amp;#39;ve seen (and even wrote) noumerous attempts to build an AS class that will provide this functionality to flash, all of them suffered from quirks and different edge cases.

About a year a go Adobe published a new text rendering engine (&lt;a href="http://labs.adobe.com/technologies/textlayout/"&gt;TLF&lt;/a&gt;) which wasn&amp;#39;t integrated into Flex3 framework , and though flex4 includes the new TLF some still need to work with the 3.x framework so here is a simple example of implementing true RTL label in flex 3 note that you need to download and install &lt;a href="http://labs.adobe.com/technologies/textlayout/"&gt;Text Layout Framework &lt;/a&gt; on your development machine in order to compile the code.

[gist id=449065]&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=665833" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/RTL/default.aspx">RTL</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/ActionScript/default.aspx">ActionScript</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/text+layout+framework/default.aspx">text layout framework</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/flex3/default.aspx">flex3</category><category domain="http://blogs.microsoft.co.il/blogs/danielisimo/archive/tags/bidi/default.aspx">bidi</category></item></channel></rss>