<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>doc.mashweb.club – values</title>
    <link>/tags/values/</link>
    <description>Recent content in values on doc.mashweb.club</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Wed, 04 Jan 2017 00:00:00 +0000</lastBuildDate>
    
	  <atom:link href="/tags/values/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Zen-White-Paper: Values</title>
      <link>/zen-white-paper/values/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/zen-white-paper/values/</guid>
      <description>
        
        
        &lt;p&gt;The values driving Zen&amp;rsquo;s development are:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Creating novel, beautiful, well-formatted, semantic HTML and CSS should be dead simple.&lt;/li&gt;
&lt;li&gt;Amateur web authors should easily create virtually any page structure and style.&lt;/li&gt;
&lt;li&gt;The interface should have a virtually zero learning curve, and zero should mean zero. Zen must leverage well-known interface metaphors and gestures to the hilt. The &amp;ldquo;principle of least surprise&amp;rdquo; should be followed.&lt;/li&gt;
&lt;li&gt;Zen should not clutter its interface for manipulating and creating semantic and presentation structure with every possible detail. Zen should hide details until they are needed; it is better to let the user drill down to these details than to present them by default.&lt;/li&gt;
&lt;li&gt;The interface should have two mutually exclusive modes for semantics and styling. The semantics mode should hide page styling information and help search engines &amp;ldquo;understand&amp;rdquo; the page&amp;rsquo;s subject matter to classify it for the sake of web seekers. Styles will set fonts and colors and the interaction of the page&amp;rsquo;s elements with other elements and with the height and width of the page.&lt;/li&gt;
&lt;li&gt;The interface should have two mutually exclusive modes: a semantics mode and a styling mode. The semantics mode should hide page styling information. The styles will set the looks of the page and the interaction of the page&amp;rsquo;s elements with such things as other elements and the height and width of the page. each other and the The clear and proper semantic structure will help search engines &amp;ldquo;understand&amp;rdquo; the page&amp;rsquo;s subject matter to classify it. The other mode should hide the semantics and focus on the look and feel of the web page. The look and feel is&lt;/li&gt;
&lt;li&gt;Meta organization, like themes, templates, or partials,&lt;a href=&#34;/zen-white-paper/notes/#fn:28&#34;&gt;&lt;sup&gt;28&lt;/sup&gt;&lt;/a&gt;
&lt;sup&gt;, &lt;/sup&gt;&lt;a href=&#34;/zen-white-paper/notes/#fn:29&#34;&gt;&lt;sup&gt;29&lt;/sup&gt;&lt;/a&gt;
&lt;sup&gt;, &lt;/sup&gt;&lt;a href=&#34;/zen-white-paper/notes/#fn:30&#34;&gt;&lt;sup&gt;30&lt;/sup&gt;&lt;/a&gt;
&lt;sup&gt;, &lt;/sup&gt;&lt;a href=&#34;/zen-white-paper/notes/#fn:31&#34;&gt;&lt;sup&gt;31&lt;/sup&gt;&lt;/a&gt;
&lt;sup&gt;, &lt;/sup&gt;&lt;a href=&#34;/zen-white-paper/notes/#fn:32&#34;&gt;&lt;sup&gt;32&lt;/sup&gt;&lt;/a&gt;
&lt;sup&gt;, &lt;/sup&gt;&lt;a href=&#34;/zen-white-paper/notes/#fn:33&#34;&gt;&lt;sup&gt;33&lt;/sup&gt;&lt;/a&gt;
&lt;sup&gt;, &lt;/sup&gt;&lt;a href=&#34;/zen-white-paper/notes/#fn:34&#34;&gt;&lt;sup&gt;34&lt;/sup&gt;&lt;/a&gt;
 should not be precluded by the structure of Zen&amp;rsquo;s low-level tools. Zen should empower the creation of these, even if not directly implement them.&lt;/li&gt;
&lt;/ol&gt;

      </description>
    </item>
    
    <item>
      <title>Zen-White-Paper: Principles</title>
      <link>/zen-white-paper/principles/</link>
      <pubDate>Wed, 04 Jan 2017 00:00:00 +0000</pubDate>
      
      <guid>/zen-white-paper/principles/</guid>
      <description>
        
        
        &lt;p&gt;As pointed out by David Ungar (who pioneered the type of prototypal object system that JavaScript uses), from values derive principles and from principles derive practices.&lt;a href=&#34;/zen-white-paper/notes/#fn:35&#34;&gt;&lt;sup&gt;35&lt;/sup&gt;&lt;/a&gt;
&lt;sup&gt;, &lt;/sup&gt;&lt;a href=&#34;/zen-white-paper/notes/#fn:36&#34;&gt;&lt;sup&gt;36&lt;/sup&gt;&lt;/a&gt;
 We have just explored the values behind the Zen system. Now let&amp;rsquo;s examine the principles of the Zen system. Zen will complement the approach of Lively Kernel,&lt;a href=&#34;/zen-white-paper/notes/#fn:37&#34;&gt;&lt;sup&gt;37&lt;/sup&gt;&lt;/a&gt;
&lt;sup&gt;, &lt;/sup&gt;&lt;a href=&#34;/zen-white-paper/notes/#fn:38&#34;&gt;&lt;sup&gt;38&lt;/sup&gt;&lt;/a&gt;
 which shares Zen&amp;rsquo;s principles 1–3 as listed below. How much, if any, of Lively Kernel&amp;rsquo;s code it will borrow is yet to be determined. Note, in particular, the following principle 11 of Zen that is different than the principles of Lively Kernel:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It will run in any &lt;em&gt;browser&lt;/em&gt; without a download or installation. (Sometime in the future, an attempt might be made to make it work in mobile browsers.)&lt;/li&gt;
&lt;li&gt;It will be a composition environment, a GUI builder.&lt;/li&gt;
&lt;li&gt;It will store its apps as web pages.&lt;/li&gt;
&lt;li&gt;It will compose web pages using the DOM&amp;rsquo;s interfaces and APIs&lt;a href=&#34;/zen-white-paper/notes/#fn:39&#34;&gt;&lt;sup&gt;39&lt;/sup&gt;&lt;/a&gt;
&lt;sup&gt;, &lt;/sup&gt;&lt;a href=&#34;/zen-white-paper/notes/#fn:40&#34;&gt;&lt;sup&gt;40&lt;/sup&gt;&lt;/a&gt;
 but not SVG or Canvas drawing operations.&lt;/li&gt;
&lt;li&gt;Zen will allow its composition objects and simple programs to be inspected and edited via a Squeak-like object inspector.&lt;a href=&#34;/zen-white-paper/notes/#fn:41&#34;&gt;&lt;sup&gt;41&lt;/sup&gt;&lt;/a&gt;
 Zen will, by default, hide its visual programming environment. When visual programming is enabled, Zen will use HTML elements like &lt;code&gt;DIV&lt;/code&gt; to model nodes in the program&amp;rsquo;s abstract syntax tree (AST).&lt;a href=&#34;/zen-white-paper/notes/#fn:42&#34;&gt;&lt;sup&gt;42&lt;/sup&gt;&lt;/a&gt;
 Zen will enable these program nodes or blocks to be copied, pasted, and rearranged, just like the ordinarily visible parts of a Zen web page.&lt;/li&gt;
&lt;li&gt;It will enable its users to easily compose sequential programs, that is, programs that can wait for external, asynchronous events such as user input or I/O. Zen will synchronize its user&amp;rsquo;s sequential programs through Scheme continuations in an interpreter running on top of JavaScript in the web browser. (See below.)&lt;/li&gt;
&lt;li&gt;Zen will be loadable into any web page as a library, although caution will be required to ensure compatibility.&lt;/li&gt;
&lt;li&gt;It will &lt;em&gt;complement&lt;/em&gt;, &lt;em&gt;augment&lt;/em&gt;, and &lt;em&gt;interact&lt;/em&gt; with existing web page editors and website builders, not replace them.&lt;/li&gt;
&lt;li&gt;It will allow the Zen-editing of a web page to be locked, leaving intact the form and behavior it built inside the web page.&lt;/li&gt;
&lt;li&gt;Zen will not add more than 1–3 seconds to a web page&amp;rsquo;s TTI (time to interact).&lt;/li&gt;
&lt;li&gt;Zen will not follow Lively Kernel&amp;rsquo;s principle of implementing a scene graph.&lt;a href=&#34;/zen-white-paper/notes/#fn:37&#34;&gt;&lt;sup&gt;37&lt;/sup&gt;&lt;/a&gt;
 Instead, it will leverage the CSS2 visual formatting model&lt;a href=&#34;/zen-white-paper/notes/#fn:43&#34;&gt;&lt;sup&gt;43&lt;/sup&gt;&lt;/a&gt;
 and CSS3 features implemented by A-grade web browsers&lt;a href=&#34;/zen-white-paper/notes/#fn:44&#34;&gt;&lt;sup&gt;44&lt;/sup&gt;&lt;/a&gt;
 to model a document in a web browser.&lt;/li&gt;
&lt;/ol&gt;

      </description>
    </item>
    
  </channel>
</rss>
