<?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>Html5 on WELLINGTON ROAD Pictures</title>
    <link>https://wellys.org/wellysblog/tags/html5/</link>
    <description>Recent content in Html5 on WELLINGTON ROAD Pictures</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Sun, 22 May 2011 17:58:30 +0000</lastBuildDate>
    <atom:link href="https://wellys.org/wellysblog/tags/html5/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hype - a new approach</title>
      <link>https://wellys.org/wellysblog/posts/hype-a-new-approach/</link>
      <pubDate>Sun, 22 May 2011 17:58:30 +0000</pubDate>
       <guid isPermaLink="false">http://www.wellys.org/wellysblog/?p=318</guid> 
      <description>&lt;p&gt;Thanks to &lt;a href=&#34;http://daringfireball.net/&#34; title=&#34;daring fireball&#34;&gt;Jon Gruber&lt;/a&gt;, I learned about &lt;a href=&#34;http://tumultco.com/hype/&#34; title=&#34;Hype&#34;&gt;Hype&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hype is a OS X application that makes it easy to create dynamic websites using HTML5 or more accurately, HTML5, Javascript and CSS3. Hype works. It is also version 1.0 so it is basic but it works, doesn&amp;rsquo;t crash and holds great promise.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve been attempting to change my &lt;a href=&#34;https://wellys.org/wellysblog/&#34; title=&#34;WELLINGTON ROAD Pictures&#34;&gt;WELLINGTON ROAD Pictures&lt;/a&gt; site from a database-driven, somewhat static site to a bit more dynamic, HTML5-based site for sometime. See &lt;a href=&#34;https://wellys.org/wellysblog/?p=273&#34; title=&#34;Step 1: Keep Design and Gray box it&#34;&gt;here&lt;/a&gt;, &lt;a href=&#34;https://wellys.org/wellysblog/?p=289&#34; title=&#34;Step 2: Figure out video&#34;&gt;here&lt;/a&gt;, &lt;a href=&#34;https://wellys.org/wellysblog/?p=293&#34; title=&#34;Step 2b: Video (continued)&#34;&gt;here&lt;/a&gt;, &lt;a href=&#34;https://wellys.org/wellysblog/?p=303&#34; title=&#34;Step 3: Layout site&#34;&gt;here&lt;/a&gt; and &lt;a href=&#34;https://wellys.org/wellysblog/?p=310&#34; title=&#34;Step 4: Updated to be dynamic&#34;&gt;here&lt;/a&gt;. Sigh, note the last time I attempted to make changes was almost 9 months ago.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Step 4: Updated to be dynamic</title>
      <link>https://wellys.org/wellysblog/posts/step-4-updated-to-be-dynamic/</link>
      <pubDate>Sat, 28 Aug 2010 17:04:46 +0000</pubDate>
       <guid isPermaLink="false">http://www.wellys.org/wellysblog/?p=310</guid> 
      <description>&lt;p&gt;No significant changes here. Added the required code for the site to be served by a database instead of hand-coding. A couple of small formatting changes but I&amp;rsquo;m ready to go from my old but lovely way of serving videos, &lt;a href=&#34;http://www.shadowbox-js.com/&#34; title=&#34;Shadowbox is a web-based media viewer application&#34;&gt;Shadowbox&lt;/a&gt; to spanking, new HTML5.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://wellys.org/wellysblog/index5_step4.php&#34; title=&#34;View Step 4&#34;&gt;Step 4&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;One update and one non-update:&lt;/p&gt;
&lt;p&gt;Update; looks like H.264 is getting to be the standard for video. Â Based on the MPEG LAÂ &lt;a href=&#34;http://www.mpegla.com/main/Pages/Media.aspx&#34; title=&#34;MPEG LAâs AVC License Will Not Charge Royalties for Internet Video that is Free to End Users through Life of License&#34;&gt;announcement&lt;/a&gt;, H.264 will be forever free if the video being served is free. Due to this announcement, I&amp;rsquo;m going to focus on serving H.264 only and forget about&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Step 3: Layout site</title>
      <link>https://wellys.org/wellysblog/posts/step-3-layout-site/</link>
      <pubDate>Sun, 01 Aug 2010 19:37:57 +0000</pubDate>
       <guid isPermaLink="false">http://www.wellys.org/wellysblog/?p=303</guid> 
      <description>&lt;p&gt;With &lt;a href=&#34;http://www.jilion.com&#34; title=&#34;Visit Jilion web site&#34;&gt;Jillion&lt;/a&gt; off in the distance, I decided to work on the site layout as compared to determining my video playback scheme.&lt;/p&gt;
&lt;p&gt;The site looks very similar to the original site. I made some changes such as the WELLINGTON ROAD Pictures graphic, font colors and spacing. What was interesting was I have yet to use an ID or Class. Everything works semantically, when I need to reference an element, I use the a descendent selector i.e. &amp;ldquo;nav li&amp;rdquo; as compared to a &amp;ldquo;div class=nav and li class=navli&amp;rdquo;. It is a much simpler way to develop CSS.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Step 2b: Video (continued)</title>
      <link>https://wellys.org/wellysblog/posts/step-2b-video-continued/</link>
      <pubDate>Mon, 26 Jul 2010 15:38:40 +0000</pubDate>
       <guid isPermaLink="false">http://www.wellys.org/wellysblog/?p=293</guid> 
      <description>&lt;p&gt;First, I need to make a comment as to how I manage the site content. I use a database and PHP to manage the content. This allows me to keep the number of pages to a minimum and adding content is absurdly easy. That said, I&amp;rsquo;m building this HTML5 site using static content. Once I determine how to create my desired HTML5 site, its somewhat child&amp;rsquo;s play to convert it into a dynamic site.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Step 2: Figure out video</title>
      <link>https://wellys.org/wellysblog/posts/step-2-figure-out-video/</link>
      <pubDate>Sun, 25 Jul 2010 23:43:39 +0000</pubDate>
       <guid isPermaLink="false">http://www.wellys.org/wellysblog/?p=289</guid> 
      <description>&lt;p&gt;HTML5 holds great promise for video playback. Gone will be the days of embedded objects, plugins and (hopefully) Flash. The issue we still face are browser codec compatibilities; such as Firefox wants to see Ogg Theora and Safari wants h.264.&lt;/p&gt;
&lt;p&gt;My next step is to explore video playback within one of the articles. I&amp;rsquo;ll start with Safari usingÂ onlyÂ the video tag then explore other fallback alternatives for other browsers. I believe this will require multiple sub-steps hence Step 2a, 2b, 2c and so on.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Step 1: Keep Design and Gray box it</title>
      <link>https://wellys.org/wellysblog/posts/step-1-keep-design-and-gray-box-it/</link>
      <pubDate>Sun, 25 Jul 2010 15:08:34 +0000</pubDate>
       <guid isPermaLink="false">http://www.wellys.org/wellysblog/?p=273</guid> 
      <description>&lt;p&gt;Following a technique advocated in &amp;ldquo;&lt;a href=&#34;http://www.transcendingcss.com/&#34; title=&#34;A manifesto to transcend the web of today.&#34;&gt;transcending CSS by Andy Clarke&lt;/a&gt;&amp;rdquo;, I&amp;rsquo;ve taken the current design and &amp;lsquo;gray boxed it&amp;quot;. Â (I want to point out that my goal is to learn HTML5/CSS3, not to create a wholly new design). Â I simplified the site to its simplest elements:&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Gray box for HTML5 wellys.org&#34; loading=&#34;lazy&#34; src=&#34;https://wellys.org/wellysblog/wp-content/uploads/wellys_HTML5_blockv2.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;From the graphic, you can see its a very simple layout; navigation, header, Â rows of three articles and a footer. Each article has a title(h1), a comment(p) and notes(aside).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wish me luck...</title>
      <link>https://wellys.org/wellysblog/posts/wish-me-luck/</link>
      <pubDate>Sat, 24 Jul 2010 23:30:10 +0000</pubDate>
       <guid isPermaLink="false">http://www.wellys.org/wellysblog/?p=267</guid> 
      <description>&lt;p&gt;I&amp;rsquo;m off to redo my &lt;a href=&#34;http://www.wellys.org&#34; title=&#34;Welington Road Pictures&#34;&gt;film site&lt;/a&gt; using HTML5 and CSS3. As I stated &lt;a href=&#34;https://wellys.org/wellysblog/?p=194&#34; title=&#34;HTML5 and CSS3&#34;&gt;some time ago&lt;/a&gt;, I&amp;rsquo;ve been interested in the two technologies for some time. Little things like CSS shadows are very nice and semantic elements like article, aside and nav certainly contribute to a site better than div, div and div.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve two books on HTML5; HTML5 for Web Designers/Jeremy Keith and HTML5/Bruce Lawson and Remy Sharp. Both are excellent for providing an understanding of the why along with the how.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
