<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Ohad's Blog</title><link>https://weblogs.asp.net:443/israelio/</link><description>Lets talk about .net ! - Mirror at: blogs.microsoft.co.il</description><item><title>How to overcome the CLR fusion limitation</title><link>https://weblogs.asp.net:443/israelio/how-to-overcome-the-clr-fusion-limitation</link><description>&lt;p&gt;There are cases where you would be interested to load an assembly from a different directory then the root dir of your .net application. When you&amp;rsquo;ll try to do so you will face with the limitation of the fusion process (assembly loading process) &amp;ndash; this limitation limits you to load assemblies from underneath the root dir of your application in order to guard your app from dll hell.&lt;/p&gt;
&lt;p&gt;In order to overcome this limitation you can use the old plain Unix trick&amp;hellip; create a symbolic link to the file&amp;hellip; there is a small utility called mklink which lets you create symbolic link to a directory or a file.The process of making it work is to put the assembly in directory of your choice and then create the symlink at the place where the assembly is being expected to be.Its possible later on to replace the symlink with other symlink thus redirect the app to a different assembly without changing the app itself.&lt;/p&gt;
&lt;p&gt;If you are interested in redirecting a bunch of assemblies it is also possible to declare a probing directory via the app.config file and create a symbolic link of this directory thus redirecting all the probing calls to a different directory outside of the root path of the app.&lt;/p&gt;
&lt;p&gt;While playing with the fusion process its worth to remind people of the fusion log viewer tool(fuslogvw.exe) which will enable you to have an insight view of what and where the clr is looking for its assemblies.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;The &lt;code&gt;mklink&lt;/code&gt; command is used to create a symbolic link. It is natively available in Windows 2008+. It has the following command line syntax:&lt;/p&gt;
&lt;pre&gt;mklink [[/D] | [/H] | [/J]] link target&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;/D&lt;/code&gt; &amp;ndash; Creates a directory symbolic link. Default is a file symbolic link.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;/H&lt;/code&gt; &amp;ndash; Creates a hard link instead of a symbolic link.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;/J&lt;/code&gt; &amp;ndash; Creates a Directory Junction.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;link&lt;/code&gt; &amp;ndash; Specifies the new symbolic link name.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;target&lt;/code&gt; &amp;ndash; Specifies the path (relative or absolute) that the new link refers to.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc753194(WS.10).aspx" target="_blank"&gt;Mklink&lt;/a&gt; / &lt;a href="http://technet.microsoft.com/en-us/sysinternals/bb896768" target="_blank"&gt;Junction&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/aa365680.aspx"&gt;Documentation for NTFS symbolic links on MSDN&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/aa363866.aspx"&gt;CreateSymbolicLink function in the Win32 API&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html"&gt;Link Shell Extension&lt;/a&gt;, which presents a graphical interface for creating hard and symbolic links as well as directory junctions&lt;/p&gt;
&lt;p&gt;&lt;a href="http://homepage1.nifty.com/emk/symlink.html"&gt;Symlink accessible driver for 2000/XP/2003&lt;/a&gt;,&lt;/p&gt;</description><pubDate>Mon, 10 Jan 2011 07:04:00 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/how-to-overcome-the-clr-fusion-limitation</guid><category>.NET General</category><category>DEV</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category></item><item><title>TechEd Eilat – DI &amp; IoC using MEF and Unity</title><link>https://weblogs.asp.net:443/israelio/teched-eilat-di-amp-ioc-using-mef-and-unity</link><description>&lt;p&gt;After the last &lt;a href="http://blogs.microsoft.co.il/blogs/ohad/archive/2010/11/30/teched-eilat-happiness-as-a-key-to-business-success.aspx" target="_blank"&gt;happiest lecture&lt;/a&gt; I had to go for the last session at teched and give a short for another technical session and I choose the DI &amp;amp; IoC using MEF and Unity lecture by &lt;a href="http://blogs.microsoft.co.il/blogs/pavely/" target="_blank"&gt;Pavel Y&lt;/a&gt;. The hall was pretty full for a lecture which is one of the last sessions at teched… does it mean that finally people understand or want to understand the power of DI &amp;amp; IoC ? well its about time…&lt;/p&gt;  &lt;p&gt;I’ve been working with developers for more than a decade and it amazes me time after time that people afraid from using DI containers… well Pavel gave a great overview full of code samples of how to use MEF and Unity.&lt;/p&gt;  &lt;p&gt;As usual, Pavel is very clear with his explanations and his demos demonstrated various aspects of these frameworks mentioning the benefits and limitations of each …now I know what he was doing al night long instead of coming to see Meshina &lt;img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/wlEmoticon-smile_1050BB97.png" /&gt;&lt;/p&gt;</description><pubDate>Tue, 30 Nov 2010 11:19:16 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/teched-eilat-di-amp-ioc-using-mef-and-unity</guid><category>DEV</category><category>TechEd</category><category>Teched_IL</category></item><item><title>TechEd Eilat – Happiness as a key to business success</title><link>https://weblogs.asp.net:443/israelio/teched-eilat-happiness-as-a-key-to-business-success</link><description>&lt;p&gt;&lt;strong&gt;The best lecture at TechEd Eilat !!!&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;It looks like a pattern but I find myself more and more attracted to lectures which are not technical… I don’t know if it due to the role I'm in now or the levels of the rest of the lectures but I did found the lecture by Prof. Yoram Yovel which discussed the essence of what makes us happy… work… money… family…to be a lecture that it totally not technical by one of the pearls that you could find over the three days of this event.&lt;/p&gt;  &lt;p&gt;Defiantly a lecture one can take something out of… and say… wow it was worth coming to teched for it… not only for myself but also for my wife and family.&lt;/p&gt;  &lt;p&gt;Checkout &lt;a href="http://yoramyovel.co.il/" target="_blank"&gt;Yoram Yovel’s website for more details&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 30 Nov 2010 11:02:04 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/teched-eilat-happiness-as-a-key-to-business-success</guid><category>DEV</category><category>TechEd</category><category>Teched_IL</category></item><item><title>TechEd Eilat - The Future of IT – Danny Cohen</title><link>https://weblogs.asp.net:443/israelio/teched-eilat-the-future-of-it-danny-cohen</link><description>&lt;p&gt;Currently watching Danny Cohen speaking about the Future of IT at the CTO track of TechEd Eilat.&lt;/p&gt;  &lt;p&gt;Doing a lecture the day after the party is one of the hardest things to do… how do you wake up the people in the morning and handle their hangover from last night ? &lt;/p&gt;  &lt;p&gt;When Danny told me that he will not come to the party due to his presentations I understood him (been that… done that… 2 techeds ago I was in his place…) but nw that I see his presentation I totally understood him… Danny change slides as fast as he speaks… 120 slides in 1hr about the past, current and future of IT.&lt;/p&gt;  &lt;p&gt;The lecture is full of humor and lots of freaky ideas about our world and technology – pure fun !&lt;/p&gt;</description><pubDate>Tue, 30 Nov 2010 06:27:46 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/teched-eilat-the-future-of-it-danny-cohen</guid><category>DEV</category><category>TechEd</category><category>Teched_IL</category></item><item><title>TechEd Israel - Innovation Beyond Startups - Thoughts on Innovation in any organization</title><link>https://weblogs.asp.net:443/israelio/teched-israel-innovation-beyond-startups-thoughts-on-innovation-in-any-organization</link><description>&lt;p&gt;&lt;a href="http://www.linkedin.com/profile/view?id=938515&amp;amp;authType=name&amp;amp;authToken=Nd2W&amp;amp;locale=en_US&amp;amp;pvs=pp&amp;amp;pohelp=&amp;amp;trk=ppro_viewmore" target="_blank"&gt;Yoram Yaacovi&lt;/a&gt; from Microsoft R&amp;amp;D spoke about &lt;strong&gt;Innovation at Microsoft – &lt;/strong&gt;Finally a lecture worth the travel to Teched Eilat from a speaker who knows how to speak and to deliver an interesting talk.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;What innovation groups do you have at Microsoft?&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Product groups     &lt;br /&gt;&lt;/strong&gt;Look ahead for :1-3 years    &lt;br /&gt;Who: developers    &lt;br /&gt;Focus: focus on depth features, quality, features, performance, scale, &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Innovation labs     &lt;br /&gt;&lt;/strong&gt;Look ahead for: 3-5 years    &lt;br /&gt;Who: Researchers and developers    &lt;br /&gt;Focus: focus on new applications services not-yet proven technologies disruption&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Microsoft research – 2500 ppl world wide     &lt;br /&gt;&lt;/strong&gt;Look ahead for: 5-10 years    &lt;br /&gt;Who: Researchers    &lt;br /&gt;Focus: Mostly long term research academies oriented not measured y short term results&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Innovation can be looked as:     &lt;br /&gt;&lt;/strong&gt;Incremental vs disruptive    &lt;br /&gt;High friction tough sell vs frictionless – easy sell    &lt;br /&gt;    &lt;br /&gt;frictionless – easy sell, disruptive = Microsoft research    &lt;br /&gt;Incremental, easy sell, disruptive = Office Labs    &lt;br /&gt;High friction tough sell,disruptive = Israel Innovation Labs&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Guidelines for innovation groups - 3H&lt;/strong&gt; - Helpful, Humble, Harmless    &lt;br /&gt;    &lt;br /&gt;Alchemie Ventures – group of ppl who deliver innovation toward delivery    &lt;br /&gt;Gate 1 – worth considering ? 81 ideas    &lt;br /&gt;Gate 2 - do we believe?&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 7 ideas    &lt;br /&gt;Gate 3 - The real opportunity&amp;#160;&amp;#160;&amp;#160; 2 ideas    &lt;br /&gt;Gate 4 - Can we make it real ? 1 ideas&lt;/p&gt;  &lt;p&gt;BXT - Business, Experience, Technology – measuring project by BXT&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Israel Innovation Labs     &lt;br /&gt;&lt;/strong&gt;”Exists” – go to market / sell to product group – Deep zoom composer, face recognition, TLV – location based services, PV, Digital Lens – ui for color blinded ppl, Tagit, 23 filed patents    &lt;br /&gt;&lt;strong&gt;What helps exists:&lt;/strong&gt; spot existing needs, continuous persistent evangelisms, support from the product group    &lt;br /&gt;&lt;strong&gt;What stops exists:&lt;/strong&gt; Ecosystems challenges, infrastructure challenges, Hard to get attention&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Out of the box week&lt;/strong&gt;    &lt;br /&gt;&lt;u&gt;Goal:&lt;/u&gt; explore new technologies and ideas to create a working prototype    &lt;br /&gt;&lt;u&gt;Rules of the game:     &lt;br /&gt;&lt;/u&gt;- Exactly one week    &lt;br /&gt;- All team activity is off    &lt;br /&gt;- Totally unmanaged    &lt;br /&gt;- Mandatory demo fest at the end of the week –&amp;gt; Code talks !    &lt;br /&gt;- Become a major source of new innovative projects&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Facts:     &lt;br /&gt;&lt;/strong&gt;- Innovation is hard    &lt;br /&gt;- A single approach to innovation wont work    &lt;br /&gt;- Impossible to predict the next big thing    &lt;br /&gt;- A product team cannot create its assassin    &lt;br /&gt;- Task forces can not Innovate !&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Manage for creativity !&lt;/strong&gt;    &lt;br /&gt;Creativity and the role of leader – Harvard business review – October 2008    &lt;br /&gt;Organizing – by warren bennis – Basic books 1998&lt;/p&gt;  &lt;p&gt;Learn from past success stories:   &lt;br /&gt;- Talent is key    &lt;br /&gt;- Lack of experience is also asset not liability    &lt;br /&gt;- Everyone can make a substantial impact    &lt;br /&gt;- Irrationally optimistic and unrealistic    &lt;br /&gt;- Diversity drivers innovation    &lt;br /&gt;- Failure is Ok Success I seven better    &lt;br /&gt;- Competition is good !    &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Beware of processes&lt;/strong&gt;    &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Tap ideas from all Ranks&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;It’s a startup, think big stay small !&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Build – great ideas are good – build, show !&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Sell – sell your idea in the organization !&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Be Persistent&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Spaghetti on the wall – tryout lots of things&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Know when to stop&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Celebrate Exits&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Manage the handoff&lt;/strong&gt;&lt;/p&gt;</description><pubDate>Mon, 29 Nov 2010 08:15:03 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/teched-israel-innovation-beyond-startups-thoughts-on-innovation-in-any-organization</guid><category>DEV</category><category>TechEd</category><category>Teched_IL</category></item><item><title>Cloudoscope - The first Cloud Cost Profiler</title><link>https://weblogs.asp.net:443/israelio/cloudoscope-the-first-cloud-cost-profiler</link><description>&lt;p&gt;You are thinking about getting into “the cloud”… you maybe already started developing for the cloud (Amazon/Azure…) but how much will it really cost you when you’ll go out for production ? How much will it cost you on the dev/test environments ? can you evaluate the real cost of each of the lines that you write ?&lt;/p&gt;  &lt;p&gt;Who will check if the dev team wrote an optimized code ? optimize code that can dramatically lower your hosting costs !&lt;/p&gt;  &lt;p&gt;The answers to these questions and more is a new tool that had beed developed by &lt;a href="http://cloudvalue.com/" target="_blank"&gt;codevalue&lt;/a&gt; and had been exposed at TechEd Israel. The tool is called &lt;a href="http://cloudvalue.com/" target="_blank"&gt;Cloudoscope&lt;/a&gt; and it is the first tool in a line of tools that will fall under the category of a &lt;strong&gt;Cost Driver Architecture &lt;/strong&gt;tools. We will soon see more and more companies who design their products tacking the cost under perspective, currently at most of the proof of concepts that I’ve seen which are using cloud technologies no one really take it under consideration. How you write your code might have large implication at the total cost of ownership and If you can optimize your code as you write it you can save large amount of $$$ on development, testing &amp;amp; production environments !&lt;/p&gt;  &lt;p&gt;Here are some of the features of &lt;a href="http://cloudvalue.com/" target="_blank"&gt;Cloudoscope&lt;/a&gt;:     &lt;br /&gt;    &lt;br /&gt;• Cut total cost of ownership and save money     &lt;br /&gt;• Show the cost of each function and relevant line of code     &lt;br /&gt;• Show the cost of business requests     &lt;br /&gt;• Show cost improvement or degradation after a code change     &lt;br /&gt;• Provide optimization advices     &lt;br /&gt;• Provide guidance to Cost Oriented Development™     &lt;br /&gt;• Help trading service quality Vs. cost     &lt;br /&gt;• Provide a framework for developing Cost Oriented Unit Tests™     &lt;br /&gt;• Cost oriented cloud computing standard approval &lt;/p&gt;  &lt;p&gt;Really promising tool worth looking at for any company who consider developing for the cloud !&amp;#160; &lt;/p&gt;</description><pubDate>Mon, 29 Nov 2010 07:21:00 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/cloudoscope-the-first-cloud-cost-profiler</guid></item><item><title>TechEd Israel – The keynotes from last night</title><link>https://weblogs.asp.net:443/israelio/teched-israel-the-keynotes-from-last-night</link><description>&lt;p&gt;Wow what a keynote were yesterday ! defiantly one of “the best” key notes I ever been in at Teched worldwide !&lt;/p&gt;  &lt;p&gt;Shay Agasi gave an unbelievable speech it surely looks like better place is going to change our world, have you managed to spot the better place electrical car over the video that was presented there ???&lt;/p&gt;  &lt;p&gt;Ohh opps – I’ve just been told that… he canceled at the last min and I’ve prepared this blog post 2 weeks ago… what a bummer…&lt;/p&gt;  &lt;p&gt;So how was the keynotes for you ?&lt;/p&gt;</description><pubDate>Mon, 29 Nov 2010 06:54:00 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/teched-israel-the-keynotes-from-last-night</guid><category>DEV</category><category>TechEd</category><category>Teched_IL</category></item><item><title>First lecture at TechEd</title><link>https://weblogs.asp.net:443/israelio/first-lecture-at-teched</link><description>&lt;p&gt;&lt;strong&gt;Lecture: Developers Tools and Technologies Keynote &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;During the lecture the internet connection went down… I from someone that during the preparation the speakers were told that everything is redundant…&amp;#160; there will not be any issues with network and hardware…&lt;/p&gt;  &lt;p&gt;Guess what…&lt;/p&gt;  &lt;p&gt;It always hits whenever you are not ready !&lt;/p&gt;  &lt;p&gt;If you plan a lecture and base your connection on wifi… always hold a local copy to work offline using a tweak at your host file or if you insist… have a netstick ready plugged in to your laptop and ready to be turned on in a click.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt; – Noam did have a ready made solution ready to show…but eventually he managed to get it work !&lt;/p&gt;</description><pubDate>Sun, 28 Nov 2010 12:19:00 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/first-lecture-at-teched</guid><category>DEV</category><category>TechEd</category><category>Teched_IL</category></item><item><title>The road to TechEd Eilat</title><link>https://weblogs.asp.net:443/israelio/the-road-to-teched-eilat</link><description>&lt;p&gt;Not like years back… it’s the first time that I’m arriving to teched without any lecture on my mind… I AM NOT LECTURING AT TECHED 2010 … wow… what it means… I just opened the schedule yesterday night and choose my lectures… I’m in shorts and doesn’t have any worries on my mind.&lt;/p&gt;  &lt;p&gt;I’ve decided not to go by flight like usual … and drive through to Eilat with &lt;a href="http://blogs.microsoft.co.il/blogs/pavely/" target="_blank"&gt;Pavel&lt;/a&gt; ( for the record we left Shoham at 08:00am and arrived Eilat at 12:00pm with 3 stops on the way… one for a refresh and 2 due to the traffic police… luckily I wasn’t driving &lt;img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/wlEmoticon-smile_7383461A.png" /&gt; anyway we ended up with a warning for Pavel&lt;/p&gt;</description><pubDate>Sun, 28 Nov 2010 12:13:50 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/the-road-to-teched-eilat</guid><category>DEV</category><category>TechEd</category><category>Teched_IL</category></item><item><title>What is takes to be an Architect ? (IASA Israel 3rd meeting)</title><link>https://weblogs.asp.net:443/israelio/what-is-takes-to-be-an-architect-iasa-israel-3rd-meeting</link><description>&lt;p&gt;&lt;strong&gt;How do you become an architect ?&amp;#160; &lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;     &lt;br /&gt;What is the roadmap of an architect?&amp;#160; &lt;br /&gt;      &lt;br /&gt;Is it all about technology and trends ?&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;If you've been asking yourself these questions and was wondering what is takes to become a leading architect, the 3rd meeting of the International Association of software architect is for you.&lt;/p&gt;  &lt;p&gt;Over the meeting we will learn from experience of known architect about the path and how they made &amp;quot;the change&amp;quot; in their roadmap from developers, team managers to leading architect.&lt;/p&gt;  &lt;p&gt;&lt;img alt="" src="https://evbdn.eventbrite.com/s3-s3/eventlogos/1561480/iasatitle3-1.jpg" width="100%" height="200" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The meeting will take place on&amp;#160; Thursday, October 28th 2010 between 17:00 and 19:45 at Microsoft Israel, Hapnina 2, Ranana.&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;*Note the change of gathering place to &lt;strong&gt;Microsoft Israel&lt;/strong&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;If you have questions our linkedin forum is the place to ask them !&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.linkedin.com/groupAnswers?viewQuestionAndAnswers=&amp;amp;gid=2758278&amp;amp;discussionID=22305640&amp;amp;goback=%2Eanh_2758278"&gt;Link to linkedin forum discussions&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;17:00 - 17:15 - Gathering    &lt;br /&gt;17:15 - 18:00 - Introduction to the panelists: How I became an Architect ?&lt;/p&gt;  &lt;p&gt;18:00 - 18:15 - Break    &lt;br /&gt;18:15 - 19:45 - Panel discussion: What does it take to be an architect ?&lt;/p&gt;  &lt;p&gt;&lt;a href="http://iasaisr.eventbrite.com/"&gt;Click here to visit our registration page&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 26 Oct 2010 09:43:00 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/what-is-takes-to-be-an-architect-iasa-israel-3rd-meeting</guid><category>Architecture</category><category>DEV</category><category>IASA</category><category>ITPRO</category><category>OFFTOPIC</category></item><item><title>Homeless.co.il was hacked by turkish hackers</title><link>https://weblogs.asp.net:443/israelio/homeless-co-il-was-hacked-by-turkish-hackers</link><description>&lt;p&gt;Earlier today it &lt;a href="http://www.ynet.co.il/articles/0,7340,L-3920970,00.html" target="_blank"&gt;was published&lt;/a&gt; that Turkish hackers managed to grab a list of user details (32k) including emails and password. (add to this 72k email accounts that were hacked)&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;When will site owners learn to use hash codes instead of password ???&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;From my point of view the owner of the site should be blamed for the damage as much as the hackers who did it, you can expect someone to build a site not to mention a leading site and treat security as an after thought ! &lt;/p&gt;  &lt;p&gt;For anyone wondering who is effected… the list is open on the wild it took me several min to find it in order to look if I've been personally hit (i wasn’t worried much as i do use password generator to supply password on the fly to sites that I'm surfing at…and not having the same password for all of my accounts)&lt;/p&gt;  &lt;p&gt;Some point of interest by looking at the list:&lt;/p&gt;  &lt;p&gt;The list contains 3026 distinguished domains … of course i cant list all the domains here&amp;#160; due to the space of this post so i left only the ones with more then 3 people coming from.&lt;/p&gt;  &lt;p&gt;As you can see… we have large representation of Remax, Amdocs, Cellcom, Pelephone, Orange, Comverse, HP, Intel… and even some government accounts….&lt;/p&gt;  &lt;p&gt;lots of security officers have already had to react… or probably will do tomorrow… &lt;/p&gt;  &lt;p&gt;I wonder how many ISPs and public mail users comming from gmail/walla/hotmail/yahoo … use the same password that was published on the excel for their own email/pay pal accounts… my guess is that that out of 27k ISPs account some do…&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;If you ever used homeless… and have one pass for all…change your password asap !&lt;/strong&gt;&lt;/p&gt;  &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td width="340"&gt;GMAIL.COM Count&lt;/td&gt;        &lt;td width="88"&gt;10431&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;walla.com Count&lt;/td&gt;        &lt;td&gt;3292&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;HOTMAIL.COM Count&lt;/td&gt;        &lt;td&gt;2534&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;WALLA.CO.IL Count&lt;/td&gt;        &lt;td&gt;2328&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;yahoo.com Count&lt;/td&gt;        &lt;td&gt;1919&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;BEZEQINT.NET Count&lt;/td&gt;        &lt;td&gt;1258&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;NETVISION.NET.IL Count&lt;/td&gt;        &lt;td&gt;1077&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td width="340"&gt;012.NET.IL Count&lt;/td&gt;        &lt;td width="88"&gt;850&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;ZAHAV.NET.IL Count&lt;/td&gt;        &lt;td&gt;814&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;013.net Count&lt;/td&gt;        &lt;td&gt;283&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;NANA.CO.IL Count&lt;/td&gt;        &lt;td&gt;254&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;017.NET.IL Count&lt;/td&gt;        &lt;td&gt;221&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;013.NET.IL Count&lt;/td&gt;        &lt;td&gt;196&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;SMILE.NET.IL Count&lt;/td&gt;        &lt;td&gt;131&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;HOTMAIL.CO.IL Count&lt;/td&gt;        &lt;td&gt;108&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;NANA10.CO.IL Count&lt;/td&gt;        &lt;td&gt;75&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;INTER.NET.IL Count&lt;/td&gt;        &lt;td&gt;73&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;BARAK.NET.IL Count&lt;/td&gt;        &lt;td&gt;72&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;remax.co.il Count&lt;/td&gt;        &lt;td&gt;67&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;amdocs.com Count&lt;/td&gt;        &lt;td&gt;55&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;014.NET.IL Count&lt;/td&gt;        &lt;td&gt;48&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;015.NET.IL Count&lt;/td&gt;        &lt;td&gt;45&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;CELLCOM.CO.IL Count&lt;/td&gt;        &lt;td&gt;45&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;PELEPHONE.CO.IL Count&lt;/td&gt;        &lt;td&gt;45&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;orange.co.il Count&lt;/td&gt;        &lt;td&gt;43&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;WINDOWSLIVE.COM Count&lt;/td&gt;        &lt;td&gt;41&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;bgu.ac.il Count&lt;/td&gt;        &lt;td&gt;38&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;MAIL.RU Count&lt;/td&gt;        &lt;td&gt;36&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;comverse.com Count&lt;/td&gt;        &lt;td&gt;34&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;post.tau.ac.il Count&lt;/td&gt;        &lt;td&gt;31&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;ecitele.com Count&lt;/td&gt;        &lt;td&gt;26&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;hp.com Count&lt;/td&gt;        &lt;td&gt;25&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;CLALIT.ORG.IL Count&lt;/td&gt;        &lt;td&gt;24&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;yahoo.co.uk Count&lt;/td&gt;        &lt;td&gt;24&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;intel.com Count&lt;/td&gt;        &lt;td&gt;23&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;sap.com Count&lt;/td&gt;        &lt;td&gt;23&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;013net.net Count&lt;/td&gt;        &lt;td&gt;22&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;msn.com Count&lt;/td&gt;        &lt;td&gt;22&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;actcom.co.il Count&lt;/td&gt;        &lt;td&gt;21&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;motorola.com Count&lt;/td&gt;        &lt;td&gt;21&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;ness.com Count&lt;/td&gt;        &lt;td&gt;20&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;openu.ac.il Count&lt;/td&gt;        &lt;td&gt;20&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;rexe.co.il Count&lt;/td&gt;        &lt;td&gt;20&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;live.com Count&lt;/td&gt;        &lt;td&gt;19&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;nice.com Count&lt;/td&gt;        &lt;td&gt;19&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;justice.gov.il Count&lt;/td&gt;        &lt;td&gt;17&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;elal.co.il Count&lt;/td&gt;        &lt;td&gt;16&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;orange.net.il Count&lt;/td&gt;        &lt;td&gt;16&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;TEVA.CO.IL Count&lt;/td&gt;        &lt;td&gt;16&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;aol.com Count&lt;/td&gt;        &lt;td&gt;15&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;netvision.net Count&lt;/td&gt;        &lt;td&gt;15&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;gmail.co.il Count&lt;/td&gt;        &lt;td&gt;14&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;homeland.co.il Count&lt;/td&gt;        &lt;td&gt;14&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;mail.huji.ac.il Count&lt;/td&gt;        &lt;td&gt;14&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;rambler.ru Count&lt;/td&gt;        &lt;td&gt;14&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;wall.com Count&lt;/td&gt;        &lt;td&gt;14&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;intermail.co.il Count&lt;/td&gt;        &lt;td&gt;13&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;vmail.co.il Count&lt;/td&gt;        &lt;td&gt;13&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;888holdings.com Count&lt;/td&gt;        &lt;td&gt;12&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;actcom.net.il Count&lt;/td&gt;        &lt;td&gt;12&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;alvarion.com Count&lt;/td&gt;        &lt;td&gt;12&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;anglo-saxon.co.il Count&lt;/td&gt;        &lt;td&gt;12&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;bezeqint.co.il Count&lt;/td&gt;        &lt;td&gt;12&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;haaretz.co.il Count&lt;/td&gt;        &lt;td&gt;12&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;iec.co.il Count&lt;/td&gt;        &lt;td&gt;12&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;MAILPOALIM.CO.IL Count&lt;/td&gt;        &lt;td&gt;12&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;matrix.co.il Count&lt;/td&gt;        &lt;td&gt;12&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;retalix.com Count&lt;/td&gt;        &lt;td&gt;12&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;ti.com Count&lt;/td&gt;        &lt;td&gt;12&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;sandisk.com Count&lt;/td&gt;        &lt;td&gt;11&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;yahoo.ca Count&lt;/td&gt;        &lt;td&gt;11&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;yahoo.fr Count&lt;/td&gt;        &lt;td&gt;11&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;yandex.ru Count&lt;/td&gt;        &lt;td&gt;11&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;boi.gov.il Count&lt;/td&gt;        &lt;td&gt;10&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;kodak.com Count&lt;/td&gt;        &lt;td&gt;10&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;neto.net.il Count&lt;/td&gt;        &lt;td&gt;10&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;slimail.com Count&lt;/td&gt;        &lt;td&gt;10&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;verint.com Count&lt;/td&gt;        &lt;td&gt;10&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;barak-online.net Count&lt;/td&gt;        &lt;td&gt;9&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;checkpoint.com Count&lt;/td&gt;        &lt;td&gt;9&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;cisco.com Count&lt;/td&gt;        &lt;td&gt;9&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;CLAL-INS.CO.IL Count&lt;/td&gt;        &lt;td&gt;9&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;deloitte.co.il Count&lt;/td&gt;        &lt;td&gt;9&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;harel-ins.co.il Count&lt;/td&gt;        &lt;td&gt;9&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;mail.com Count&lt;/td&gt;        &lt;td&gt;9&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;weizmann.ac.il Count&lt;/td&gt;        &lt;td&gt;9&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;xnes.co.il Count&lt;/td&gt;        &lt;td&gt;9&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;audiocodes.com Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;bdo.co.il Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;fbclawyers.com Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;g.co.il Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;gamil.com Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;gilat.com Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;homeless.co.il Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;keshet-tv.com Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;marvell.com Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;MICROSOFT.COM Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;migdal-group.co.il Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;qos.net.il Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;rehouse.co.il Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;tapuz.co.il Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;tnuva.co.il Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;tx.technion.ac.il Count&lt;/td&gt;        &lt;td&gt;8&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;012.net Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;017.CO.IL Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;bezeqint.net.il Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;bezqint.net Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;COCACOLA.CO.IL Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;coolmail.co.il Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;ge.com Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;hot.net.il Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;IAI.CO.IL Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;il.ey.com Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;il.ibm.com Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;list.ru Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;mac.com Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;netvision.co.il Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;rad.com Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;SAKAL.CO.IL Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;unilever.com Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;WALL.CO.IL Count&lt;/td&gt;        &lt;td&gt;7&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;10.tv Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;amat.com Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;bankleumi.co.il Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;bezeq.com Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;bk.ru Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;bll.co.il Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;bynet.co.il Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;dbs.co.il Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;ELBIT.CO.IL Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;email.com Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;gimail.com Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;gmai.com Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;GMIL.COM Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;googlemail.com Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;hotmail.fr Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;leumi-card.co.il Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;mac.org.il Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;moin.gov.il Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;NBLAW.COM Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;panorama1.net Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;scopus.net Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;solaredge.com Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;tzabar.co.il Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;yes.co.il Count&lt;/td&gt;        &lt;td&gt;6&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;012.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;actcom.com Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;afikeynadlan.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;algotec.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;ambasador.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;astlv.com Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;bezeq.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;bgumail.bgu.ac.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;comm.net.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;court.gov.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;fibi.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;flying-cargo.com Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;google.com Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;hfn.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;iaa.gov.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;ibi.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;kenes.com Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;keter.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;maariv.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;mailinator.com Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;menora.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;nadlantogo.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;phoenix.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;pob.huji.ac.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;radware.com Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;remaxcity.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;sela.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;shoresh.org.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;sport5.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;tauex.tau.ac.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;tti-telecom.com Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;wala.com Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;yedioth.co.il Count&lt;/td&gt;        &lt;td&gt;5&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;amsalem.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;biu.013.net.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;bizportal.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;by-ikea.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;castro.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;clalcredit.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;corrigent.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;d.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;deltagalil.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;d-u.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;electra.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;EMET.CO.IL Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;ewave.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;excite.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;eyeblaster.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;fis-software.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;fnx.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;gigaspaces.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;glasshouse.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;gmail.co Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;hometech77.net Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;hotmail.co.uk Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;HOTMIL.COM Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;il.pwc.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;isa.gov.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;issta.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;laam.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;lycos.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;mail.biu.ac.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;MAIL.TEL-AVIV.GOV.IL Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;mapa.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;mccann.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;me.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;mer.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;metacafe.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;moch.gov.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;mscc.huji.ac.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;msn.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;net.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;netapp.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;neto.bezeqint.net Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;nsn.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;radcom.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;rest.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;sch.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;seligman.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;s-horowitz.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;Strauss-Elite.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;stuff.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;tahal.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;tamfish.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;TASMC.HEALTH.GOV.IL Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;telmap.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;themarker.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;towersemi.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;UMTB.CO.IL Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;verifone.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;walla,com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;wlla.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;y-i.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;ymail.com Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;ynet.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td&gt;yoram.co.il Count&lt;/td&gt;        &lt;td&gt;4&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;</description><pubDate>Sat, 17 Jul 2010 17:12:00 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/homeless-co-il-was-hacked-by-turkish-hackers</guid><category>DEV</category><category>ITPRO</category><category>OFFTOPIC</category><category>Security</category></item><item><title>IASA Israeli Chapter 2nd Meeting (Tomorrow)</title><link>https://weblogs.asp.net:443/israelio/iasa-israeli-chapter-2nd-meeting-tomorrow</link><description>&lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/iasa2_38CFA6AF.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="iasa2" border="0" alt="iasa2" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/iasa2_thumb_0595FDF7.jpg" width="564" height="265" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;IASA Israeli chapter 2nd meeting will take place tomorrow and this time it will be based on community-led discussions around Architecturally significant topics.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Q: What does &amp;quot;community-led discussions&amp;quot; mean ?&lt;/strong&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;A: Any participant will be able to propose any topic she finds interesting from a software architecture perspective. Other participants who find the topic interesting will join the discussion in a dedicated meeting room.&amp;#160; &lt;br /&gt;&lt;strong&gt;     &lt;br /&gt;Q: I want to propose a discussion topic. What do I need to do ?&lt;/strong&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;A: either proposed it using in the Linkedin discussion, or propose it spontaneously during the introductory part of the meeting where we will gather divide to topics to time slots.    &lt;br /&gt;&lt;strong&gt;     &lt;br /&gt;Q: I do not want to propose a topic. Just to join a discussion. Can I ? &lt;/strong&gt;    &lt;br /&gt;A: Yes, of course. We will not force you to propose a topic (J) and you are very welcome to join any discussion topic you find interesting.    &lt;br /&gt;&lt;strong&gt;     &lt;br /&gt;Q: If I choose a topic and later change my mind and want to move to another discussion, can I ?&lt;/strong&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;A: Yes, If you choose to enter a discussion and after some time you find it less in your interest you are welcome to move on to another discussion - no hard feelings    &lt;br /&gt;&lt;strong&gt;     &lt;br /&gt;Q: Are there any examples of such architecturally significant topics you intend to propose ? &lt;/strong&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;A: Yes. Here are some samples:&lt;/p&gt;  &lt;p&gt;SOA Patterns   &lt;br /&gt;Architecture Styles and Patterns    &lt;br /&gt;Architecture performance plan    &lt;br /&gt;Cross platform development    &lt;br /&gt;RIA vs. Web vs. Desktop    &lt;br /&gt;Object Oriented Design Evaluation and Measurement    &lt;br /&gt;Architectural Patterns and Anti Patterns    &lt;br /&gt;High scalability challenges and new technologies    &lt;br /&gt;Software Reuse in Practice    &lt;br /&gt;...    &lt;br /&gt;[ Your own subject here ]    &lt;br /&gt;...&lt;/p&gt;  &lt;p&gt;You are welcome to come and attend the event. (Free of charge)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;strong&gt;Date&lt;/strong&gt;&lt;/b&gt;: Thursday, July 08, 2010 from 5:00 PM - 7:45 PM (GMT+0200)    &lt;br /&gt;&lt;strong&gt;Location&lt;/strong&gt;:     &lt;br /&gt;&lt;strong&gt;HP Raanana&lt;/strong&gt;    &lt;br /&gt;Dafna 9    &lt;br /&gt;Raanana ISRAEL &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;For more information click here&lt;/strong&gt;: &lt;a href="http://iasaisr.eventbrite.com"&gt;IASA Israeli Chapter - 2nd Meeting&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;IASA Israeli Chapter Management Team.&lt;/strong&gt;&lt;b&gt;     &lt;br /&gt;&lt;strong&gt;Danny Cohen, Hayim Makabee, Michael Kalika, Ohad Israeli.&lt;/strong&gt;&lt;/b&gt;&lt;/p&gt;</description><pubDate>Wed, 07 Jul 2010 04:15:00 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/iasa-israeli-chapter-2nd-meeting-tomorrow</guid><category>Architecture</category><category>DEV</category><category>IASA</category><category>OFFTOPIC</category><category>TECH</category></item><item><title>IASA Israeli Chapter - 2nd Meeting [ 8.7.2010 ]</title><link>https://weblogs.asp.net:443/israelio/iasa-israeli-chapter-2nd-meeting-8-7-2010</link><description>&lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/iasa2_6678AEDD.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="iasa2" border="0" alt="iasa2" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/iasa2_thumb_4CA7095F.jpg" width="536" height="252" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The IASA - International Association of Software Architects - Israeli Chapter 2nd Meeting will take place on Thursday 8th of July between 17:00 and 19:45 at HP Ranana - Daphna 9, Ranana.&lt;/p&gt;  &lt;p&gt;The 2nd meeting will start with a small introductory presentation of selected Architecturally significant topics after which we will separate&amp;#160; into small working groups in order to have an inner discussion on a specific architectural related topics. &lt;/p&gt;  &lt;p&gt;You may ask which topics would the workgroups themes will be ?&lt;/p&gt;  &lt;p&gt;This is the part where we will ask for your involvement... If you have a topic on your mind you are welcome to suggest it over our forums and the most requested topics will be selected for discussion.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.linkedin.com/groupAnswers?viewQuestionAndAnswers=&amp;amp;gid=2758278&amp;amp;discussionID=22305640&amp;amp;goback=%2Eanh_2758278"&gt;Link to linkedin forum discussions&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;17:00 - 17:15 - Gathering    &lt;br /&gt;17:15 - 18:00 - Introductory presentation - Architecturally significant topics     &lt;br /&gt;18:00 - 18:15 - Break     &lt;br /&gt;18:15 - 19:30 - Group led discussions     &lt;br /&gt;19:30 - 19:45 - Future roadmap &amp;amp; work plan&lt;/p&gt; &lt;a href="http://iasaisr.eventbrite.com?ref=ebtn" target="_blank"&gt;&lt;img border="0" alt="Register for IASA Israeli Chapter - 2nd Meeting in Ra&amp;amp;#39;anana, Israel  on Eventbrite" src="http://www.eventbrite.com/registerbutton?eid=578916555" /&gt;&lt;/a&gt;   &lt;div style="text-align: left; width: 100%"&gt;&lt;iframe height="224" marginheight="5" src="http://www.eventbrite.com/tickets-external?eid=578916555&amp;amp;ref=etckt" frameborder="0" width="100%" allowtransparency="allowtransparency" marginwidth="5"&gt;&lt;/iframe&gt;&lt;/div&gt;</description><pubDate>Sun, 27 Jun 2010 05:18:00 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/iasa-israeli-chapter-2nd-meeting-8-7-2010</guid><category>DEV</category><category>IASA</category><category>ITPRO</category><category>OFFTOPIC</category></item><item><title>No more Vuvuzela :-)</title><link>https://weblogs.asp.net:443/israelio/no-more-vuvuzela</link><description>&lt;p&gt;Like the rest of the world I suffer too from watching football games these days and having to hear the Vuvuzela horrible noise.&lt;/p&gt;  &lt;p&gt;So finally yesterday I've decided to try and see if my Bose Quiet Comfort 15 can handle it…&lt;/p&gt;  &lt;p&gt;With a touch of a button… I now can hear only the game noise without this loud background noise !&lt;/p&gt;  &lt;p&gt;Recommended for any football fan out there ! (although its a bit pricy)&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;img src="http://premierleaguepreview.com/wordpress/wp-content/uploads/2008/11/vuvuzela.jpg" width="140" height="105" /&gt;&lt;img src="http://www.fotosearch.com/bthumb/ARP/ARP115/Plus.jpg" width="122" height="108" /&gt; &lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/bosequietcomfort15_217C3132.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="bose-quietcomfort-15" border="0" alt="bose-quietcomfort-15" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/bosequietcomfort15_thumb_57ECE334.jpg" width="139" height="97" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;img src="http://blog.lib.umn.edu/will2456/architecture/equals.gif" width="132" height="121" /&gt;&lt;img src="http://activart.com/intelliblug/images/320px-SMirC-silent.svg.png" width="103" height="103" /&gt;&lt;/p&gt;</description><pubDate>Tue, 15 Jun 2010 19:59:00 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/no-more-vuvuzela</guid></item><item><title>TechEd 2010 North America – Videos &amp; PPTs</title><link>https://weblogs.asp.net:443/israelio/teched-2010-north-america-videos-amp-ppts</link><description>&lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/image_76EF35B5.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/image_thumb_56C4032B.png" width="535" height="305" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Microsoft released all the TechED 2010 North America – New Orleans (June 7-11th) Videos &amp;amp; PPTs !&lt;/p&gt;  &lt;p&gt;Of course you need to go video by video in order to download them…&lt;/p&gt;  &lt;p&gt;So to save you the time… I’ve prepared a list of direct links to the videos, ppts high resolution and low plus the mp4 version.&lt;/p&gt;  &lt;p&gt;Note that the PPTs+High Quality Videos download size is 81gb !&lt;/p&gt;  &lt;p&gt;Enjoy !&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:785a4d9c-2862-4a95-9516-5f56981bf0fe" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/teched2010pptx_506D06D0.txt" target="_blank"&gt;TechEd 2010 Presentations&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;  &lt;br /&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:48eae5ac-797a-467e-90c9-6ad6ddbea59f" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/teched2010wmv_758A513C.txt" target="_blank"&gt;TechEd 2010 Videos&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;  &lt;br /&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:152b611d-f446-40f1-8094-ae581b7ed235" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/teched2010wmvhq_2B3F9697.txt" target="_blank"&gt;TechEd 2010 High Quality Videos&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;  &lt;br /&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:F60BB8FA-6F02-4999-8F5E-9DD4E92C4DA7:6c424221-be2d-4c65-bcc6-caa6fb6c2ca9" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/teched2010mp4_0973BE06.txt" target="_blank"&gt;TechEd 2010 Videos in MP4 format&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;</description><pubDate>Tue, 15 Jun 2010 19:42:00 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/teched-2010-north-america-videos-amp-ppts</guid><category>.NET General</category><category>DEV</category><category>ITPRO</category><category>TechEd</category><category>VIDEOS</category></item><item><title>Some of the Microsoft sites in Israel were dns hacked today</title><link>https://weblogs.asp.net:443/israelio/some-of-the-microsoft-sites-in-israel-were-dns-hacked-today</link><description>&lt;p&gt;For the last couple of hours… and only now recovering several of Microsoft sites with co.il (Israel) ending were hacked.&lt;/p&gt;  &lt;p&gt;Among these sites you were able to see:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.msn.co.il"&gt;www.msn.co.il&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.hotmail.co.il"&gt;www.hotmail.co.il&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.live.co.il"&gt;www.live.co.il&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.microsoft.co.il" target="_blank"&gt;blogs.microsoft.co.il&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;A group of Turkish hackers took responsibility of changing the dns register… now how this could have happened… it might be that some domain register helped the hackers to accomplish their task… i wonder if someone from Microsoft is going to investigate to the source of this…&lt;/p&gt;  &lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/MSSITE2_13B56169.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="MSSITE2" border="0" alt="MSSITE2" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/MSSITE2_thumb_3FC2388D.png" width="244" height="205" /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 10 Jun 2010 20:27:25 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/some-of-the-microsoft-sites-in-israel-were-dns-hacked-today</guid><category>OFFTOPIC</category><category>Security</category></item><item><title>SharePoint &amp; Office 2010 – Cool &amp; tasty virtual launch event !</title><link>https://weblogs.asp.net:443/israelio/sharepoint-amp-office-2010-cool-amp-tasty-virtual-launch-event</link><description>&lt;p&gt;Today at 10:00 am Microsoft Israel celebrated the opening of the &lt;a href="http://2010golive.co.il/Home.aspx" target="_blank"&gt;SharePoint &amp;amp; Office 2010 Launch event&lt;/a&gt;… why am i blogging about it ?&lt;/p&gt;  &lt;p&gt;Well the event is a virtual launch event that is due to take place over the next couple of months… and I was waiting to see how Microsoft Israel are going to organize this virtual event.&lt;/p&gt;  &lt;p&gt;At 16:30 someone knocked at our door and had a package to deliver to me from Microsoft Israel … When i opened the package this is what it looked like:&lt;/p&gt;  &lt;p&gt;Welcome to the virtual conference… as close to real conference as it can…&lt;/p&gt;  &lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5885_4B5A8987.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_5885" border="0" alt="IMG_5885" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5885_thumb_1AE40511.jpg" width="513" height="343" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;When i opened the package i saw this:&lt;/p&gt;  &lt;p&gt;No traffic jams, no parking not even a tie…&lt;/p&gt;  &lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5886_5FB02945.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_5886" border="0" alt="IMG_5886" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5886_thumb_442B2742.jpg" width="515" height="345" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Box full of cool ideas to help you pass the virtual event :-)&lt;/p&gt;  &lt;p&gt;First of all a sign to the door… In the next hour I’m virtual… please do not disturb… &lt;/p&gt;  &lt;p&gt;I will have some usage of this to get disconnected from my wife and kids :-)&lt;/p&gt;  &lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5888_5B09F8BE.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_5888" border="0" alt="IMG_5888" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5888_thumb_06DA4CAE.jpg" width="278" height="415" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;A small package saying to connect… you need to disconnect&lt;/p&gt;  &lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5889_3DD42AE7.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_5889" border="0" alt="IMG_5889" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5889_thumb_7461D62B.jpg" width="541" height="362" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5890_00171D5E.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_5890" border="0" alt="IMG_5890" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5890_thumb_7D8DEB9F.jpg" width="540" height="362" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Even in the virtual world get spoiled with some thing real…&lt;/p&gt;  &lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5892_264950E9.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_5892" border="0" alt="IMG_5892" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5892_thumb_5FEBEAD3.jpg" width="541" height="362" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5893_56AFAF92.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_5893" border="0" alt="IMG_5893" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5893_thumb_5F50081E.jpg" width="541" height="362" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;And lastly…&lt;/p&gt;  &lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5895_18F2A209.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_5895" border="0" alt="IMG_5895" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/IMG_5895_thumb_48CD43CA.jpg" width="537" height="804" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;GREAT IDEA !&lt;/p&gt;  &lt;p&gt;Thanks Shelly, Michal… and probably Lior whom was probably involved somehow with the idea.&lt;/p&gt;</description><pubDate>Tue, 08 Jun 2010 16:41:00 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/sharepoint-amp-office-2010-cool-amp-tasty-virtual-launch-event</guid><category>DEV</category><category>ITPRO</category><category>Office 2010</category><category>SharePoint 2010</category><category>TECH</category></item><item><title>Visual Studio 2010 Pro Power Tools is out !</title><link>https://weblogs.asp.net:443/israelio/visual-studio-2010-pro-power-tools-is-out</link><description>&lt;p&gt;&lt;a href="http://visualstudiogallery.msdn.microsoft.com/en-us/d0d33361-18e2-46c0-8ff2-4adea1e34fef" target="_blank"&gt;Pro Power Tools&lt;/a&gt; just had been released to the Visual Studio Gallery today !&lt;/p&gt;  &lt;p&gt;This cool little add-on really add things that Microsoft forgot to add to Visual Studio… &lt;/p&gt;  &lt;p&gt;Things like:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Searchable Add Reference Dialog&lt;/strong&gt;    &lt;br /&gt;The new Add Reference dialog makes it faster and easier for you to find the reference that you are looking for and add it to your VB, C# or F# project.&amp;#160; &lt;/p&gt;  &lt;p&gt;Before:&lt;/p&gt;  &lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/image_64335315.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/image_thumb_41FB478F.png" width="244" height="207" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;After:&lt;/p&gt;  &lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/image_5FF95583.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/image_thumb_0EFB915B.png" width="517" height="299" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Highlight Current Line&lt;/strong&gt;    &lt;br /&gt;As the resolution of monitors increases, it’s becoming more difficult to find the caret in the code editor.&amp;#160; The highlight current line extension makes it easy to find the caret by highlighting the line that the caret is on in the editor.&amp;#160; You can even configure the default colour by changing the setting for “Current Line (Extension)” and “Current Line Inactive (Extension)” in Tools Options Fonts &amp;amp; Colors. &lt;/p&gt;  &lt;p&gt;Before:&lt;/p&gt;  &lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/image_5F7CFCC1.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/image_thumb_3A4F8C88.png" width="513" height="352" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;After: (Note the highlighted line where the cursor is)&lt;/p&gt;  &lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/image_68E5956A.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/image_thumb_7211AADE.png" width="511" height="287" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;HTML Copy&lt;/strong&gt;    &lt;br /&gt;This extension provides support for the HTML Clipboard format when copying code from the editor.&amp;#160; This means that you’ll no longer have to go fix up the formatting of your code when you paste it into a TFS bug form or any other HTML based control. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Triple Click&lt;/strong&gt;    &lt;br /&gt;It’s never been easier to select a line of code from the mouse by simple triple-clicking anywhere on the line. &lt;/p&gt;  &lt;li&gt;&lt;strong&gt;Fix Mixed Tabs&lt;/strong&gt;    &lt;br /&gt;Some developers prefer tabs, others prefer spaces, and nobody likes mixing tabs &amp;amp; spaces.&amp;#160; This extension promotes developer harmony by warning as they are open or save a file that has a mixture of tabs &amp;amp; spaces.&amp;#160; The information bar also provides an easy way to fix the file to suit your preference.&amp;#160; &lt;/li&gt;  &lt;li&gt;&lt;strong&gt;Ctrl + Click Go To Definition&lt;/strong&gt;    &lt;br /&gt;This extension gives the editor a web browser by adding clickable hyperlinks to symbols in your code as you hold down the Ctrl key. &lt;/li&gt;  &lt;li&gt;&lt;strong&gt;Align Assignments&lt;/strong&gt;    &lt;br /&gt;This extension is useful for making your code a little more readable by aligning the assignments when you type Ctrl+Alt+] such that it takes this:    &lt;br /&gt;    &lt;br /&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/image_5F99345C.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/image_thumb_73B250E5.png" width="242" height="135" /&gt;&lt;/a&gt; &lt;/li&gt;  &lt;p&gt;And turns it into this:   &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="https://aspblogs.blob.core.windows.net/media/israelio/Media/image_1D461C19.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="https://aspblogs.blob.core.windows.net/media/israelio/Media/image_thumb_0A24EF6D.png" width="242" height="130" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Colorized Parameter Help&lt;/strong&gt;    &lt;br /&gt;This extension improves consistency with the editor by applying syntax highlighting to the contents of the Parameter Help window for C# &amp;amp;VB.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Move Line Up/Down Commands&lt;/strong&gt;    &lt;br /&gt;This extension maps the Alt+Up Arrow &amp;amp; Alt+Down Arrow keys such that they will move the current line of code or the selected lines up and down through the editor.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Column Guides&lt;/strong&gt;    &lt;br /&gt;Since Visual Studio 2002, there has been a not so secret registry key which allowed user to draw a vertical line in the code editor.&amp;#160; This is very useful to remind developers that their full line of code or comments may not fit one a single screen. Thanks to this extension this feature has returned with UI configure it.&amp;#160; Simply place the cursor at the appropriate column and select Add Guideline from the context menu&lt;/p&gt;  &lt;p&gt;Download and install is over &lt;a href="http://visualstudiogallery.msdn.microsoft.com/en-us/d0d33361-18e2-46c0-8ff2-4adea1e34fef/file/29666/0/ProPowerTools.vsix" target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 07 Jun 2010 20:05:00 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/visual-studio-2010-pro-power-tools-is-out</guid><category>DEV</category><category>TECH</category><category>Visual Studio 2010</category><category>Visual Studio Add-ins</category></item><item><title>ALT.NET Israel Spring 2010 - Scalability</title><link>https://weblogs.asp.net:443/israelio/alt-net-israel-spring-2010-scalability</link><description>&lt;p&gt;On the last Friday I've joined the &lt;a href="http://blogs.microsoft.co.il/blogs/ohad/archive/2010/03/22/devacademy-is-over-now-for-the-real-conf-alt-net-spring.aspx" target="_blank"&gt;ALT.NET Israel Spring 2010&lt;/a&gt; meeting where i had a chance to record some of the sessions while joining other session…&lt;/p&gt;  &lt;p&gt;So here is the first out of few of my recordings… the Scalability discussion.&lt;/p&gt;  &lt;p&gt;Note: the video is in Hebrew&lt;/p&gt; &lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="285" id="viddler_f6a6f831"&gt;&lt;param name="movie" value="http://www.viddler.com/player/f6a6f831/" /&gt;&lt;param name="allowScriptAccess" value="always" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;embed src="http://www.viddler.com/player/f6a6f831/" width="437" height="285" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_f6a6f831"&gt;&lt;/embed&gt;&lt;/object&gt;</description><pubDate>Mon, 29 Mar 2010 09:29:00 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/alt-net-israel-spring-2010-scalability</guid><category>.NET General</category><category>ALT.NET</category><category>Architecture</category><category>DEV</category><category>TECH</category><category>VIDEOS</category></item><item><title>DevAcademy is over, now for the REAL Conf. ALT.NET Spring</title><link>https://weblogs.asp.net:443/israelio/devacademy-is-over-now-for-the-real-conf-alt-net-spring</link><description>&lt;p&gt;&lt;img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://profile.ak.fbcdn.net/object2/718/86/n313954738555_2574.jpg" /&gt;&lt;/p&gt;  &lt;p&gt;So you think you heard enough of Visual Studio, Silverlight &amp;amp; C# 4.0 at the Microsoft Developer Academy 4 (Israel) and you are ready for the real world ???&lt;/p&gt;  &lt;p&gt;Think Again !&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff8000"&gt;&lt;strong&gt;Alt.NET Spring (#3) [Israel] will take place on this Thursday and Friday.        &lt;br /&gt;( 25-26/03/2010 )&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;About the format:     &lt;br /&gt;&lt;/strong&gt;The goal of ALT.NET conferences is to have community discussions and knowledge sharing between the community members. During the first day of the conference, the planning stage, attendees will be able to offer sessions / request sessions on issues close to their hart. By the end of the planning stage we will have an agenda for the following day.&lt;/p&gt;  &lt;p&gt;The conference day will include multiple discussions at each one of the discussion slots, discussion can take place with 2 people or with a room full of people. There is no need to stay till the end of the session… if you feel that you do not contribute to a session you can leave and attend another session of your choice.&lt;/p&gt;  &lt;p&gt;Read more over &lt;a href="http://altnetpedia.com/OverviewWhatIsIt.ashx " target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Where?     &lt;br /&gt;&lt;/strong&gt;Sears Israel (SHC ISRAEL)    &lt;br /&gt;Hamanofim 9    &lt;br /&gt;Akershtein Building A – 3rd floor    &lt;br /&gt;Hertzelia    &lt;br /&gt;&lt;a href="reuvenaronowitz@gmail.com" target="_blank"&gt;[ MAP ]&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;When?&lt;/strong&gt;    &lt;br /&gt;&lt;strong&gt;Thursday – Planning 25.03.2010&lt;/strong&gt;    &lt;br /&gt;18:00-19:00 – Registration &amp;amp; refreshments    &lt;br /&gt;19:00-20:30 – Building the schedule and list of sessions for Friday    &lt;br /&gt;20:30-……. – Coffee / drinks at one of the pubs around&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Friday – Conference Day 26.03.2010     &lt;br /&gt;&lt;/strong&gt;09:00-09:30 – Registration &amp;amp; Refreshments     &lt;br /&gt;09:30-09:40 – Opening talk    &lt;br /&gt;09:40-10:50 – Discussion round 1    &lt;br /&gt;11:00-12:10 – Discussion round 2    &lt;br /&gt;12:20-13:30 – Discussion round 3    &lt;br /&gt;13:30-14:00 – Lunch    &lt;br /&gt;14:10-15:20 – Discussion round 4    &lt;br /&gt;15:20-16:30 – Discussion round 5    &lt;br /&gt;16:30-17:00 – Summery    &lt;br /&gt;17:00- …… – Coffee / drinks at one of the pubs around&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Do you need to register ?     &lt;br /&gt;&lt;/strong&gt;Please do register over the following &lt;a href="http://www.facebook.com/event.php?eid=313954738555 " target="_blank"&gt;link&lt;/a&gt; as it will help us with the planning.&lt;/p&gt;  &lt;p&gt;&lt;img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://profile.ak.fbcdn.net/object2/718/86/n313954738555_2574.jpg" /&gt;&lt;/p&gt;</description><pubDate>Mon, 22 Mar 2010 19:28:00 GMT</pubDate><guid isPermaLink="true">https://weblogs.asp.net:443/israelio/devacademy-is-over-now-for-the-real-conf-alt-net-spring</guid><category>ALT.NET</category><category>Architecture</category><category>DEV</category><category>OFFTOPIC</category><category>TECH</category></item></channel></rss>