A list where items build:
Another list, but items fade as they build:
target="_self"
to the link.Press 'h' to highlight important sections of code (wrapped in <b>
).
<script type='text/javascript'> // Say hello world until the user starts questioning // the meaningfulness of their existence. function helloWorld(world) { for (var i = 42; --i >= 0;) { alert('Hello ' + String(world)); } } </script>
// Say hello world until the user starts questioning // the meaningfulness of their existence. function helloWorld(world) { for (var i = 42; --i >= 0;) { alert('Hello ' + String(world)); } }
<style> p { color: pink } b { color: blue } </style>
<!DOCTYPE html> <html> <head> <title>My Awesome Page</title> </head> <body> <p>Hello world</p> <body> </html>
Press 'p' to toggle speaker notes.
Add ?presentme=true
to the URL to enabled presenter mode.
This setting is sticky, meaning refreshing the page will persist presenter
mode.
Hit ?presentme=false
to disable presenter mode.
Column 1 | Column 2 | Column 3 | Column 4 | |
---|---|---|---|---|
Row 1 | placeholder | placeholder | placeholder | placeholder |
Row 2 | placeholder | placeholder | placeholder | placeholder |
Row 3 | placeholder | placeholder | placeholder | placeholder |
Row 4 | placeholder | placeholder | placeholder | placeholder |
Row 5 | placeholder | placeholder | placeholder | placeholder |
Column 1 | Column 2 | Column 3 | Column 4 | |
---|---|---|---|---|
Row 1 | placeholder | placeholder | placeholder | placeholder |
Row 2 | placeholder | placeholder | placeholder | placeholder |
Row 3 | placeholder | placeholder | placeholder | placeholder |
Row 4 | placeholder | placeholder | placeholder | placeholder |
Row 5 | placeholder | placeholder | placeholder | placeholder |
Header 1 | placeholder | placeholder | placeholder |
---|---|---|---|
Header 2 | placeholder | placeholder | placeholder |
Header 3 | placeholder | placeholder | placeholder |
Header 4 | placeholder | placeholder | placeholder |
Header 5 | placeholder | placeholder | placeholder |
Doing nicely:
Goal: same API for WebKit1GTK+ and WebKit2GTK+
GtkWidget *wkt = webkit_web_view_new (); WebKitWebSettings *settings = webkit_web_view_get_settings (WEBKIT_WEB_VIEW (wkt)) /* Configure using the the “settings” object */ GtkWidget *win = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_container_add (GTK_CONTAINER (win), wkt); webkit_web_view_load_uri (WEBKIT_WEB_VIEW (wkt), "http://fosdem.org"); gtk_widget_show_all (win); gtk_main ();
Goal: same API for WebKit1GTK+ and WebKit2GTK+
GtkWidget *wkt = webkit_web_view_new (); WebKitSettings *settings = webkit_web_view_get_settings (WEBKIT_WEB_VIEW (wkt)) /* Configure using the the “settings” object */ GtkWidget *win = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_container_add (GTK_CONTAINER (win), wkt); webkit_web_view_load_uri (WEBKIT_WEB_VIEW (wkt), "http://fosdem.org"); gtk_widget_show_all (win); gtk_main ();
WebKitWebSettings
→ WebKitSettings
WebKitWebPlugin
→ WebKitPlugin
WebKitWebHistoryItem
→ WebKitBackForwardListItem
WebKitContextMenu
WebKitSecurityManager
WebKitWebPluginDatabase
WebKitWebFrame
webkit-gtk@lists.webkit.org
webkit-dev@lists.webkit.org
irc.freenode.net
:
#webkitgtk+
#webkit
…and enjoy the rest of FOSDEM