<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Eran Nachum's Blog</title>
    <link>http://www.eranachum.com/</link>
    <description>www.eranachum.com - Implementing &amp; executing my thoughts...</description>
    <language>en-us</language>
    <copyright>Eran Nachum</copyright>
    <lastBuildDate>Mon, 13 Oct 2008 06:57:49 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.8.5223.2</generator>
    <managingEditor>eranachum@hotmail.com</managingEditor>
    <webMaster>eranachum@hotmail.com</webMaster>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=6a505002-7b54-4161-a1bc-c6e761dad704</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,6a505002-7b54-4161-a1bc-c6e761dad704.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      Mono 2.0 is a portable and open source implementation of the .NET framework for Unix,
      Windows, MacOS and other operating systems. 
   </p>
        <p>
          <strong>What is Mono?<br /></strong>Mono is a software platform designed to allow developers to easily create
      cross platform applications. It is an open source implementation of Microsoft's .Net
      Framework based on the <a title="ECMA" href="http://mono-project.com/ECMA" target="_blank">ECMA</a> standards
      for C# and the Common Language Runtime. 
      <br />
      According to <a href="http://www.novell.com/linux/" target="_blank">Novell</a>: "We
      feel that by embracing a successful, standardized software platform, we can lower
      the barriers to producing great applications for Linux". 
   </p>
        <p>
          <u>The components that make up Mono are:<br /></u>
          <strong>C# Compiler</strong> - The C# compiler is feature complete for compiling
      C# 1.0 and 2.0 (ECMA), and also contains many of the C# 3.0 features. 
      <br /><strong>Mono Runtime</strong> - The runtime implements the ECMA Common Language Infrastructure
      (CLI). The runtime provides a Just-in-Time (JIT) compiler, an Ahead-of-Time compiler
      (AOT), a library loader, the garbage collector, a threading system and interoperability
      functionality. 
      <br /><strong>Base Class Library</strong> - The Mono platform provides a comprehensive set
      of classes that provide a solid foundation to build applications on. These classes
      are compatible with Microsoft's .Net Framework classes. 
      <br /><strong>Mono Class Library</strong> - Mono also provides many classes that go above
      and beyond the Base Class Library provided by Microsoft. These provide additional
      functionality that are useful, especially in building Linux applications. Some examples
      are classes for Gtk+, Zip files, LDAP, OpenGL, Cairo, POSIX, etc. 
   </p>
        <p>
          <u>The benefits are:<br /></u>
          <strong>Popularity</strong> - Built on the success of .Net, there are millions
      of developers that have experience building applications in C#. There are also tens
      of thousands of books, websites, tutorials, and example source code to help with any
      imaginable problem. 
      <br /><strong>Higher-Level Programming</strong> - All Mono languages benefit from many features
      of the runtime, like automatic memory management, reflection, generics, and threading.
      These features allow you to concentrate on writing your application instead of writing
      system infrastructure code. 
      <br /><strong>Base Class Library</strong> - Having a comprehensive class library provides
      thousands of built in classes to increase productivity. Need socket code or a hashtable?
      There's no need to write your own as it's built into the platform. 
      <br /><strong>Cross Platform</strong> - Mono is built to be cross platform. Mono runs on
      Linux, Microsoft Windows, Mac OS X, BSD, and Sun Solaris, Nintendo Wii, Apple iPhone.
      It also runs on x86, x86-64, IA64, PowerPC, SPARC (32), ARM, Alpha, s390, s390x (32
      and 64 bits) and more. Developing your application with Mono allows you to run on
      nearly any computer in existance (details). 
      <br /><strong>Common Language Runtime (CLR)</strong> - The CLR allows you to choose the
      programming language you like best to work with, and it can interoperate with code
      written in any other CLR language. For example, you can write a class in C#, inherit
      from it in VB.Net, and use it in Eiffel. You can choose to write code in Mono in a
      variety of programming languages. 
   </p>
        <p>
      In order to view the Mono 2.0 Release Notes click <a href="http://www.mono-project.com/Release_Notes_Mono_2.0">here</a>.
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=6a505002-7b54-4161-a1bc-c6e761dad704" />
      </body>
      <title>Mono 2.0 is out!</title>
      <guid>http://www.eranachum.com/PermaLink,guid,6a505002-7b54-4161-a1bc-c6e761dad704.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,6a505002-7b54-4161-a1bc-c6e761dad704.aspx</link>
      <pubDate>Mon, 13 Oct 2008 06:57:49 GMT</pubDate>
      <description>&lt;p&gt;
   Mono 2.0 is a portable and open source implementation of the .NET framework for Unix,
   Windows, MacOS and other operating systems. 
&lt;/p&gt;
&lt;p&gt;
   &lt;strong&gt;What is Mono?&lt;br&gt;
   &lt;/strong&gt;Mono is a software platform designed to allow developers to easily create
   cross platform applications. It is an open source implementation of Microsoft's .Net
   Framework based on the &lt;a title=ECMA href="http://mono-project.com/ECMA" target=_blank&gt;ECMA&lt;/a&gt; standards
   for C# and the Common Language Runtime. 
   &lt;br&gt;
   According to &lt;a href="http://www.novell.com/linux/" target=_blank&gt;Novell&lt;/a&gt;: "We
   feel that by embracing a successful, standardized software platform, we can lower
   the barriers to producing great applications for Linux". 
&lt;/p&gt;
&lt;p&gt;
   &lt;u&gt;The components that make up Mono are:&lt;br&gt;
   &lt;/u&gt;&lt;strong&gt;C# Compiler&lt;/strong&gt; - The C# compiler is feature complete for compiling
   C# 1.0 and 2.0 (ECMA), and also contains many of the C# 3.0 features. 
   &lt;br&gt;
   &lt;strong&gt;Mono Runtime&lt;/strong&gt; - The runtime implements the ECMA Common Language Infrastructure
   (CLI). The runtime provides a Just-in-Time (JIT) compiler, an Ahead-of-Time compiler
   (AOT), a library loader, the garbage collector, a threading system and interoperability
   functionality. 
   &lt;br&gt;
   &lt;strong&gt;Base Class Library&lt;/strong&gt; - The Mono platform provides a comprehensive set
   of classes that provide a solid foundation to build applications on. These classes
   are compatible with Microsoft's .Net Framework classes. 
   &lt;br&gt;
   &lt;strong&gt;Mono Class Library&lt;/strong&gt; - Mono also provides many classes that go above
   and beyond the Base Class Library provided by Microsoft. These provide additional
   functionality that are useful, especially in building Linux applications. Some examples
   are classes for Gtk+, Zip files, LDAP, OpenGL, Cairo, POSIX, etc. 
&lt;/p&gt;
&lt;p&gt;
   &lt;u&gt;The benefits are:&lt;br&gt;
   &lt;/u&gt;&lt;strong&gt;Popularity&lt;/strong&gt; - Built on the success of .Net, there are millions
   of developers that have experience building applications in C#. There are also tens
   of thousands of books, websites, tutorials, and example source code to help with any
   imaginable problem. 
   &lt;br&gt;
   &lt;strong&gt;Higher-Level Programming&lt;/strong&gt; - All Mono languages benefit from many features
   of the runtime, like automatic memory management, reflection, generics, and threading.
   These features allow you to concentrate on writing your application instead of writing
   system infrastructure code. 
   &lt;br&gt;
   &lt;strong&gt;Base Class Library&lt;/strong&gt; - Having a comprehensive class library provides
   thousands of built in classes to increase productivity. Need socket code or a hashtable?
   There's no need to write your own as it's built into the platform. 
   &lt;br&gt;
   &lt;strong&gt;Cross Platform&lt;/strong&gt; - Mono is built to be cross platform. Mono runs on
   Linux, Microsoft Windows, Mac OS X, BSD, and Sun Solaris, Nintendo Wii, Apple iPhone.
   It also runs on x86, x86-64, IA64, PowerPC, SPARC (32), ARM, Alpha, s390, s390x (32
   and 64 bits) and more. Developing your application with Mono allows you to run on
   nearly any computer in existance (details). 
   &lt;br&gt;
   &lt;strong&gt;Common Language Runtime (CLR)&lt;/strong&gt; - The CLR allows you to choose the
   programming language you like best to work with, and it can interoperate with code
   written in any other CLR language. For example, you can write a class in C#, inherit
   from it in VB.Net, and use it in Eiffel. You can choose to write code in Mono in a
   variety of programming languages. 
&lt;/p&gt;
&lt;p&gt;
   In order to view the Mono 2.0 Release Notes click &lt;a href="http://www.mono-project.com/Release_Notes_Mono_2.0"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=6a505002-7b54-4161-a1bc-c6e761dad704" /&gt;</description>
      <category>C#;Code;Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=1b635ec1-63fc-4218-8e43-befbb34046a9</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,1b635ec1-63fc-4218-8e43-befbb34046a9.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      Whether you are a software developer, student or just a guy, attached below a link
      that gathers great 6 websites that allows you to download great ebooks entirly free.
   </p>
        <p>
      Enjoy... :)
   </p>
        <p>
          <a href="http://www.makeuseof.com/tag/the-best-6-sites-to-get-free-ebooks/">http://www.makeuseof.com/tag/the-best-6-sites-to-get-free-ebooks/</a>
        </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=1b635ec1-63fc-4218-8e43-befbb34046a9" />
      </body>
      <title>Great 6 Websites to Get Free Ebooks</title>
      <guid>http://www.eranachum.com/PermaLink,guid,1b635ec1-63fc-4218-8e43-befbb34046a9.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,1b635ec1-63fc-4218-8e43-befbb34046a9.aspx</link>
      <pubDate>Sun, 12 Oct 2008 07:01:50 GMT</pubDate>
      <description>&lt;p&gt;
   Whether you are a software developer, student or just a guy, attached below a link
   that gathers great 6 websites that allows you to download great ebooks entirly free.
&lt;/p&gt;
&lt;p&gt;
   Enjoy... :)
&lt;/p&gt;
&lt;p&gt;
   &lt;a href="http://www.makeuseof.com/tag/the-best-6-sites-to-get-free-ebooks/"&gt;http://www.makeuseof.com/tag/the-best-6-sites-to-get-free-ebooks/&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=1b635ec1-63fc-4218-8e43-befbb34046a9" /&gt;</description>
      <category>Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=74326fc1-3f3f-4ba8-914f-53057b3178fd</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,74326fc1-3f3f-4ba8-914f-53057b3178fd.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
      Is Google is so kind or what? One more great tool and FREE of course that leashed
      by Google is the Google Chart API. 
   </p>
        <p>
      By their introduction, The Google Chart API returns a PNG-format image in response
      to a URL. Several types of image can be generated: line, bar, and pie charts for example.
      For each image type you can specify attributes such as size, colors, and labels.
   </p>
        <p>
      If you want to generate charts, graphs, pies etc. this is a great tool for you - the
      web developer. This tool gives a good fight to all other charts generator like <a href="http://www.dotnetcharting.com/?gaw" target="_blank">.NET
      Charting</a> for example and other unwanted ActiveXs modules that need to be installed
      on the client (we always want to avoid this action - at least me), because it is FREE
      and also because it is Google.
   </p>
        <p>
      So I already generated myself: 
   </p>
        <blockquote>
          <p>
            <a href="http://www.eranachum.com/content/binary/GoogleChartAPIAnotherGreatThingfromGoogl_A605/chart.png">
              <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="100" alt="chart" src="http://www.eranachum.com/content/binary/GoogleChartAPIAnotherGreatThingfromGoogl_A605/chart_thumb.png" width="244" border="0" />
            </a>
          </p>
        </blockquote>
        <p>
      You can find it <a href="http://code.google.com/apis/chart/" target="_blank">here</a>.
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=74326fc1-3f3f-4ba8-914f-53057b3178fd" />
      </body>
      <title>Google Chart API - Another Great Thing from Google</title>
      <guid>http://www.eranachum.com/PermaLink,guid,74326fc1-3f3f-4ba8-914f-53057b3178fd.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,74326fc1-3f3f-4ba8-914f-53057b3178fd.aspx</link>
      <pubDate>Thu, 10 Jan 2008 17:47:56 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
   Is Google is so kind or what? One more great tool and FREE of course that leashed
   by Google is the Google Chart API. 
&lt;/p&gt;
&lt;p&gt;
   By their introduction, The Google Chart API returns a PNG-format image in response
   to a URL. Several types of image can be generated: line, bar, and pie charts for example.
   For each image type you can specify attributes such as size, colors, and labels.
&lt;/p&gt;
&lt;p&gt;
   If you want to generate charts, graphs, pies etc. this is a great tool for you - the
   web developer. This tool gives a good fight to all other charts generator like &lt;a href="http://www.dotnetcharting.com/?gaw" target="_blank"&gt;.NET
   Charting&lt;/a&gt; for example and other unwanted ActiveXs modules that need to be installed
   on the client (we always want to avoid this action - at least me), because it is FREE
   and also because it is Google.
&lt;/p&gt;
&lt;p&gt;
   So I already generated myself: 
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
   &lt;a href="http://www.eranachum.com/content/binary/GoogleChartAPIAnotherGreatThingfromGoogl_A605/chart.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="100" alt="chart" src="http://www.eranachum.com/content/binary/GoogleChartAPIAnotherGreatThingfromGoogl_A605/chart_thumb.png" width="244" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
   You can find it &lt;a href="http://code.google.com/apis/chart/" target="_blank"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=74326fc1-3f3f-4ba8-914f-53057b3178fd" /&gt;</description>
      <category>Code;HTML;Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=e1c78fa0-27a0-49fd-96b8-1d7597d001b6</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,e1c78fa0-27a0-49fd-96b8-1d7597d001b6.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
      I got a recommendation from my friend about great Israeli Jazz band. This band is
      called: <strong>thirdworldlove </strong>and i think that is one of the finest original
      materials bands that I've heard in the last year.
   </p>
        <p>
      So if you're Jazz lovers/fans or even not, I recommend you about them. 
   </p>
        <p>
      Almost forget one more great thing, you can listen to their materials <a href="http://www.thirdworldlove.com/live" target="_blank">here</a> just <strong>FREE.</strong></p>
        <p>
      Enjoy...
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=e1c78fa0-27a0-49fd-96b8-1d7597d001b6" />
      </body>
      <title>Not Code Only - Some Music Suggestion</title>
      <guid>http://www.eranachum.com/PermaLink,guid,e1c78fa0-27a0-49fd-96b8-1d7597d001b6.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,e1c78fa0-27a0-49fd-96b8-1d7597d001b6.aspx</link>
      <pubDate>Wed, 19 Dec 2007 21:33:53 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
   I got a recommendation from my friend about great Israeli Jazz band. This band is
   called: &lt;strong&gt;thirdworldlove &lt;/strong&gt;and i think that is one of the finest original
   materials bands that I've heard in the last year.
&lt;/p&gt;
&lt;p&gt;
   So if you're Jazz lovers/fans or even not, I recommend you about them. 
&lt;/p&gt;
&lt;p&gt;
   Almost forget one more great thing, you can listen to their materials &lt;a href="http://www.thirdworldlove.com/live" target="_blank"&gt;here&lt;/a&gt; just &lt;strong&gt;FREE.&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
   Enjoy...
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=e1c78fa0-27a0-49fd-96b8-1d7597d001b6" /&gt;</description>
      <category>Life;Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=fd1acf3f-08ca-4066-8eed-13609c453fbd</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,fd1acf3f-08ca-4066-8eed-13609c453fbd.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      By the formal definition, Microformats designated in the first place for humans and
      just after to machines. Actually, this is a set of simple informational formats that
      based over generic and well unified standards. This set of formats comes to simplify
      common problems into a behavior and common templates (like XHTML, XML etc...).
   </p>
        <p>
      The main goal of this formats is not to invent a new language or force these kind
      of changes over the 'world', however it comes to adapt a different way of thinking
      regarding storing information and publishing it to the world.
   </p>
        <p>
      I going to apply this set of formats in my new web 2.0 working application. By doing
      it I can publish to a third level party data from my site easily in unified structure. 
   </p>
        <p>
      So what is the main different from what we have today? 
   </p>
        <p>
      Today we are using XML structure in order to keep data and to publish it or even publishing
      a specific  API that will explain the consumer the way she can retrieve the data.
      These kinds of solutions spends the developer's time that wants to get the data (she
      has to learn the API in order to use it); the Microformats comes to save up this time
      because it's a well know formats.
   </p>
        <p>
      You can use RSS or some other feeds you'll ask not? In fact yes! BUT, these Microformats
      has a variety of patterns that help you publish extended unified structure data which
      supplies you more functionality.
   </p>
        <p>
      Common standards are: <a href="http://microformats.org/code/hcalendar/creator" target="_blank">hCalendar</a> which
      supplies a calendar format in order to publish events, <a href="http://microformats.org/code/hcard/creator" target="_blank">hCard</a> which
      is a format for personal details card.
   </p>
        <p>
      One more good advantage is search engines. Step by step, search engines crawlers starts
      to learn this kind format and knows to index this data in efficient way; this is also
      improves your site's SEO.
   </p>
        <p>
      More details regarding it you can read here - <a href="http://microformats.org/" target="_blank">http://microformats.org/</a></p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=fd1acf3f-08ca-4066-8eed-13609c453fbd" />
      </body>
      <title>Have you heard about Microformats?</title>
      <guid>http://www.eranachum.com/PermaLink,guid,fd1acf3f-08ca-4066-8eed-13609c453fbd.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,fd1acf3f-08ca-4066-8eed-13609c453fbd.aspx</link>
      <pubDate>Tue, 04 Dec 2007 09:26:01 GMT</pubDate>
      <description>&lt;p&gt;
   By the formal definition, Microformats designated in the first place for humans and
   just after to machines. Actually, this is a set of simple informational formats that
   based over generic and well unified standards. This set of formats comes to simplify
   common problems into a behavior and common templates (like XHTML, XML etc...).
&lt;/p&gt;
&lt;p&gt;
   The main goal of this formats is not to invent a new language or force these kind
   of changes over the 'world', however it comes to adapt a different way of thinking
   regarding storing information and publishing it to the world.
&lt;/p&gt;
&lt;p&gt;
   I going to apply this set of formats in my new web 2.0 working application. By doing
   it I can publish to a third level party data from my site easily in unified structure. 
&lt;/p&gt;
&lt;p&gt;
   So what is the main different from what we have today? 
&lt;/p&gt;
&lt;p&gt;
   Today we are using XML structure in order to keep data and to publish it or even publishing
   a specific&amp;nbsp; API that will explain the consumer the way she can retrieve the data.
   These kinds of solutions spends the developer's time that wants to get the data (she
   has to learn the API in order to use it); the Microformats comes to save up this time
   because it's a well know formats.
&lt;/p&gt;
&lt;p&gt;
   You can use RSS or some other feeds you'll ask not? In fact yes! BUT, these Microformats
   has a variety of patterns that help you publish extended unified structure data which
   supplies you more functionality.
&lt;/p&gt;
&lt;p&gt;
   Common standards are: &lt;a href="http://microformats.org/code/hcalendar/creator" target=_blank&gt;hCalendar&lt;/a&gt; which
   supplies a calendar format in order to publish events, &lt;a href="http://microformats.org/code/hcard/creator" target=_blank&gt;hCard&lt;/a&gt; which
   is a format for personal details card.
&lt;/p&gt;
&lt;p&gt;
   One more good advantage is search engines. Step by step, search engines crawlers starts
   to learn this kind format and knows to index this data in efficient way; this is also
   improves your site's SEO.
&lt;/p&gt;
&lt;p&gt;
   More details regarding it you can read here - &lt;a href="http://microformats.org/" target=_blank&gt;http://microformats.org/&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=fd1acf3f-08ca-4066-8eed-13609c453fbd" /&gt;</description>
      <category>Other;Patterns;Web 2.0</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=3e917ab4-12c0-4fd3-9d15-945364947b28</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,3e917ab4-12c0-4fd3-9d15-945364947b28.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      I introduces by <strong>Erez Eden</strong> (a friend and a colleague) to several tools
      that can track, watch and record your visitors behavior in order to give
      you some more details to improve your actions, publishing and more stuff in your website.
   </p>
        <p>
      Although I am using the <a href="http://www.google.com/analytics/" target="_blank">Google
      Analytics</a>, which is great tool itself and supplies great statistics and analytics
      I decided to install one of them and to know my readers behavior and actions
      - maybe I could do something regarding it to improve the browsing experience in me
      weblog (sounds very sexy isn't it? ;)
   </p>
        <p>
          <u>
            <strong>RobotReplay<br /></strong>
          </u>This one is very easy to install - all you need to do is to add simple
      script snippet into your master page header and let things go...<br />
      They are offering you: 
   </p>
        <ul>
          <li>
         Improve your site's usability 
      </li>
          <li>
         See where your readers get bored 
      </li>
          <li>
         Convert more visitors to buyers (if you sell something e.n.) 
      </li>
        </ul>
        <p>
      Sounds interesting...<br />
      You can enjoy this service at: <a href="http://www.robotreplay.com/" target="_blank">www.robotreplay.com</a></p>
        <p>
          <strong>
            <u>ClickTale<br /></u>
          </strong>I quote: <em>"Record visitors' every action as they browse your website.
      Watch movies to understand visitor behavior, gain valuable insights and improve your
      website's usability."</em></p>
        <p>
      This tool created by couple Israeli people that I think they did here great job (I
      didn't investigate it deeply but it surely looks good). They offering free version
      of this one that limits the pages' reviews to 100 per week (is that enough
      for you?) and supply you also great information about your website surfers.
   </p>
        <p>
      You can check it out yourselves here: <a href="http://www.clicktale.com" targte="_blank">www.clicktale.com</a></p>
        <p>
      Enjoy...
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=3e917ab4-12c0-4fd3-9d15-945364947b28" />
      </body>
      <title>Where Are Your Visitors Going?</title>
      <guid>http://www.eranachum.com/PermaLink,guid,3e917ab4-12c0-4fd3-9d15-945364947b28.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,3e917ab4-12c0-4fd3-9d15-945364947b28.aspx</link>
      <pubDate>Mon, 19 Nov 2007 08:20:37 GMT</pubDate>
      <description>&lt;p&gt;
   I introduces by &lt;strong&gt;Erez Eden&lt;/strong&gt; (a friend and a colleague) to several tools
   that can track, watch and record your visitors behavior&amp;nbsp;in order to&amp;nbsp;give
   you some more details to improve your actions, publishing and more stuff in your website.
&lt;/p&gt;
&lt;p&gt;
   Although I am using the &lt;a href="http://www.google.com/analytics/" target=_blank&gt;Google
   Analytics&lt;/a&gt;, which is great tool itself and supplies great statistics and analytics
   I decided to install&amp;nbsp;one of them and to know my readers behavior and actions
   - maybe I could do something regarding it to improve the browsing experience in me
   weblog (sounds very sexy isn't it? ;)
&lt;/p&gt;
&lt;p&gt;
   &lt;u&gt;&lt;strong&gt;RobotReplay&lt;br&gt;
   &lt;/strong&gt;&lt;/u&gt;This one is very easy to install - all you need to do is to add simple
   script snippet into your master page header and let things go...&lt;br&gt;
   They are offering you: 
&lt;/p&gt;
&lt;ul&gt;
   &lt;li&gt;
      Improve your site's usability 
   &lt;li&gt;
      See where your readers get bored 
   &lt;li&gt;
      Convert more visitors to buyers (if you sell something e.n.) 
   &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
   Sounds interesting...&lt;br&gt;
   You can enjoy this service at: &lt;a href="http://www.robotreplay.com/" target=_blank&gt;www.robotreplay.com&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
   &lt;strong&gt;&lt;u&gt;ClickTale&lt;br&gt;
   &lt;/u&gt;&lt;/strong&gt;I quote: &lt;em&gt;"Record visitors' every action as they browse your website.
   Watch movies to understand visitor behavior, gain valuable insights and improve your
   website's usability."&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
   This tool created by couple Israeli people that I think they did here great job (I
   didn't investigate it deeply but it surely looks good). They offering free version
   of this&amp;nbsp;one that limits&amp;nbsp;the pages' reviews to 100 per week (is that&amp;nbsp;enough
   for you?)&amp;nbsp;and supply you also great information about your website surfers.
&lt;/p&gt;
&lt;p&gt;
   You can check it out yourselves here: &lt;a href="http://www.clicktale.com" targte="_blank"&gt;www.clicktale.com&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
   Enjoy...
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=3e917ab4-12c0-4fd3-9d15-945364947b28" /&gt;</description>
      <category>Management;Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=c95f5c35-ed97-4908-8d47-32a3c2c289c4</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,c95f5c35-ed97-4908-8d47-32a3c2c289c4.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      After a year and a half of posting (most of the time) not included weak periods of
      time, Google ranked me as <strong>4</strong> in their PageRank.
   </p>
        <p>
          <img src="http://www.eranachum.com/content/binary/PR4.bmp" border="0" />
        </p>
        <p>
      I just want to mention it, <strong>KUDOS</strong> ;-)
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=c95f5c35-ed97-4908-8d47-32a3c2c289c4" />
      </body>
      <title>This one worth a post</title>
      <guid>http://www.eranachum.com/PermaLink,guid,c95f5c35-ed97-4908-8d47-32a3c2c289c4.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,c95f5c35-ed97-4908-8d47-32a3c2c289c4.aspx</link>
      <pubDate>Sun, 28 Oct 2007 08:42:36 GMT</pubDate>
      <description>&lt;p&gt;
   After a year and a half of posting (most of the time) not included weak periods of
   time, Google ranked me as &lt;strong&gt;4&lt;/strong&gt; in their PageRank.
&lt;/p&gt;
&lt;p&gt;
   &lt;img src="http://www.eranachum.com/content/binary/PR4.bmp" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
   I just want to mention it, &lt;strong&gt;KUDOS&lt;/strong&gt; ;-)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=c95f5c35-ed97-4908-8d47-32a3c2c289c4" /&gt;</description>
      <category>Life;Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=3fab0caa-387d-49a3-ab1a-a3caa58401b3</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,3fab0caa-387d-49a3-ab1a-a3caa58401b3.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      Firstable, before I am going to write the following words, I want to mention and admit
      that I am realy a big fan of Microsoft technologies, its innovetions and its line
      of philosophy; Most of the time they are doing good job (in some cases I would implement
      some things in other way, but this issue if for other post...).
   </p>
        <p>
      What I want to talk about in this post is the C# language's development from the first
      version of .NET until the further to come which is .NET 3.5 in Visual Studio 2008. 
      <br />
      In the beginning of .NET 2.0 there were great and major language improvement,
      like generics, anonymous methods/delegates and more nice things (that indeed, helps
      us to write more nice, agile and elegant code). <u>BUT</u> major things often
      require new keywords to support the 'enhanced' language, for an example: the &lt;TEntity&gt;
      syntax in order to use and implement generics.
   </p>
        <p>
      In the generics case, this syntax is required in order to make a usage with this great
      feature, but in most cases new keywords are BAD, just bad because developers have
      the annoying habit of using non-keywords as identifiers. An example for new keyword
      is the pair: <strong><font size="3">return yield</font><em>.</em></strong> In the
      first version of iterators, you had to use <em>yield</em> when you
      wanted to "return" an iterator value back, and as we know everything worked just fine,
      so why should they need to add the return keyword in order to return the iterator's
      value? (I'll be glad to get the answer if you got it...)
   </p>
        <p>
      I tried to figure out and see what Microsoft tried to do regarding this issue and
      found that they ment to provide a utility that you could run over your source code,
      and it would replace any identifier that had become a keyword with the escaped
      version. It should do this by putting an "@" sign in front of it. I don't
      think that tool at least was published...
   </p>
        <p>
      Today, just before .NET 3.5 is releases out (not in beta of course), we can see on
      beta versions and examples the new keywords and innovations that had been added to
      the language which demands from us to adjust ourselves to the new syntax.
   </p>
        <p>
      At the bottom line, it makes us a little bit of hard time at the begining, but
      it enhances our language and gives us a learning challenge and the ability of upgrading
      our code (maybe not easy to read on the first time but easy to implement and
      to make it more agile and generic). 
   </p>
        <p>
      ;-)I encourages these changes, but don't forget - everything could work just
      fine without these new stuff.
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=3fab0caa-387d-49a3-ab1a-a3caa58401b3" />
      </body>
      <title>Keywords - The beginning (.NET 1.0/1.1) until now (.NET 3.0/3.5)</title>
      <guid>http://www.eranachum.com/PermaLink,guid,3fab0caa-387d-49a3-ab1a-a3caa58401b3.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,3fab0caa-387d-49a3-ab1a-a3caa58401b3.aspx</link>
      <pubDate>Wed, 03 Oct 2007 09:34:29 GMT</pubDate>
      <description>&lt;p&gt;
   Firstable, before I am going to write the following words, I want to mention and admit
   that I am realy a big fan of Microsoft technologies, its innovetions and its line
   of philosophy; Most of the time they are doing good job (in some cases I would implement
   some things in other way, but this issue if for other post...).
&lt;/p&gt;
&lt;p&gt;
   What I want to talk about in this post is the C# language's development from the first
   version of .NET until the further to come which is .NET 3.5 in Visual Studio 2008. 
   &lt;br&gt;
   In the beginning of .NET 2.0 there were great and&amp;nbsp;major language improvement,
   like generics, anonymous methods/delegates and more nice things (that indeed, helps
   us to write more nice, agile&amp;nbsp;and elegant code). &lt;u&gt;BUT&lt;/u&gt; major things often
   require new keywords to support the 'enhanced' language, for an example: the &amp;lt;TEntity&amp;gt;
   syntax in order to use and implement generics.
&lt;/p&gt;
&lt;p&gt;
   In the generics case, this syntax is required in order to make a usage with this great
   feature, but in most cases new keywords are BAD, just bad because developers have
   the annoying habit of using non-keywords as identifiers. An example for new keyword
   is the pair: &lt;strong&gt;&lt;font size=3&gt;return yield&lt;/font&gt;&lt;em&gt;.&lt;/em&gt;&lt;/strong&gt; In the first
   version of iterators, you&amp;nbsp;had to&amp;nbsp;use&amp;nbsp;&lt;em&gt;yield&lt;/em&gt; when you wanted
   to "return" an iterator value back, and as we know everything worked just fine, so
   why should they need to add the return keyword in order to return the iterator's value?
   (I'll be glad to get the answer if you got it...)
&lt;/p&gt;
&lt;p&gt;
   I tried to figure out and see what Microsoft tried to do regarding this issue and
   found that they ment to provide a utility that you could run over your source code,
   and it would replace any identifier that had become&amp;nbsp;a keyword with the escaped
   version. It&amp;nbsp;should do&amp;nbsp;this by putting an "@" sign in front of it. I don't
   think&amp;nbsp;that tool at least was published...
&lt;/p&gt;
&lt;p&gt;
   Today, just before .NET 3.5 is releases out (not in beta of course), we can see&amp;nbsp;on
   beta versions and examples the new keywords and innovations that had been added to
   the language which demands from us to adjust ourselves to the new syntax.
&lt;/p&gt;
&lt;p&gt;
   At&amp;nbsp;the bottom line, it makes us a little bit of hard time at the begining, but
   it enhances our language and gives us a learning challenge and the ability of upgrading
   our code (maybe not easy to read on the first time but easy&amp;nbsp;to implement and
   to make it more agile and generic).&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
   ;-)I encourages these changes, but don't forget -&amp;nbsp;everything could work just
   fine without these new stuff.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=3fab0caa-387d-49a3-ab1a-a3caa58401b3" /&gt;</description>
      <category>C#;Code;Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=7ff9342b-1124-4c05-9edb-8ae6a32ef857</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,7ff9342b-1124-4c05-9edb-8ae6a32ef857.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      After squeezing <a href="http://www.pandora.com/" target="_blank">pandora</a> radio
      from all sides (and songs ;)), I discovered a great internet radio website, called: <a href="http://www.bee.fm/" target="_blank">bee.fm</a>.
   </p>
        <p>
      The greatest thing about this site is the ability of listening almost all (and
      whole) albums of the chosen artist. So, if you are music fans, that like to listen
      to great music while working, this is the site for you (and NO, I am not getting from
      them any comission ;)).
   </p>
        <p>
      So, cheers by now... I going back to listen some Frank Sinatra, Alice in Chains, Pearl
      Jam, Jetru Tull, Madonna, Sade and more and more...
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=7ff9342b-1124-4c05-9edb-8ae6a32ef857" />
      </body>
      <title>Internet Radio Suggestion</title>
      <guid>http://www.eranachum.com/PermaLink,guid,7ff9342b-1124-4c05-9edb-8ae6a32ef857.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,7ff9342b-1124-4c05-9edb-8ae6a32ef857.aspx</link>
      <pubDate>Wed, 15 Aug 2007 14:23:39 GMT</pubDate>
      <description>&lt;p&gt;
   After squeezing &lt;a href="http://www.pandora.com/" target="_blank"&gt;pandora&lt;/a&gt; radio
   from all sides (and songs ;)), I discovered a great internet radio website, called: &lt;a href="http://www.bee.fm/" target="_blank"&gt;bee.fm&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
   The greatest thing about this site is the ability of listening almost all&amp;nbsp;(and
   whole) albums of the chosen artist. So, if you are music fans, that like to listen
   to great music while working, this is the site for you (and NO, I am not getting from
   them any comission ;)).
&lt;/p&gt;
&lt;p&gt;
   So, cheers by now... I going back to listen some Frank Sinatra, Alice in Chains, Pearl
   Jam, Jetru Tull, Madonna, Sade and more and more...
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=7ff9342b-1124-4c05-9edb-8ae6a32ef857" /&gt;</description>
      <category>Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=fcdf05c2-62dd-48c9-a6d9-0becc218c24e</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,fcdf05c2-62dd-48c9-a6d9-0becc218c24e.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      I know it's maybe a little bit banal, but Tzippi (my beloved wife) wanted me to publish
      it, so here it is:
   </p>
        <p>
          <img style="WIDTH: 236px; HEIGHT: 312px" height="293" src="http://www.eranachum.com/content/binary/Eran.jpg" width="280" border="0" />
        </p>
        <p>
          <a href="http://www.kenegozi.com/Blog/2007/07/09/presenting-you-the-egozimpsons.aspx" target="_blank">Egozi</a>, <a href="http://www.lnbogen.com/LnbogenSimpsonAvatar.aspx" target="_blank">Oren</a>, <a href="http://blogs.microsoft.co.il/blogs/drorengel/archive/2007/07/03/_D305E805D505E805_-_E105D905DE05E405E105D505DF05_.aspx" target="_blank">Dror</a>,
      when do we make avatars union?
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=fcdf05c2-62dd-48c9-a6d9-0becc218c24e" />
      </body>
      <title>I also wanted refactoring myself</title>
      <guid>http://www.eranachum.com/PermaLink,guid,fcdf05c2-62dd-48c9-a6d9-0becc218c24e.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,fcdf05c2-62dd-48c9-a6d9-0becc218c24e.aspx</link>
      <pubDate>Mon, 09 Jul 2007 08:54:48 GMT</pubDate>
      <description>&lt;p&gt;
   I know it's maybe a little bit banal, but Tzippi (my beloved wife) wanted me to publish
   it, so here it is:
&lt;/p&gt;
&lt;p&gt;
   &lt;img style="WIDTH: 236px; HEIGHT: 312px" height=293 src="http://www.eranachum.com/content/binary/Eran.jpg" width=280 border=0&gt;
&lt;/p&gt;
&lt;p&gt;
   &lt;a href="http://www.kenegozi.com/Blog/2007/07/09/presenting-you-the-egozimpsons.aspx" target=_blank&gt;Egozi&lt;/a&gt;, &lt;a href="http://www.lnbogen.com/LnbogenSimpsonAvatar.aspx" target=_blank&gt;Oren&lt;/a&gt;, &lt;a href="http://blogs.microsoft.co.il/blogs/drorengel/archive/2007/07/03/_D305E805D505E805_-_E105D905DE05E405E105D505DF05_.aspx" target=_blank&gt;Dror&lt;/a&gt;,
   when do we make avatars union?
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=fcdf05c2-62dd-48c9-a6d9-0becc218c24e" /&gt;</description>
      <category>Funny;Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=56a8bc57-723a-45d2-b208-f17b5e9a2d84</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,56a8bc57-723a-45d2-b208-f17b5e9a2d84.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      I got an email the other day from Omer Rauchwerger, the developer and the man who
      stands behind a nice tool (addin that runs over the Visual Studio 2005) called <strong>Regionerate</strong>.
      I had requested to 'play' with this tool and give an opinion about it, and
      so I did... 
   </p>
        <p>
          <em>(Note: I heard about it earlier than Omer's email, Ken Egozi's had posted
      about it on his </em>
          <a href="http://www.kenegozi.com/blog/" target="_blank">
            <em>blog</em>
          </a>
          <em>).</em>
        </p>
        <p>
      Before I outlines my impressions, comments and feelings about it, I want to give some
      words about the Regionerate website itself; The man did here realy good job. There
      are great detailed demo movie that displays the work of the tool, some tutorials,
      gallery and more...
   </p>
        <p>
      About the tool, well I'd downloaded the latest version (beta) on my PC and
      played with it a little bit. The usage is very convinient and indeed saves time while
      reagioning your code, it all being done by a single right click and gives nice and
      elegant outcome.
   </p>
        <p>
      I very impressed from the custom Code Layout of this tool; By Using this tool you
      can customize your final layout of code by simple XML file editing (fully intellisense
      adapted).
   </p>
        <p>
      On the  end of the day, a great work has been done here and I am looking for
      more innovetions in the next versions and for the final release of course.
   </p>
        <p>
      Omer, if you'll find a way to give the ability of titling each specific region
      in addition to the current titles (before regioning of course) it will be great
      one.
   </p>
        <p>
      Download is <a href="http://www.rauchy.net/regionerate/" target="_blank">here</a>.
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=56a8bc57-723a-45d2-b208-f17b5e9a2d84" />
      </body>
      <title>Regionerate by Omer Rauchwerger</title>
      <guid>http://www.eranachum.com/PermaLink,guid,56a8bc57-723a-45d2-b208-f17b5e9a2d84.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,56a8bc57-723a-45d2-b208-f17b5e9a2d84.aspx</link>
      <pubDate>Wed, 04 Jul 2007 06:44:49 GMT</pubDate>
      <description>&lt;p&gt;
   I got an email the other day from Omer Rauchwerger, the developer and the man&amp;nbsp;who
   stands behind a nice tool (addin that runs over the Visual Studio 2005) called &lt;strong&gt;Regionerate&lt;/strong&gt;.
   I had requested to 'play'&amp;nbsp;with this&amp;nbsp;tool and give an opinion about it, and
   so I did... 
&lt;/p&gt;
&lt;p&gt;
   &lt;em&gt;(Note: I&amp;nbsp;heard about it earlier than&amp;nbsp;Omer's email, Ken Egozi's had posted
   about it on his &lt;/em&gt;&lt;a href="http://www.kenegozi.com/blog/" target=_blank&gt;&lt;em&gt;blog&lt;/em&gt;&lt;/a&gt;&lt;em&gt;).&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
   Before I outlines my impressions, comments and feelings about it, I want to give some
   words about the Regionerate website itself; The man did here realy good job. There
   are great detailed demo movie that displays the work of the tool, some tutorials,
   gallery and more...
&lt;/p&gt;
&lt;p&gt;
   About the tool, well I'd downloaded&amp;nbsp;the latest version (beta)&amp;nbsp;on my PC and
   played with it a little bit. The usage is very convinient and indeed saves time while
   reagioning your code, it all being done by a single right click and gives nice and
   elegant outcome.
&lt;/p&gt;
&lt;p&gt;
   I very impressed from the custom Code Layout of this tool; By Using this tool you
   can customize your final layout of code by simple XML file editing&amp;nbsp;(fully intellisense
   adapted).
&lt;/p&gt;
&lt;p&gt;
   On the&amp;nbsp; end of the day, a great work has been done here and I am looking for
   more innovetions in the next versions and for the final release of course.
&lt;/p&gt;
&lt;p&gt;
   Omer,&amp;nbsp;if you'll find a way&amp;nbsp;to give the ability of&amp;nbsp;titling each specific&amp;nbsp;region
   in addition to the current&amp;nbsp;titles (before regioning of course) it will be great
   one.
&lt;/p&gt;
&lt;p&gt;
   Download is &lt;a href="http://www.rauchy.net/regionerate/" target=_blank&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=56a8bc57-723a-45d2-b208-f17b5e9a2d84" /&gt;</description>
      <category>.NET 2005;Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=246c38d4-1e5a-4331-82f3-8f6618680a30</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,246c38d4-1e5a-4331-82f3-8f6618680a30.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      I sat yesterday in front of my big screen LCD TV at home, and I must tell you that
      I've enjoyed every step on the game between Real Madrid and Mallorca.
   </p>
        <p>
      1456 days - this is the time that had pass from the last Real's championship until
      yesterday evening. After a great comeback from the men in white, (3:1 on Mallorca),
      this club earned his 30th championship. Until the 79th minute of the game, Barca (the
      previous champion) was virtually saved its title, but of course Capello's team did
      the unbelivable, the substitue - Rayas ripped the net twice and lead the men in white
      to its championship.
   </p>
        <p>
      I am glad and think that it's a good refreshment (Barca had become a little bit boring...),
      after all the Spanish league is the best, don't you think?
   </p>
        <p align="center">
          <img src="http://www.eranachum.com/content/binary/BF3074_wa.jpg" border="0" /> (A.P)
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=246c38d4-1e5a-4331-82f3-8f6618680a30" />
      </body>
      <title>Real Madrid Campeones</title>
      <guid>http://www.eranachum.com/PermaLink,guid,246c38d4-1e5a-4331-82f3-8f6618680a30.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,246c38d4-1e5a-4331-82f3-8f6618680a30.aspx</link>
      <pubDate>Mon, 18 Jun 2007 08:25:38 GMT</pubDate>
      <description>&lt;p&gt;
   I sat yesterday in front of my big screen LCD TV at home, and I must tell you that
   I've enjoyed every step on the game between Real Madrid and Mallorca.
&lt;/p&gt;
&lt;p&gt;
   1456 days - this is the time that had pass from the last Real's championship until
   yesterday evening. After a great comeback from the men in white, (3:1 on Mallorca),
   this club earned his 30th championship. Until the 79th minute of the game, Barca (the
   previous champion) was virtually saved its title, but of course Capello's team did
   the unbelivable, the substitue - Rayas ripped the net twice and lead the men in white
   to its championship.
&lt;/p&gt;
&lt;p&gt;
   I am glad and think that it's a good refreshment (Barca had become a little bit boring...),
   after all the Spanish league is the best, don't you think?
&lt;/p&gt;
&lt;p align=center&gt;
   &lt;img src="http://www.eranachum.com/content/binary/BF3074_wa.jpg" border=0&gt;&amp;nbsp;(A.P)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=246c38d4-1e5a-4331-82f3-8f6618680a30" /&gt;</description>
      <category>Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=f4f1fbac-aefe-4b11-8815-4763f9065ba6</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,f4f1fbac-aefe-4b11-8815-4763f9065ba6.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      I know that I am a big fan of Microsoft products and technologhy, but I read today
      the Safari (from <a href="http://www.apple.com/" target="_blank">Apple</a>) is ready
      to download.
   </p>
        <p>
      Despite this version is still a beta, you can download it to your PC and start playing
      with it.
   </p>
        <p>
      I downloaded it just to get the feel impression of it and also to has an idea how my
      web applications are being showed there... (good for cross browsers suitabilities).
      And it's nice...
   </p>
        <p>
      Download is <a href="http://www.apple.com/safari/" target="_blank">here</a>.
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=f4f1fbac-aefe-4b11-8815-4763f9065ba6" />
      </body>
      <title>Safari browser for Windows is ready to download (beta 3)</title>
      <guid>http://www.eranachum.com/PermaLink,guid,f4f1fbac-aefe-4b11-8815-4763f9065ba6.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,f4f1fbac-aefe-4b11-8815-4763f9065ba6.aspx</link>
      <pubDate>Wed, 13 Jun 2007 06:39:59 GMT</pubDate>
      <description>&lt;p&gt;
   I know that I am a big fan of Microsoft products and technologhy, but I read today
   the Safari (from &lt;a href="http://www.apple.com/" target=_blank&gt;Apple&lt;/a&gt;) is ready
   to download.
&lt;/p&gt;
&lt;p&gt;
   Despite this version is still a beta, you can download it to your PC and start playing
   with it.
&lt;/p&gt;
&lt;p&gt;
   I downloaded it just to get the feel impression of it and also to has an idea how&amp;nbsp;my
   web applications&amp;nbsp;are being showed there... (good for cross browsers suitabilities).
   And it's nice...
&lt;/p&gt;
&lt;p&gt;
   Download is &lt;a href="http://www.apple.com/safari/" target=_blank&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=f4f1fbac-aefe-4b11-8815-4763f9065ba6" /&gt;</description>
      <category>Other;System</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=45bff26a-dfe5-4032-ab80-6996f805d78b</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,45bff26a-dfe5-4032-ab80-6996f805d78b.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="left">
      Hey, I just can't wait this movie will be coming on screens already, so I have decided
      to remind you that in 4th of July will be the premier.
   </p>
        <p align="left">
          <img src="http://www.eranachum.com/content/binary/transformers_bigautoposter.jpg" border="0" />
        </p>
        <p align="left">
          <strong>Is this logo reminds you somthing...?</strong>
        </p>
        <p align="left">
      So, here is a <a href="http://movies.yahoo.com/summer-movies/Transformers/1808716430" target="_blank">link</a> to
      to countdown to Transformers movie with trailers, photos and more (from <a href="http://www.yahoo.com/" target="_blank">Yahoo!</a> site)...
   </p>
        <p align="left">
      See you at the theaters...
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=45bff26a-dfe5-4032-ab80-6996f805d78b" />
      </body>
      <title>Transformers...</title>
      <guid>http://www.eranachum.com/PermaLink,guid,45bff26a-dfe5-4032-ab80-6996f805d78b.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,45bff26a-dfe5-4032-ab80-6996f805d78b.aspx</link>
      <pubDate>Sun, 03 Jun 2007 12:25:30 GMT</pubDate>
      <description>&lt;p align=left&gt;
   Hey, I just can't wait this movie will be coming on screens already, so I have decided
   to remind you that in 4th of July will be the premier.
&lt;/p&gt;
&lt;p align=left&gt;
   &lt;img src="http://www.eranachum.com/content/binary/transformers_bigautoposter.jpg" border=0&gt;
&lt;/p&gt;
&lt;p align=left&gt;
   &lt;strong&gt;Is this logo reminds you somthing...?&lt;/strong&gt;
&lt;/p&gt;
&lt;p align=left&gt;
   So, here is a &lt;a href="http://movies.yahoo.com/summer-movies/Transformers/1808716430" target=_blank&gt;link&lt;/a&gt; to
   to countdown to Transformers movie with trailers, photos and more (from &lt;a href="http://www.yahoo.com/" target=_blank&gt;Yahoo!&lt;/a&gt; site)...
&lt;/p&gt;
&lt;p align=left&gt;
   See you at the theaters...
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=45bff26a-dfe5-4032-ab80-6996f805d78b" /&gt;</description>
      <category>Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=383f6c3c-4e28-42c1-92e9-5b7cfacda7de</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,383f6c3c-4e28-42c1-92e9-5b7cfacda7de.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      After doing great usage with CAPTCHA in my site (when adding comments - if you didn't
      try it I am inviting you to give it a try and add some comments after reading this
      post...), I decided to give some words about it...
   </p>
        <p>
          <strong>
            <u>Some definitions...</u>
          </strong>
          <br />
      a CAPTCHA is a type of challenge-response test used in computing to determine whether
      the user is human, aka "<strong>C</strong>ompletely <strong>A</strong>utomated <strong>P</strong>ublic <strong>T</strong>uring
      test to tell <strong>C</strong>omputers and <strong>H</strong>umans <strong>A</strong>part".
      A CAPTCHA involves one computer (a server) which asks a user to complete a test. While
      the computer is able to generate and grade the test, it is not able to solve the test
      on its own. Because computers are unable to solve the CAPTCHA, any user entering a
      correct solution is presumed to be human.
   </p>
        <p>
      There are several approaches to this CAPTCHA mechanism, that comes to supply the same
      idea of effect (to differ a human user from a computer user of course), like: 
      <br />
      - <a href="http://gs264.sp.cs.cmu.edu/cgi-bin/esp-pix" target="_blank">Carnegie Mellon's
      PIX CAPTCHA</a>, which the user here sees few images and need to differ which one
      is exceptional.<br />
      - <a href="http://www.thepcspy.com/kittenauth" target="_blank">Oli Warner's KittenAuth</a>,
      the user here needs to select all animals of specific speices in the proposed images.<br />
      - <a href="http://research.microsoft.com/asirra" target="_blank">Microsoft's Asirra</a>,
      quite similar to KittenAuth, but works under larger amount of images.
   </p>
        <p>
      Some issues that are important in order of using CAPTCHA in your web site:
   </p>
        <ul>
          <li>
         You must dock the CAPTCHA image/s in a non dominant place in your web site -
         think about it, the CAPTCHA mechanism is comes to help you to avoid bots, not to take
         a central place in your site. 
      </li>
          <li>
         The CAPTCHA image/s supposed to has as much as small weight (something like between
         4 to 8 kb), the site should not be affected from the CAPTCHA image/s creation. I'd
         rather creating the CAPTCHA image/s using HttpHandler that display the image/s from
         an outside mechanism. 
      </li>
          <li>
         The area of the image/s should be appropriate to the site isuue. Images of cats should
         not be appropriate to a government site for example, therefore select the image/s
         properly. 
      </li>
          <li>
         Store the CAPTCHA in a safe place and name them in appropriate names in
         order to use it properly.</li>
        </ul>
        <p>
      OK, what about some implementation? There are a lot of ways to implements this algorithm,
      which is not so complex. You can find a lot of written open source small application
      that implements this CAPTCHA mechanism.
   </p>
        <p>
      In the web application that I am working on at work, we saves all distorted images
      in a DB (and its images' values of course) and grabs it randomally on each request
      of the specific page that holds the CAPTCHA. The distorted image is shown to
      the user and its value is stored in the page viewstate (which is also encripted of
      course).<br />
      After that user enters her input, that value is being validated against the distorted
      image's value and if it's correct, moves on...
   </p>
        <p>
      Do you have more suggestions of CAPTCHA implemetations?
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=383f6c3c-4e28-42c1-92e9-5b7cfacda7de" />
      </body>
      <title>CAPTCHA in web applications</title>
      <guid>http://www.eranachum.com/PermaLink,guid,383f6c3c-4e28-42c1-92e9-5b7cfacda7de.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,383f6c3c-4e28-42c1-92e9-5b7cfacda7de.aspx</link>
      <pubDate>Tue, 29 May 2007 06:14:09 GMT</pubDate>
      <description>&lt;p&gt;
   After doing great usage with CAPTCHA in my site (when adding comments - if you didn't
   try it I am inviting you to give it a try and add some comments after reading this
   post...), I decided to give some words about it...
&lt;/p&gt;
&lt;p&gt;
   &lt;strong&gt;&lt;u&gt;Some definitions...&lt;/u&gt;&lt;/strong&gt;
   &lt;br&gt;
   a CAPTCHA is a type of challenge-response test used in computing to determine whether
   the user is human, aka "&lt;strong&gt;C&lt;/strong&gt;ompletely &lt;strong&gt;A&lt;/strong&gt;utomated &lt;strong&gt;P&lt;/strong&gt;ublic &lt;strong&gt;T&lt;/strong&gt;uring
   test to tell &lt;strong&gt;C&lt;/strong&gt;omputers and &lt;strong&gt;H&lt;/strong&gt;umans &lt;strong&gt;A&lt;/strong&gt;part".
   A CAPTCHA involves one computer (a server) which asks a user to complete a test. While
   the computer is able to generate and grade the test, it is not able to solve the test
   on its own. Because computers are unable to solve the CAPTCHA, any user entering a
   correct solution is presumed to be human.
&lt;/p&gt;
&lt;p&gt;
   There are several approaches to this CAPTCHA mechanism, that comes to supply the same
   idea of effect (to differ a human user from a computer user of course), like: 
   &lt;br&gt;
   - &lt;a href="http://gs264.sp.cs.cmu.edu/cgi-bin/esp-pix" target="_blank"&gt;Carnegie Mellon's
   PIX CAPTCHA&lt;/a&gt;, which the user here sees few images and need to differ which one
   is exceptional.&lt;br&gt;
   - &lt;a href="http://www.thepcspy.com/kittenauth" target=_blank&gt;Oli Warner's KittenAuth&lt;/a&gt;,
   the user here needs to select all animals of specific speices in the proposed images.&lt;br&gt;
   - &lt;a href="http://research.microsoft.com/asirra" target=_blank&gt;Microsoft's Asirra&lt;/a&gt;,
   quite similar to KittenAuth, but works under larger amount of images.
&lt;/p&gt;
&lt;p&gt;
   Some issues that are important in order of using CAPTCHA in your web site:
&lt;/p&gt;
&lt;ul&gt;
   &lt;li&gt;
      You must dock the CAPTCHA image/s in a non dominant place&amp;nbsp;in your web site -
      think about it, the CAPTCHA mechanism is comes to help you to avoid bots, not to take
      a central place in your site. 
   &lt;li&gt;
      The CAPTCHA image/s supposed to&amp;nbsp;has as much as small weight (something like between
      4 to 8 kb), the site should not be affected from the CAPTCHA image/s creation. I'd
      rather creating the CAPTCHA image/s using HttpHandler that display the image/s from
      an outside mechanism. 
   &lt;li&gt;
      The area of the image/s should be appropriate to the site isuue. Images of cats should
      not be appropriate to a government site for example, therefore select the image/s
      properly. 
   &lt;li&gt;
      Store the CAPTCHA in a safe place and name&amp;nbsp;them&amp;nbsp;in appropriate names in
      order&amp;nbsp;to use it properly.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
   OK, what about some implementation? There are a lot of ways to implements this algorithm,
   which is not so complex. You can find a lot of written open source small application
   that implements this CAPTCHA mechanism.
&lt;/p&gt;
&lt;p&gt;
   In the web application that I am working on at work, we saves all distorted images
   in a DB (and its images' values of course) and grabs it randomally on each request
   of the specific page that holds the CAPTCHA. The distorted image is&amp;nbsp;shown&amp;nbsp;to
   the user and its value is stored in the page viewstate (which is also encripted of
   course).&lt;br&gt;
   After that user enters her input, that value is being validated against the distorted
   image's value and if it's correct, moves on...
&lt;/p&gt;
&lt;p&gt;
   Do you have more suggestions of CAPTCHA implemetations?
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=383f6c3c-4e28-42c1-92e9-5b7cfacda7de" /&gt;</description>
      <category>Other;System</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=83f860f0-bbb5-4653-937a-144840bba388</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,83f860f0-bbb5-4653-937a-144840bba388.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      Hey fellows...
   </p>
        <p>
      I wanted to share you with an event that happened these days, my friend - <strong>Oded
      Balilty </strong>won the Pulitzer Prize for his photograph.
   </p>
        <p>
      This is a great honor also to Oded and as well to Israel state of course.
   </p>
        <p>
      This photograph displays a lone settler woman defying Israeli security forces, so
      take a look:
   </p>
        <p align="center">
          <img src="http://www.eranachum.com/content/binary/balilty.600.jpg" border="0" />
        </p>
        <p>
      Well done Oded, keep successing alive...
   </p>
        <p>
      With regards, 
      <br />
      Eran
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=83f860f0-bbb5-4653-937a-144840bba388" />
      </body>
      <title>Oded Balilty - First Israeli ever won Pulitzer Prize for his photograph</title>
      <guid>http://www.eranachum.com/PermaLink,guid,83f860f0-bbb5-4653-937a-144840bba388.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,83f860f0-bbb5-4653-937a-144840bba388.aspx</link>
      <pubDate>Tue, 17 Apr 2007 09:23:20 GMT</pubDate>
      <description>&lt;p&gt;
   Hey fellows...
&lt;/p&gt;
&lt;p&gt;
   I wanted to share you with an event that happened these days, my friend - &lt;strong&gt;Oded
   Balilty &lt;/strong&gt;won the Pulitzer Prize for his photograph.
&lt;/p&gt;
&lt;p&gt;
   This is a great honor also to Oded and as well to Israel state of course.
&lt;/p&gt;
&lt;p&gt;
   This photograph displays a lone settler woman defying Israeli security forces, so
   take a look:
&lt;/p&gt;
&lt;p align=center&gt;
   &lt;img src="http://www.eranachum.com/content/binary/balilty.600.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
   Well done Oded, keep successing alive...
&lt;/p&gt;
&lt;p&gt;
   With regards, 
   &lt;br&gt;
   Eran
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=83f860f0-bbb5-4653-937a-144840bba388" /&gt;</description>
      <category>Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=7eec6ba8-4399-49c8-8334-65c1e4c15940</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,7eec6ba8-4399-49c8-8334-65c1e4c15940.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      Hello guys, how are you?
   </p>
        <p>
      In this post I wanted to talk about some code managing. As we all know (the Microsoft
      environment developers of course...) the 'natural' way, that Microsoft pushes into,
      that exists (if you are working with Visual Studio) is to work against Visual Source
      Safe. In all my (3 years) career progress I was working against this tool, which
      was not so bad, but in fact, it has some disadvantages and problems (do not mention
      the incidents of code losting and lack of doing merging between code files).
   </p>
        <p>
      So, let's talk about the <strong>SubVersion</strong> control system and give
      some overview about this open source and free product. 
      <br /><em>'The goal of the Subversion project is to build a <strong>version control system</strong> that
      is a compelling replacement for CVS in the open source community. The software is
      released under an </em><a href="http://subversion.tigris.org/license-1.html"><em>Apache/BSD-style</em></a><em> open
      source license.</em>' (taken from the SubVersion site).
   </p>
        <p>
      OK, some basics facts:
   </p>
        <ol>
          <li>
            <strong>FREE FREE FREE - </strong>As they claims (in the above paragraph) this product
         is free to use, so you don't need to buy this kind of a tool (if you are lack of money...
         :)) 
      </li>
          <li>
            <strong>Directories, renames, and file meta-data are versioned.</strong> Lack of these
         features is one of the most common complaints against each source control. Subversion
         versions not only file contents and file existence, but also directories, copies,
         and renames. It also allows arbitrary metadata ("properties") to be versioned along
         with any file or directory, and provides a mechanism for versioning the `execute'
         permission flag on files. 
      </li>
          <li>
            <strong>Apache network server option, with WebDAV/DeltaV protocol.</strong> Subversion
         can use the HTTP-based WebDAV/DeltaV protocol for network communications, and the
         Apache web server to provide repository-side network service. This gives Subversion
         an advantage over CVS in interoperability, and provides various key features for free:
         authentication, wire compression, and basic repository browsing. 
      </li>
        </ol>
        <p>
      and more...
   </p>
        <p>
      I found this tool best to use now, because in the existing project that I am
      working on, the work is also overseas (I am working commonly with developers
      in the US), and the only tool that provides that is the SubVersion.<br />
      Another good thing is that I can get as much as I want a file to work on, and even
      if another developer is working on it in the same time, at the end of the work
      SubVersion will know to merge the code in a smart way, which Visual Source Safe run
      into problems occasionally.
   </p>
        <p>
      So, if you want to explore some more details about it and download it you can go to
      the SubVersion site at: <a href="http://subversion.tigris.org/">http://subversion.tigris.org/</a></p>
        <p>
      Comments will be appriciated.
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=7eec6ba8-4399-49c8-8334-65c1e4c15940" />
      </body>
      <title>SubVersion control system... Good bye Visual Source Safe?</title>
      <guid>http://www.eranachum.com/PermaLink,guid,7eec6ba8-4399-49c8-8334-65c1e4c15940.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,7eec6ba8-4399-49c8-8334-65c1e4c15940.aspx</link>
      <pubDate>Mon, 19 Mar 2007 08:57:22 GMT</pubDate>
      <description>&lt;p&gt;
   Hello guys, how are you?
&lt;/p&gt;
&lt;p&gt;
   In this post I wanted to talk about some code managing. As we all know (the Microsoft
   environment developers of course...) the 'natural' way, that Microsoft pushes into,
   that exists (if you are working with Visual Studio) is to work against Visual Source
   Safe. In all my (3 years) career progress I was working&amp;nbsp;against this tool, which
   was not so bad, but in fact, it has&amp;nbsp;some disadvantages and problems (do not mention
   the incidents of code losting and lack of doing merging between code files).
&lt;/p&gt;
&lt;p&gt;
   So,&amp;nbsp;let's talk about the &lt;strong&gt;SubVersion&lt;/strong&gt; control system and give
   some overview about this open source and free product. 
   &lt;br&gt;
   &lt;em&gt;'The goal of the Subversion project is to build a &lt;strong&gt;version control system&lt;/strong&gt; that
   is a compelling replacement for CVS in the open source community. The software is
   released under an &lt;/em&gt;&lt;a href="http://subversion.tigris.org/license-1.html"&gt;&lt;em&gt;Apache/BSD-style&lt;/em&gt;&lt;/a&gt;&lt;em&gt; open
   source license.&lt;/em&gt;' (taken from the SubVersion site).
&lt;/p&gt;
&lt;p&gt;
   OK, some basics facts:
&lt;/p&gt;
&lt;ol&gt;
   &lt;li&gt;
      &lt;strong&gt;FREE FREE FREE - &lt;/strong&gt;As they claims (in the above paragraph) this product
      is free to use, so you don't need to buy this kind of a tool (if you are lack of money...
      :)) 
   &lt;li&gt;
      &lt;strong&gt;Directories, renames, and file meta-data are versioned.&lt;/strong&gt; Lack of these
      features is one of the most common complaints against each source control. Subversion
      versions not only file contents and file existence, but also directories, copies,
      and renames. It also allows arbitrary metadata ("properties") to be versioned along
      with any file or directory, and provides a mechanism for versioning the `execute'
      permission flag on files. 
   &lt;li&gt;
      &lt;strong&gt;Apache network server option, with WebDAV/DeltaV protocol.&lt;/strong&gt; Subversion
      can use the HTTP-based WebDAV/DeltaV protocol for network communications, and the
      Apache web server to provide repository-side network service. This gives Subversion
      an advantage over CVS in interoperability, and provides various key features for free:
      authentication, wire compression, and basic repository browsing. 
   &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
   and more...
&lt;/p&gt;
&lt;p&gt;
   I found this tool&amp;nbsp;best to use now, because in the existing project that I am
   working on, the work&amp;nbsp;is also overseas (I am working commonly with developers
   in the US), and the only&amp;nbsp;tool that provides that is the SubVersion.&lt;br&gt;
   Another good thing is that I can get as much as I want a file to work on, and even
   if&amp;nbsp;another developer is working on it in the same time, at the end of the work
   SubVersion will know to merge the code in a smart way, which Visual Source Safe run
   into problems occasionally.
&lt;/p&gt;
&lt;p&gt;
   So, if you want to explore some more details about it and download it you can go to
   the SubVersion site at: &lt;a href="http://subversion.tigris.org/"&gt;http://subversion.tigris.org/&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
   Comments will be appriciated.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=7eec6ba8-4399-49c8-8334-65c1e4c15940" /&gt;</description>
      <category>.NET 2005;Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=9321cf9f-8bf2-4eb2-8b4b-1df0ef24049b</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,9321cf9f-8bf2-4eb2-8b4b-1df0ef24049b.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      Hey guys, how are you these hot and exhausting days?? I am pretty OK, except for the
      heat...
   </p>
        <p>
      If you didn't hear about the <strong>ReSharper </strong>yet, some words about it: 
      <br /><strong>ReSharper </strong>is an add-on to Visual Studio 2003 and 2005, It comes equipped
      with a rich set of features that greatly increase the productivity of C# and ASP.NET
      developers. With ReSharper you get intelligent coding assistance, on-the-fly error
      highlighting and quick error correction, as well as unmatched support for code refactoring,
      unit testing, and a whole lot more. All of ReSharper's advanced features are available
      right from Visual Studio. 
   </p>
        <p>
      This add-on includes features like: Error Highlighting and Quick-Fixes, Advanced Coding
      Assistance, Numerous Refactorings, Navigation and Search, Unit Testing, ASP.NET Editing,
      NAnt and MS Build Scripts Editing. More details you could read in the link attached
      below.
   </p>
        <p>
      So, you can try using this good add-on by downloading a 30-day evaluation from the <strong><em>jetbrains.com </em></strong>site <a href="http://www.jetbrains.com/resharper/index.html" target="_blank">here</a>,
      and if you will like it I suggest to buy it (on your company account of course :))
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=9321cf9f-8bf2-4eb2-8b4b-1df0ef24049b" />
      </body>
      <title>R# ReSharper 2.0 is ready to download...</title>
      <guid>http://www.eranachum.com/PermaLink,guid,9321cf9f-8bf2-4eb2-8b4b-1df0ef24049b.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,9321cf9f-8bf2-4eb2-8b4b-1df0ef24049b.aspx</link>
      <pubDate>Thu, 24 Aug 2006 07:21:38 GMT</pubDate>
      <description>&lt;p&gt;
   Hey guys, how are you these hot and exhausting days?? I am pretty OK, except for the
   heat...
&lt;/p&gt;
&lt;p&gt;
   If you didn't hear about the &lt;strong&gt;ReSharper &lt;/strong&gt;yet, some words about it: 
   &lt;br&gt;
   &lt;strong&gt;ReSharper &lt;/strong&gt;is an add-on to Visual Studio 2003 and 2005, It comes equipped
   with a rich set of features that greatly increase the productivity of C# and ASP.NET
   developers. With ReSharper you get intelligent coding assistance, on-the-fly error
   highlighting and quick error correction, as well as unmatched support for code refactoring,
   unit testing, and a whole lot more. All of ReSharper's advanced features are available
   right from Visual Studio. 
&lt;/p&gt;
&lt;p&gt;
   This add-on includes features like: Error Highlighting and Quick-Fixes, Advanced Coding
   Assistance, Numerous Refactorings, Navigation and Search, Unit Testing, ASP.NET Editing,
   NAnt and MS Build Scripts Editing. More details you could read in the link attached
   below.
&lt;/p&gt;
&lt;p&gt;
   So, you can try using this good add-on by downloading a 30-day evaluation from the &lt;strong&gt;&lt;em&gt;jetbrains.com &lt;/em&gt;&lt;/strong&gt;site &lt;a href="http://www.jetbrains.com/resharper/index.html" target=_blank&gt;here&lt;/a&gt;,
   and if you will like it I suggest to buy it (on your company account of course :))
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=9321cf9f-8bf2-4eb2-8b4b-1df0ef24049b" /&gt;</description>
      <category>.NET 2005;Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=caa9f039-beaf-4f7e-8ca6-9c454db6a85d</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,caa9f039-beaf-4f7e-8ca6-9c454db6a85d.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      This post refers to all of you that holds a personal site or administrates sites and
      wants to know some analytics and statitctics about site fraffic.
   </p>
        <p>
      Google (the amazing...) came out with very sophisticated site analytics tool that
      can tell you "everything you want to know about how your visitors found you and how
      they interact with your site. You'll be able to focus your marketing resources on
      campaigns and initiatives, and improve your site to convert more visitors" <span style="FONT-SIZE: 10px">(Google's
      qoute).</span></p>
        <p>
          <span style="FONT-SIZE: 10px">
          </span>
        </p>
        <p>
      I had very impressed, initially, of the user's interface graphic design and the diverse
      statistic summaries, and the most valuable thing here is that, this is very easy to
      implement - you need to add small script to your site and that's it!!!
   </p>
        <p>
      For more info you can try it <a href="http://www.google.com/analytics" target="_blank">here</a>.
      I already inserted the script code on my differents sites.
   </p>
        <p>
      Bye for now...
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=caa9f039-beaf-4f7e-8ca6-9c454db6a85d" />
      </body>
      <title>Sophisticated Site Analytics by Google</title>
      <guid>http://www.eranachum.com/PermaLink,guid,caa9f039-beaf-4f7e-8ca6-9c454db6a85d.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,caa9f039-beaf-4f7e-8ca6-9c454db6a85d.aspx</link>
      <pubDate>Tue, 20 Jun 2006 05:51:25 GMT</pubDate>
      <description>&lt;p&gt;
   This post refers to all of you that holds a personal site or administrates sites and
   wants to know some analytics and statitctics about site fraffic.
&lt;/p&gt;
&lt;p&gt;
   Google (the amazing...) came out with very sophisticated site analytics tool that
   can tell you "everything you want to know about how your visitors found you and how
   they interact with your site. You'll be able to focus your marketing resources on
   campaigns and initiatives, and improve your site to convert more visitors" &lt;span style="FONT-SIZE: 10px"&gt;(Google's
   qoute).&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
   &lt;span style="FONT-SIZE: 10px"&gt;&gt;
&lt;/p&gt;
&lt;p&gt;
   &gt;I had very impressed, initially, of the user's interface graphic design and the diverse
   statistic summaries, and the most valuable thing here is that, this is very easy to
   implement - you need to add small script to your site and that's it!!!
&lt;/p&gt;
&lt;p&gt;
   For more info you can try it &lt;a href="http://www.google.com/analytics" target=_blank&gt;here&lt;/a&gt;.
   I already inserted the script code on my differents sites.
&lt;/p&gt;
&lt;p&gt;
   Bye for now...
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=caa9f039-beaf-4f7e-8ca6-9c454db6a85d" /&gt;</description>
      <category>Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=392f1110-0e46-4b99-a783-53593608a673</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,392f1110-0e46-4b99-a783-53593608a673.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      Hello!
   </p>
        <p>
      Today my blog has ranked on google for the first time, everything is a result of good
      SEO (Search Engines Optimization) actions on my web site..
   </p>
        <p>
      Try to find me :)
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=392f1110-0e46-4b99-a783-53593608a673" />
      </body>
      <title>First Google rank...</title>
      <guid>http://www.eranachum.com/PermaLink,guid,392f1110-0e46-4b99-a783-53593608a673.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,392f1110-0e46-4b99-a783-53593608a673.aspx</link>
      <pubDate>Thu, 15 Jun 2006 12:35:13 GMT</pubDate>
      <description>&lt;p&gt;
   Hello!
&lt;/p&gt;
&lt;p&gt;
   Today my blog has ranked on google for the first time, everything is a result of good
   SEO (Search Engines Optimization) actions on my web site..
&lt;/p&gt;
&lt;p&gt;
   Try to find me :)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=392f1110-0e46-4b99-a783-53593608a673" /&gt;</description>
      <category>Other</category>
    </item>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=570d618c-3c8f-49ab-8758-0b203fe1fd92</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,570d618c-3c8f-49ab-8758-0b203fe1fd92.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      While searching for new features and products from Microsoft's breeding ground, I
      discussed with my team leader <a href="http://www.kenegozi.com/blog" target="_blank">Egozi</a>, about
      nice advanced graphical editor that will be easy to use (not like professional editors
      and studios like: Photo Shop or FreeHand etc...) to design simple and well graphically
      designed web controls, like buttons, tabs, tables, grids and more... I wanted a nice
      graphical editor to create the above controls to be well designed and interactive
      for my private 'developing at home' application - <a href="http://www.haverut.co.il/"><strong>Haverut.co.il</strong></a>.
   </p>
        <p>
      He introduced me the <strong>Microsoft Expression</strong> tool (or product, call
      it whatever you like...). This product is still in BETA version but it works fine
      (for the most features I've tried). 
      <br />
      The Product contains 3 tools: 
   </p>
        <ul>
          <li>
         Graphic Designer 
      </li>
          <li>
         Interactive Designer 
      </li>
          <li>
         Web Designer</li>
        </ul>
        <p>
      I will focus on the Web Designer CTP1 (Community Technologhy Tool)!<br />
      This tool is very easy to use and supplies you greater flexibility to create
      sophisticated applications and contents. It contains nice code editor, that
      enables you to write code easily (with extended and comprehensive intellisense), sophisticaed
      CSS-based layouts, rich data presentation and more.
   </p>
        <p>
      I played a little bit with that and created nice designed interactive button, that
      on hover and on click changes its color and design.
   </p>
        <p>
          <table cellspacing="0" cellpadding="5" border="0">
            <tbody>
              <tr>
                <td>
                  The regular design of the button:</td>
                <td>
                  <img src="http://www.eranachum.com/content/binary/button2.gif" border="0" />
                </td>
              </tr>
              <tr>
                <td>
                  The on mouse over design of the button:</td>
                <td>
                  <img src="http://www.eranachum.com/content/binary/button3.gif" border="0" />
                </td>
              </tr>
              <tr>
                <td>
                  The on mouse click design of the button:</td>
                <td>
                  <img src="http://www.eranachum.com/content/binary/button4.gif" border="0" />
                </td>
              </tr>
            </tbody>
          </table>
        </p>
        <p>
      And the coolest thing with this button creation is that you don't need to upload images
      or to create the javascript methods and CSS layouts, you design the button only with
      the graphical designer and saves the content - the tool generates the code automaticlly
      and creates the GIF or JPEG files and CSS code.
   </p>
        <p>
      So go and download this, just play with it from: <a href="http://www.microsoft.com/products/expression/en/default.mspx">http://www.microsoft.com/products/expression/en/default.mspx</a></p>
        <p>
      Bye for now...
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=570d618c-3c8f-49ab-8758-0b203fe1fd92" />
      </body>
      <title>Microsoft new product - Microsoft Expression, and its FREE (for now...)</title>
      <guid>http://www.eranachum.com/PermaLink,guid,570d618c-3c8f-49ab-8758-0b203fe1fd92.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,570d618c-3c8f-49ab-8758-0b203fe1fd92.aspx</link>
      <pubDate>Wed, 14 Jun 2006 06:45:41 GMT</pubDate>
      <description>&lt;p&gt;
   While searching for new features and products from Microsoft's breeding ground, I
   discussed with my team leader &lt;a href="http://www.kenegozi.com/blog" target=_blank&gt;Egozi&lt;/a&gt;,&amp;nbsp;about
   nice advanced graphical editor that will be easy to use (not like professional editors
   and studios like: Photo Shop or FreeHand etc...) to design simple and well graphically
   designed web controls, like buttons, tabs, tables, grids and more... I wanted a nice
   graphical editor to create the above controls to be well designed and&amp;nbsp;interactive
   for my private 'developing at home'&amp;nbsp;application - &lt;a href="http://www.haverut.co.il/"&gt;&lt;strong&gt;Haverut.co.il&lt;/strong&gt;&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
   He introduced me the &lt;strong&gt;Microsoft Expression&lt;/strong&gt; tool (or product, call
   it whatever you like...). This product is still in BETA version but it works fine
   (for the most features I've tried). 
   &lt;br&gt;
   The Product contains 3 tools: 
&lt;/p&gt;
&lt;ul&gt;
   &lt;li&gt;
      Graphic Designer 
   &lt;li&gt;
      Interactive Designer 
   &lt;li&gt;
      Web Designer&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
   I will focus on the Web Designer CTP1 (Community Technologhy Tool)!&lt;br&gt;
   This tool is&amp;nbsp;very easy to use and supplies you greater flexibility to create
   sophisticated applications and contents.&amp;nbsp;It&amp;nbsp;contains nice code editor, that
   enables you to write code easily (with extended and comprehensive intellisense), sophisticaed
   CSS-based layouts, rich data presentation and more.
&lt;/p&gt;
&lt;p&gt;
   I played a little bit with that and created nice designed interactive button, that
   on hover and on click changes its color and design.
&lt;/p&gt;
&lt;p&gt;
   &lt;table cellspacing=0 cellpadding=5 border=0&gt;
      &lt;tbody&gt;
         &lt;tr&gt;
            &lt;td&gt;
               The regular design of the button:&lt;/td&gt;
            &lt;td&gt;
               &lt;img src="http://www.eranachum.com/content/binary/button2.gif" border=0&gt;&lt;/td&gt;
         &lt;/tr&gt;
         &lt;tr&gt;
            &lt;td&gt;
               The on mouse over design of the button:&lt;/td&gt;
            &lt;td&gt;
               &lt;img src="http://www.eranachum.com/content/binary/button3.gif" border=0&gt;&lt;/td&gt;
         &lt;/tr&gt;
         &lt;tr&gt;
            &lt;td&gt;
               The on mouse click design of the button:&lt;/td&gt;
            &lt;td&gt;
               &lt;img src="http://www.eranachum.com/content/binary/button4.gif" border=0&gt;&lt;/td&gt;
         &lt;/tr&gt;
      &lt;/tbody&gt;
   &lt;/table&gt;
&lt;/p&gt;
&lt;p&gt;
   And the coolest thing with this button creation is that you don't need to upload&amp;nbsp;images
   or to create the javascript methods and CSS layouts, you design the button only with
   the graphical designer and saves the content - the tool generates the code automaticlly
   and creates the GIF or JPEG files and CSS code.
&lt;/p&gt;
&lt;p&gt;
   So go and download this, just play with it from: &lt;a href="http://www.microsoft.com/products/expression/en/default.mspx"&gt;http://www.microsoft.com/products/expression/en/default.mspx&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
   Bye for now...
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=570d618c-3c8f-49ab-8758-0b203fe1fd92" /&gt;</description>
      <category>Other</category>
    </item>
  </channel>
</rss>