--- /dev/null
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <meta name="Author" content="KaiRo - Robert Kaiser">
+ <title>In-Tab UI</title>
+ <link rel="stylesheet" type="text/css" href="slides.css">
+ <script type="text/javascript" src="slides.js"></script>
+ <link rel="contents" href="#index" title="Overview">
+ <link rel="index" id="link-toc" href="#toc" title="Content">
+ <link rel="start" id="link-start" href="#index" title="Start">
+ <!-- link rel="first" id="link-first" href="#" title="First page" hidden>
+ <link rel="previous" id="link-prev" href="#" title="Previous page" hidden>
+ <link rel="next" id="link-next" href="#" title="Next page" hidden>
+ <link rel="last" id="link-last" href="#" title="Last page" hidden -->
+</head>
+<body onload="docLoaded();">
+<header id="header"><div id="header-text">In-Tab UI</div>
+ <img id="headerlogo" src="template/header-logo.png" alt="">
+</header>
+<nav id="slidenav"><div id="subheader-text"></div>
+ <a href="#toc" id="nav-toc" accesskey="t">toc</a> ||
+ <a href="#index" id="nav-start" accesskey="s">start</a> ||
+ <a href="#" id="nav-prev" accesskey="p" hidden>< prev</a>
+ <span id="nav-prev-nolink" class="nolink">< prev</span> |
+ <a href="#" id="nav-next" id="goNext" accesskey="n" hidden>next ></a>
+ <span id="nav-next-nolink" class="nolink">next ></span>
+</nav>
+
+<article id="toc" title="Table of Contents">
+<h1>Table of Contents</h1>
+<h2>In-Tab UI</h2>
+
+<div class="captionedbox">
+<p class="captionedbox-caption">The following slides can be found in this presentation:</p>
+<div class="captionedbox-content">
+<ul id="toc-list">
+</ul>
+</article>
+
+<article id="index" title="Start Page">
+<h1>In-Tab (In-Content) UI</h1>
+
+<div class="simplebox">
+<mark><a href="http://home.kairo.at/">Robert Kaiser</a></mark>,
+"KaiRo" <kairo@kairo.at>
+<br><small>Mozilla contributor, add-on developer, SeaMonkey coordinator</small>
+</div>
+
+<div class="captionedbox">
+<p class="captionedbox-caption">Slides:
+ <a href="http://kairo.mozdev.org/slides/fosdem2011/">http://kairo.mozdev.org/slides/fosdem2011/</a></p>
+<div class="captionedbox-content small">
+<ul class="small">
+ <li>Created for
+ <a href="http://fosdem.org/2011/schedule/track/mozilla_devroom">Mozilla
+ Developer Room</a> at <a href="http://www.fosdem.org/">FOSDEM 2011</a> in
+ Brussels.</li>
+ <li>Written with in HTML 5 with CSS 3 and JavaScript.</li>
+ <li>Navigation with links on all slides, with accesskeys
+ (e.g. "n"/Alt+Shift+N for "next") or back/forward keys</li>
+ <li><a href="#toc">Table of Contents</a></li>
+ <li><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/at/"><img
+ alt="Licensed under CC-BY-SA," style="border-width:0;vertical-align:bottom;"
+ src="cc-by-sa-80x15.png" /></a> 02/2011 Robert Kaiser</li>
+</ul>
+</div>
+</div>
+</article>
+
+<article id="basics" title="Basics">
+<h1>Basic Description</h1>
+
+<div class="simplebox">
+<ul>
+ <li>Eliminate separate windows</li>
+ <li>Integrate UI into browser tabs</li>
+ <li>Non-modal, non-popup</li>
+ <li>Hide web-specific controls for those tabs</li>
+</ul>
+</div>
+</article>
+
+<article id="current" title="Current State">
+<h1>Current State</h1>
+
+<div class="simplebox">
+"Examples of in-content UI already present include session restore,
+about:config, new add-ons manager, network error pages and phishing/malware
+warning pages."
+<div class="cent topmargin">
+<img src="minefield-addons-manager.png" alt="Add-ons manager">
+</div>
+</div>
+</article>
+
+<article id="plans-prefs" title="Plans: Preferences">
+<h1>Plans: Preferences</h1>
+
+<div class="simplebox">
+As <a href="http://blog.stephenhorlander.com/2010/06/01/in-content-ui-visual-unification/">laid
+out</a> by Stephen Horlander in June 2010, preferences are among the targets
+for moving UI into tabs, here's a mockup he drew up:
+<div class="cent topmargin">
+<img src="win7-preferences-network.png" alt="Win7 Network Preference Mockup">
+</div>
+</div>
+</article>
+
+<article id="plans-tentative" title="Plans: Tentative">
+<h1>Plans: Tentative</h1>
+
+<div class="simplebox">
+The blog post as well as the
+<a href="https://wiki.mozilla.org/Firefox/Projects/Incontent_Page_Design">in-content
+page design</a> wiki page also talks about the following:
+<ul>
+ <li>Library (History and Bookmarks View)</li>
+ <li>Downloads Manager</li>
+ <li>Toolbar Customization</li>
+ <li>Tab View</li>
+ <li>home tab</li>
+ <li>About Firefox</li>
+ <li>Help</li>
+</ul>
+Non-goal: "Redesign all windows and panels"
+tracking bugs: bug 584942
+</div>
+</article>
+
+<article id="exp-dataman" title="Tahoe">
+<h1>Tahoe Data Manager</h1>
+
+<div class="simplebox cent">
+<img src="minefield-tahoe-dataman.png" alt="Tahoe Data Manager">
+</div>
+</article>
+
+<article id="exp-dlman" title="Jökulsárlón">
+<h1>Jökulsárlón Download Manager</h1>
+
+<div class="simplebox cent">
+<img src="minefield-jokulsarlon-dlman.png" alt="Jökulsárlón Download Manager">
+</div>
+</article>
+
+<article id="exp-mbrot" title="Mandelbrot">
+<h1>KaiRo.at Mandelbrot</h1>
+
+
+<div class="simplebox cent">
+<img src="minefield-mandelbrot.png" alt="KaiRo.at Mandelbrot">
+</div>
+</article>
+
+<article id="demo" title="Demo">
+<h1>Demo</h1>
+
+
+<div class="simplebox">
+Let's take a look at some currently working examples of in-tab UI!
+</div>
+</article>
+
+<article id="end" title="Discussion">
+<h1>Open Discussion</h1>
+
+<div class="captionedbox">
+<p class="captionedbox-caption">Thanks for your attention!</p>
+<div class="captionedbox-content">
+We should have some time for discussion now.
+<ul>
+ <li>Any open questions?</li>
+ <li>Any unmentioned issues?</li>
+ <li>Anyone wanting to help us?</li>
+ <li>Anything I forgot to mention?</li>
+</ul>
+</div>
+</div>
+</article>
+
+</body>
+</html>
--- /dev/null
+/**************************
+ * styles for talk slides *
+ * by Robert Kaiser *
+ * <kairo@kairo.at> *
+ * (for Linuxwochen 2009) *
+ **************************/
+
+
+/***** base style *****/
+
+html {
+ overflow: hidden; /* to make translations not paint scrollbars */
+}
+
+body {
+ margin: 0px;
+ padding: 0px;
+ border: 0px;
+ font-family: Arial,Helvetica,sans-serif;
+ font-size: 2em;
+ color: white;
+ background-color: black;
+}
+
+ul {
+ padding-left: 1.2em;
+ margin-bottom: 0.5em;
+}
+
+ul:first-child,
+ul:last-child {
+ margin-top: 0;
+}
+
+#header {
+ height: 38px;
+ position: relative;
+ border-bottom: 1px solid #781412;
+ background: #000000 url("template/header-background.png") top left repeat-x;
+ padding: 0 15px 0 0;
+ z-index: 1;
+}
+
+#headerlogo {
+ height: 38px;
+ width: 186px;
+}
+
+#header-text {
+ float: right;
+ padding: 7px 20px;
+ font-size: 24px;
+ font-weight: bold;
+ color: #CCCCCC;
+}
+
+#header-text.neartime {
+ color: #CCCCFF;
+}
+
+#header-text.ontime {
+ color: #CCFFCC;
+}
+
+#header-text.overtime {
+ color: #FF8080;
+}
+
+#slidenav {
+ background: #f02925 url("template/breadcrumbs-background.png") bottom repeat-x;
+ padding: 4px 15px 30px 55px;
+ font-size: 10px;
+ color: #FFCCCC;
+}
+
+#slidenav a:link,
+#slidenav a:visited {
+ color: #FFFFFF;
+}
+
+#slidenav a:hover,
+#slidenav a:active {
+ color: #FFCCCC;
+}
+
+#slidenav .nolink {
+ color: #AA8080;
+}
+
+#subheader-text {
+ float: right;
+ padding: 0 20px;
+}
+
+article {
+ position: absolute;
+ width: 100%;
+ /* header is 38px + 1px border, slidenav is 13px + 4px + 30px paddings,
+ another 5px for safety */
+ height: -moz-calc(100% - 90px);
+ overflow: auto;
+
+ -moz-transition-property: -moz-transform, opacity;
+ -moz-transition-duration: 3s;
+ -moz-transition-timing-function: ease;
+ -webkit-transition-property: -moz-transform, opacity;
+ -webkit-transition-duration: 3s;
+ -webkit-transition-timing-function: ease;
+ -moz-transform-origin: center 5em;
+
+ opacity: 0;
+/*
+ -moz-transform: translate(-100%, 0);
+ -webkit-transform: translate(-100%, 0);
+*/
+/*
+ -moz-transform: scale(0.1) rotate(360deg);
+ -webkit-transform: scale(0.1) rotate(360deg);
+*/
+ -moz-transform: scale(0.1) rotate(360deg) translate(-200%, 0);
+ -webkit-transform: scale(0.1) rotate(360deg) translate(-100%, 0);
+}
+
+article[aria-selected="true"] {
+ opacity: 1;
+ -moz-transform: scale(1) rotate(0deg) translate(0, 0);
+ -webkit-transform: scale(1) rotate(0deg) translate(0, 0);
+}
+
+article[aria-selected="true"] ~ article {
+ opacity: 0;
+/*
+ -moz-transform: translate(100%, 0);
+ -webkit-transform: translate(100%, 0);
+*/
+/*
+ -moz-transform: scale(0.1) rotate(-360deg);
+ -webkit-transform: scale(0.1) rotate(-360deg);
+*/
+ -moz-transform: scale(0.1) rotate(-360deg) translate(200%, 0);
+ -webkit-transform: scale(0.1) rotate(-360deg) translate(100%, 0);
+}
+
+/***** headers *****/
+
+h1 {
+ margin: 0 0 0.5em 0;
+ font-size: 1.7em;
+ font-weight: bold;
+ text-align: center;
+ text-shadow: #AA8080 3px 3px 5px;
+}
+
+h2 {
+ margin: 0.5em 0;
+ font-size: 1.3em;
+ font-weight: bold;
+ text-align: center;
+ text-shadow: #AA8080 2px 2px 3px;
+}
+
+h3 {
+ margin: 0.5em 0;
+ font-size: 1.1em;
+ font-weight: bold;
+ text-align: center;
+}
+
+h4 {
+ margin: 0.5em 0;
+ font-size: 1em;
+ font-weight: bold;
+ text-align: left;
+}
+
+/***** boxes *****/
+
+.simplebox {
+ padding: 0.5em;
+}
+
+.captionedbox {
+ padding: 0px;
+}
+
+.simplebox,
+.captionedbox {
+ margin: 1em;
+ border: 1px solid #FF8080;
+ background-color: #400000;
+ -moz-border-radius: .5em;
+ -moz-box-shadow: #AA8080 1px 1px 3px 2px;
+}
+
+.captionedbox-content {
+ margin: 0px;
+ padding: 0.5em;
+ border: 0px;
+ border-top: 2px solid #9FCBF7;
+ -moz-border-top-colors: #FFFFFF #FF8080;
+ -moz-border-radius: 0 0 .5em .5em;
+}
+
+.captionedbox-caption {
+ margin: 0.5em;
+ font-weight: bold;
+ text-shadow: #804040 1px 1px 2px;
+}
+
+/***** misc formatting *****/
+
+mark {
+ font-weight: bold;
+ color: #0060C0;
+ background-color: transparent;
+ text-shadow: #5959ec 1px 1px 1px;
+}
+
+.border {
+ border: 1px solid #FF8080;
+ padding: 0.5em;
+}
+
+ul > li {
+ margin: 0.5em 0;
+}
+
+.cent {
+ text-align: center;
+}
+
+.topmargin {
+ margin-top: 0.5em;
+}
+
+.akey {
+ text-decoration: underline;
+}
+
+a:link { color: #CCCCFF; text-decoration: none; }
+a:visited { color: #EECCFF; text-decoration: none; }
+a:hover, a:active { color: #FFCCCC; text-decoration: underline; }
+
+/***** small stuff *****/
+
+.small,
+.small {
+ font-size: 0.75em;
+}
+
+ul.small,
+.small ul {
+ padding: 0px;
+ border: 0px;
+ margin: 0px 0px 0px 1em;
+}
+
+ul.small > li
+.small ul > li {
+ margin: 0px;
+ padding: 0px;
+ border: 0px;
+}
+
+/***** specific slides *****/
+
--- /dev/null
+/******************************
+ * JavaScript for talk slides *
+ * by Robert Kaiser *
+ * <kairo@kairo.at> *
+ * (for FOSDEM 2011) *
+ ******************************/
+
+var slides = {};
+var articleNodes;
+var currentSlide;
+var currentIdx;
+var defaultIdx = 1; // set to slide index to show by default
+var firstIdx = 2; // set no value if to use first available
+var lastIdx; // set no value if to use first available
+
+var pageTitle, headerText, subHeaderText;
+var navPrev, navNext, navPrevNolink, navNextNolink;
+
+// Called when the document has been loaded.
+function docLoaded() {
+ pageTitle = document.getElementsByTagName("title")[0];
+ headerText = document.getElementById("header-text");
+ subHeaderText = document.getElementById("subheader-text");
+ navPrev = document.getElementById("nav-prev");
+ navNext = document.getElementById("nav-next");
+ navPrevNolink = document.getElementById("nav-prev-nolink");
+ navNextNolink = document.getElementById("nav-next-nolink");
+ articleNodes = document.getElementsByTagName("article");
+
+ if (!firstIdx)
+ firstIdx = 0;
+ if (!lastIdx)
+ lastIdx = articleNodes.length - 1;
+
+ // Get a list of all slides (articles).
+ subHeaderText.textContent = articleNodes.length + " slides...";
+ for (var i = 0; i < articleNodes.length; ++i) {
+ subHeaderText.textContent = "Indexing slide " + i + " / " + articleNodes.length;
+ if (!articleNodes[i].id)
+ articleNodes[i].id = "slide_" + i;
+
+ slides[articleNodes[i].id] =
+ {"idx": i,
+ "name": articleNodes[i].id,
+ "title": articleNodes[i].title ? articleNodes[i].title : articleNodes[i].id,
+ "obj": articleNodes[i]};
+
+ if (location.hash.length &&
+ (location.hash == "#" + articleNodes[i].id || location.hash == "#" + i)) {
+ articleNodes[i].setAttribute("aria-selected", "true");
+ currentSlide = slides[articleNodes[i].id];
+ currentIdx = i;
+ }
+ }
+
+ if (!currentSlide) {
+ currentIdx = defaultIdx;
+ currentSlide = slides[articleNodes[currentIdx].id];
+ currentSlide.obj.setAttribute("aria-selected", "true");
+ location.hash = "#" + currentSlide.name;
+ }
+ updateDisplay();
+}
+
+// Called when the hash part of the location changes.
+function locationHashChanged() {
+ if (location.hash.length > 1) {
+ var hashtag = location.hash.substring(1);
+ // If not a number, treat as ID
+ if (isNaN(hashtag) && slides[hashtag]) {
+ currentSlide.obj.removeAttribute("aria-selected");
+ currentSlide = slides[hashtag];
+ currentIdx = currentSlide.idx;
+ currentSlide.obj.setAttribute("aria-selected", "true");
+ updateDisplay();
+ }
+ else if (articleNodes[hashtag]) {
+ currentSlide.obj.removeAttribute("aria-selected");
+ currentIdx = hashtag;
+ currentSlide = slides[articleNodes[currentIdx].id];
+ currentSlide.obj.setAttribute("aria-selected", "true");
+ updateDisplay();
+ }
+ }
+}
+window.onhashchange = locationHashChanged;
+
+// Update the display after we updated what slide is shown.
+function updateDisplay() {
+ if (currentIdx >= firstIdx && currentIdx <= lastIdx &&
+ currentSlide.name != "toc")
+ subHeaderText.textContent = (currentIdx - firstIdx + 1) + "/" +
+ (lastIdx - firstIdx + 1) + " - " +
+ currentSlide.title;
+ else
+ subHeaderText.textContent = currentSlide.title;
+ pageTitle.textContent = headerText.textContent + ": " + currentSlide.title;
+ if (currentIdx > firstIdx && currentSlide.name != "toc") {
+ navPrev.hidden = false;
+ navPrev.href = "#" + articleNodes[currentIdx - 1].id;
+ navPrevNolink.hidden = true;
+ }
+ else {
+ navPrev.hidden = true;
+ navPrevNolink.hidden = false;
+ }
+ if (currentIdx < lastIdx && currentSlide.name != "toc") {
+ navNext.hidden = false;
+ navNext.href = "#" + articleNodes[currentIdx + 1].id;
+ navNextNolink.hidden = true;
+ }
+ else {
+ navNext.hidden = true;
+ navNextNolink.hidden = false;
+ }
+ headerText.className = "";
+ slide_start = new Date();
+ if (currentSlide.name == "toc")
+ createTOC();
+ else
+ setTimeout("timerFired()", 1000*(slide_seconds/3));
+}
+
+// Create TOC list.
+function createTOC() {
+ var list = document.getElementById("toc-list");
+ if (!list.getElementsByTagName("li").length) {
+ for (var slide in slides) {
+ if (slide != "toc") {
+ var item = document.createElement("li");
+ var link = document.createElement("a");
+ var slideHeaders = slides[slide].obj.getElementsByTagName("h1");
+ if (slideHeaders.length)
+ link.textContent = slideHeaders[0].textContent;
+ else
+ link.textContent = slides[slide].title;
+ link.href = "#" + slides[slide].name;
+ item.appendChild(link);
+ list.appendChild(item);
+ }
+ }
+ }
+}
+
+// Do timed color variation on slides.
+var slide_seconds = 3*60;
+var slide_start = new Date();
+
+function timerFired() {
+ var slide_current = new Date();
+ var seconds_diff = Math.round((slide_current.getTime() - slide_start.getTime()) / 1000);
+ if (seconds_diff >= slide_seconds) {
+ headerText.className = "overtime";
+ }
+ else if (seconds_diff >= Math.round(2*slide_seconds/3)) {
+ headerText.className = "ontime";
+ setTimeout("timerFired()", 1000*(slide_seconds/3));
+ }
+ else if (seconds_diff >= Math.round(slide_seconds/3)) {
+ headerText.className = "neartime";
+ setTimeout("timerFired()", 1000*(slide_seconds/3));
+ }
+ else {
+ // We should never come here, but if we do, go into a 1s loop until we get over the upcoming step.
+ setTimeout("timerFired()", 1000);
+ }
+}
+setTimeout("timerFired()", 1000*(slide_seconds/3));
+
+// Keyboard/click nav functionality, mostly inherited from FOSDEM 2007.
+(function() {
+ function go(where) {
+ where = where || "next";
+ var navElem = document.getElementById("nav-" + where);
+ if (!navElem.hidden)
+ window.location.href = navElem.href;
+ }
+
+ function handleClick(e) {
+ e = e || event;
+ var target = (window.event) ? e.srcElement : e.target;
+ if (e.which == 1 && target.nodeName != "A" && target.nodeName != "VIDEO")
+ go("next");
+ }
+
+ function handleKeyPress(e) {
+ e = e || event;
+ switch (e.keyCode) {
+ case e.DOM_VK_LEFT:
+ go("prev"); break;
+ case e.DOM_VK_RIGHT:
+ go("next"); break;
+ }
+ }
+
+ window.onclick = handleClick;
+ window.onkeypress = handleKeyPress;
+})();