<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Posts on WaYdotNET --&gt; WEB AND DEVOPS</title>
    <link>https://www.waydotnet.com/posts/</link>
    <description>Recent content in Posts on WaYdotNET --&gt; WEB AND DEVOPS</description>
    <image>
      <title>WaYdotNET --&gt; WEB AND DEVOPS</title>
      <url>https://www.waydotnet.com/waydotnet_small.jpeg</url>
      <link>https://www.waydotnet.com/waydotnet_small.jpeg</link>
    </image>
    <generator>Hugo -- 0.147.2</generator>
    <language>en</language>
    <lastBuildDate>Tue, 30 Dec 2025 08:16:20 +0000</lastBuildDate>
    <atom:link href="https://www.waydotnet.com/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Profiler Powered by Scalene: AI-Powered Python Profiling in Cursor</title>
      <link>https://www.waydotnet.com/posts/profiler-powered-by-scalene-extension/</link>
      <pubDate>Tue, 30 Dec 2025 08:16:20 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/profiler-powered-by-scalene-extension/</guid>
      <description>A VSCode/Cursor extension that brings AI-powered CPU, GPU, and memory profiling
to Python developers with built-in viewers and memory leak detection.</description>
    </item>
    <item>
      <title>Minimal Git file history: Navigate Git History Like a Pro</title>
      <link>https://www.waydotnet.com/posts/minimal-git-file-history-extension/</link>
      <pubDate>Tue, 04 Nov 2025 07:32:44 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/minimal-git-file-history-extension/</guid>
      <description>A VSCode/Cursor extension that brings comprehensive Git file history navigation,
diff viewing, and blame annotations - inspired by JetBrains IDEs.</description>
    </item>
    <item>
      <title>Zen Generator: A bidirectional Python code generator</title>
      <link>https://www.waydotnet.com/posts/zen-generator-bidirectional-python-code-generator/</link>
      <pubDate>Thu, 13 Mar 2025 12:19:38 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/zen-generator-bidirectional-python-code-generator/</guid>
      <description>Zen Generator converte AsyncAPI 3.0 in codice Python e viceversa.
Modulare ed estensibile, semplifica lo sviluppo di microservizi.</description>
    </item>
    <item>
      <title>Zero waste: trucchi per riciclare (la memoria) meglio</title>
      <link>https://www.waydotnet.com/posts/2024-06-16-zero-waste-trucchi-per-riciclare-la-memoria-meglio/</link>
      <pubDate>Sun, 16 Jun 2024 09:11:51 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/2024-06-16-zero-waste-trucchi-per-riciclare-la-memoria-meglio/</guid>
      <description>Zero waste: trucchi per riciclare (la memoria) meglio</description>
    </item>
    <item>
      <title>Coding to interfaces: Structural Subtyping in Python</title>
      <link>https://www.waydotnet.com/posts/2024-06-15-coding-to-interfaces-structural-subtyping-in-python/</link>
      <pubDate>Sat, 15 Jun 2024 09:26:55 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/2024-06-15-coding-to-interfaces-structural-subtyping-in-python/</guid>
      <description>Separare l’interfaccia dall’implementazione, una delle regole d’oro dell’OOP. Come applicarla in un linguaggio tipizzato dinamicamente come Python? Un’introduzione allo Structural Subtyping e all’utilizzo dei Protocol</description>
    </item>
    <item>
      <title>Use Sqlite Instead of Db in Memory to Verify Foreign Key</title>
      <link>https://www.waydotnet.com/posts/2024-06-15-use-sqlite-instead-of-db-in-memory-to-verify-foreign-key-constrains/</link>
      <pubDate>Sat, 15 Jun 2024 09:15:51 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/2024-06-15-use-sqlite-instead-of-db-in-memory-to-verify-foreign-key-constrains/</guid>
      <description>Use Sqlite Instead of Db in Memory to Verify Foreign Key Constrains</description>
    </item>
    <item>
      <title>Use Padrino and sprockets with sprockets-helpers</title>
      <link>https://www.waydotnet.com/posts/use-padrino-and-sprockets-with-sprockets-helpers/</link>
      <pubDate>Fri, 14 Jun 2024 15:01:58 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/use-padrino-and-sprockets-with-sprockets-helpers/</guid>
      <description>&lt;p&gt;Thanks to &lt;a href=&#34;https://twitter.com/arthur_chiu&#34;&gt;@arthur_chiu&lt;/a&gt; and &lt;a href=&#34;http://arthurchiu.com/posts/20130328-sprockets_bower_padrino&#34;&gt;his post&lt;/a&gt; on how to integrate &lt;a href=&#34;https://github.com/sstephenson/sprockets&#34;&gt;sprockets&lt;/a&gt; in &lt;a href=&#34;http://www.padrinorb.com/&#34;&gt;Padrino&lt;/a&gt; with &lt;a href=&#34;https://github.com/petebrowne/sprockets-helpers&#34;&gt;sprockets-helpers&lt;/a&gt;, i&amp;rsquo;ve create my version :D:D:D:D 1) Create padrino-sprockets in &lt;strong&gt;config/sprockets.rb&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-ruby&#34; data-lang=&#34;ruby&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;module&lt;/span&gt; &lt;span class=&#34;nn&#34;&gt;Padrino::Sprockets&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;k&#34;&gt;def&lt;/span&gt; &lt;span class=&#34;nc&#34;&gt;self&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nf&#34;&gt;registered&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;base&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;base&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;set&lt;/span&gt; &lt;span class=&#34;ss&#34;&gt;:sprockets&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;no&#34;&gt;Sprockets&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;no&#34;&gt;Environment&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;new&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;no&#34;&gt;Padrino&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;root&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;c1&#34;&gt;# Add folder&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;base&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sprockets&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;append_path&lt;/span&gt; &lt;span class=&#34;s1&#34;&gt;&amp;#39;assets/javascripts&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;base&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sprockets&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;append_path&lt;/span&gt; &lt;span class=&#34;s1&#34;&gt;&amp;#39;assets/stylesheets&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;base&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sprockets&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;append_path&lt;/span&gt; &lt;span class=&#34;s1&#34;&gt;&amp;#39;assets/images&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;base&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;set&lt;/span&gt; &lt;span class=&#34;ss&#34;&gt;:digest_assets&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;kp&#34;&gt;true&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;c1&#34;&gt;# compress file&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;no&#34;&gt;PADRINO_ENV&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;==&lt;/span&gt; &lt;span class=&#34;s1&#34;&gt;&amp;#39;development&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;n&#34;&gt;base&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sprockets&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;js_compressor&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;no&#34;&gt;Uglifier&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;new&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;ss&#34;&gt;mangle&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;kp&#34;&gt;true&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;n&#34;&gt;base&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sprockets&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;css_compressor&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;no&#34;&gt;YUI&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;no&#34;&gt;CssCompressor&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;new&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;end&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;c1&#34;&gt;# sprockets-helpers&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;n&#34;&gt;base&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;helpers&lt;/span&gt; &lt;span class=&#34;no&#34;&gt;Sprockets&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;no&#34;&gt;Helpers&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;c1&#34;&gt;# We can configure \`sprockets-helpers\` to find the correct assets for us.&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;no&#34;&gt;Sprockets&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;no&#34;&gt;Helpers&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;configure&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;do&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;config&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;n&#34;&gt;manifest_path&lt;/span&gt;      &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;no&#34;&gt;File&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;join&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;no&#34;&gt;Padrino&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;root&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;public&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;assets&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;manifest.json&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;n&#34;&gt;config&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;environment&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;base&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sprockets&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;n&#34;&gt;config&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;prefix&lt;/span&gt;      &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s1&#34;&gt;&amp;#39;/assets&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;n&#34;&gt;config&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;manifest&lt;/span&gt;    &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;no&#34;&gt;Sprockets&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;no&#34;&gt;Manifest&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;new&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;base&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sprockets&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;manifest_path&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;n&#34;&gt;config&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;digest&lt;/span&gt;      &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;kp&#34;&gt;true&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;n&#34;&gt;config&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;public&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;_path&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;base&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;public&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;_folder&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;end&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;c1&#34;&gt;# call sprockets :D&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;no&#34;&gt;PADRINO_ENV&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;==&lt;/span&gt; &lt;span class=&#34;s1&#34;&gt;&amp;#39;development&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;n&#34;&gt;base&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;get&lt;/span&gt; &lt;span class=&#34;s1&#34;&gt;&amp;#39;/assets/*splat&amp;#39;&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;do&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;env&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;PATH_INFO&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;].&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;gsub!&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;sr&#34;&gt;%r{A/?assets}&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s1&#34;&gt;&amp;#39;&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;settings&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sprockets&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;call&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;env&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;k&#34;&gt;end&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;end&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;k&#34;&gt;end&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;end&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;no&#34;&gt;In&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;this&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;file&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;you&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;need&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;add&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;all&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;your&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;asset&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;s folder.. 2) Load this file at startup application: **config/boot.rb**
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;\# after this line
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;Bundler.require(:default, PADRINO_ENV)
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;\# add this
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;require Padrino.root(&amp;#39;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;config&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sprockets&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;)
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;1) register Padrino::Sprockets in your application
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;Module Foo
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;  class App &amp;lt; Padrino::Application
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;   register Padrino::Sprockets
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;  end
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;end
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;4) Use js,css sprockets version in you layout, es: **layout.slim**
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;link href= stylesheet_path(&amp;#39;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;app&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;) media=&amp;#34;screen&amp;#34; type=&amp;#34;text/css&amp;#34; rel=&amp;#34;stylesheet&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;instead
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;= stylesheet\_link\_tag :app
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;5) Use Rakefile to create asstes to pre-compilation :D:D
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;PADRINO\_ENV  = ENV\[&amp;#39;&lt;/span&gt;&lt;span class=&#34;no&#34;&gt;PADRINO&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;_ENV&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;\] ||= ENV\[&amp;#39;&lt;/span&gt;&lt;span class=&#34;no&#34;&gt;RACK&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;_ENV&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;\] ||= &amp;#39;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;development&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;  unless defined?(PADRINO\_ENV)
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;require &amp;#39;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;bundler&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;setup&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;require &amp;#39;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;padrino&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;core&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;cli&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;rake&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;require &amp;#39;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sprockets&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/../&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;rake&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sprocketstask&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt; Bundler.require(PADRINO_ENV)
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;require File.expand\_path(&amp;#34;../config/boot.rb&amp;#34;, \_\_FILE__)
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;PadrinoTasks.use(:database)
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;PadrinoTasks.use(:minirecord)
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;PadrinoTasks.init
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;\# Use fake application 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;module FakeSprock
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;  class App &amp;lt; Padrino::Application
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;    register Padrino::Sprockets
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;  end
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;end
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;SPROCKETS = FakeSprock::App.sprockets
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;\# or your real app name
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;\# SPROCKETS = RealAppName::App.sprockets
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;Rake::SprocketsTask.new do |t|
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;  manifest_path = File.join(Padrino.root,&amp;#39;&lt;/span&gt;&lt;span class=&#34;kp&#34;&gt;public&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;,&amp;#39;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;assets&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;)
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;  t.environment = SPROCKETS
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s1&#34;&gt;  t.output      = File.join(Padrino.root,&amp;#39;&lt;/span&gt;&lt;span class=&#34;kp&#34;&gt;public&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;,&amp;#39;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;assets&lt;/span&gt;&lt;span class=&#34;err&#34;&gt;&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;n&#34;&gt;t&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;manifest&lt;/span&gt;    &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;no&#34;&gt;Sprockets&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;no&#34;&gt;Manifest&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;new&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;no&#34;&gt;SPROCKETS&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;manifest_path&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;n&#34;&gt;t&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;assets&lt;/span&gt;      &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;sx&#34;&gt;%w\[app.js app.css *.png *.gif *.jpg\&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;end&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;and call it with&lt;/p&gt;</description>
    </item>
    <item>
      <title>Padrino 0.11.0 Released - Padrino Lives!</title>
      <link>https://www.waydotnet.com/posts/padrino-0-11-0-released-padrino-lives/</link>
      <pubDate>Sat, 23 Mar 2013 12:24:58 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/padrino-0-11-0-released-padrino-lives/</guid>
      <description>&lt;p&gt;The Padrino team is very pleased to finally be able to announce the 0.11.0 release of the Padrino Framework! We have been working on this release for almost a year now and we have had dozens of contributors helping us stabilize Padrino. We know our release cycle got out whack and this version took too long to release. We all take accountability for that and will work to pick up release momentum and release patch and minor versions more often. Since our 0.10.7 release, development on Padrino has been moving forward very actively and as such this is probably our biggest release in terms of code modified and issues resolved that we have had in years. We are very proud of this release which includes several major improvements: 1) Totally Redesigned Admin 2) New brand identity on the way 3) Upgraded Sinatra and http_router 4) CSRF Form Protection 5) ActiveSupport::SafeBuffer 6) New Rakefile format 7) Gemified Apps 8) Performance Tools 9) App Namespacing 10) Project Modules 11) Optimized Reloader &lt;a href=&#34;http://www.padrinorb.com/blog/padrino-0-11-0-released-padrino-lives&#34;&gt;http://www.padrinorb.com/blog/padrino-0-11-0-released-padrino-lives&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Usage ImageSorcery with CarrierWave by gem</title>
      <link>https://www.waydotnet.com/posts/usage-imagesorcery-with-carrierwave-by-gem/</link>
      <pubDate>Wed, 22 Aug 2012 16:17:04 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/usage-imagesorcery-with-carrierwave-by-gem/</guid>
      <description>&lt;h1 id=&#34;carrierwaveimagesorcery&#34;&gt;CarrierWave::ImageSorcery&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/WaYdotNET/carrierwave-imagesorcery&#34;&gt;https://github.com/WaYdotNET/carrierwave-imagesorcery&lt;/a&gt; Additional processing to use &lt;a href=&#34;https://github.com/EricR/image_sorcery&#34;&gt;ImageSorcery&lt;/a&gt; into &lt;a href=&#34;https://github.com/jnicklas/carrierwave&#34;&gt;CarrierWave&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;installation&#34;&gt;&lt;a href=&#34;https://github.com/WaYdotNET/carrierwave-imagesorcery#installation&#34;&gt;&lt;/a&gt;Installation&lt;/h2&gt;
&lt;p&gt;Add this line to your application&amp;rsquo;s Gemfile:&lt;/p&gt;
&lt;p&gt;gem &amp;lsquo;carrierwave-imagesorcery&amp;rsquo;&lt;/p&gt;
&lt;p&gt;And then execute:&lt;/p&gt;
&lt;p&gt;$ bundle&lt;/p&gt;
&lt;p&gt;Or install it yourself as:&lt;/p&gt;
&lt;p&gt;$ gem install carrierwave-imagesorcery&lt;/p&gt;
&lt;h2 id=&#34;usage&#34;&gt;&lt;a href=&#34;https://github.com/WaYdotNET/carrierwave-imagesorcery#usage&#34;&gt;&lt;/a&gt;Usage&lt;/h2&gt;
&lt;p&gt;To use those, you should include specified module (ImageSorcery) into your uploader and use processors:&lt;/p&gt;
&lt;p&gt;class AvatarUploader &amp;lt; CarrierWave::Uploader::Base
include CarrierWave::ImageSorcery
&amp;hellip;..&lt;/p&gt;
&lt;p&gt;end&lt;/p&gt;
&lt;h2 id=&#34;method-implemented&#34;&gt;&lt;a href=&#34;https://github.com/WaYdotNET/carrierwave-imagesorcery#method-implemented&#34;&gt;&lt;/a&gt;Method implemented&lt;/h2&gt;
&lt;p&gt;convert
dimensions
resize_to_limit
resize_to_fit
resize_to_fill
resize_and_pad&lt;/p&gt;
&lt;h2 id=&#34;example&#34;&gt;&lt;a href=&#34;https://github.com/WaYdotNET/carrierwave-imagesorcery#example&#34;&gt;&lt;/a&gt;Example&lt;/h2&gt;
&lt;p&gt;class Uploader &amp;lt; CarrierWave::Uploader::Base&lt;/p&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;p&gt;# Image manipulator library:
include CarrierWave::ImageSorcery&lt;/p&gt;</description>
    </item>
    <item>
      <title>The library is a simple API in Ruby for Microsoft Translator V2</title>
      <link>https://www.waydotnet.com/posts/the-library-is-a-simple-api-in-ruby-for-microsoft-translator-v2/</link>
      <pubDate>Tue, 13 Mar 2012 12:20:11 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/the-library-is-a-simple-api-in-ruby-for-microsoft-translator-v2/</guid>
      <description>&lt;h1 id=&#34;mstranslate&#34;&gt;MsTranslate&lt;/h1&gt;
&lt;p&gt;The library is a simple API in Ruby for Microsoft Translator V2 The Microsoft Translator services can be used in web or client applications to perform language translation operations. The services support users who are not familiar with the default language of a page or application, or those desiring to communicate with people of a different language group.&lt;/p&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation&lt;/h2&gt;
&lt;p&gt;Add this line to your application&amp;rsquo;s Gemfile:&lt;/p&gt;
&lt;p&gt;gem &amp;lsquo;ms_translate&amp;rsquo;&lt;/p&gt;
&lt;p&gt;And then execute:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Padrino-admin Twitter Bootstrap v2.0 is ready</title>
      <link>https://www.waydotnet.com/posts/padrino-admin-twitter-bootstrap-v2-0-is-ready/</link>
      <pubDate>Thu, 02 Feb 2012 16:42:21 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/padrino-admin-twitter-bootstrap-v2-0-is-ready/</guid>
      <description>&lt;h2 id=&#34;padrino-admin-twitterbootstrap-20&#34;&gt;(Padrino Admin TwitterBootstrap 2.0)&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Padrino-Modal: rack-flash and delete function into modal :D&lt;/li&gt;
&lt;li&gt;highlights error field&lt;/li&gt;
&lt;li&gt;tof helper: Automatic replace true or false with relative image (list.slim and list.haml)&lt;/li&gt;
&lt;li&gt;Breadcrumbs&lt;/li&gt;
&lt;li&gt;Automatic time_ago_in_words when column model is created_at or updated_at&lt;/li&gt;
&lt;li&gt;Migrate function for MiniRecord&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;padrino-modal&#34;&gt;Padrino-Modal&lt;/h4&gt;
&lt;p&gt;All result from rack-flash and delete request, now is automatic insert into modal javascript plugin &lt;img loading=&#34;lazy&#34; src=&#34;http://padrino.waydotnet.com/images/modal1.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://a248.e.akamai.net/assets.github.com/img/d52f1512d86c930f050e9c727a77da1bc6d000f4/687474703a2f2f70616472696e6f2e776179646f746e65742e636f6d2f696d616765732f6d6f64616c322e6a7067&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://a248.e.akamai.net/assets.github.com/img/4fc6e01855b98d169072863a60c61afed151d406/687474703a2f2f70616472696e6f2e776179646f746e65742e636f6d2f696d616765732f6d6f64616c332e6a7067&#34;&gt;&lt;/p&gt;
&lt;h4 id=&#34;highlights-error-field&#34;&gt;highlights error field&lt;/h4&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://a248.e.akamai.net/assets.github.com/img/4bb69b77cc380bae0230aed979240c0eed018eca/687474703a2f2f70616472696e6f2e776179646f746e65742e636f6d2f696d616765732f6572726f722e6a7067&#34;&gt;&lt;/p&gt;
&lt;h4 id=&#34;tof_helper&#34;&gt;tof_helper&lt;/h4&gt;
&lt;p&gt;Automatic replace true or false with relative image (list.slim and list.haml) &lt;img loading=&#34;lazy&#34; src=&#34;https://a248.e.akamai.net/assets.github.com/img/d7573ebca61b8e84d6af1611bf8b93035f8ff880/687474703a2f2f70616472696e6f2e776179646f746e65742e636f6d2f696d616765732f746f662e6a7067&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Padrino Admin another new layout (based on Twitter Bootstrap v2.0-wip)</title>
      <link>https://www.waydotnet.com/posts/padrino-admin-another-new-layout-based-on-twitter-bootstrap-v2-0-wip/</link>
      <pubDate>Mon, 30 Jan 2012 19:11:36 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/padrino-admin-another-new-layout-based-on-twitter-bootstrap-v2-0-wip/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://glowing-leaf-7114.heroku.com/admin/&#34;&gt;http://glowing-leaf-7114.heroku.com/admin/&lt;/a&gt; user: &lt;a href=&#34;mailto:test@padrinorb.com&#34;&gt;test@padrinorb.com&lt;/a&gt; pass: test PLEASE DON&amp;rsquo;T CHANGE LOGIN/PASSWORD&lt;/p&gt;
&lt;h2 id=&#34;additional-feature&#34;&gt;Additional feature:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;✔ Padrino-Modal: rack-flash and delete function into modal :D&lt;/li&gt;
&lt;li&gt;✔ highlights error field&lt;/li&gt;
&lt;li&gt;✔ tof helper: Automatic replace true or false with relative image (list.slim and list.haml)&lt;/li&gt;
&lt;li&gt;✔ Breadcrumbs&lt;/li&gt;
&lt;li&gt;✔ Automatic time_ago_in_words when column model is created_at or updated_at&lt;/li&gt;
&lt;li&gt;✔ Migrate function for MiniRecord&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;clone my repository and enjoy :D&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/WaYdotNET/padrino-framework&#34;&gt;https://github.com/WaYdotNET/padrino-framework&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;See the code and comment please !!!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Padrino Admin new layout</title>
      <link>https://www.waydotnet.com/posts/padrino-admin-new-layout/</link>
      <pubDate>Mon, 24 Oct 2011 10:04:13 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/padrino-admin-new-layout/</guid>
      <description>&lt;p&gt;Hi to all, i&amp;rsquo;ve publish my version of padrino admin&amp;hellip; based on Twitter Bootstrap &lt;strong&gt;Login page&lt;/strong&gt;: &lt;a href=&#34;http://waydotnet-waydotnet.skillask.com/wp-content/uploads/2011/10/login.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://waydotnet-waydotnet.skillask.com/wp-content/uploads/2011/10/login-300x210.jpg&#34; title=&#34;Padrino Login page&#34;&gt;&lt;/a&gt;                     &lt;strong&gt;Welcome page&lt;/strong&gt; &lt;a href=&#34;http://waydotnet-waydotnet.skillask.com/wp-content/uploads/2011/10/dashboard.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://waydotnet-waydotnet.skillask.com/wp-content/uploads/2011/10/dashboard-300x145.jpg&#34; title=&#34;Welcome page&#34;&gt;&lt;/a&gt;   &lt;strong&gt;List user&lt;/strong&gt;: &lt;a href=&#34;http://waydotnet-waydotnet.skillask.com/wp-content/uploads/2011/10/list_user.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://waydotnet-waydotnet.skillask.com/wp-content/uploads/2011/10/list_user-300x111.jpg&#34; title=&#34;list_user&#34;&gt;&lt;/a&gt;   clone my repository and enjoy :D&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/WaYdotNET/padrino-framework&#34;&gt;https://github.com/WaYdotNET/padrino-framework&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;comment please :P&lt;/p&gt;</description>
    </item>
    <item>
      <title>CoffeScript (1.1.1) on Windows: simple method !</title>
      <link>https://www.waydotnet.com/posts/coffescript-1-1-1-on-windows-simple-method/</link>
      <pubDate>Fri, 10 Jun 2011 09:03:03 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/coffescript-1-1-1-on-windows-simple-method/</guid>
      <description>&lt;h1 id=&#34;coffescript-111-on-windows-simple-method-&#34;&gt;&lt;strong&gt;CoffeScript (1.1.1) on Windows: simple method !&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;Inspiration: &lt;a href=&#34;http://blog.mnasyrov.com/post/2872046541/coffeescript-on-windows-how-to-roast-coffee&#34;&gt;http://blog.mnasyrov.com/post/2872046541/coffeescript-on-windows-how-to-roast-coffee&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To use CoffeScript you need:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Node.js&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CoffeeScript&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Batch file to run CoffeeScript&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2 id=&#34;step-1-nodejs&#34;&gt;STEP 1: Node.js&lt;/h2&gt;
&lt;p&gt;  I&amp;rsquo;m very very lazy dev&amp;hellip; :D And i don&amp;rsquo;t recompile NodeJs into Windows&amp;hellip;.. but I&amp;rsquo;m using v0.4.7 from &lt;a href=&#34;http://node-js.prcn.co.cc/&#34;&gt;http://node-js.prcn.co.cc/&lt;/a&gt; [many thx] and install into:&lt;/p&gt;
&lt;p&gt;D:&amp;gt;cd ToolsNodeJsbin&lt;/p&gt;
&lt;p&gt;D:ToolsNodeJsbin&amp;gt;node &amp;ndash;version
v0.4.7&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2 id=&#34;step-2-coffeescript&#34;&gt;STEP 2: CoffeeScript&lt;/h2&gt;
&lt;p&gt;  Use the last version , grab it from &lt;a href=&#34;https://github.com/jashkenas/coffee-script&#34;&gt;https://github.com/jashkenas/coffee-script&lt;/a&gt; and install into:&lt;/p&gt;
&lt;p&gt;D:ToolsCoffeeScript&lt;/p&gt;
&lt;p&gt;Check version&lt;/p&gt;
&lt;p&gt;D:ToolsNodeJsbinnode /cygdrive/D/Tools/CoffeeScript/bin/coffee &amp;ndash;version
CoffeeScript version 1.1.1&lt;/p&gt;</description>
    </item>
    <item>
      <title>LAZY Agnostic Application Generators (padrino-lazy)</title>
      <link>https://www.waydotnet.com/posts/lazy-agnostic-application-generators-padrino-lazy/</link>
      <pubDate>Sat, 21 May 2011 17:36:06 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/lazy-agnostic-application-generators-padrino-lazy/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Overview&lt;/strong&gt; Through padrino-lazy, we can include some common properties shared between the model object used a base model object Padrino is very good framework, and almost follows the DRY principle (Don’t Repeat Yourself) When we need to have some common properties shared between the model object of our ORM, using the generator padrino-gen, We can only include these properties in each model to generate. I hope this idea will be included in Padrino Framework. &lt;strong&gt;Principle / Step&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>automatic-screenshot-insertion-in-org</title>
      <link>https://www.waydotnet.com/posts/automatic-screenshot-insertion-in-org/</link>
      <pubDate>Wed, 04 May 2011 10:47:29 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/automatic-screenshot-insertion-in-org/</guid>
      <description>&lt;p&gt;Original idea from &lt;a href=&#34;http://emacsworld.blogspot.com/2011/05/automatic-screenshot-insertion-in-org.html&#34;&gt;http://emacsworld.blogspot.com/2011/05/automatic-screenshot-insertion-in-org.html&lt;/a&gt; &lt;a href=&#34;http://permalink.gmane.org/gmane.emacs.orgmode/40271&#34;&gt;Original script using imagemagick:&lt;/a&gt; Using &lt;a href=&#34;http://freshmeat.net/projects/scrot/&#34;&gt;scrot&lt;/a&gt; :&lt;/p&gt;
&lt;p&gt;(defun org-screenshot ()
&amp;ldquo;Take a screenshot into a time stamped unique-named file in the same directory as the org-buffer and insert a link to this file.&amp;rdquo;
(interactive)
(setq filename
(concat
(make-temp-name
(concat (buffer-file-name)
&amp;ldquo;&lt;em&gt;&amp;rdquo;
(format-time-string &amp;ldquo;%Y%m%d&lt;/em&gt;%H%M%S_&amp;rdquo;)) ) &amp;ldquo;.png&amp;rdquo;))
(call-process &amp;ldquo;scrot&amp;rdquo; nil nil nil  &amp;ldquo;-s&amp;rdquo; filename)
(insert (concat &amp;ldquo;[[&amp;rdquo; filename &amp;ldquo;]]&amp;rdquo;))
(org-display-inline-images))&lt;/p&gt;</description>
    </item>
    <item>
      <title>Multiple X-session :D</title>
      <link>https://www.waydotnet.com/posts/multiple-x-session-d/</link>
      <pubDate>Thu, 03 Feb 2011 11:33:39 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/multiple-x-session-d/</guid>
      <description>&lt;p&gt;startx &amp;ndash; :n&lt;/p&gt;
&lt;p&gt;where n =&amp;gt; free graphic session ( &amp;gt; F7 )&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to resize LVM logical volumes with ext4 as filesystem</title>
      <link>https://www.waydotnet.com/posts/how-to-resize-lvm-logical-volumes-with-ext4-as-filesystem/</link>
      <pubDate>Thu, 03 Feb 2011 08:01:55 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/how-to-resize-lvm-logical-volumes-with-ext4-as-filesystem/</guid>
      <description>&lt;p&gt;# Unmount the filesystem and check its&amp;rsquo; LV
umount /mnt/foo
e2fsck -f /dev/mapper/vg0-foo&lt;/p&gt;
&lt;p&gt;# Shrink ext4 and then the LV to the desired size
resize2fs -p /dev/mapper/vg0-foo 40G
lvreduce -L 40G /dev/mapper/vg0-foo&lt;/p&gt;
&lt;p&gt;# Before continuing, run e2fsck. If it bails because the partition
# is too small, don&amp;rsquo;t panic! The LV can still be extended with
# lvextend until e2fsck succeeds, e.g.:
# lvextend -L +1G /dev/mapper/vg0-foo
e2fsck -f /dev/mapper/vg0-foo&lt;/p&gt;</description>
    </item>
    <item>
      <title>tips: remove control-M with emacs</title>
      <link>https://www.waydotnet.com/posts/tips-remove-controlm-with-emacs/</link>
      <pubDate>Wed, 02 Feb 2011 08:31:22 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/tips-remove-controlm-with-emacs/</guid>
      <description>&lt;p&gt;M-x
replace-string
C-q
C-m
return&lt;/p&gt;</description>
    </item>
    <item>
      <title>tips: search text into list file and order by date</title>
      <link>https://www.waydotnet.com/posts/tips-search-text-into-list-file-and-order-by-date/</link>
      <pubDate>Thu, 13 Jan 2011 22:51:57 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/tips-search-text-into-list-file-and-order-by-date/</guid>
      <description>&lt;p&gt;Simple but power command to search text inside file ed order list file by date &amp;hellip;.. thx to google and all user&lt;/p&gt;
&lt;p&gt;grep -rl &amp;lsquo;REGEX&amp;rsquo; * | xargs ls -trl&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows ANSI Color (WAC)</title>
      <link>https://www.waydotnet.com/posts/windows-ansi-color-wac/</link>
      <pubDate>Wed, 10 Nov 2010 07:41:54 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/windows-ansi-color-wac/</guid>
      <description>&lt;p&gt;wac.exe is a small command line utility that lets you use ANSI colors on Windows. link &lt;a href=&#34;https://github.com/aslakhellesoy/wac&#34;&gt;https://github.com/aslakhellesoy/wac&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>emacs in terminal mode</title>
      <link>https://www.waydotnet.com/posts/emacs-in-terminal-mode/</link>
      <pubDate>Fri, 22 Oct 2010 10:50:29 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/emacs-in-terminal-mode/</guid>
      <description>&lt;p&gt;how to start emacs in terminal-mode instead of graphical mode ? the solutions is :&lt;/p&gt;
&lt;p&gt;emacs -nw&lt;/p&gt;</description>
    </item>
    <item>
      <title>winetricks Gentoo 64-bit WINEPREFIX</title>
      <link>https://www.waydotnet.com/posts/winetricks-gentoo-64-bit-wineprefix/</link>
      <pubDate>Thu, 14 Oct 2010 09:57:41 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/winetricks-gentoo-64-bit-wineprefix/</guid>
      <description>&lt;p&gt;if you have this message&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;you&amp;rsquo;are using a 64-bit WINEPREFIX, most of winetricks hasn&amp;rsquo;t been fixed for win64 yet.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;rm $HOME/.wine -rf
export WINEARCH=win32
export WINEPREFIX=$HOME/.wine/&lt;/p&gt;
&lt;p&gt;now, you use wine 32 bit into gentoo (or other distro) 64 bit :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>mini backup with rsync</title>
      <link>https://www.waydotnet.com/posts/mini-backup-with-rsync/</link>
      <pubDate>Thu, 01 Jul 2010 15:40:54 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/mini-backup-with-rsync/</guid>
      <description>&lt;p&gt;#!/bin/bash
# Backup file remote/local
# By Carlo Bertini [WaYdotNET]
# il tutto utilizzando rsync senza scomodare subversion&lt;/p&gt;
&lt;p&gt;# RSYNC OPTION
# -r =&amp;gt; ricorsivo
# -l =&amp;gt; copy symlinks as symlinks
# -p =&amp;gt; preserve permissions
# -v =&amp;gt; verbose
# -u =&amp;gt; update, ignorare i file che sono più nuovi nella destinazione
# -a =&amp;gt; archive mode
# -z =&amp;gt; comprime i file durante l invio
# -h =&amp;gt; rendere leggibile l output
# &amp;ndash;delete =&amp;gt; cancello i file estranei nella destinazione&lt;/p&gt;</description>
    </item>
    <item>
      <title>how to highlight and bookmarks pdf files on linux</title>
      <link>https://www.waydotnet.com/posts/how-to-highlight-and-bookmarks-pdf-files-on-linux/</link>
      <pubDate>Mon, 28 Jun 2010 11:15:18 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/how-to-highlight-and-bookmarks-pdf-files-on-linux/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Because i need to highlight and bookmarks pdf file on linux/windows&lt;/strong&gt;, only solution wich i&amp;rsquo;ve found is &lt;strong&gt;&lt;a href=&#34;http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/win/3.x/3.3/enu/FoxitReader331_enu.zip&#34;&gt;Foxit Reader 3.3.1 for Windows&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;[UPDATE] Foxit Reader 4.0 for Windows &lt;a href=&#34;http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/win/4.x/4.0/enu/FoxitReader40_enu.zip&#34;&gt;link&lt;/a&gt; 06/29/10&lt;/strong&gt; &lt;em&gt;The linux version is too old and not have these function&lt;/em&gt;, but with wine work well (you need also mdac2.8 and jet4.0) tips 4 me: create foxit in $HOME/bin&lt;/p&gt;
&lt;p&gt;#!/bin/sh
wine /home/waydotnet/wine_tools/Foxit Reader.exe $1&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;chmod +x foxit&lt;/p&gt;
&lt;p&gt;If you found another solution, please comment :D Bye&lt;/p&gt;</description>
    </item>
    <item>
      <title>My notes</title>
      <link>https://www.waydotnet.com/posts/my-notes/</link>
      <pubDate>Mon, 14 Jun 2010 13:13:55 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/my-notes/</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;compile wxruby 64bit system&lt;/strong&gt;:&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;export CFLAGS=-fPIC CXXFLAGS=-fPIC LDFLAGS=-fPIC&lt;/p&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Set proxy:&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;export http_proxy=&amp;ldquo;http://user:pass@proxy:port&amp;rdquo;&lt;/p&gt;
&lt;p&gt;export ftp_proxy=&amp;ldquo;http://user:pass@proxy:port&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>RMagick on Ruby 1.9.1 (i386-mingw32) Work !!! :D [UPDATE]</title>
      <link>https://www.waydotnet.com/posts/rmagick-on-ruby-1-9-1-i386-mingw32-work-d/</link>
      <pubDate>Fri, 12 Feb 2010 21:29:20 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/rmagick-on-ruby-1-9-1-i386-mingw32-work-d/</guid>
      <description>&lt;p&gt;RMagick on Ruby 1.9.1 (i386-mingw32) Work !!! :D Ispirate from : &lt;a href=&#34;http://betterlogic.com/roger/?p=2186&#34;&gt;installing rmagick with mingw and ruby 1.9&lt;/a&gt; and &lt;a href=&#34;http://groups.google.com/group/rubyinstaller/browse_thread/thread/c837c4438d91208b&#34;&gt;http://groups.google.com/group/rubyinstaller/browse_thread/thread/c837c4438d91208b&lt;/a&gt; but , on my laptop don&amp;rsquo;t work&amp;hellip;. &lt;strong&gt;With Windows 7 work well:&lt;/strong&gt; &lt;strong&gt;Step 1: DOWNLOAD&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Ruby =&amp;gt; &lt;a href=&#34;http://rubyforge.org/frs/download.php/74298/rubyinstaller-1.9.2-p180.exe&#34;&gt;http://rubyforge.org/frs/download.php/74298/rubyinstaller-1.9.2-p180.exe&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;DevKit =&amp;gt; &lt;a href=&#34;http://github.com/downloads/oneclick/rubyinstaller/DevKit-tdm-32-4.5.1-20101214-1400-sfx.exe&#34;&gt;http://github.com/downloads/oneclick/rubyinstaller/DevKit-tdm-32-4.5.1-20101214-1400-sfx.exe&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;ImageMagick =&amp;gt; &lt;a href=&#34;http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-9-Q16-windows-dll.exe&#34;&gt;http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-9-Q16-windows-dll.exe&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;RMagick =&amp;gt; &lt;a href=&#34;https://github.com/rmagick/rmagick/zipball/master&#34;&gt;https://github.com/rmagick/rmagick/zipball/master&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;type-windows.xml =&amp;gt; &lt;a href=&#34;http://www.imagemagick.org/source/type-windows.xml&#34;&gt;http://www.imagemagick.org/source/type-windows.xml&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Step 2: Install&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Ruby =&amp;gt; c:Ruby192&lt;/li&gt;
&lt;li&gt;DevKit =&amp;gt; c:DevKit&lt;/li&gt;
&lt;li&gt;ImageMagick =&amp;gt; c:ImageMagick-6.6.7-Q16 [WITH HEADER !!!!!!!]
3.a) Replace c:ImageMagick-6.6.7-Q16configtype-ghostscript.xml  with type-windows.xml&lt;/li&gt;
&lt;li&gt;RMagick =&amp;gt; c:rmagick-rmagick&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Step 3: Set Enviroment variable&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Coder &amp; Graph :D</title>
      <link>https://www.waydotnet.com/posts/coder-graph-d/</link>
      <pubDate>Fri, 05 Feb 2010 19:47:06 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/coder-graph-d/</guid>
      <description>&lt;p&gt;[caption id=&amp;ldquo;attachment_92&amp;rdquo; align=&amp;ldquo;aligncenter&amp;rdquo; width=&amp;ldquo;258&amp;rdquo; caption=&amp;ldquo;Carlo Bertini // Patrizio Grimaldi&amp;rdquo;]&lt;a href=&#34;http://waydotnet-waydotnet.skillask.com/wp-content/uploads/2010/02/17053_250815592622_171370182622_3744865_5971369_n.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://waydotnet-waydotnet.skillask.com/wp-content/uploads/2010/02/17053_250815592622_171370182622_3744865_5971369_n-258x300.jpg&#34; title=&#34;Coder &amp;amp; Graph&#34;&gt;&lt;/a&gt;[/caption] Siamo bellissimi :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>Photo Resize from console :D</title>
      <link>https://www.waydotnet.com/posts/photo-resize-from-console-d/</link>
      <pubDate>Tue, 02 Feb 2010 09:00:58 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/photo-resize-from-console-d/</guid>
      <description>&lt;p&gt;Qui raccolgo un po di script che mi sono fatto x la vita di tutti i giorni :D &lt;strong&gt;Photo resize&lt;/strong&gt; (&lt;a href=&#34;http://waydotnet-waydotnet.skillask.com/wp-content/uploads/2010/02/photo_resize.tar&#34;&gt;photo_resize&lt;/a&gt;) piccolo script in ruby che serve per fare delle thumbnails di foto, passando almeno la cartella contenente le foto (strano :D) Require: &lt;strong&gt;ruby&lt;/strong&gt; (test with: ruby 1.9.1p378 (2010-01-10 revision 26273) [x86_64-linux] ||ruby 1.8.7 (2009-12-24 patchlevel 248) [x86_64-linux] || jruby 1.4.0 (ruby 1.8.7 patchlevel 174) (2009-11-02 69fbfa3) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_15) [amd64-java] ) &lt;strong&gt;rmagick&lt;/strong&gt; (&lt;a href=&#34;http://rmagick.rubyforge.org/&#34;&gt;http://rmagick.rubyforge.org/&lt;/a&gt;) &lt;strong&gt;optiflag&lt;/strong&gt; (&lt;a href=&#34;http://optiflag.rubyforge.org/&#34;&gt;http://optiflag.rubyforge.org/&lt;/a&gt;) syntax:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Scripts</title>
      <link>https://www.waydotnet.com/posts/scripts/</link>
      <pubDate>Tue, 02 Feb 2010 08:54:20 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/scripts/</guid>
      <description>&lt;p&gt;Qui raccolgo un po di script che mi sono fatto x la vita di tutti i giorni :D &lt;strong&gt;Photo resize&lt;/strong&gt; (&lt;a href=&#34;http://waydotnet-waydotnet.skillask.com/wp-content/uploads/2010/02/photo_resize.tar&#34;&gt;photo_resize&lt;/a&gt;) piccolo script in ruby che serve per fare delle thumbnails di foto,  passando almeno la cartella contenente le foto (strano :D) Require: &lt;strong&gt;ruby&lt;/strong&gt; (test with: ruby 1.9.1p378 (2010-01-10 revision 26273) [x86_64-linux] ||ruby 1.8.7 (2009-12-24 patchlevel 248) [x86_64-linux] || jruby 1.4.0 (ruby 1.8.7 patchlevel 174) (2009-11-02 69fbfa3) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_15) [amd64-java] ) &lt;strong&gt;rmagick&lt;/strong&gt; (&lt;a href=&#34;http://rmagick.rubyforge.org/&#34;&gt;http://rmagick.rubyforge.org/&lt;/a&gt;) &lt;strong&gt;optiflag&lt;/strong&gt; (&lt;a href=&#34;http://optiflag.rubyforge.org/&#34;&gt;http://optiflag.rubyforge.org/&lt;/a&gt;) syntax:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tools</title>
      <link>https://www.waydotnet.com/posts/tools/</link>
      <pubDate>Mon, 01 Feb 2010 10:56:32 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/tools/</guid>
      <description>&lt;p&gt;Piccolo elenco di programmi / tools / script che mi servono o che possono servirvi :D&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Screencast e video tutorial:&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;key-mon&lt;/strong&gt; Keyboard Status Monitor &lt;a href=&#34;http://code.google.com/p/key-mon/&#34;&gt;http://code.google.com/p/key-mon/ &lt;img loading=&#34;lazy&#34; src=&#34;http://key-mon.googlecode.com/hg/docs/screenshot-smaller.png&#34; title=&#34;screenshot-smaller&#34;&gt;&lt;/a&gt; Piccola utility che serve per mostrare a video i tasti sia del mouse che della tastiera che vengono premuti. molto utili quando si creano dei screencast &amp;hellip; che spero di fare presto :D&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Grafica &amp;amp; Video&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Gimp&lt;/li&gt;
&lt;li&gt;Blender&lt;/li&gt;
&lt;li&gt;Inkscape&lt;/li&gt;
&lt;li&gt;Cinelerra&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Programmazione / Tools Editng&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Vim&lt;/li&gt;
&lt;li&gt;Emacs&lt;/li&gt;
&lt;li&gt;Gedit&lt;/li&gt;
&lt;li&gt;Notepad++&lt;/li&gt;
&lt;li&gt;NetBeans IDE 6.8&lt;/li&gt;
&lt;li&gt;Geany&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Ubuntu 9.10 , run level 3 =&gt; installare driver Nvidia</title>
      <link>https://www.waydotnet.com/posts/ubuntu-9-10-run-level-3-installare-driver-nvidia/</link>
      <pubDate>Mon, 01 Feb 2010 10:11:25 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/ubuntu-9-10-run-level-3-installare-driver-nvidia/</guid>
      <description>&lt;p&gt;Se dovete installare i nuovi driver Nvidia NVIDIA-Linux-x86_64-190.53-pkg2.run su ubuntu 9.10, dovete aver killato il server X &amp;hellip; Girovagando su internet ho trovato un modo veloce, che non conoscevo [visto che sono praticamente nuovo su linux], per poterlo fare Tramite alt+ctrl+f1 entriamo in tty1 (conosole senza X) ed immettiamo :&lt;/p&gt;
&lt;p&gt;sudo /etc/init.d/gdm stop&lt;/p&gt;
&lt;p&gt;poi potete installare tranuquillamente i driver Nvidia su vostro Ubuntu :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>PhotoGallery</title>
      <link>https://www.waydotnet.com/posts/photogallery/</link>
      <pubDate>Mon, 01 Feb 2010 09:05:40 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/photogallery/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.waydotnet.com/photogallery&#34;&gt;http://www.waydotnet.com/photogallery&lt;/a&gt; Piccola foto gallery personale&amp;hellip; niente di + :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>[SOLVED] log4r 1.1.4 &amp; ruby 1.9.1 =&gt;  GDC.rb and NDC.rb syntax error, unexpected &#39;:&#39;, expecting keyword_then or &#39;;&#39; or &#39;n&#39;</title>
      <link>https://www.waydotnet.com/posts/log4r-1-1-4-or-n/</link>
      <pubDate>Sun, 31 Jan 2010 19:51:39 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/log4r-1-1-4-or-n/</guid>
      <description>&lt;p&gt;&lt;strong&gt;EDIT: SOLVED , vedere commento :D&lt;/strong&gt; log4r 1.1.4 &amp;amp; ruby 1.9.1 =&amp;gt; GDC.rb and NDC.rb syntax error, unexpected &amp;lsquo;:&amp;rsquo;, expecting keyword_then or &amp;lsquo;;&amp;rsquo; or &amp;rsquo;n&amp;rsquo; &lt;strong&gt;GDC.rb&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;--- GDC.rb	Thu Jan 28 17:03:12 2010&lt;/p&gt;
&lt;p&gt;+++ GDC.rb.new	Thu Jan 28 16:50:37 2010&lt;/p&gt;
&lt;p&gt;@@ -13,10 +13,10 @@&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; private\_class\_method :new



 def self.check\_thread\_instance()
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;-      if ( Thread.main != Thread.current ):&lt;/p&gt;
&lt;p&gt;+      if ( Thread.main != Thread.current )&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;raise &amp;quot;Can only initialize Global Diagnostic Context from Thread.main&amp;quot; 

   else
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;if ( Thread.main[GDCNAME] == nil ):&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;if ( Thread.main[GDCNAME] == nil )&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gem</title>
      <link>https://www.waydotnet.com/posts/gem/</link>
      <pubDate>Sun, 31 Jan 2010 19:37:05 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/gem/</guid>
      <description>&lt;p&gt;WxRuby svn version: 2107 &lt;a href=&#34;http://www.waydotnet.com/ruby/wxruby-ruby19-2.0.1.dev-x86_64-linux.gem&#34;&gt;wxruby-ruby19-2.0.1.dev-x86_64-linux&lt;/a&gt; &lt;a href=&#34;http://www.waydotnet.com/ruby/wxruby-ruby19-2.0.1.svn-x86-mingw32.gem&#34;&gt;wxruby-ruby19-2.0.1.svn-x86-mingw32&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>[SOLVED] ruby 1.9.1 mingw32 wxruby =&gt; undefined reference to &#39;wxGraphicsRenderer::CreateBitmap&#39;</title>
      <link>https://www.waydotnet.com/posts/solved-ruby-1-9-1-mingw32-wxruby-undefined-reference-to-wxgraphicsrenderercreatebitmap/</link>
      <pubDate>Sun, 31 Jan 2010 19:26:32 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/solved-ruby-1-9-1-mingw32-wxruby-undefined-reference-to-wxgraphicsrenderercreatebitmap/</guid>
      <description>&lt;p&gt;Hi to all, i&amp;rsquo;ve compiled wxWidgets with this options:&lt;/p&gt;
&lt;p&gt;./configure &amp;ndash;enable-optimise &amp;ndash;enable-stl &amp;ndash;enable-unicode
&amp;ndash;disable-threads &amp;ndash;enable-static  &amp;ndash;with-opengl &amp;ndash;disable-shared
&amp;ndash;enable-monolithic &amp;ndash;disable-debug &amp;ndash;with-libjpeg=builtin
&amp;ndash;with-libpng=builtin  &amp;ndash;with-zlib=builtin &amp;ndash;enable-graphics_ctx
&amp;ndash;enable-mediactrl &amp;ndash;enable-unicode &amp;ndash;with-libtiff=builtin
&amp;ndash;with-expat=builtin &amp;ndash;enable-gui -enable-xrc &amp;ndash;enable-mdi &amp;ndash;enable-gif
&amp;ndash;enable-pcx &amp;ndash;enable-iff &amp;ndash;enable-png &amp;ndash;enable-xpm&lt;/p&gt;
&lt;p&gt;and also compiled StyledTextCtrl . My system is : Windows xp sp3 ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32] gcc.exe 3.4.5 swig.exe 1.3.38 rake 0.8.7 when compiled wxruby (from svn), i&amp;rsquo;ve recived this error:&lt;/p&gt;
&lt;p&gt;c:msysMinGWbin..libgccmingw323.4.5&amp;hellip;&amp;hellip;..mingw32binld.exe:
warning: auto-importing has been activated without &amp;ndash;enable-auto-import specified on the command line.
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
C:msys1.0srcwxWidgets-2.8.10/lib/libwx_mswu-2.8.a(monolib_graphcmn.o):graphcmn.cpp:(.text+0x3374):
undefined reference to `wxGraphicsRenderer::CreateBitmap(wxBitmapconst&amp;amp;)&#39;
collect2: ld returned 1 exit status
rake aborted!
Command failed with status (1): [g++ -shared -L.obj/AboutDialogInfo.o o&amp;hellip;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prova inserimento codice</title>
      <link>https://www.waydotnet.com/posts/prova-inserimento-codice/</link>
      <pubDate>Sun, 31 Jan 2010 10:22:01 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/prova-inserimento-codice/</guid>
      <description>&lt;p&gt;Questa è una piaccola prova x inserire del codice&lt;/p&gt;
&lt;p&gt;module Carlo
class Bertini
def self.chisono?
puts &amp;ldquo;WaYdotNET&amp;rdquo;
end
end
end&lt;/p&gt;
&lt;p&gt;Carlo::Bertini.chisono? =&amp;gt; WaYdotNET&lt;/p&gt;</description>
    </item>
    <item>
      <title>Online</title>
      <link>https://www.waydotnet.com/posts/online/</link>
      <pubDate>Sat, 30 Jan 2010 21:46:25 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/online/</guid>
      <description>&lt;p&gt;Finalmento l ho fatto :D..&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chi sono</title>
      <link>https://www.waydotnet.com/posts/about/</link>
      <pubDate>Sat, 30 Jan 2010 21:43:31 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/about/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://drive.google.com/open?id=0B-dfwMRCnPqgYXFnZUxmZFk3MUE&#34;&gt;CV_carlo_bertini&lt;/a&gt;  &lt;/p&gt;
&lt;p&gt;INFORMAZIONI PERSONALI&lt;/p&gt;
&lt;p&gt;Carlo Bertini&lt;/p&gt;
&lt;p&gt;Bruscheto 20, 48743 Misano Adriatico (Italia)&lt;/p&gt;
&lt;p&gt;3891207627&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;mailto:waydotnet@gmail.com&#34;&gt;waydotnet@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Sesso Maschile | Data di nascita 17/09/1976 | Nazionalità Italiana&lt;/p&gt;
&lt;p&gt;OCCUPAZIONE PER LA QUALE SI CONCORRE&lt;/p&gt;
&lt;p&gt;Web Develop/Web DevOps/Software Architect&lt;/p&gt;
&lt;p&gt;ESPERIENZA PROFESSIONALE&lt;/p&gt;
&lt;p&gt;Lug. 13–alla data attuale&lt;/p&gt;
&lt;p&gt;Web Developer/ Devops&lt;/p&gt;
&lt;p&gt;PhotoSì, Riccione (Italia)&lt;/p&gt;
&lt;p&gt;Realizzazione del configuratore backend professional tramite OpenLaszlo Gestione backend professional (WebGui, Perl, Js) Sviluppo catalogo, configuratore consumer (django per il backend, api rest con django rest frameworks, rivetsjs per il binding lato client, mongodb per lo storage) Gestione infrastruttura DevOps (tramite il ciclo blue/green e git flow come flusso lavorativo) Creazione applicativi per la comunicazione con RabbitMQ tramite python Hook di git (in ruby) per la creazione automatica delle macchine virtuali sia in develop che in produzione Realizzazione infrastruttura per il continuos deployment, tramite openstack, teamcity, ansible. Creazione macchine (parallels, vagrant tramite packer) Manutenzione architettura Sviluppo applicativi web con tecnologia: - Perl, - OpenLaszlo, - Javascript (backbone, rivetsjs, require, jQuery, react) - Python (python, django, django restframework) - Ruby - Vagant - Docker - kubernetes - Css - Sass - devops - Rabbitmq - TeamCity - git hook - Openstack - postrgesql- MySQL- Mongodb&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mono Tools for Visual Studio</title>
      <link>https://www.waydotnet.com/posts/mono-tools-for-visual-studio/</link>
      <pubDate>Wed, 11 Nov 2009 10:14:48 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/mono-tools-for-visual-studio/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://go-mono.com/monovs/Images/port3.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Mono Tools for Visual Studio is a commercial add-in for Microsoft™ Visual Studio™ that enables developers to write .NET applications for non-Windows platforms within their preferred development environment. It allows developers to build, debug and deploy .NET applications on Linux, while continuing to leverage the extensive ecosystem of code, libraries, and tools available for .NET.&lt;/p&gt;
&lt;p&gt;fonte:&lt;br&gt;
&lt;a href=&#34;http://go-mono.com/monovs/Default.aspx&#34;&gt;http://go-mono.com/monovs/Default.aspx&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>[OT] itala.it</title>
      <link>https://www.waydotnet.com/posts/ot-itala-it/</link>
      <pubDate>Fri, 17 Jul 2009 12:07:21 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/ot-itala-it/</guid>
      <description>&lt;p&gt;A volte ritornano&amp;hellip;.. &lt;a href=&#34;https://www.italia.it&#34;&gt;www.italia.it&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;che sia la volta giusta ??????&lt;/p&gt;
&lt;p&gt;sperem :P&lt;/p&gt;</description>
    </item>
    <item>
      <title>[OT] Zio sono !!!</title>
      <link>https://www.waydotnet.com/posts/ot-zio-sono/</link>
      <pubDate>Mon, 09 Mar 2009 20:27:59 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/ot-zio-sono/</guid>
      <description>&lt;p&gt;Scusate l OT &amp;hellip;. ma sono diventato zio !!!!&lt;/p&gt;
&lt;p&gt;Auguri a mio fratello Christian ed alla mogliettina Monica&amp;hellip;&amp;hellip;&lt;/p&gt;
&lt;p&gt;e sopratutto al piccolo (si fa x dire&amp;hellip;3.8kg) NICOLAS !!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>9° Workshop &#34;jQuery in Action on .Net Framework&#34;</title>
      <link>https://www.waydotnet.com/posts/9-workshop-jquery-in-action-on-net-framework/</link>
      <pubDate>Tue, 03 Mar 2009 16:52:24 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/9-workshop-jquery-in-action-on-net-framework/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Venerdì 27 Marzo 2009&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Write Less, Do More&amp;rdquo;: questo è quello che promette - e mantiene - jQuery, il framework Javascript che con soli 20kb di codice ha rivoluzionato il mondo dello sviluppo web.&lt;br&gt;
Usata estesamente da Google, alla base delle piattaforme future di Nokia, supportata ufficialmente da Microsoft in Visual Studio 2008: jQuery in poche parole &amp;ldquo;is here to stay&amp;rdquo;.&lt;br&gt;
In questo workshop ci proponiamo di presentare ed approfondire le potenzialità di questa libreria nell&amp;rsquo;uso con ASP.NET e ASP.NET MVC.&lt;br&gt;
jQuery ha già cambiato il modo in cui si scrive Javascript: cercheremo di suggerirvi come utilizzarla per cambiare il vostro approccio allo sviluppo web in .NET.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[OT] CAxxate da FaceBook</title>
      <link>https://www.waydotnet.com/posts/ot-caxxate-da-facebook/</link>
      <pubDate>Fri, 19 Dec 2008 07:34:06 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/ot-caxxate-da-facebook/</guid>
      <description>&lt;p&gt;Ovviamente su facebook si trova di tutto&amp;hellip; ed ho trovato questo che è fantastico secondo me :D&lt;/p&gt;
&lt;h3 id=&#34;informatici-e-prostituzione&#34;&gt;Informatici e prostituzione&lt;/h3&gt;
&lt;p&gt;Lavori a degli orari bizzarri&lt;br&gt;
&amp;hellip; come le prostitute&lt;br&gt;
Sei pagato per rendere felice il tuo cliente&lt;br&gt;
&amp;hellip; come le prostitute&lt;br&gt;
Il tuo cliente paga tanto, ma è il tuo padrone che intasca&lt;br&gt;
&amp;hellip; come le prostitute&lt;br&gt;
Anche se sei bravo, non sei mai fiero di quello che fai&lt;br&gt;
&amp;hellip; come le prostitute&lt;br&gt;
Sei ricompensato se soddisfi le fantasie del cliente&lt;br&gt;
&amp;hellip; come le prostitute&lt;br&gt;
Ti è difficile avere e mantenere una famiglia&lt;br&gt;
&amp;hellip; come le prostitute&lt;br&gt;
Quando ti domandano in che cosa consiste il tuo lavoro, tu non puoi spiegarlo&lt;br&gt;
&amp;hellip; come le prostitute&lt;br&gt;
I tuoi amici si allontanano da te e resti solo con gente del tuo tipo&lt;br&gt;
&amp;hellip; come le prostitute&lt;br&gt;
E&amp;rsquo; il cliente che paga l&amp;rsquo;hotel e le ore di lavoro&lt;br&gt;
&amp;hellip; come le prostitute&lt;br&gt;
Il tuo padrone ha una gran bella macchina&lt;br&gt;
&amp;hellip; come le prostitute&lt;br&gt;
Quando vai in &amp;ldquo;missione&amp;rdquo; da un cliente, arrivi con un gran sorriso&lt;br&gt;
&amp;hellip; come le prostitute&lt;br&gt;
Ma quando hai finito, sei di cattivo umore&lt;br&gt;
&amp;hellip; come le prostitute&lt;br&gt;
Per valutare le tue capacità ti sottopongono a dei terribili test&lt;br&gt;
&amp;hellip; come le prostitute&lt;br&gt;
Il cliente vuole pagare sempre meno e tu devi fare delle meraviglie&lt;br&gt;
&amp;hellip; come le prostitute&lt;br&gt;
Quando ti alzi dal letto dici &amp;ldquo;Non posso fare questo per tutta la vita&amp;rdquo;&lt;br&gt;
&amp;hellip; come le prostitute&lt;/p&gt;</description>
    </item>
    <item>
      <title>TierDeveloper 6.1 is now free software</title>
      <link>https://www.waydotnet.com/posts/tierdeveloper-6-1-is-now-free-software/</link>
      <pubDate>Mon, 08 Dec 2008 15:49:08 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/tierdeveloper-6-1-is-now-free-software/</guid>
      <description>&lt;p&gt;Fonte:&lt;br&gt;
&lt;a href=&#34;http://www.misfitgeek.com/TierDeveloper&amp;#43;61&amp;#43;Is&amp;#43;Now&amp;#43;Free&amp;#43;Software.aspx&#34;&gt;http://www.misfitgeek.com/TierDeveloper+61+Is+Now+Free+Software.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;CiT:&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.misfitgeek.com/default,date,2008-12-04.aspx&#34;&gt;&lt;img alt=&#34;#&#34; loading=&#34;lazy&#34; src=&#34;http://www.misfitgeek.com/themes/business/images/blank.gif&#34;&gt;&lt;/a&gt; giovedì 4 dicembre 2008&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.misfitgeek.com/TierDeveloper&amp;#43;61&amp;#43;Is&amp;#43;Now&amp;#43;Free&amp;#43;Software.aspx&#34;&gt;TierDeveloper 6.1 is now free software&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Alachisoft has released TierDeveloper 6.1 as &lt;strong&gt;free software&lt;/strong&gt; (previous version priced at $1495/developer). TierDeveloper lets you develop major chunks of your .NET applications in a matter of hours and days instead of weeks and months. TierDeveloper is one of the most feature-rich ORM code generators in the market.&lt;/p&gt;
&lt;p&gt;It provides you the following:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.misfitgeek.com/ct.ashx?id=52e0defd-cc8c-45da-a2e5-a5afa9c237e6&amp;amp;url=http%3a%2f%2fwww.misfitgeek.com%2fblogfiles%2fTierDeveloper6.1isnowfreesoftware_C2B9%2ftdnewbox.jpg&#34;&gt;&lt;img alt=&#34;tdnewbox&#34; loading=&#34;lazy&#34; src=&#34;http://www.misfitgeek.com/blogfiles/TierDeveloper6.1isnowfreesoftware_C2B9/tdnewbox_thumb.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- Map and generate .NET persistence and domain objects in C# and VB.NET&lt;/p&gt;</description>
    </item>
    <item>
      <title>[OT] Mi sa che non ho capito bene...</title>
      <link>https://www.waydotnet.com/posts/ot-mi-sa-che-non-ho-capito-bene/</link>
      <pubDate>Wed, 12 Nov 2008 13:04:41 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/ot-mi-sa-che-non-ho-capito-bene/</guid>
      <description>&lt;p&gt;Penso che ancora ho dei problemi con la mia lavatrice :D&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img136.imageshack.us/img136/6082/imag0357ec0.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Technorati Tag: &lt;a href=&#34;http://technorati.com/tags/Lavatrice&#34;&gt;Lavatrice&lt;/a&gt;,&lt;a href=&#34;http://technorati.com/tags/OT&#34;&gt;OT&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Tools] Gmail Backup :D</title>
      <link>https://www.waydotnet.com/posts/tools-gmail-backup-d/</link>
      <pubDate>Tue, 04 Nov 2008 19:25:49 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/tools-gmail-backup-d/</guid>
      <description>&lt;p&gt;se volete farvi una copia della vostra Gmail , ecco il tools :D&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.gmail-backup.com/frontpage&#34;&gt;http://www.gmail-backup.com/frontpage&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;la cosa &amp;ldquo;bella&amp;rdquo; è che salva le email in formato eml, e quando la si risicronizza, non scarica i doppioni&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.gmail-backup.com/files/gmb-0.104.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Tools] EQATEC Profiler ]our profiler can even handle Compact Framework applications]</title>
      <link>https://www.waydotnet.com/posts/tools-eqatec-profiler-our-profiler-can-even-handle-compact-framework/</link>
      <pubDate>Mon, 20 Oct 2008 14:10:07 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/tools-eqatec-profiler-our-profiler-can-even-handle-compact-framework/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.eqatec.com/tools/profiler&#34;&gt;http://www.eqatec.com/tools/profiler&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;EQATEC Profiler&lt;/p&gt;
&lt;p&gt;Make your .NET app &lt;strong&gt;run faster&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s powerful, easy, and **free&lt;/p&gt;
&lt;p&gt;**&lt;/p&gt;
&lt;h2 id=&#34;spot-slow-code&#34;&gt;Spot slow code&lt;/h2&gt;
&lt;p&gt;Are you a .NET developer? Would you like your application to run faster? Then use our free profiler to spot you app&amp;rsquo;s slow code.&lt;/p&gt;
&lt;h2 id=&#34;point-and-go&#34;&gt;Point and go&lt;/h2&gt;
&lt;p&gt;No source code changes are needed. Just point the profiler to your app, run the modified code, and get a visual report.&lt;/p&gt;
&lt;h2 id=&#34;speedup-any-net-app&#34;&gt;Speedup any .NET app&lt;/h2&gt;
&lt;p&gt;As the &lt;em&gt;only&lt;/em&gt; code profiler in the world, our profiler can even handle Compact Framework applications.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[NEWS] Visual Studio 2010</title>
      <link>https://www.waydotnet.com/posts/news-visual-studio-2010/</link>
      <pubDate>Wed, 01 Oct 2008 09:57:16 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/news-visual-studio-2010/</guid>
      <description>&lt;p&gt;Fonte Punto informatico ( &lt;a href=&#34;http://punto-informatico.it/2422055/PI/News/visual-studio-2010-cadono-primi-veli.aspx&#34;&gt;http://punto-informatico.it/2422055/PI/News/visual-studio-2010-cadono-primi-veli.aspx&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;br&gt;
Roma - Il rilascio delle prossime major release di Visual Studio e MS.NET Framework è ancora piuttosto lontano - le prime beta pubbliche potrebbero arrivare non prima del 2009 - ma ciò non ha impedito a BigM di richiamare l&amp;rsquo;attenzione dei programmatori sulla sua futura piattaforma di sviluppo.&lt;/p&gt;
&lt;p&gt;Come primo passo, Microsoft ha inaugurato &lt;a href=&#34;http://go.microsoft.com/?linkid=9537302&#34;&gt;un sito&lt;/a&gt; espressamente dedicato a quello che sarà ufficialmente chiamato Visual Studio 2010: su tale sito è già possibile trovare video, screenshot e risorse tecniche che illustrano le principali caratteristiche della futura suite di sviluppo.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[UTILITY]  Visual Studio Theme Generator</title>
      <link>https://www.waydotnet.com/posts/utility-visual-studio-theme-generator/</link>
      <pubDate>Sun, 17 Aug 2008 15:33:16 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/utility-visual-studio-theme-generator/</guid>
      <description>&lt;p&gt;Un bel generatore di temi x VS :D&lt;br&gt;
&lt;a href=&#34;http://www.frickinsweet.com/tools/Theme.mvc.aspx&#34;&gt;http://www.frickinsweet.com/tools/Theme.mvc.aspx&lt;/a&gt;&lt;br&gt;
&lt;a href=&#34;#ZgotmplZ&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.waydotnet.com/images/blogs_ugidotnet_org/CarlitoWaY/_1218986821136.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>[OT] Auguri Sposini</title>
      <link>https://www.waydotnet.com/posts/ot-auguri-sposini/</link>
      <pubDate>Fri, 18 Jul 2008 15:35:41 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/ot-auguri-sposini/</guid>
      <description>&lt;p&gt;**Scusate l OT, ma capita una volta (teoricamente :D ) nella vita &amp;hellip; Faro&amp;rsquo; pure da testimone :D:D:D **&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://blogs.ugidotnet.org/images/blogs_ugidotnet_org/CarlitoWaY/WindowsLiveWriter/OTAuguriSposini_F623/sposini_2.jpg&#34;&gt;&lt;img alt=&#34;sposini&#34; loading=&#34;lazy&#34; src=&#34;http://blogs.ugidotnet.org/images/blogs_ugidotnet_org/CarlitoWaY/WindowsLiveWriter/OTAuguriSposini_F623/sposini_thumb.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Auguri fratello e futura cognatina :D&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>[OT] Politiche</title>
      <link>https://www.waydotnet.com/posts/ot-politiche/</link>
      <pubDate>Mon, 07 Apr 2008 15:18:04 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/ot-politiche/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://lesselastic.voisietequi.it/images/grafici_utente/20080407/1463a355.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;:D&lt;/p&gt;</description>
    </item>
    <item>
      <title>TORTURE ANIMALI ?? NO GRAZIE, L&#39;ARTE NON E&#39; QUESTA !!!!</title>
      <link>https://www.waydotnet.com/posts/torture-animali-no-grazie-larte-non-e-questa/</link>
      <pubDate>Wed, 02 Apr 2008 07:53:48 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/torture-animali-no-grazie-larte-non-e-questa/</guid>
      <description>&lt;p&gt;Nell&amp;rsquo; anno 2007, Guillermo Vargas Habacuc, un finto artista, prese un cane di strada, lo leg� ad una corda corta ad un muro di una galleria d&amp;rsquo;arte e lo lasci� morire lentamente di fame e di sete: Per parecchi giorni, l&amp;rsquo;autore di questa orribile crudelt� e i visitatori di questa galleria d&amp;rsquo;arte sono stati spettatori impassibili dell&amp;rsquo; agonia del povero animale, fin quando finalmente � morto per inanizione, dopo aver passato per un doloroso, assurdo ed incomprensibile calvario.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rilasciato Microsoft Singularity, OS sperimentale</title>
      <link>https://www.waydotnet.com/posts/rilasciato-microsoft-singularity-os-sperimentale/</link>
      <pubDate>Thu, 06 Mar 2008 09:51:17 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/rilasciato-microsoft-singularity-os-sperimentale/</guid>
      <description>&lt;p&gt;Fonte: &lt;a href=&#34;http://punto-informatico.it/p.aspx?i=2211901&#34; title=&#34;http://punto-informatico.it/p.aspx?i=2211901&#34;&gt;http://punto-informatico.it/p.aspx?i=2211901&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Si chiama Microsoft Singularity ed è l&amp;rsquo;ultimo parto di &lt;a href=&#34;http://research.microsoft.com/&#34;&gt;Microsoft Research&lt;/a&gt; presentato a Redmond al&lt;br&gt;
&lt;a href=&#34;http://research.microsoft.com/aboutmsr/techfest/&#34;&gt;TechFest 2008&lt;/a&gt;, evento durante il quale Microsoft Research toglie i veli ai progetti sui quali sta lavorando. In questo caso si tratta di un &lt;strong&gt;sistema operativo nuovo di zecca&lt;/strong&gt; e con caratteristiche per certi versi sorprendenti.&lt;br&gt;
&lt;img alt=&#34;Microsoft Singularity&#34; loading=&#34;lazy&#34; src=&#34;http://www.punto-informatico.it/punto/20080306/singularity_rz.jpg&#34;&gt;La particolarità di &lt;a href=&#34;http://research.microsoft.com/os/singularity/&#34;&gt;Microsoft Singularity&lt;/a&gt; sembra essere quello che viene chiamato il &lt;a href=&#34;http://research.microsoft.com/os/singularity/publications/eurosys2007_sealedprocesses.pdf&#34;&gt;SIP&lt;/a&gt; (Software Isolated Process). L&amp;rsquo;uso del SIP fornisce forti garanzie di isolamento dei processi di sistema. Su Singularity ogni programma, driver o estensione di sistema ha il proprio SIP. I SIP non condividono spazi di memoria. Il risultato è - secondo Microsoft - un&amp;rsquo;affidabilità superiore.&lt;/p&gt;</description>
    </item>
    <item>
      <title>30 milioni per il nuovo Italia.it</title>
      <link>https://www.waydotnet.com/posts/30-milioni-per-il-nuovo-italia-it/</link>
      <pubDate>Tue, 12 Feb 2008 23:14:31 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/30-milioni-per-il-nuovo-italia-it/</guid>
      <description>&lt;p&gt;Fonte : punto-informatico.it&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Roma - Il Governo può essere caduto, il primo portale Italia.it essersi rivelato un &lt;a href=&#34;http://punto-informatico.it/p.aspx?i=2165721&#34;&gt;disastroso fallimento&lt;/a&gt; ma i responsabili del Turismo italiano non demordono: come &lt;a href=&#34;http://punto-informatico.it/p.aspx?i=2177168&#34;&gt;anticipato&lt;/a&gt; su queste pagine, &lt;em&gt;Italia.it remix&lt;/em&gt;, il nuovo grande tentativo per un portalone del turismo, costerà &lt;strong&gt;30 milioni di euro&lt;/strong&gt;.&lt;br&gt;
Lo ha confermato &lt;a href=&#34;http://www.altroconsumo.it/map/src/195813.htm&#34;&gt;in una intervista&lt;/a&gt; ad &lt;em&gt;Altroconsumo&lt;/em&gt; il vicepresidente di ENIT, l&amp;rsquo;Ente del Turismo Italiano, Enrico Paolini, che ricorda come non solo 21 milioni di euro già stanziati per Italia.it finiranno effettivamente alle regione ma conferma anche che lo stesso ENIT riceverà 9 milioni di fondi per &amp;ldquo;riavviare il portale&amp;rdquo;.&lt;br&gt;
&amp;ldquo;Non dimentichiamoci - ha spiegato Paolini - che l&amp;rsquo;ENIT è un&amp;rsquo;Agenzia professionalmente deputata a occuparsi di turismo e che ha tutti i numeri per riuscire a dare seguito a questo progetto&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[LnqToSql] 2 articoli interessanti</title>
      <link>https://www.waydotnet.com/posts/lnqtosql-2-articoli-interessanti/</link>
      <pubDate>Tue, 12 Feb 2008 09:07:43 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/lnqtosql-2-articoli-interessanti/</guid>
      <description>&lt;p&gt;Girovagando x il web sono andato a finire nel sito &lt;a href=&#34;http://www.gridviewguy.com&#34;&gt;www.gridviewguy.com&lt;/a&gt; ed ho trovato questi due articoli molto interessanti&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.gridviewguy.com/ArticleDetails.aspx?articleID=352_Creating_an_Online_Exam_Using_LINQ_to_Classes_Part_1&#34; title=&#34;http://www.gridviewguy.com/ArticleDetails.aspx?articleID=352_Creating_an_Online_Exam_Using_LINQ_to_Classes_Part_1&#34;&gt;http://www.gridviewguy.com/ArticleDetails.aspx?articleID=352_Creating_an_Online_Exam_Using_LINQ_to_Classes_Part_1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.gridviewguy.com/ArticleDetails.aspx?articleID=373_Creating_an_Online_Exam_Using_LINQ_to_Classes_Part_2&#34; title=&#34;http://www.gridviewguy.com/ArticleDetails.aspx?articleID=373_Creating_an_Online_Exam_Using_LINQ_to_Classes_Part_2&#34;&gt;http://www.gridviewguy.com/ArticleDetails.aspx?articleID=373_Creating_an_Online_Exam_Using_LINQ_to_Classes_Part_2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lo posto qui almeno me lo ricordo :D&lt;/p&gt;
&lt;p&gt;Technorati Tags: &lt;a href=&#34;http://technorati.com/tags/Linq&#34;&gt;Linq&lt;/a&gt;,&lt;a href=&#34;http://technorati.com/tags/LinqToSql&#34;&gt;LinqToSql&lt;/a&gt;,&lt;a href=&#34;http://technorati.com/tags/Repository&#34;&gt;Repository&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sending the LINQ To SQL log to log4net</title>
      <link>https://www.waydotnet.com/posts/sending-the-linq-to-sql-log-to-log4net/</link>
      <pubDate>Mon, 11 Feb 2008 15:25:48 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/sending-the-linq-to-sql-log-to-log4net/</guid>
      <description>&lt;p&gt;Interessante codice x poter salvare i log di Linq to Sql con log4net:&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;DataContext Log Property can be used to print generated SQL query or command in the console window as shown below:&lt;/p&gt;
&lt;p&gt;db.Log = Console.Out;&lt;/p&gt;
&lt;p&gt;If you want to print the SQL query in &lt;a href=&#34;http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx&#34;&gt;DebugView&lt;/a&gt; or VS Output window you may use &lt;a href=&#34;http://www.u2u.info/Blogs/Kris/Lists/Posts/Post.aspx?ID=11&#34;&gt;DebugWriter&lt;/a&gt; class(by &lt;a href=&#34;http://www.u2u.info/Blogs/Kris/default.aspx&#34;&gt;Kris Vandermotten&lt;/a&gt;) .The usage of the class is pretty simple &amp;hellip;&lt;/p&gt;
&lt;p&gt;db.Log = new DebugWriter();&lt;/p&gt;
&lt;p&gt;I wrote a small class that help you redirect DataContext messages to log4net .I&amp;rsquo;ve changed the DebugWriter and call it Log4NetWriter . The usage is still simple&lt;/p&gt;</description>
    </item>
    <item>
      <title>[News] Microsoft: opa su Yahoo! da 44,6 miliardi</title>
      <link>https://www.waydotnet.com/posts/news-microsoft-opa-su-yahoo-da-446-miliardi/</link>
      <pubDate>Fri, 01 Feb 2008 12:15:16 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/news-microsoft-opa-su-yahoo-da-446-miliardi/</guid>
      <description>&lt;h4 id=&#34;lofferta-pubblica-di-acquisto-è-in-contanti-e-azioni-e-valuta-il-motore-di-ricerca-circa-301-miliardi-di-euro&#34;&gt;L&amp;rsquo;offerta pubblica di acquisto è in contanti e azioni e valuta il motore di ricerca circa 30,1 miliardi di euro&lt;/h4&gt;
&lt;p&gt;SEATTLE (USA) - E&amp;rsquo; l&amp;rsquo;ultimo tentativo di contrastare lo strapotere di Google nel settore dei motori di ricerca.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.corriere.it/Hermes%20Foto/2008/02/01/0JVK6KCF--180x140.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Il patron di Microsoft Bill Gates (Afp)&lt;/p&gt;
&lt;p&gt;Microsoft ha lanciato un&amp;rsquo;opa da 44,6 miliardi di dollari (circa 30,1 miliardi di euro) sul motore di ricerca Yahoo!, secondo quanto riferisce l&amp;rsquo;agenzia Bloomberg.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[OT] Coppia di conigli trovano casa</title>
      <link>https://www.waydotnet.com/posts/ot-coppia-di-conigli-trovano-casa/</link>
      <pubDate>Sun, 20 Jan 2008 20:28:09 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/ot-coppia-di-conigli-trovano-casa/</guid>
      <description>&lt;p&gt;Leggendo nel muro di Ugi un &lt;a href=&#34;http://blogs.ugidotnet.org/alessage/archive/2008/01/16/90719.aspx&#34;&gt;post&lt;/a&gt; di Alessandro riguardante i&lt;/p&gt;
&lt;h4 id=&#34;nabaztag-ho-deciso-di-far-vedere-cosa-sono-alla-mia-morosa-lisa-bè-a-dire-che-se-nè-innamorata-subito-è-dire-poco&#34;&gt;&lt;a href=&#34;http://www.nabaztag.com/it/index.html&#34;&gt;&lt;strong&gt;Nabaztag&lt;/strong&gt;&lt;/a&gt;, ho deciso di far vedere cosa sono alla mia morosa (Lisa)&amp;hellip;.. bè a dire che se n&amp;rsquo;è innamorata subito è dire poco.&lt;/h4&gt;
&lt;p&gt;E quindi  ho risolto il regalo di San Valentino :D:D:D ( e lei pure :P )&amp;hellip; ed ecco i due conigli felici (mica tanto &amp;hellip; ancora sono dentro la scatola e nn possono &amp;ldquo;vivere&amp;rdquo;)&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img228.imageshack.us/img228/4154/img1156uz4.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Il problema è che bisogna aspettare il 14 Febbraio :(:(:(:( x farli vivere (ok ok mi sento molto il Dr. Frankenstein)&lt;/p&gt;</description>
    </item>
    <item>
      <title>ReSharper 4.0: General Preview</title>
      <link>https://www.waydotnet.com/posts/resharper-4-0-general-preview/</link>
      <pubDate>Fri, 18 Jan 2008 14:17:51 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/resharper-4-0-general-preview/</guid>
      <description>&lt;p&gt;Direttamente dal blog di&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://blogs.jetbrains.com/dotnet/&#34;&gt;JetBrains .NET&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We’re pretty close to launching &lt;strong&gt;ReSharper 4.0 EAP&lt;/strong&gt; and now is the right time to introduce the long-awaited enhancements this major version will provide.&lt;br&gt;
These can be legitimately divided into two simple categories:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Visual Studio 2008&lt;/em&gt; and &lt;em&gt;C# 3.0&lt;/em&gt; support&lt;/li&gt;
&lt;li&gt;Well… everything beyond that&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Support for C# 3.0&lt;/strong&gt;&lt;br&gt;
ReSharper 3.1 already provides support for the Visual Studio 2008 environment. Version 4.0 completes this support to include the new C# features, among which are implicitly typed variables, anonymous types, object initializers, extension methods, lambda expressions and LINQ. This requires substantial updates in several major components of ReSharper functionality, which will cover:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Vista/XP Virtual Desktop Manager</title>
      <link>https://www.waydotnet.com/posts/vistaxp-virtual-desktop-manager/</link>
      <pubDate>Fri, 18 Jan 2008 13:47:58 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/vistaxp-virtual-desktop-manager/</guid>
      <description>&lt;p&gt;Quello che mi mancava, dopo aver giocato x 2 gg con ubuntu, è il fatto di avere piu&amp;rsquo; desktop contemporaneamente &amp;hellip; codeplex come al solito ci da una mano :D (sopprattutto la gente che hosta li i loro lavori)&lt;/p&gt;
&lt;p&gt;Direttamente da codeplex:&lt;/p&gt;
&lt;h4 id=&#34;introduction&#34;&gt;Introduction&lt;/h4&gt;
&lt;p&gt;Vista provides developers with the new DWM based aero interface. A new set of thumbnail API&amp;rsquo;s can be used to access some of this new technology. This virtual desktop program takes advantage of this new API and uses some tricks of its own to provide a powerful virtual desktop manager with a full screen thumbnail based preview. You can have as many desktops as you want and can seamlessly switch between them.&lt;br&gt;
But wait! What if you still are using XP? Don&amp;rsquo;t worry, Vista/XP Virtual Desktops provides support for XP as well, although window previews are not live since XP doesn&amp;rsquo;t have DWM.&lt;br&gt;
Vista Virtual Desktops is managed by &lt;a href=&#34;http://www.z-sys.org/&#34;&gt;Z-Systems&lt;/a&gt;. The Z-Systems website also has a &lt;a href=&#34;http://www.z-sys.org/vvdm.aspx&#34;&gt;Vista Virtual Desktop&lt;/a&gt; page.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[OT] Frase storica :D</title>
      <link>https://www.waydotnet.com/posts/ot-frase-storica-d/</link>
      <pubDate>Fri, 04 Jan 2008 08:58:40 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/ot-frase-storica-d/</guid>
      <description>&lt;p&gt;Parlando con lo zio di mia morosa (Lisa), &lt;strong&gt;Alfredo di 90 anni&lt;/strong&gt; molto + sveglio ed arzillo di me, per quanto sta accadendo ad un altra zia (ho perso il conto dalle zie/zii/niopoti :D ) che sta poco bene, mi ha detto una frase che penso rimarrà storica (almeno per me).&lt;/p&gt;
&lt;p&gt;Alfredo dice :&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;ldquo;Muoriro&amp;rsquo; a 96 di una morta violenta&amp;hellip;&amp;hellip;. da parte di un marito geloso !!!! &amp;ldquo;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Dopo una frase cosi&amp;rsquo; fatta da una persona di 90 anni, che gli vuoi dire ???? :D:D:D:D:D&lt;/p&gt;</description>
    </item>
    <item>
      <title>[rails] LightWindowHelper [plugin helper]</title>
      <link>https://www.waydotnet.com/posts/rails-lightwindowhelper-plugin-helper/</link>
      <pubDate>Tue, 11 Dec 2007 11:53:20 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/rails-lightwindowhelper-plugin-helper/</guid>
      <description>&lt;p&gt;Visto che per colpa di Davide D&amp;rsquo;Agostino (DAddYE) mi sono avvicinato a Rails (&lt;a href=&#34;http://rubyonrails.org/&#34; title=&#34;http://rubyonrails.org/&#34;&gt;http://rubyonrails.org/&lt;/a&gt;) e sto cercando di creare per l&amp;rsquo;azienda dove lavoro, una piccola applicazione web per uso interno, ho deciso di farla in rails :D&lt;/p&gt;
&lt;p&gt;L&amp;rsquo; intenzione era di usare il js Ligh Window 2.0 (&lt;a href=&#34;http://www.stickmanlabs.com/lightwindow/&#34; title=&#34;http://www.stickmanlabs.com/lightwindow/&#34;&gt;http://www.stickmanlabs.com/lightwindow/&lt;/a&gt;)  che mi piace molto, ho deciso di fare un piccolo helper per poter &amp;ldquo;aggirare&amp;rdquo; un problema che ho pure io (ovviamente :P:P:P) (&lt;a href=&#34;http://railsforum.com/viewtopic.php?pid=46594&#34; title=&#34;http://railsforum.com/viewtopic.php?pid=46594&#34;&gt;http://railsforum.com/viewtopic.php?pid=46594&lt;/a&gt;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dati disconnessi... questi sconosciuti :D</title>
      <link>https://www.waydotnet.com/posts/dati-disconnessi-questi-sconosciuti-d/</link>
      <pubDate>Tue, 23 Oct 2007 13:56:08 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/dati-disconnessi-questi-sconosciuti-d/</guid>
      <description>&lt;p&gt;Ciao a tutti, volevo avere delle informazioni.&lt;/p&gt;
&lt;p&gt;La mia idea è realizzare un piccolo software da utilizzare con i vari portatili, e che in comune hanno un db (sqlexpress x ora) su di un server centrale.&lt;/p&gt;
&lt;p&gt;Fino a che sono tutti connessi alla lan, ok, ma se un portatile è in &amp;ldquo;giro&amp;rdquo; x il mondo ??? (e nn ci sta connettività) come faccio ????&lt;/p&gt;
&lt;p&gt;Ho pensato a Offline  application block , fermo al .net 1.0 :D, e poi ho visto ideable che ha questa funzione (costo $2,495 / developer).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hero</title>
      <link>https://www.waydotnet.com/posts/hero/</link>
      <pubDate>Fri, 05 Oct 2007 11:39:09 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/hero/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://img205.imageshack.us/my.php?image=waydotnetnathanqc5.png&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.waydotnet.com/images/blogs_ugidotnet_org/CarlitoWaY/waydotnet_nathan.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Anche io come Gian Maria non mi piace come personaggio &amp;hellip;. ma tanto :P:P:P&lt;/p&gt;</description>
    </item>
    <item>
      <title>[OT-IT] Terranet  Free local wireless calls, free texting, and long distance VoIP calls</title>
      <link>https://www.waydotnet.com/posts/ot-it-terranet-free-local-wireless-calls-free-texting-and/</link>
      <pubDate>Wed, 12 Sep 2007 12:29:08 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/ot-it-terranet-free-local-wireless-calls-free-texting-and/</guid>
      <description>&lt;p&gt;Leggendo Punto informatico, come al solito, scopre delle notizie che veramente fanno pensare bene al benessere di tutti&amp;hellip;.&lt;br&gt;
TERRANET , società svedese&lt;/p&gt;
&lt;p&gt;dal sito di terranet.se&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Free local wireless calls, free texting, and long distance VoIP calls.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;TerraNet technology provides all this through peer-to-peer wireless networking and with absolutely no need for base stations, antenna installations or infrastructure.&lt;/p&gt;
&lt;p&gt;You can call and text anyone within two kilometres, or up to 20 kilometres in a mesh network.&lt;br&gt;
What’s more, you can call and text anyone in the world through a TerraNet wireless Internet access point. With TerraNet technology integrated any type of handheld device transforms into a wireless communicator.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simpons anche mi :D</title>
      <link>https://www.waydotnet.com/posts/simpons-anche-mi-d/</link>
      <pubDate>Wed, 05 Sep 2007 16:08:13 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/simpons-anche-mi-d/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img407.imageshack.us/img407/5733/yourimagesj9.png&#34;&gt; &lt;img loading=&#34;lazy&#34; src=&#34;http://img503.imageshack.us/img503/6845/33163346fb0.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;La panzetta è venuta uguale :D:D:D:D&lt;/p&gt;
&lt;p&gt;Technorati Tags: &lt;a href=&#34;http://technorati.com/tags/WaYdotNET&#34;&gt;WaYdotNET&lt;/a&gt;, &lt;a href=&#34;http://technorati.com/tags/Simpson&#34;&gt;Simpson&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>NHibernate Templates for Smart Code Generator</title>
      <link>https://www.waydotnet.com/posts/nhibernate-templates-for-smart-code-generator/</link>
      <pubDate>Fri, 03 Aug 2007 09:24:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/nhibernate-templates-for-smart-code-generator/</guid>
      <description>&lt;h4 id=&#34;introduction&#34;&gt;Introduction&lt;/h4&gt;
&lt;p&gt;To learn more about Smart Code please read the next article, by clicking &lt;a href=&#34;http://www.codeproject.com/useritems/SmartCode-Code_Generation.asp&#34;&gt;here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The sample code and templates, are based in the next article &lt;strong&gt;&lt;a href=&#34;http://www.codeproject.com/aspnet/NHibernateBestPractices.asp&#34;&gt;NHibernate Best Practices with ASP.NET&lt;/a&gt;&lt;/strong&gt; . In this excellent article, Billy McCafferty, describes best practices for leveraging the benefits of NHibernate 1.2, ASP.NET.&lt;/p&gt;
&lt;p&gt;For this article we&amp;rsquo;ll try to be original&amp;hellip;..and we&amp;rsquo;ll use the Northwind database as sample, but these examples will work with any database&lt;/p&gt;</description>
    </item>
    <item>
      <title>[OT-SPAM] Pubblicità Ottica di mia morosa :D</title>
      <link>https://www.waydotnet.com/posts/ot-spam-pubblicit-ottica-di-mia-morosa-d/</link>
      <pubDate>Fri, 13 Jul 2007 10:14:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/ot-spam-pubblicit-ottica-di-mia-morosa-d/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Non volevo intasare il muro, ma se non lo faccio rischio la pelle :D:D:D:D:D:D&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Siccome l ottica di mia morosa presenta la sfilata in spiaggia questa domenica ( a Cattolica) , ecco l invito (ovviamente non serve per entrare ma solo come pubblicità)&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img511.imageshack.us/img511/3696/img004yd4.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img263.imageshack.us/img263/4389/img005lh9.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;perando di vedre qualche volto conosciuto al DotNETMarche&lt;/p&gt;
&lt;p&gt;ciao a tutti e scusate lo spam !!!!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Generate NHibernate Configuration Using ActiveWriter</title>
      <link>https://www.waydotnet.com/posts/how-to-generate-nhibernate-configuration-using-activewriter/</link>
      <pubDate>Wed, 20 Jun 2007 12:16:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/how-to-generate-nhibernate-configuration-using-activewriter/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://altinoren.com/ct.ashx?id=7043a882-8325-4e48-b956-54868219297c&amp;amp;url=http%3a%2f%2faltinoren.com%2fPermaLink%2cguid%2cbcc67590-f893-4281-85c2-1889ca1c6520.aspx&#34;&gt;Preview 3&lt;/a&gt; has this functionality, but there are a few things to mention.&lt;br&gt;
ActiveWriter use ActiveRecord assembly to generate NHibernate config files. So you&amp;rsquo;ll need Castle.ActiveRecord.dll, NHibernate.dll and all necessary dependincies to make it work.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://altinoren.com/content/binary/NHibernateGenerationDetail.png&#34;&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set the target to **NHibernate&lt;br&gt;
**This way, AW will generate .hbm.xml files for each entity in your model.&lt;/li&gt;
&lt;li&gt;Set the &lt;strong&gt;Assembly Path&lt;/strong&gt; to where Castle.ActiveRecord.dll, NHibernate.dll and all necessary dependincies reside.&lt;br&gt;
The design decision was that, I didn&amp;rsquo;t want to package these assemblies with AW. Rather than that, I thought user will most probably have them so they can choose whatever version they want to generate the configuration. If you don&amp;rsquo;t supply the path, AW (VS, actually) will look for them in GAc and then {Your VS Path}Common7IDECastle.ActiveRecord.dll, so if you have them in one of those places, it should be fine.&lt;br&gt;
One other quirk is, if you first try to generate with the wrong path, setti ng the correct one later won&amp;rsquo;t work until you restart Visual Studio. This is the framework&amp;rsquo;s limitation, once you try to load an assembly and get an error, the result will be cached for subsequent tries. So VS appdomain should be restarted to make it work. I&amp;rsquo;ll have a possible soliton for this for a future version of ActiveWriter (will try to load in a dummy appdomain, then in the VS appdomain)&lt;br&gt;
You may use the fully qualified assembly names for &lt;strong&gt;Active Record Assembly Name&lt;/strong&gt; and &lt;strong&gt;NHibernate Assembly Name&lt;/strong&gt; to target a specific version in the GAC, if you have more than one in there.&lt;/li&gt;
&lt;li&gt;When you save the model, AW will generate configuration.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I&amp;rsquo;ll prepare a better documentation in the &lt;a href=&#34;http://altinoren.com/ct.ashx?id=7043a882-8325-4e48-b956-54868219297c&amp;amp;url=http%3a%2f%2fusing.castleproject.org%2fdisplay%2fContrib%2fActiveWriter&#34;&gt;wiki&lt;/a&gt;.&lt;br&gt;
Have fun.&lt;br&gt;
Update:&lt;br&gt;
AW does not work with release version of Castle assemblies (RC2?) for NHibernate generation, it works with the trunk (or with recently compiled assemblies). You can use the latest bits from the build server: &lt;a href=&#34;http://builds.castleproject.org/cruise/index.castle&#34;&gt;http://builds.castleproject.org/cruise/index.castle&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Generate NHibernate Configuration Using ActiveWriter</title>
      <link>https://www.waydotnet.com/posts/how-to-generate-nhibernate-configuration-using-activewriter-2/</link>
      <pubDate>Wed, 20 Jun 2007 12:15:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/how-to-generate-nhibernate-configuration-using-activewriter-2/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://altinoren.com/ct.ashx?id=7043a882-8325-4e48-b956-54868219297c&amp;amp;url=http%3a%2f%2faltinoren.com%2fPermaLink%2cguid%2cbcc67590-f893-4281-85c2-1889ca1c6520.aspx&#34;&gt;Preview 3&lt;/a&gt; has this functionality, but there are a few things to mention.&lt;br&gt;
ActiveWriter use ActiveRecord assembly to generate NHibernate config files. So you&amp;rsquo;ll need Castle.ActiveRecord.dll, NHibernate.dll and all necessary dependincies to make it work.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://altinoren.com/content/binary/NHibernateGenerationDetail.png&#34;&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set the target to **NHibernate&lt;br&gt;
**This way, AW will generate .hbm.xml files for each entity in your model.&lt;/li&gt;
&lt;li&gt;Set the &lt;strong&gt;Assembly Path&lt;/strong&gt; to where Castle.ActiveRecord.dll, NHibernate.dll and all necessary dependincies reside.&lt;br&gt;
The design decision was that, I didn&amp;rsquo;t want to package these assemblies with AW. Rather than that, I thought user will most probably have them so they can choose whatever version they want to generate the configuration. If you don&amp;rsquo;t supply the path, AW (VS, actually) will look for them in GAc and then {Your VS Path}Common7IDECastle.ActiveRecord.dll, so if you have them in one of those places, it should be fine.&lt;br&gt;
One other quirk is, if you first try to generate with the wrong path, setti ng the correct one later won&amp;rsquo;t work until you restart Visual Studio. This is the framework&amp;rsquo;s limitation, once you try to load an assembly and get an error, the result will be cached for subsequent tries. So VS appdomain should be restarted to make it work. I&amp;rsquo;ll have a possible soliton for this for a future version of ActiveWriter (will try to load in a dummy appdomain, then in the VS appdomain)&lt;br&gt;
You may use the fully qualified assembly names for &lt;strong&gt;Active Record Assembly Name&lt;/strong&gt; and &lt;strong&gt;NHibernate Assembly Name&lt;/strong&gt; to target a specific version in the GAC, if you have more than one in there.&lt;/li&gt;
&lt;li&gt;When you save the model, AW will generate configuration.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I&amp;rsquo;ll prepare a better documentation in the &lt;a href=&#34;http://altinoren.com/ct.ashx?id=7043a882-8325-4e48-b956-54868219297c&amp;amp;url=http%3a%2f%2fusing.castleproject.org%2fdisplay%2fContrib%2fActiveWriter&#34;&gt;wiki&lt;/a&gt;.&lt;br&gt;
Have fun.&lt;br&gt;
Update:&lt;br&gt;
AW does not work with release version of Castle assemblies (RC2?) for NHibernate generation, it works with the trunk (or with recently compiled assemblies). You can use the latest bits from the build server: &lt;a href=&#34;http://builds.castleproject.org/cruise/index.castle&#34;&gt;http://builds.castleproject.org/cruise/index.castle&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>4° Workshop &#34;Introduzione al Domain-Driven Design (DDD)&#34;</title>
      <link>https://www.waydotnet.com/posts/4-workshop-introduzione-al-domain-driven-design-ddd/</link>
      <pubDate>Fri, 15 Jun 2007 10:27:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/4-workshop-introduzione-al-domain-driven-design-ddd/</guid>
      <description>&lt;p&gt;4° Workshop &amp;ldquo;Introduzione al Domain-Driven Design (DDD)&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Venerdì 6 Luglio 2007&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Sede&lt;/em&gt; &lt;a href=&#34;http://maps.google.it/maps?f=q&amp;amp;hl=it&amp;amp;q=via&amp;#43;Paleotta&amp;#43;11,&amp;#43;Fano&amp;#43;&amp;amp;sll=41.442726,12.392578&amp;amp;sspn=10.849442,20.039063&amp;amp;ie=UTF8&amp;amp;om=1&amp;amp;z=16&amp;amp;iwloc=addr&#34;&gt;&lt;em&gt;Casa Cecchi - Centro Creativo Ambientale Urbano&lt;/em&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Via della Paleotta, 11- 61032 Fano (PU)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;In questo appuntamento parleremo di &lt;a href=&#34;http://domaindrivendesign.org/index.htm&#34;&gt;Domain Driven Design&lt;/a&gt; (DDD), una metodologia costituita da una serie di principi e tecniche di progettazione, utile nella realizzazione di software in cui il dominio dell&amp;rsquo;applicazione ha una certa complessità.&lt;/p&gt;
&lt;p&gt;Questo tema si ricollega al &lt;a href=&#34;http://dotnetmarche.org/eventi/Default.aspx?IDevento=5&#34;&gt;workshop su NHibernate&lt;/a&gt;, in quanto gli ORM danno il meglio di sé quando vengono utilizzati per applicazioni la cui progettazione è orientata al domain model: non a caso, uno degli speaker sarà nuovamente &lt;a href=&#34;http://blogs.ugidotnet.org/janky&#34;&gt;Giancarlo Sudano&lt;/a&gt;, che già ci aveva parlato di NHibernate.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ed io ? :D</title>
      <link>https://www.waydotnet.com/posts/ed-io-d/</link>
      <pubDate>Wed, 06 Jun 2007 15:40:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/ed-io-d/</guid>
      <description>&lt;p&gt;Your programmer personality type is:&lt;br&gt;
&lt;strong&gt;DHTB&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;You&amp;rsquo;re a Doer.&lt;/strong&gt;&lt;br&gt;
You are very quick at getting tasks done. You believe the outcome is the most important part of a task and the faster you can reach that outcome the better. After all, time is money.&lt;br&gt;
&lt;strong&gt;You like coding at a High level.&lt;/strong&gt;&lt;br&gt;
The world is made up of objects and components, you should create your programs in the same way.&lt;br&gt;
&lt;strong&gt;You work best in a Team.&lt;/strong&gt;&lt;br&gt;
A good group is better than the sum of it&amp;rsquo;s parts. The only thing better than a genius programmer is a cohesive group of genius programmers.&lt;br&gt;
&lt;strong&gt;You are a liBeral programmer.&lt;/strong&gt;&lt;br&gt;
Programming is a complex task and you should use white space and comments as freely as possible to help simplify the task. We&amp;rsquo;re not writing on paper anymore so we can take up as much room as we need.&lt;/p&gt;</description>
    </item>
    <item>
      <title>google traduce :D</title>
      <link>https://www.waydotnet.com/posts/google-traduce-d/</link>
      <pubDate>Wed, 30 May 2007 07:14:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/google-traduce-d/</guid>
      <description>&lt;p&gt;stavo guardando un sito in inglese e per pigrizia mentale (ok ok ignoranza ) l ho tradotta al volo con google &amp;hellip;.&lt;br&gt;
fin qui neinte di strano, traduzione un po a capocchia , la cosa che mi ha fatto letteramente piegare in due dal ridere è stato:&lt;/p&gt;
&lt;p&gt;Free download , tradotto in &amp;ldquo;Liberare il trasferimento dal sistema centrale verso i satelliti&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>BlogEngine.NET versione 1.0 definitiva</title>
      <link>https://www.waydotnet.com/posts/blogengine-net-versione-1-0-definitiva/</link>
      <pubDate>Thu, 24 May 2007 18:05:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/blogengine-net-versione-1-0-definitiva/</guid>
      <description>&lt;p&gt;E&amp;rsquo; stata rilasciata la versione 1.0 definitiva di BlogEngine.NET, un motore di blogging realizzato in C# e disponibile su CodePlex. Una caratteristica molto interessante di questo sistema è che esso si basa interamente su XML, quindi non richiede il setup di database di appoggio e, di conseguenza, può essere utilizzato in qualunque spazio web con supporto ad ASP.NET.&lt;/p&gt;
&lt;p&gt;fonte: &lt;a href=&#34;http://blogs.ugidotnet.org/marcom/archive/2007/05/24/79175.aspx&#34;&gt;http://blogs.ugidotnet.org/marcom/archive/2007/05/24/79175.aspx&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>http://www.asp.net/ nuovo veste</title>
      <link>https://www.waydotnet.com/posts/httpwww-asp-net-nuovo-veste-3/</link>
      <pubDate>Wed, 16 May 2007 12:37:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/httpwww-asp-net-nuovo-veste-3/</guid>
      <description>&lt;p&gt;E&amp;rsquo; appena diventato online (visto che tutt oggi che cerco di entrare, e nn ci sono riuscito&amp;hellip;anche ora ci sono un po di problemi :D)&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img130.imageshack.us/img130/5792/asrn4.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;img: &lt;a href=&#34;http://img130.imageshack.us/img130/5792/asrn4.png&#34; title=&#34;http://img130.imageshack.us/img130/5792/asrn4.png&#34;&gt;http://img130.imageshack.us/img130/5792/asrn4.png&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>http://www.asp.net/ nuovo veste</title>
      <link>https://www.waydotnet.com/posts/httpwww-asp-net-nuovo-veste/</link>
      <pubDate>Wed, 16 May 2007 12:36:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/httpwww-asp-net-nuovo-veste/</guid>
      <description>&lt;p&gt;E&amp;rsquo; appena diventato online (visto che tutt oggi che cerco di entrare, e nn ci sono riuscito&amp;hellip;anche ora ci sono un po di problemi :D)&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img130.imageshack.us/img130/5792/asrn4.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;img: &lt;a href=&#34;http://img130.imageshack.us/img130/5792/asrn4.png&#34; title=&#34;http://img130.imageshack.us/img130/5792/asrn4.png&#34;&gt;http://img130.imageshack.us/img130/5792/asrn4.png&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>http://www.asp.net/ nuovo veste</title>
      <link>https://www.waydotnet.com/posts/httpwww-asp-net-nuovo-veste-2/</link>
      <pubDate>Wed, 16 May 2007 12:35:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/httpwww-asp-net-nuovo-veste-2/</guid>
      <description>&lt;p&gt;E&amp;rsquo; appena diventato online (visto che tutt oggi che cerco di entrare, e nn ci sono riuscito&amp;hellip;anche ora ci sono un po di problemi :D)&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://img130.imageshack.us/img130/5792/asrn4.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;img: &lt;a href=&#34;http://img130.imageshack.us/img130/5792/asrn4.png&#34; title=&#34;http://img130.imageshack.us/img130/5792/asrn4.png&#34;&gt;http://img130.imageshack.us/img130/5792/asrn4.png&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>NHibernateRepository Upgraded for NHibernate 1.2 RC1</title>
      <link>https://www.waydotnet.com/posts/nhibernaterepository-upgraded-for-nhibernate-1-2-rc1/</link>
      <pubDate>Wed, 09 May 2007 10:58:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/nhibernaterepository-upgraded-for-nhibernate-1-2-rc1/</guid>
      <description>&lt;p&gt;Now that &lt;a href=&#34;http://sourceforge.net/project/showfiles.php?group_id=73818&amp;amp;package_id=73969&#34;&gt;NHibernate 1.2 is finally out of Beta stage and into official Release Candidate mode&lt;/a&gt;, I felt it was appropriate to upgrade NHibernateRepository to use it. Not much has changed and there isn&amp;rsquo;t any new functionality, but I wrote some tests for it and of course updated its references to NHibernate 1.2 RC1.&lt;br&gt;
You can get the &lt;a href=&#34;http://www.arcware.net/downloads/NHibernateRepository1.1.zip&#34;&gt;latest NHibernateRepository here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Fonte: &lt;a href=&#34;http://www.arcware.net/archive/2007/04/06/NHibernateRepository-Upgraded-for-NHibernate-1.2-RC1.aspx&#34; title=&#34;http://www.arcware.net/archive/2007/04/06/NHibernateRepository-Upgraded-for-NHibernate-1.2-RC1.aspx&#34;&gt;http://www.arcware.net/archive/2007/04/06/NHibernateRepository-Upgraded-for-NHibernate-1.2-RC1.aspx&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simple TDD Visual Studio Templates</title>
      <link>https://www.waydotnet.com/posts/simple-tdd-visual-studio-templates/</link>
      <pubDate>Tue, 08 May 2007 13:45:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/simple-tdd-visual-studio-templates/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.hmobius.com/blogimages/mbunitprojecttemplates.png&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.hmobius.com/blogimages/mbunitprojecttemplates.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To speed up the creation of solutions like these, I&amp;rsquo;ve created two templates to plug into Visual Studio to do it for you. There&amp;rsquo;s one for testing with &lt;a href=&#34;http://www.mbunit.com/&#34;&gt;MbUnit&lt;/a&gt; &lt;a href=&#34;http://weblogs.asp.net/astopford/archive/2006/12/07/mbunit-2-3-rtm.aspx&#34;&gt;2.3 RTM&lt;/a&gt; and one for &lt;a href=&#34;http://www.nunit.com/&#34;&gt;NUnit&lt;/a&gt; &lt;a href=&#34;http://nunit.com/blogs/?p=43&#34;&gt;2.2.9&lt;/a&gt;. Download the one you want to your VS2005 Project Templates folder and then create a new project. You&amp;rsquo;ll see the options to use the templates automagically.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.hmobius.com/blogimages/vsprojecttemplates.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;FONTE:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://blogs.ipona.com/dan/Default.aspx&#34;&gt;Dan&amp;rsquo;s Archive&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;post:&lt;br&gt;
&lt;a href=&#34;http://blogs.ipona.com/dan/archive/2007/01/02/SimpleTDDVisualStudioTemplates.aspx&#34; title=&#34;http://blogs.ipona.com/dan/archive/2007/01/02/SimpleTDDVisualStudioTemplates.aspx&#34;&gt;http://blogs.ipona.com/dan/archive/2007/01/02/SimpleTDDVisualStudioTemplates.aspx&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simple TDD Visual Studio Templates</title>
      <link>https://www.waydotnet.com/posts/simple-tdd-visual-studio-templates-2/</link>
      <pubDate>Tue, 08 May 2007 13:44:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/simple-tdd-visual-studio-templates-2/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.hmobius.com/blogimages/mbunitprojecttemplates.png&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.hmobius.com/blogimages/mbunitprojecttemplates.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To speed up the creation of solutions like these, I&amp;rsquo;ve created two templates to plug into Visual Studio to do it for you. There&amp;rsquo;s one for testing with &lt;a href=&#34;http://www.mbunit.com/&#34;&gt;MbUnit&lt;/a&gt; &lt;a href=&#34;http://weblogs.asp.net/astopford/archive/2006/12/07/mbunit-2-3-rtm.aspx&#34;&gt;2.3 RTM&lt;/a&gt; and one for &lt;a href=&#34;http://www.nunit.com/&#34;&gt;NUnit&lt;/a&gt; &lt;a href=&#34;http://nunit.com/blogs/?p=43&#34;&gt;2.2.9&lt;/a&gt;. Download the one you want to your VS2005 Project Templates folder and then create a new project. You&amp;rsquo;ll see the options to use the templates automagically.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.hmobius.com/blogimages/vsprojecttemplates.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;FONTE:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://blogs.ipona.com/dan/Default.aspx&#34;&gt;Dan&amp;rsquo;s Archive&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;post:&lt;br&gt;
&lt;a href=&#34;http://blogs.ipona.com/dan/archive/2007/01/02/SimpleTDDVisualStudioTemplates.aspx&#34; title=&#34;http://blogs.ipona.com/dan/archive/2007/01/02/SimpleTDDVisualStudioTemplates.aspx&#34;&gt;http://blogs.ipona.com/dan/archive/2007/01/02/SimpleTDDVisualStudioTemplates.aspx&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simple NHibernate Architecture</title>
      <link>https://www.waydotnet.com/posts/simple-nhibernate-architecture-2/</link>
      <pubDate>Fri, 27 Apr 2007 15:16:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/simple-nhibernate-architecture-2/</guid>
      <description>&lt;h4 id=&#34;by-&#34;&gt;&lt;strong&gt;By &lt;a href=&#34;http://www.codeproject.com/script/Articles/list_articles.asp?userid=351736&#34;&gt;Cassio Alves&lt;/a&gt;&lt;/strong&gt;.&lt;/h4&gt;
&lt;h4 id=&#34;introduction&#34;&gt;Introduction&lt;/h4&gt;
&lt;p&gt;I started using NHibernate at the end of last year and I am having a wonderful experience with it. The simple fact that I don&amp;rsquo;t have to maintain hundreds of procedures and data access abstraction classes to do basic CRUD operations is enough to justify the use of NHibernate (even though I used a custom code generation tool). Besides that, my code is amazingly clearer and simpler. I only need to worry about business and user interface logic now. All that pluming code has gone for good.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simple NHibernate Architecture</title>
      <link>https://www.waydotnet.com/posts/simple-nhibernate-architecture/</link>
      <pubDate>Fri, 27 Apr 2007 15:14:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/simple-nhibernate-architecture/</guid>
      <description>&lt;h4 id=&#34;by-&#34;&gt;&lt;strong&gt;By &lt;a href=&#34;http://www.codeproject.com/script/Articles/list_articles.asp?userid=351736&#34;&gt;Cassio Alves&lt;/a&gt;&lt;/strong&gt;.&lt;/h4&gt;
&lt;h4 id=&#34;introduction&#34;&gt;Introduction&lt;/h4&gt;
&lt;p&gt;I started using NHibernate at the end of last year and I am having a wonderful experience with it. The simple fact that I don&amp;rsquo;t have to maintain hundreds of procedures and data access abstraction classes to do basic CRUD operations is enough to justify the use of NHibernate (even though I used a custom code generation tool). Besides that, my code is amazingly clearer and simpler. I only need to worry about business and user interface logic now. All that pluming code has gone for good.&lt;/p&gt;</description>
    </item>
    <item>
      <title>TDD using SqlCE and NHibernate</title>
      <link>https://www.waydotnet.com/posts/tdd-using-sqlce-and-nhibernate/</link>
      <pubDate>Tue, 17 Apr 2007 15:04:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/tdd-using-sqlce-and-nhibernate/</guid>
      <description>&lt;p&gt;This article demonstrates how to use SQL Compact Edition to perform database unit testing of your Repository/DAO classes. More often than not, I cringe at the thought of performing database testing against the development database. It would be much easier and logical to perform database tests against a disposable datasource. This is where In-Memory and Embedded databases come into play.&lt;/p&gt;
&lt;p&gt;Fonte:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.codeproject.com/useritems/TDD_and_SqlCE.asp&#34;&gt;http://www.codeproject.com/useritems/TDD_and_SqlCE.asp&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>NHibernate Plugin for Visual Studio 2005</title>
      <link>https://www.waydotnet.com/posts/nhibernate-plugin-for-visual-studio-2005/</link>
      <pubDate>Mon, 02 Apr 2007 10:22:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/nhibernate-plugin-for-visual-studio-2005/</guid>
      <description>&lt;p&gt;&lt;strong&gt;NHibernate Plugin for Visual Studio 2005&lt;/strong&gt;&lt;br&gt;
A graphical designer for Visual Studio 2005. The plugin provides drag and drop composition of an object model, from the Server Explorer. All required .hbm.xml hibernate mapping files are generated, along with the required entity class source files (C#).&lt;br&gt;
&lt;img loading=&#34;lazy&#34; src=&#34;http://sourceforge.net/dbimage.php?id=114073&#34;&gt;&lt;br&gt;
link:&lt;br&gt;
&lt;a href=&#34;http://sourceforge.net/projects/nhibernateaddin/&#34;&gt;http://sourceforge.net/projects/nhibernateaddin/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prova nuova di c#</title>
      <link>https://www.waydotnet.com/posts/prova-nuova-di-c/</link>
      <pubDate>Tue, 20 Mar 2007 18:11:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/prova-nuova-di-c/</guid>
      <description>&lt;p&gt;Vediamo se riesco a pubblicare sto codicillo o ci devo diventare scemo + di quello che sono oggi :D&lt;/p&gt;
&lt;p&gt;/*&lt;br&gt;
* Created by: WaYdotNET [Carlo Bertini]&lt;br&gt;
* Created: 18.34.28&lt;br&gt;
* NameSpace: GestioneOttica.DomainModel.Cliente.Anagrafe&lt;br&gt;
*/&lt;br&gt;
using System;&lt;/p&gt;
&lt;p&gt;namespace GestioneOttica.DomainModel.Cliente&lt;br&gt;
{&lt;br&gt;
public class Anagrafe&lt;br&gt;
{&lt;br&gt;
#region private fields&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;    private string _nome;  
    private string _cognome;  
    private string _codiceFiscale;  
    private Nullable&amp;lt;DateTime&amp;gt; _dataNascita;  
    private string _professione;  
    private string _iva;  
    private string _ditta;  

    #endregion  

    #region protected members  

    #endregion  

    #region public properties  

    public string nome  
    {  
        get { return _nome; }  
        set { _nome = value; }  
    }  

    public string cognome  
    {  
        get { return _cognome; }  
        set { _cognome = value; }  
    }  

    public string codiceFiscale  
    {  
        get { return _codiceFiscale; }  
        set { _codiceFiscale = value; }  
    }  

    public DateTime? dataNascita  
    {  
        get { return _dataNascita; }  
        set { _dataNascita = value; }  
    }  

    public string professione  
    {  
        get { return _professione; }  
        set { _professione = value; }  
    }  

    public string iva  
    {  
        get { return _iva; }  
        set { _iva = value; }  
    }  

    public string ditta  
    {  
        get { return _ditta; }  
        set { _ditta = value; }  
    }  

    #endregion  

    #region system.object overrides  

    #endregion  

    #region constructor  

    #endregion  
}  
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;}&lt;/p&gt;</description>
    </item>
    <item>
      <title>Struttura OpenOttica</title>
      <link>https://www.waydotnet.com/posts/struttura-openottica/</link>
      <pubDate>Thu, 01 Mar 2007 17:46:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/struttura-openottica/</guid>
      <description>&lt;p&gt;Il nome del programma è &amp;ldquo;&lt;strong&gt;OpenOttica&lt;/strong&gt;&amp;rdquo; visto che ho intenzione di rilasciare i codici sorgenti di questo applicativo (appena ho tempo mi leggo un paio di licenze e ve la comunico).&lt;/p&gt;
&lt;p&gt; Prima di tutto va detto che verrà sviluppato con il .NET 2.0 e come database Mysql/SQLExpress/SQLite poi da decidere quale utilizzare in &amp;ldquo;produzione&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Altra cosa, se un giorno riesco cerco di farlo girare pure su MONO &amp;hellip;. ma non credo, visto che ancora ci sono delle PINVOKE che SQLite utilizza e che MONO allo stato attuale non supporta.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sistemazione Interfaccia blog</title>
      <link>https://www.waydotnet.com/posts/sistemazione-interfaccia-blog/</link>
      <pubDate>Thu, 01 Mar 2007 16:06:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/sistemazione-interfaccia-blog/</guid>
      <description>&lt;p&gt;Appena avro&amp;rsquo; un po di tempo dovrei sistemare almeno l interfaccia del blog e farla un pochino + personalizzata (dato che x ora nn è personalizzata x niente :D:D::D)&lt;/p&gt;</description>
    </item>
    <item>
      <title>italia.it ----&gt; FINALMENTE</title>
      <link>https://www.waydotnet.com/posts/italia-it-finalmente/</link>
      <pubDate>Fri, 23 Feb 2007 08:17:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/italia-it-finalmente/</guid>
      <description>&lt;p&gt;Finalmente è online il portale da 45 milioni di eurozzi che abbiamo sborsato!!!!&lt;/p&gt;
&lt;p&gt;EVVAI!!!!&lt;/p&gt;
&lt;p&gt;peccato che di accessibilità non si trova traccia&lt;br&gt;
peccato che solo chi &amp;ldquo;vede&amp;rdquo; puo&amp;rsquo; navigare&lt;br&gt;
peccato che è lento ( 1 minuti con adsl 640 !!!! e chi ha solo pstn ???? come io a casa???)&lt;br&gt;
peccato che nel codice ci stanno tante di quelle righe vuote inutili che sprecano solo banda&lt;br&gt;
peccato che nn si trovano traccia di meta tag&lt;br&gt;
peccato che si fa un uso SPROPOSITATO di tabelle e nn ci sono traccia di div !!!!!! (ma chi caxxo lo ha fatto ?? tra un po lo facevo meglio io&amp;hellip;..ed è tutto dire :D:D:D:D )&lt;br&gt;
peccato che solo il prezzo del logo è di 100.000 euro (minchia !!!!! )&lt;br&gt;
peccato che l hanno fatto e sputtanato 45 milioni di euro !!!!!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>NHibernateDataSource: A DataSourceControl for ASP.NET 2.0</title>
      <link>https://www.waydotnet.com/posts/nhibernatedatasource-a-datasourcecontrol-for-asp-net-2-0/</link>
      <pubDate>Wed, 07 Feb 2007 14:29:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/nhibernatedatasource-a-datasourcecontrol-for-asp-net-2-0/</guid>
      <description>&lt;p&gt;NHibernateDataSource: A DataSourceControl for ASP.NET 2.0 A DataSourceControl for querying and binding to NHibernate entities, and other useful stuff &lt;img loading=&#34;lazy&#34; src=&#34;http://www.codeproject.com/useritems/NHibernateDataSource/NHibernateDataSource-screenshot.png&#34;&gt; &lt;a href=&#34;http://www.codeproject.com/useritems/NHibernateDataSource.asp&#34;&gt;http://www.codeproject.com/useritems/NHibernateDataSource.asp&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Eucalypto - ASP.NET CMS library using NHibernate</title>
      <link>https://www.waydotnet.com/posts/eucalypto-asp-net-cms-library-using-nhibernate/</link>
      <pubDate>Wed, 07 Feb 2007 09:01:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/eucalypto-asp-net-cms-library-using-nhibernate/</guid>
      <description>&lt;p&gt;Eucalypto - ASP.NET CMS library using NHibernate&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.codeproject.com/useritems/eucalypto/EucalyptoLogoBig.png&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Eucalypto is an open source .NET business/server library to help writing ASP.NET content management web sites. Eucalypto currently supports these features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Users/Membership&lt;/li&gt;
&lt;li&gt;Roles&lt;/li&gt;
&lt;li&gt;Profiles&lt;/li&gt;
&lt;li&gt;Forum
&lt;ul&gt;
&lt;li&gt;Categories&lt;/li&gt;
&lt;li&gt;Attachments&lt;/li&gt;
&lt;li&gt;Answer notifications&lt;/li&gt;
&lt;li&gt;Formatted text&lt;/li&gt;
&lt;li&gt;RSS&lt;/li&gt;
&lt;li&gt;Category level permissions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Content management
&lt;ul&gt;
&lt;li&gt;Categories&lt;/li&gt;
&lt;li&gt;Formatted text&lt;/li&gt;
&lt;li&gt;Attachments&lt;/li&gt;
&lt;li&gt;RSS&lt;/li&gt;
&lt;li&gt;Category level permissions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;News
&lt;ul&gt;
&lt;li&gt;Categories&lt;/li&gt;
&lt;li&gt;RSS&lt;/li&gt;
&lt;li&gt;Category level permissions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Eucalypto uses NHibernate for all data access and can work with any database supported by NHibernate (SQLite, SQL Server, MySql, Firebird, Access, Oracle, &amp;hellip;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Webcast NHibernate, Spring.NET, Log4NET e CastleProject</title>
      <link>https://www.waydotnet.com/posts/webcast-nhibernate-spring-net-log4net-e-castleproject/</link>
      <pubDate>Tue, 16 Jan 2007 16:08:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/webcast-nhibernate-spring-net-log4net-e-castleproject/</guid>
      <description>&lt;p&gt;Appena finito il webcast&amp;hellip;. o meglio da 1 ora circa :P:P:P Finalmente sono riuscito a seguirlo, dato che purtroppo mi ero perso quello tenuto al DotNetMarche (cavolo di influenza) ma che grazie a tutto lo staff di dnm posso finalmente guardarmi quello che mi sono perso Ottimo il relatore (e fin qui niente di nuovo) Finito in ritardo (e poi ha tagliato molto) (cosa che nn mi è affatto dispiaciuta) Unica cosa che nn si è potuto toccare è stato Log4NET , ma pazienza&amp;hellip;. c&amp;rsquo;erano troppi argomenti da trattare. Con questo post cosa voglio dire?? Semplicemente che sono rimasto soddisfatto del webcast.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Microsoft AJAX Library Cheat Sheets!</title>
      <link>https://www.waydotnet.com/posts/microsoft-ajax-library-cheat-sheets/</link>
      <pubDate>Wed, 10 Jan 2007 14:26:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/microsoft-ajax-library-cheat-sheets/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://aspnetresources.com/images/cheat_sheets_1.png&#34;&gt; &lt;a href=&#34;http://aspnetresources.com/blog/ms&#34;&gt;http://aspnetresources.com/blog/ms&lt;/a&gt;_ajax_cheat_sheets_batch1.aspx&lt;/p&gt;</description>
    </item>
    <item>
      <title>StarUML - The Open Source UML/MDA Platform</title>
      <link>https://www.waydotnet.com/posts/staruml-the-open-source-umlmda-platform/</link>
      <pubDate>Tue, 09 Jan 2007 08:22:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/staruml-the-open-source-umlmda-platform/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://staruml.sourceforge.net/image/staruml-logo.jpg&#34;&gt; StarUML is an open source project to develop fast, flexible, extensible, featureful, and freely-available UML/MDA platform running on Win32 platform. The goal of the StarUML project is to build a software modeling tool and also platform that is a compelling replacement of commercial UML tools such as Rational Rose, Together and so on.&lt;br&gt;
&lt;img loading=&#34;lazy&#34; src=&#34;http://staruml.sourceforge.net/image/staruml-screenshot.jpg&#34;&gt;&lt;br&gt;
* UML 2.0 : UML is continuously expanding standard managed by OMG(Object Management Group). Recently, UML 2.0 is released and StarUML support UML 2.0 and will support lastest UML standard. * MDA (Model Driven Architecture) : MDA is a new technology introduced by OMG. To get advantages of MDA, software modeling tool should support many customization variables. StarUML is designed to support MDA and provides many customization variables like as UML profile, Approach, Model Framework, NX(notation extension), MDA code and document template and so on. They will help you fitting tool into your organizational cultures, processes, and projects. * Plug-in Architecture : Many users require more and more functionalities to software modeling tools. To meet the requirements, the tool must have well-defined plug-in platform. StarUML provides simple and powerful plug-in architecture so anyone can develop plug-in modules in COM-compatible languages (C++, Delphi, C#, VB, &amp;hellip;) * Usability : Usability is most important issue in software development. StarUML is implemented to provide many user-friend features such as Quick dialog, Keyboard manipulation, Diagram overview, etc. StarUML is mostly written in Delphi. However, StarUML is multi-lingual project and not tied to specific programming language, so any programming languages can be used to develop StarUML. (for example, C/C++, Java, Visual Basic, Delphi, JScript, VBScript, C#, VB.NET, &amp;hellip;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Buon Natale!!!</title>
      <link>https://www.waydotnet.com/posts/buon-natale/</link>
      <pubDate>Fri, 22 Dec 2006 17:49:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/buon-natale/</guid>
      <description>&lt;p&gt;Ragazzi vi auguri di cuore di passare un buon Natale e di essere felici&amp;hellip;.. Ciao a tutti&lt;/p&gt;</description>
    </item>
    <item>
      <title>VisualSVN</title>
      <link>https://www.waydotnet.com/posts/visualsvn/</link>
      <pubDate>Tue, 12 Dec 2006 16:27:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/visualsvn/</guid>
      <description>&lt;p&gt;Andando a &amp;ldquo;spasso&amp;rdquo; x il web, ho visto questo tools: VisualSVN &amp;ldquo;VisualSVN is a plugin for Microsoft Visual Studio for seamless integration with Subversion.&amp;rdquo; Be up to date without hassle With VisualSVN you are one click away from reviewing your changes, committing them and getting other&amp;rsquo;s changes. Don&amp;rsquo;t worry about modification of solution or project files - VisualSVN will reload them when necessary &lt;img loading=&#34;lazy&#34; src=&#34;http://visualsvn.com/images/screenshot1.png&#34;&gt; Move things around safely When you need to rename or move class, file, folder or project - just do it. VisualSVN cares about the rest - you will not corrupt your working copy accidentally and the history of changes will be correctly reflected in your repository. &lt;img loading=&#34;lazy&#34; src=&#34;http://visualsvn.com/images/screenshot2.png&#34;&gt; Fonte: &lt;a href=&#34;http://visualsvn.com/&#34;&gt;http://visualsvn.com/&lt;/a&gt; Lo ha mai provato nessuno???&lt;/p&gt;</description>
    </item>
    <item>
      <title>ADSL ??? no grazie (a telecom) Wireless ??? forse...</title>
      <link>https://www.waydotnet.com/posts/adsl-no-grazie-a-telecom-wireless-forse/</link>
      <pubDate>Fri, 17 Nov 2006 07:53:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/adsl-no-grazie-a-telecom-wireless-forse/</guid>
      <description>&lt;p&gt;io sono ancora tra quei pochi sfigati che nn ha il collegamento adsl, c&amp;rsquo;è stata ieri sera la riunione con un provider qui di fano (nn faccio nomi x nn fare pubblicità) che si ha avuto dal comune la possibilità di coprire Fenile (dove abito) tramite antenne wireless&amp;hellip; il problema è che minimo deve avere circa una cinquantina di utenza x ammortizzare le spese (giusto) e x una wls da 2Mb (con 256 Kb di upload) vogliono 41 (si 41) eurozzi al mese (ovviamente + iva) e ti devi installare in casa (o meglio fuori casa) un antenna ricevente del prezzo di 380 euro (sempre iva esclusa) &amp;hellip;. il tutto SENZA una banda minima garantita!!!!!! Giustamente ho chiesto la banda minima garantita, spesa in piu&amp;rsquo;, il traffico che si puo&amp;rsquo; generare (nn ci sono limitazioni del caso), se ho un idirizzo ip pubblico o privato (Vedi fastweb) e mi dicono che ho un ip geografico (IMHO pubblico se ho capito bene), dato che vorrei comandare il pc anche a distanza quando nn sono in casa ed ho bisogno di qualche libreria o pezzo di prog. che ho lasciato li&amp;hellip;. Ovviamente se nn si raggiungono quel numero di utenze&amp;hellip;.. ciccia , rimango ancora senza adsl (nn solo io purtroppo)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prova Live</title>
      <link>https://www.waydotnet.com/posts/prova-live/</link>
      <pubDate>Tue, 22 Aug 2006 16:30:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/prova-live/</guid>
      <description>&lt;p&gt;Vediamo se sono riuscito a configurarlo bene&lt;/p&gt;
&lt;p&gt;thx to &lt;a href=&#34;http://blogs.ugidotnet.org/lbarbieri/archive/2006/08/15/46231.aspx&#34;&gt;Lorenzo&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Assomiglio a.....</title>
      <link>https://www.waydotnet.com/posts/assomiglio-a/</link>
      <pubDate>Tue, 20 Dec 2005 10:42:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/assomiglio-a/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Socrate&#34; loading=&#34;lazy&#34; src=&#34;http://images.quizilla.com/O/outis/1117124541_inisocrate.JPG&#34;&gt;&lt;br&gt;
Assomigli a Socrate! A muoverti e&amp;rsquo; l&amp;rsquo;amore verso il sapere, inteso non&lt;br&gt;
sterilmente come nozionismo, ma come vivace e&lt;br&gt;
continua ricerca del vero. Trovi giusto&lt;br&gt;
rimetterti in discussione continuamente, perch&lt;br&gt;
cio&amp;rsquo; che veramente ti importa e&amp;rsquo; conoscere cose&lt;br&gt;
giuste, non vantarti di quante cosa sai. Per&lt;br&gt;
questo ami confrontarti con gli altri, e per&lt;br&gt;
questo ritieni le persone che si trincerano&lt;br&gt;
dietro alle loro certezze fragili e deboli. Il&lt;br&gt;
tuo problema e&amp;rsquo; che spesso distruggi le&lt;br&gt;
convinzioni degli altri, e questo ti puo&amp;rsquo;&lt;br&gt;
rendere impopolare.&lt;/p&gt;</description>
    </item>
    <item>
      <title>proviamolo un po</title>
      <link>https://www.waydotnet.com/posts/proviamolo-un-po/</link>
      <pubDate>Wed, 23 Nov 2005 16:34:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/proviamolo-un-po/</guid>
      <description>&lt;p&gt;Prova di Imho&lt;/p&gt;
&lt;p&gt;dim pr as string&lt;br&gt;
pr = &amp;ldquo;ma ooo&amp;rdquo;&lt;br&gt;
label1.text=pr&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://imhoproject.org/&#34;&gt;powered by IMHO 1.3&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>URL Rewriting utilizzando un HTTPHandler con Asp.net</title>
      <link>https://www.waydotnet.com/posts/url-rewriting-utilizzando-un-httphandler-con-asp-net/</link>
      <pubDate>Thu, 27 Oct 2005 08:20:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/url-rewriting-utilizzando-un-httphandler-con-asp-net/</guid>
      <description>&lt;p&gt;Sto facendo delle prova con HTTPHandler, vediamo se riesco a sistemare il codice: UrlRewriting.vb Imports System Imports System.IO Imports System.Web Imports System.Web.UI Public Class ContentUrlRewriting Implements IHttpHandlerFactory Public Function GetHandler(ByVal context As HttpContext, ByVal requestType As String, ByVal url As String, ByVal path As String) As IHttpHandler Implements IHttpHandlerFactory.GetHandler Dim pagina As String = context.Request.MapPath(&amp;ldquo;default.aspx&amp;rdquo;) Return PageParser.GetCompiledPageInstance(url, pagina, context) End Function Public Sub ReleaseHandler(ByVal handler As IHttpHandler) Implements IHttpHandlerFactory.ReleaseHandler End Sub End Class poi vediamo di sistemare anche l&amp;rsquo;url :D ed il web.config&lt;/p&gt;</description>
    </item>
    <item>
      <title>VistaDB 2.1 database for .NET has been released</title>
      <link>https://www.waydotnet.com/posts/vistadb-2-1-database-for-net-has-been-released/</link>
      <pubDate>Thu, 27 Oct 2005 08:15:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/vistadb-2-1-database-for-net-has-been-released/</guid>
      <description>&lt;p&gt;This 2.1 update includes over 60 improvements, including new support for .NET 2.0 and Visual Studio .NET 2005. VistaDB is a small-footprint, embedded SQL database alternative to Jet/Access, MSDE and SQL Server Express 2005 that enables developers to build .NET 1.1 and .NET 2.0 applications. Features SQL-92 support, small 500KB embedded footprint, free 2-User VistaDB Server for remote TCP/IP data access, royalty free distribution for both embedded and server, Copy &amp;rsquo;n Go! deployment, managed ADO.NET Provider, data management and data migration tools. Free trial is available for download. - Learn more about VistaDB - Repost this to your blog and receive a FREE copy of VistaDB 2.1!&lt;/p&gt;</description>
    </item>
    <item>
      <title>articolo</title>
      <link>https://www.waydotnet.com/posts/articolo/</link>
      <pubDate>Tue, 09 Nov 2004 09:42:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/articolo/</guid>
      <description>&lt;p&gt;Questo è un articolo&lt;/p&gt;</description>
    </item>
    <item>
      <title>Galleria fotografica</title>
      <link>https://www.waydotnet.com/posts/galleria-fotografica/</link>
      <pubDate>Thu, 04 Nov 2004 12:16:00 +0000</pubDate>
      <guid>https://www.waydotnet.com/posts/galleria-fotografica/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://blogs.ugidotnet.org/carlitoway/gallery/654.aspx&#34;&gt;http://blogs.ugidotnet.org/carlitoway/gallery/654.aspx&lt;/a&gt; Mo lucia metto su anche le tue&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
