slides.krutisch.de slides.krutisch.de

slides.krutisch.de

Index of /

10 things you didnt know your browser could do/. 25-Oct-2016 15:51 - codebits vi building a web synth/. 25-Oct-2016 15:51 - css revolution codebits 2011/. 25-Oct-2016 15:51 - ongamestart web audio in depth/. 25-Oct-2016 15:51 - rwc2012-the-css-revolution/. 25-Oct-2016 15:51 - rwc2012-the-single-page-app/. 25-Oct-2016 15:51 - static/. 25-Oct-2016 15:51 - wtc2012-from-rails-to-the-singe-page-app/. 25-Oct-2016 15:51 - DD8E54E04395637F246F131D8153B129.txt.

http://slides.krutisch.de/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SLIDES.KRUTISCH.DE

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 7 reviews
5 star
4
4 star
0
3 star
3
2 star
0
1 star
0

Hey there! Start your review of slides.krutisch.de

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.8 seconds

CONTACTS AT SLIDES.KRUTISCH.DE

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Index of / | slides.krutisch.de Reviews
<META>
DESCRIPTION
10 things you didnt know your browser could do/. 25-Oct-2016 15:51 - codebits vi building a web synth/. 25-Oct-2016 15:51 - css revolution codebits 2011/. 25-Oct-2016 15:51 - ongamestart web audio in depth/. 25-Oct-2016 15:51 - rwc2012-the-css-revolution/. 25-Oct-2016 15:51 - rwc2012-the-single-page-app/. 25-Oct-2016 15:51 - static/. 25-Oct-2016 15:51 - wtc2012-from-rails-to-the-singe-page-app/. 25-Oct-2016 15:51 - DD8E54E04395637F246F131D8153B129.txt.
<META>
KEYWORDS
1 index of /
2 coupons
3 reviews
4 scam
5 fraud
6 hoax
7 genuine
8 deals
9 traffic
10 information
CONTENT
Page content here
KEYWORDS ON
PAGE
index of /
SERVER
nginx/1.10.2
CONTENT-TYPE
iso-8859-1
GOOGLE PREVIEW

Index of / | slides.krutisch.de Reviews

https://slides.krutisch.de

10 things you didnt know your browser could do/. 25-Oct-2016 15:51 - codebits vi building a web synth/. 25-Oct-2016 15:51 - css revolution codebits 2011/. 25-Oct-2016 15:51 - ongamestart web audio in depth/. 25-Oct-2016 15:51 - rwc2012-the-css-revolution/. 25-Oct-2016 15:51 - rwc2012-the-single-page-app/. 25-Oct-2016 15:51 - static/. 25-Oct-2016 15:51 - wtc2012-from-rails-to-the-singe-page-app/. 25-Oct-2016 15:51 - DD8E54E04395637F246F131D8153B129.txt.

INTERNAL PAGES

slides.krutisch.de slides.krutisch.de
1

10 Things you didn't know your browser could do - Jan Krutisch

http://slides.krutisch.de/10_things_you_didnt_know_your_browser_could_do

10 Things you didn't know your browser could do. This presentation was first shown (in this form) at Eurucamp 2013. Whereever features are prefixed, I use the webkit prefix. I haven't done this to bash Firefox or any other browser but to keep the demo source readable. Which features are available in which prefixed or unprefixed form should be clear from the included caniuse.com. 100vh = Height of Viewport. 100vw = Width of Viewport. 100vmin = Smaller of Both. 100vmax = Larger of Both. Event: tick id: 8 d...

2

Building your own web synthesizer

http://slides.krutisch.de/codebits_vi_building_a_web_synth

Building your own web synthesizer. Bonus round: More of my stuff. Audio/ - - - - - v - - - - - JavaScript - - - - - v - - - - - audio/ - - - - -. I maded you some data. Var audio = new Audio(); audio.mozSetup(1, sampleRate); / . written = audio.mozWriteAudio(tail); / . Chrome (also on Android 4). Safari 6 (also iOS6 webkit). 110,220, 440. Just, pythagorean, meantone, well, equal, syntonic. Alpha, beta, gamma, delta. Var ctx = new AudioContext();. Var ctx = new AudioContext();. Yo Mama so fat. Var osc1 = ...

3

Rails and the single page app

http://slides.krutisch.de/wtc2012-from-rails-to-the-singe-page-app

Space, →. Shift-space, ←. Go to slide #. Table of contents (vi). Rails and the single page app. For Web Tech Conference 2012. No full page reloads. But is it worth it? A single page app. Taken from designnotes.info. Add to Home screen". Var store = new lawnchair({name:'testing'}, function(store) { / create an object var me = {key:'brian'}; / save it store.save(me); / access it later. store.get('brian', function(me) { console.log(me); }); } );. We've all been there. And handling UI events. Books = new App...

4

Rails and the single page app

http://slides.krutisch.de/rwc2012-the-single-page-app

Space, →. Shift-space, ←. Go to slide #. Table of contents (vi). Rails and the single page app. Since 1996, more front than backend, etc. They're hiring. yep.). No full page reloads. But is it worth it? A single page app. Taken from designnotes.info. Add to Home screen". Var store = new lawnchair({name:'testing'}, function(store) { / create an object var me = {key:'brian'}; / save it store.save(me); / access it later. store.get('brian', function(me) { console.log(me); }); } );. We've all been there.

5

The CSS Revolution

http://slides.krutisch.de/rwc2012-the-css-revolution

Space, →. Shift-space, ←. Go to slide #. Table of contents (vi). Modern Ways of Frontend Development. They're hiring. yep.). Concepts that make Rails great, Technologies that bring these concepts to CSS development and Possibilities opened up because of these. Class Book ActiveRecord: Base end. Class Book include ActiveModel: Validations end. PyPI / pip / EasyInstall. Rails g controller foos index. Foo bar .baz font-weight: black .two font-weight: 100. Width: 5em; #main { width: $width; }. Foo { border: ...

UPGRADE TO PREMIUM TO VIEW 3 MORE

TOTAL PAGES IN THIS WEBSITE

8

SOCIAL ENGAGEMENT



OTHER SITES

slides.jimter.net slides.jimter.net

Index of /

3d printer control with python/. 11-Aug-2016 14:10 - LICENSE. 04-Aug-2016 13:00 6555 README.md.

slides.jkudish.com slides.jkudish.com

Presentation slides by Joachim Kudish

Presentation slides by Joachim Kudish. Presentations I’ve given. Welcome to my slides/presentations repository. My name is Joey and I am a Software Engineer for hire (see Spark Consulting. Before that I was a code wrangler at Automattic, makers of WordPress.com, WooCommerce, and other cool things. I’m an avid coffee drinker, dog lover & enthusiastic world traveller. Check out my full website at jkudish.com. I’ve given several WordPress focused presentation. You can find info and slides below:.

slides.kairo.at slides.kairo.at

KaiRo's Slides

Has been giving a few talks on Mozilla and similar topics, the slides used there are available from this page in reverse chronological order. All those slides are written in HTML and should be visible and usable in a browser, but have only been tested in Firefox / SeaMonkey browsers. Title / Slide Set. Firefos OS Tricorder - Auslesen von Gerätesensoren mittels JavaScript. Firefos OS Tricorder - Reading device sensor data in JavaScript. Firefox OS: Das Web als Betriebssystem. Mozilla Brown Bag, 2012.

slides.kartones.net slides.kartones.net

Presentations given by Kartones

Presentations given by Kartones. While watching a presentation, use the cursor keys to move along the slides or spacebar to advance to the next slide. To go back to this page, press escape or backspace. All presentations are also available at my Speakerdeck account. Geospatial CSV Imports Hidden Complexity. MindCamp 7.0 (2015). Introduction to GameBoy Development. Myths and The Real World of OpenSource Development. Copy Protection and cracking history. Cómo ganar dinero con tus juegos online.

slides.kip.pe slides.kip.pe

@skddc's slide decks

Skddc's presentation slide decks. Stop storing your users' data! An introduction to unhosted web apps and remoteStorage.

slides.krutisch.de slides.krutisch.de

Index of /

10 things you didnt know your browser could do/. 25-Oct-2016 15:51 - codebits vi building a web synth/. 25-Oct-2016 15:51 - css revolution codebits 2011/. 25-Oct-2016 15:51 - ongamestart web audio in depth/. 25-Oct-2016 15:51 - rwc2012-the-css-revolution/. 25-Oct-2016 15:51 - rwc2012-the-single-page-app/. 25-Oct-2016 15:51 - static/. 25-Oct-2016 15:51 - wtc2012-from-rails-to-the-singe-page-app/. 25-Oct-2016 15:51 - DD8E54E04395637F246F131D8153B129.txt.

slides.kuenstlerwerkstatt-meissen.de slides.kuenstlerwerkstatt-meissen.de

Blickfänger UG - Slideshow

Mit Weniger ist Mehr. Alle Bildrechte liegen bei der Blickfänger UG.

slides.lecture.nonstatics.com slides.lecture.nonstatics.com

Slides

This is my slide homebase.

slides.ly slides.ly

www.slides.ly

Welcome, ,.

slides.mattcromwell.com slides.mattcromwell.com

SLIDES - Matt Cromwell's Presentations

Home of Matt Cromwell's Presentations. This is where I put all my public presentation slides. You can find them by venue in the navigation above. Each venue page holds additional information that I find useful or helpful to the subject I presented.

slides.mensagensdobem.com.br slides.mensagensdobem.com.br

Slides Dia do Professor 2011

Caro visitante, bem vindo ao Novo Mensagens do Bem! Ajude nosso site a crescer! Basta compartilhar pelo 1! Dia do Professor 2011. DEIXE SUA MENSAGEM EM NOSSO MURAL! Feliz Natal para Amigos. O Natal que eu Quero. Um Jardim no Coração no Natal. Um Santo Natal e um Feliz Ano Novo. Bom Fim de Semana. 2007-2011 MENSAGENS DO BEM.