<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/style/rss/rss_feed.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="/style/rss/rss_feed.css" type="text/css" media="screen" ?><rss version="2.0"><channel><title>Clipmarks | humanizingme's clips</title><link>http://clipmarks.com/clipper/humanizingme/</link><feedUrl>http://rss.clipmarks.com/clipper/humanizingme/</feedUrl><ttl>15</ttl><description>Clip, tag and save information that's important to you. Bookmarks save entire pages...Clipmarks save the specific content that matters to you!</description><language>en-us</language><item><title>Creating A Real BACK Button with Server Side Includes!</title><link>http://clipmarks.com/clipmark/40F58C85-215D-429A-8965-3FFD0D6C0CB0/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/humanizingme/"&gt;humanizingme&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://bignosebird.com/sdocs/backbutton.shtml" title="http://bignosebird.com/sdocs/backbutton.shtml"&gt;bignosebird.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;FONT face="Verdana,Helvetica,Arial"&gt;The Apache Environment variable, &lt;B&gt;HTTP_REFERER&lt;/B&gt; 
is used above to show you the full URL of the page
that brought you here. In the example above, Extended
SSI (XSSI) logic was used to see if there was a value
in the HTTP_REFERER variable. This allows you to handle
situations such as bookmarks or browsers that do not
report a value for the HTTP_REFERER. Let's look at the
source code:

&lt;/FONT&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;FONT face="Verdana,Helvetica,Arial"&gt;  &amp;lt;!--#if expr="${HTTP_REFERER} =/http/" --&amp;gt;
     &amp;lt;B&amp;gt;You came from &amp;lt;!--#echo var="HTTP_REFERER"--&amp;gt;&amp;lt;/B&amp;gt;
    &amp;lt;!--#else --&amp;gt;
      &amp;lt;B&amp;gt;I don't know where you came from&amp;lt;/B&amp;gt;
  &amp;lt;!--#endif --&amp;gt;
&lt;/FONT&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;FONT face="Verdana,Helvetica,Arial"&gt;&lt;FONT color="#660000"&gt;&lt;B&gt;I don't have XSSI, Can I still have a back button?&lt;/B&gt;&lt;/FONT&gt;
&lt;BR /&gt;
Of course. With any SSI compatible server you can simply do this:

&lt;/FONT&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;FONT face="Verdana,Helvetica,Arial"&gt;   &amp;lt;A HREF="&amp;lt;!--#echo var="HTTP_REFERER"--&amp;gt;"&amp;gt;BACK&amp;lt;/A&amp;gt;
&lt;/FONT&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/web/" rel="tag"&gt;web&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/webserver/" rel="tag"&gt;webserver&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/webdesign/" rel="tag"&gt;webdesign&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/ssi/" rel="tag"&gt;ssi&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/html/" rel="tag"&gt;html&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/website/" rel="tag"&gt;website&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/howto/" rel="tag"&gt;howto&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/apache/" rel="tag"&gt;apache&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/referer/" rel="tag"&gt;referer&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://bignosebird.com/sdocs/backbutton.shtml</clipSource><pubDate>Mon, 25 May 2009 18:08:39 GMT</pubDate></item><item><title>BigNoseBird.Com's Server Side Include Page (SSI)</title><link>http://clipmarks.com/clipmark/5FCE921E-416C-4FBB-8EEF-47A88E9D357F/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/humanizingme/"&gt;humanizingme&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://bignosebird.com/ssi.shtml" title="http://bignosebird.com/ssi.shtml"&gt;bignosebird.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;FONT face="Verdana,Helvetica,Arial,helvetica"&gt;
  &lt;FONT color="#ff0000" size="+1"&gt;&lt;B&gt;WHAT IS SSI?&lt;/B&gt;&lt;/FONT&gt;
&lt;BR /&gt;
 You may have noticed as you browse this site, that our pages
 end with the &lt;I&gt;shtml&lt;/I&gt; extension instead of the more familiar
 &lt;I&gt;html&lt;/I&gt; or &lt;I&gt;htm&lt;/I&gt;. This is because we use Server Side
 Includes (SSI). Used properly, the SSI can help make your pages
 more responsive and can even help make maintaining your site
 an easier task.
 &lt;/FONT&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;SSI also seems to be one of the better kept secrets around. 
 In any web related book, they seem to get about 1 page for every
 200 pages on CGI and FORMS.&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;table background="undefined" bgcolor="#ffffcc"&gt;&lt;tr&gt;&lt;TD bgcolor="#99ccff"&gt;
&lt;FONT face="Verdana,Helvetica,Arial,helvetica" color="#660000" size="3"&gt;
&lt;CENTER&gt;
&lt;B&gt;THE SSI TUTORIALS &amp; REFERENCE PAGES&lt;/B&gt;
&lt;/CENTER&gt;
&lt;/FONT&gt;
&lt;FONT face="Verdana,Helvetica,Arial,helvetica"&gt;
Here they are, a collection of information on SSI that you will 
surely want to bookmark this page for.
&lt;/FONT&gt;
&lt;/TD&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;LI&gt;&lt;A href="http://bignosebird.com/sdocs/perform.shtml"&gt;&lt;B&gt;Performance Considerations&lt;/B&gt;&lt;/A&gt;.
Nothing good in life is free (usually), and so it is the same for SSI.
Here is some food for thought on server performance. 
&lt;P&gt;

&lt;/P&gt;&lt;/LI&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;LI&gt;&lt;A href="http://bignosebird.com/sdocs/include.shtml"&gt;&lt;B&gt;The INCLUDE Directive&lt;/B&gt;&lt;/A&gt;. 
Discover how to make your pages very simple to maintain. Use this
directive to merge text files in with your pages. Great for those
side bar type menus.
&lt;P&gt;
&lt;/P&gt;&lt;/LI&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/web/" rel="tag"&gt;web&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/webserver/" rel="tag"&gt;webserver&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/website/" rel="tag"&gt;website&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/html/" rel="tag"&gt;html&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/ssi/" rel="tag"&gt;ssi&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/links/" rel="tag"&gt;links&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/webdesign/" rel="tag"&gt;webdesign&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://bignosebird.com/ssi.shtml</clipSource><pubDate>Mon, 25 May 2009 18:05:20 GMT</pubDate></item><item><title>Considering Performance with Server Side Includes</title><link>http://clipmarks.com/clipmark/DA855E52-CDE2-4BC2-AF02-F79CEF45C16F/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/humanizingme/"&gt;humanizingme&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://bignosebird.com/sdocs/perform.shtml" title="http://bignosebird.com/sdocs/perform.shtml"&gt;bignosebird.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;FONT face="Verdana,Helvetica,Arial"&gt;
  Before venturing further into the world of SSI, we must
  take something into consideration- &lt;B&gt;performance&lt;/B&gt;.
  When a regular &lt;I&gt;HTML&lt;/I&gt; page is requested, the server
  only has to handle sending that page to the person 
  requesting it. 
  &lt;/FONT&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;FONT face="Verdana,Helvetica,Arial"&gt;  However, with SSI, the server must first
  read the &lt;I&gt;SHTML&lt;/I&gt; file, process any directives 
  (which can also be program output or files to be merged in) 
   and then deliver the
  fully assembled page to the reader. Whew! That is a lot
  of work. 
  &lt;/FONT&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;FONT face="Verdana,Helvetica,Arial"&gt;  If you are expecting thousands of hits per minute, you might
  want to use SSI sparingly. On the other hand, keeping your
  pages trim will more than make up for the SSI performance
  cost. (hint-hint) 
  In a typical setting, the productivity gains you will enjoy
  will greatly outweigh any potential performance problems. 
  &lt;/FONT&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/web/" rel="tag"&gt;web&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/webserver/" rel="tag"&gt;webserver&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/webdesign/" rel="tag"&gt;webdesign&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/website/" rel="tag"&gt;website&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/ssi/" rel="tag"&gt;ssi&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/html/" rel="tag"&gt;html&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://bignosebird.com/sdocs/perform.shtml</clipSource><pubDate>Mon, 25 May 2009 17:59:46 GMT</pubDate></item><item><title>.shtml/.html/.htm File Extensions For Your Information</title><link>http://clipmarks.com/clipmark/25C6BDB1-1351-4060-94C2-D82AD982ECB0/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/humanizingme/"&gt;humanizingme&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://www.hwg.org/resources/faqs/shtmlFYIFAQ.html" title="http://www.hwg.org/resources/faqs/shtmlFYIFAQ.html"&gt;www.hwg.org&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;Your Webmaster decides what the default file is, but it's usually index.htm OR
  index.html. For security/utility/convenience reasons though,
  &lt;STRONG&gt;many&lt;/STRONG&gt; sites are configured to look for &lt;STRONG&gt;one&lt;/STRONG&gt;
  specific file name as the "primary" file in a Web directory. This is the file
  that the server displays first when someone links to your URL.  If it requires
  a specific file name, this is usually either index.htm OR index.html (but not
  both).&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;STRONG&gt;&lt;A name="shtml"&gt;.shtml extensions.&lt;/A&gt;&lt;/STRONG&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P&gt;
        If an html document contains "Server Side Includes" that means that it includes
        special commands for the Server to process.  This is normally how things like
        counters are done on basic web pages.&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P&gt;
        On some websites, the webmaster sets up the server to &lt;EM&gt;parse&lt;/EM&gt;, or read
        through every .html or .htm file to see if it contains server instructions.
        However, this WILL slow things down when people link to the pages.&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;Webmasters who are concerned about server performance commonly use the
       .shtml extension for an .html file that must be parsed.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/web/" rel="tag"&gt;web&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/html/" rel="tag"&gt;html&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/ssi/" rel="tag"&gt;ssi&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/webdesign/" rel="tag"&gt;webdesign&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/website/" rel="tag"&gt;website&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/webserver/" rel="tag"&gt;webserver&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://www.hwg.org/resources/faqs/shtmlFYIFAQ.html</clipSource><pubDate>Mon, 25 May 2009 17:52:10 GMT</pubDate></item><item><title>Using Client Side Includes instead of Server Side Includes</title><link>http://clipmarks.com/clipmark/165249C8-39BA-4C7C-85A1-CCF4F4FEC550/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/humanizingme/"&gt;humanizingme&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://articles.techrepublic.com.com/5100-10878_11-5172019.html" title="http://articles.techrepublic.com.com/5100-10878_11-5172019.html"&gt;articles.techrepublic.com.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P class="takeaway"&gt;&lt;B&gt;Takeaway:&lt;/B&gt; Reducing processing overhead can improve the performance of Web sites with heavy traffic patterns. Using Client Side Includes to perform functions on the client side is one technique developers can use to reduce overhead. Here's how it works.&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;DIV&gt;SSI files themselves can have any extension, but by default a page that uses one or more of them has the extension .SHTML to signify to the Web server that this page needs to be handled differently to a standard HTML file.&lt;/DIV&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;SPAN class="code"&gt;&amp;lt;!--#include virtual="/includes/new.txt" --&amp;gt;&lt;/SPAN&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;DIV&gt;A Client Side Include (CSI) is usually a short JavaScript function or routine contained in an External JavaScript file and is called in the same place as the SSI would be. CSIs can be contained either in a stand-alone file or included within a global JavaScript file which contains other useful client side JavaScript functions that the site may require.&lt;/DIV&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;The JavaScript version is much, much faster, and it places no more load on the server than an ordinary Web page.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/web/" rel="tag"&gt;web&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/webdesign/" rel="tag"&gt;webdesign&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/ssi/" rel="tag"&gt;ssi&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/javascript/" rel="tag"&gt;javascript&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/webserver/" rel="tag"&gt;webserver&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/website/" rel="tag"&gt;website&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://articles.techrepublic.com.com/5100-10878_11-5172019.html</clipSource><pubDate>Mon, 25 May 2009 17:30:34 GMT</pubDate></item><item><title>IS HTML5 READY YET?</title><link>http://clipmarks.com/clipmark/80DFD161-4099-4797-87DC-7E3AA1F6DCD8/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/humanizingme/"&gt;humanizingme&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://ishtml5readyyet.com/" title="http://ishtml5readyyet.com/"&gt;ishtml5readyyet.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P id="verdict"&gt;NO&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P id="remaining"&gt;Only &lt;SPAN id="days"&gt;4603&lt;/SPAN&gt; days to go.&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P class="text"&gt;I'll set a reminder in iCal.&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P class="text"&gt;Back to the future yet?&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P class="text"&gt;2022? Don't they know the apocalypse is 10 years before that? No one will be left to enjoy it!&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P class="text"&gt;Nice. Some of us will certainly be dead by then.&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P class="text"&gt;HTML 5 in action http://atag.accessiblemedia.at/&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P class="text"&gt;With the 4735 days currently to go, that statement still sounds both sadistic and masochistic. It’s probably not a bad idea to point out that some parts of HTML 5 can already be used ;)&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P class="text"&gt;Anyone want to party when it reaches 444 days?&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P class="text"&gt;I'm sure websites will be 3d environments before this is complete&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P class="text"&gt;I'll be 37 by the time HTML5 is released? I'd best start planning my retirement now.&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P class="text"&gt;I'm pretty sure humans will have learned to fly by then, and websites will be the last thing on our minds.&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P class="text"&gt;This time table is not relevant to web workers. We will all rely on HTML5 in just a few years. It is right around the corner. Self delusion? Yes!&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P class="text"&gt;Wait, but... Isn't the world ending in 2012?&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/web/" rel="tag"&gt;web&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/html/" rel="tag"&gt;html&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/html5/" rel="tag"&gt;html5&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/webdesign/" rel="tag"&gt;webdesign&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/opinions/" rel="tag"&gt;opinions&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://ishtml5readyyet.com/</clipSource><pubDate>Mon, 25 May 2009 17:12:49 GMT</pubDate></item><item><title>Add a little HTML5 to your websites</title><link>http://clipmarks.com/clipmark/FF344C8A-13B1-45CF-BFB9-1C1121BECE79/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/humanizingme/"&gt;humanizingme&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://kilianvalkhof.com/2009/css-xhtml/add-a-little-html5-to-your-websites/" title="http://kilianvalkhof.com/2009/css-xhtml/add-a-little-html5-to-your-websites/"&gt;kilianvalkhof.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P&gt;It will be a while before we can start using &lt;EM&gt;real&lt;/EM&gt; HTML5, but because HTML5 is as much about defining current behaviour as it is about adding new, there is already a very large part available to us today. Here are the parts you can use today.&lt;SPAN id="more-283"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;!doctype html&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P&gt;The simplified doctype is ierhaps the most iconic idea in HTML5. It turns out, the above code is &lt;A href="http://www.dustindiaz.com/skinny-on-doctypes/" class=""&gt;all that’s needed&lt;/A&gt; to trigger standards mode. The &lt;A href="http://validator.nu/" class=""&gt;validator&lt;/A&gt; understands it as well. Quite a change from the humongous HTML4 or XHTML doctype declarations, no?&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;meta charset="utf-8"&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;script&amp;gt;
 //your javascript
&amp;lt;/script&amp;gt;

&amp;lt;style&amp;gt;
 // your css
&amp;lt;/style&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P&gt;HTML5 introduces a bunch of new elements that allow you to better describe your document:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&amp;lt;header&amp;gt;&lt;/LI&gt;
&lt;LI&gt;&amp;lt;footer&amp;gt;&lt;/LI&gt;
&lt;LI&gt;&amp;lt;nav&amp;gt;&lt;/LI&gt;
&lt;LI&gt;&amp;lt;section&amp;gt;&lt;/LI&gt;
&lt;LI&gt;&amp;lt;article&amp;gt;&lt;/LI&gt;
&lt;LI&gt;&amp;lt;aside&amp;gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/html/" rel="tag"&gt;html&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/html5/" rel="tag"&gt;html5&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/web/" rel="tag"&gt;web&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/webdesign/" rel="tag"&gt;webdesign&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/article/" rel="tag"&gt;article&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://kilianvalkhof.com/2009/css-xhtml/add-a-little-html5-to-your-websites/</clipSource><pubDate>Mon, 25 May 2009 17:00:46 GMT</pubDate></item><item><title>Google Chrome ads coming to TV</title><link>http://clipmarks.com/clipmark/7CA03B0E-390B-46AA-BDB6-0C636C0C238D/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/humanizingme/"&gt;humanizingme&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://news.cnet.com/google-chrome-ads-coming-to-tv/" title="http://news.cnet.com/google-chrome-ads-coming-to-tv/"&gt;news.cnet.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P&gt;Google plans to make its first foray into the old-fashioned world of television advertising with spots promoting its Chrome browser this weekend.&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P&gt;

Google Japan had already released a 30-second video promoting Chrome on YouTube, but &lt;A href="http://googleblog.blogspot.com/2009/05/google-chrome-ads-on-tv.html"&gt;the company will distribute that video&lt;/A&gt; through the Google TV Ads network this weekend as an experiment to see if it can drum up interest in &lt;A href="http://news.cnet.com/google-chrome-browser/"&gt;Chrome, its new browser&lt;/A&gt;. Google said it's using the research it has done on measuring the relevance of television ads in order to place the Chrome ad appropriately.&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P&gt;

For a consumer brand of its size, Google does relatively little advertising. &lt;A href="http://news.cnet.com/8301-1023_3-10150782-93.html" title="Google promotes Chrome with YouTube ads -- Tuesday, Jan 27, 2009"&gt;It put Chrome ads on YouTube in January&lt;/A&gt;, but "house ads" are a little different than network television exposure. Likewise, T-Mobile advertises the "G1 with Google" in hyping up the Android-powered G1, but that's not exactly the same as making Google the focus of the ad.&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div&gt;[Video]&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/news/" rel="tag"&gt;news&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/google/" rel="tag"&gt;google&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/advertising/" rel="tag"&gt;advertising&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/chrome/" rel="tag"&gt;chrome&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/tv/" rel="tag"&gt;tv&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://news.cnet.com/google-chrome-ads-coming-to-tv/</clipSource><pubDate>Mon, 25 May 2009 16:55:51 GMT</pubDate></item><item><title>A List Apart: Articles: A Preview of HTML 5</title><link>http://clipmarks.com/clipmark/26B4E6F6-4CEE-42D5-8534-097B67AB0926/</link><description>&lt;b&gt;clipped by:&lt;/b&gt; &lt;a href="http://clipmarks.com/clipper/humanizingme/"&gt;humanizingme&lt;/a&gt;&lt;br&gt;&lt;div border="2" style="margin-top: 10px; border:#000000 1px solid;" width="90%"&gt;&lt;div style="background-color:"&gt;&lt;div align="center" width="100%" style="padding:4px;margin-bottom:4px;background-color:#666666;overflow:hidden;"&gt;&lt;span style="color:#FFFFFF;font-weight:bold;"&gt;Clip Source: &lt;a style="color:#FFFFFF;" href="http://www.alistapart.com/articles/previewofhtml5" title="http://www.alistapart.com/articles/previewofhtml5"&gt;www.alistapart.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P&gt;To give authors more flexibility and interoperability, and enable more interactive
   and exciting websites and applications, HTML 5 introduces and enhances a wide range of features including form controls, APIs, multimedia, structure, and semantics.&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;img src="http://content8.clipmarks.com/image_cache/humanizingme/512/8E78BCE5-2777-49F9-A8AF-939908B6E0C8.gif" alt="" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;P&gt;The div elements can be replaced with the new elements: header, nav, section, article, aside, and footer.&lt;/P&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;PRE&gt;&amp;lt;body&amp;gt;
  &amp;lt;header&amp;gt;...&amp;lt;/header&amp;gt;
  &amp;lt;nav&amp;gt;...&amp;lt;/nav&amp;gt;
  &amp;lt;article&amp;gt;
    &amp;lt;section&amp;gt;
      ...
    &amp;lt;/section&amp;gt;
  &amp;lt;/article&amp;gt;
  &amp;lt;aside&amp;gt;...&amp;lt;/aside&amp;gt;
  &amp;lt;footer&amp;gt;...&amp;lt;/footer&amp;gt;
&amp;lt;/body&amp;gt;&lt;/PRE&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;PRE&gt;&amp;lt;video src="http://www.alistapart.com/articles/video.ogv" controls poster="poster.jpg" 
width="320" height="240"&amp;gt;
    &amp;lt;a href="http://www.alistapart.com/articles/video.ogv"&amp;gt;Download movie&amp;lt;/a&amp;gt;
&amp;lt;/video&amp;gt;&lt;/PRE&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr size="2" color="#666666" /&gt;&lt;div style="padding: 10px;"&gt;&lt;div style="text-align:left;"&gt;&lt;PRE&gt;&amp;lt;audio src="http://www.alistapart.com/articles/music.oga" controls&amp;gt;
    &amp;lt;a href="http://www.alistapart.com/articles/music.oga"&amp;gt;Download song&amp;lt;/a&amp;gt;
&amp;lt;/audio&amp;gt;&lt;/PRE&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div style="margin-bottom: 40px;"&gt;Tags: &lt;a href="http://clipmarks.com/tags/web/" rel="tag"&gt;web&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/html/" rel="tag"&gt;html&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/html5/" rel="tag"&gt;html5&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/webdesign/" rel="tag"&gt;webdesign&lt;/a&gt;, &lt;a href="http://clipmarks.com/tags/article/" rel="tag"&gt;article&lt;/a&gt;&lt;/div&gt;</description><clipSource>http://www.alistapart.com/articles/previewofhtml5</clipSource><pubDate>Mon, 25 May 2009 15:46:56 GMT</pubDate></item></channel></rss>