{"id":767,"date":"2008-03-06T08:45:50","date_gmt":"2008-03-06T07:45:50","guid":{"rendered":"http:\/\/notizblog.org\/2008\/03\/06\/ueber-ie8s-webslices-und-hatom\/"},"modified":"2024-02-06T08:40:10","modified_gmt":"2024-02-06T07:40:10","slug":"ueber-ie8s-webslices-und-hatom","status":"publish","type":"post","link":"https:\/\/notiz.blog\/2008\/03\/06\/ueber-ie8s-webslices-und-hatom\/","title":{"rendered":"\u00dcber IE8s Webslices und hAtom"},"content":{"rendered":"\n<figure class=\"wp-block-image alignright\"><a href=\"http:\/\/www.flickr.com\/photos\/factoryjoe\/283007494\/\"><img decoding=\"async\" src=\"https:\/\/notiz.blog\/wp-content\/uploads\/2008\/03\/283007494_62c470f75d_o.png\" alt=\"Bild von Chris Messina\"\/><\/a><\/figure>\n\n\n\n<p>Ich habe heute morgen bei <a href=\"https:\/\/web.archive.org\/web\/20120418152547\/http:\/\/keasone.de:80\/software\/2008-03\/microsoft-internet-explorer-8-beta-1-am-start\">Keasone<\/a> schon den ersten (deutschsprachigen) Bericht \u00fcber den <a href=\"https:\/\/web.archive.org\/web\/20080504114325\/http:\/\/www.microsoft.com:80\/windows\/products\/winfamily\/ie\/ie8\/default.mspx\/\">Internet Explorer 8<\/a> (beta) gelesen. In den <em>Genuss<\/em>, ihn selber zu testen, bin ich leider noch nicht gekommen, habe aber gerade ein paar interessanten Artikel \u00fcber ein neues <abbr title=\"InternetExplorer\">IE<\/abbr>8 Feature gelesen.<\/p>\n\n\n\n<p>Mit dem neuen Internet Explorer ist es m\u00f6glich Teile einer Webseite direkt zu abonnieren, um \u00fcber \u00c4nderungen dieser Bereiche Informiert zu werden, ohne den Umweg \u00fcber einen RSS-Feed gehen zu m\u00fcssen. Das Besondere an den so genannten &#8222;<a href=\"https:\/\/web.archive.org\/web\/20080430165301\/http:\/\/www.microsoft.com:80\/windows\/products\/winfamily\/ie\/ie8\/webslices.mspx\">WebSlices<\/a>&#8220; ist, dass sie dem <a href=\"http:\/\/microformats.org\/wiki\/hAtom\">hAtom<\/a> Microformat bis auf ein paar kleine Unterschiede gleichen.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>WebSlices are enabled by adding HTML annotations directly to the Web page. WebSlices use a combination of the hAtom Microformat and the WebSlice format to describe a subscribable portion of a Web page. This section covers the primary, expiration, and bandwidth properties of a WebSlice.<\/p>\n<\/blockquote>\n\n\n\n<p>Das hei\u00dft, Microsoft hat weitestgehend die Attribute des hAtom Formats verwendet und einen eigenen &#8222;Container&#8220; darum gesetzt. Statt <code>class=\"hfeed hentry\"<\/code> hei\u00dft es in der WebSlices-Definition <code>class=\"hslice\"<\/code>&#8230;<\/p>\n\n\n\n<p>Der Aufbau eines WebSlices sieht folgendermassen aus:<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-1\" data-shcb-language-name=\"HTML, XML\" data-shcb-language-slug=\"xml\"><span><code class=\"hljs language-xml\"><span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">div<\/span> <span class=\"hljs-attr\">class<\/span>=<span class=\"hljs-string\">\"hslice\"<\/span> <span class=\"hljs-attr\">id<\/span>=<span class=\"hljs-string\">\"1\"<\/span>&gt;<\/span> \n <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">p<\/span> <span class=\"hljs-attr\">class<\/span>=<span class=\"hljs-string\">\"entry-title\"<\/span>&gt;<\/span>Item - $66.00<span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">p<\/span>&gt;<\/span> \n  <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">div<\/span> <span class=\"hljs-attr\">class<\/span>=<span class=\"hljs-string\">\"entry-content\"<\/span>&gt;<\/span>high bidder: buyer1 \n  ...\n <span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">div<\/span>&gt;<\/span> \n<span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">div<\/span>&gt;<\/span><\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-1\"><span class=\"shcb-language__label\">Code-Sprache:<\/span> <span class=\"shcb-language__name\">HTML, XML<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">xml<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p>Das hAtom Format im Vergleich:<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-2\" data-shcb-language-name=\"HTML, XML\" data-shcb-language-slug=\"xml\"><span><code class=\"hljs language-xml\"><span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">div<\/span> <span class=\"hljs-attr\">class<\/span>=<span class=\"hljs-string\">\"hfeed hentry\"<\/span> <span class=\"hljs-attr\">id<\/span>=<span class=\"hljs-string\">\"1\"<\/span>&gt;<\/span> \n <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">p<\/span> <span class=\"hljs-attr\">class<\/span>=<span class=\"hljs-string\">\"entry-title\"<\/span>&gt;<\/span>Item - $66.00<span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">p<\/span>&gt;<\/span> \n  <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">div<\/span> <span class=\"hljs-attr\">class<\/span>=<span class=\"hljs-string\">\"entry-content\"<\/span>&gt;<\/span>high bidder: buyer1 \n  ...\n <span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">div<\/span>&gt;<\/span> \n<span class=\"hljs-tag\">&lt;\/<span class=\"hljs-name\">div<\/span>&gt;<\/span><\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-2\"><span class=\"shcb-language__label\">Code-Sprache:<\/span> <span class=\"shcb-language__name\">HTML, XML<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">xml<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p>Prinzipiell ist die Idee hinter WebSlices, Teile einer Webseite abonnieren zu k\u00f6nnen, super&#8230; schade ist nur, dass sie nicht auf bestehende\/etablierte Formate wie hAtom zur\u00fcckgreifen, sondern wieder ein eigenes propriet\u00e4res Format schaffen m\u00fcssen.<br> Ich verstehe auch nicht ganz den Sinn hinter diesem Schritt&#8230; hAtom ist mittlerweile ein relativ weit verbreiteter Standard (<a href=\"http:\/\/microformats.org\/wiki\/hatom-examples-in-wild\">einige Beispiele<\/a>) und w\u00fcrde dem WebSlices-System sofort einen Anwendungsfall bieten. Durch das Schaffen eines eigenen Formates dauert es seine Zeit, bis Webseiten-Betreiber dieses auch umsetzen (wenn sie es \u00fcberhaupt umsetzen).<\/p>\n\n\n\n<p>Ich hoffe dass Microsoft seinen Kurs \u00e4ndern wird oder zumindest das hAtom Format als alternative zu ihrem hSlice erm\u00f6glicht.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ich habe heute morgen bei Keasone schon den ersten (deutschsprachigen) Bericht \u00fcber den Internet Explorer 8 (beta) gelesen. In den Genuss, ihn selber zu testen, bin ich leider noch nicht gekommen, habe aber gerade ein paar interessanten Artikel \u00fcber ein neues IE8 Feature gelesen. Mit dem neuen Internet Explorer ist es m\u00f6glich Teile einer Webseite [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"webmentions_disabled_pings":false,"webmentions_disabled":false,"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":4,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"federated","footnotes":""},"categories":[2],"tags":[5171,179,538,184,164,216,183,537],"class_list":{"0":"post-767","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-web","7":"tag-fediblog","8":"tag-hatom","9":"tag-ie8","10":"tag-internet-explorer","11":"tag-microformats","12":"tag-microsoft","13":"tag-mikroformate","14":"tag-webslices","15":"h-entry","16":"hentry"},"_links":{"self":[{"href":"https:\/\/notiz.blog\/wp-api\/wp\/v2\/posts\/767","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/notiz.blog\/wp-api\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/notiz.blog\/wp-api\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/notiz.blog\/wp-api\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/notiz.blog\/wp-api\/wp\/v2\/comments?post=767"}],"version-history":[{"count":2,"href":"https:\/\/notiz.blog\/wp-api\/wp\/v2\/posts\/767\/revisions"}],"predecessor-version":[{"id":24853,"href":"https:\/\/notiz.blog\/wp-api\/wp\/v2\/posts\/767\/revisions\/24853"}],"wp:attachment":[{"href":"https:\/\/notiz.blog\/wp-api\/wp\/v2\/media?parent=767"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notiz.blog\/wp-api\/wp\/v2\/categories?post=767"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notiz.blog\/wp-api\/wp\/v2\/tags?post=767"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}