-
Archives
-
Meta
Category Archives: Uncategorized
simpl.info: simplest possible examples of HTML, CSS and JavaScript
I’ve built a site that aims to provide the simplest possible examples of HTML, CSS and JavaScript: simpl.info github.com/samdutton/simpl Motivations: ‘show me the code!’ ‘does technology X work on platform Y?’ ‘where the heck is that Foo example I saw?’ … Continue reading
WebRTC in Internet Explorer with Chrome Frame
Screencast and post explaining how to enable WebRTC in Internet Explorer with Chrome Frame. Continue reading
Posted in Uncategorized
Tagged Chrome, getUserMedia, google, google browser chrome, Google Chrome, webRTC
Leave a comment
Introduction to WebRTC – now on HTML5 Rocks
I’ve written a detailed introduction to WebRTC on HTML5 Rocks: http://www.html5rocks.com/en/tutorials/webrtc/basics/ Continue reading
Posted in Uncategorized
Leave a comment
Chrome Developer Tools, Google I/O 2012
Video of the Chrome Developer Tools session at Google I/O 2012 with Sam Dutton and Pavel Feldman. Continue reading
Posted in Uncategorized
Leave a comment
Getting started with the HTML5 track element
If you haven’t had a look at the HTML5 track element — check it out my tutorial on HTML5 Rocks. The track element provides a simple, standardised way to add subtitles, captions, screen reader descriptions and chapters to video and … Continue reading
Cherry Cream Delight
I can’t believe the things I’ll eat when I’m on a plane. Continue reading
Posted in Uncategorized
Leave a comment
Automatically pause video when it’s not visible
I’ve built a Google Chrome extension called Hold It! that pauses video when it’s not visible. For example, when you: minimise a window with a video playing in it move to a different tab open a video link in a … Continue reading
Posted in Uncategorized
Leave a comment
Win a Chromebook!
Win a Chromebook in the Italian Google Chrome Web Store competition. Continue reading
Posted in Uncategorized
Tagged Chrome, Chrome Web Store, google, Google Chrome, Italy
Leave a comment
Web apps need better context menus
For web apps to be as good as native apps, they need better context (right click) menus. Take a look at the screenshot above. This shows what happens when you click on a person in a Google+ circle: I’d like … Continue reading
Posted in Uncategorized
Leave a comment
The Page Visibility API
Demo of the Page Visibility API: useful for checking if a web page is — or becomes — visible or hidden. Continue reading
AppleScript to view HTML in a browser with TextWrangler
TextWrangler is a great text editor for the Mac.
Here’s a handy AppleScript to enable HTML files to be opened in any browser, including Chrome. Continue reading
Instant search for Shakespeare’s sonnets
I’ve written an application to search Shakespeare’s sonnets, which links to Quarto 1 facsimiles of each of the poems at the the University of Victora Internet Shakespeare Editions website. You can access it as a plain old web page in … Continue reading
Posted in Uncategorized
Leave a comment
Framegrabber Chrome extension
I’ve built a free Chrome extension for bookmarking video timecodes and capturing framegrabs. It’s called Framegrabber and you can get it here. Framegrabs are still images of individual film frames. The Framegrabber extension makes it possible to take framegrabs from … Continue reading
Posted in Uncategorized
Leave a comment
Shakespeare’s sonnets in JSON format
JSON version of Shakespeare’s sonnets Continue reading
Posted in Literature, Poetry, Shakespeare, Uncategorized
Tagged Shakespeare sonnet JSON JavaScript
Leave a comment
For The Messengers
Jude Cowan (who works for ITN Source) has written an excellent book of poems in response to what she’s seen as a video archivist for Reuters: http://www.forthemessengers.co.uk/extracts.htm Continue reading
The BBC, Glow and jQuery
The BBC’s JavaScript library Glow 2 ‘is no longer in active development. We are currently researching and developing a BBC JavaScript library that uses jQuery for its core DOM manipulation functionality.’ Continue reading
Additional methods for JavaScript Array
Additions to the JavaScript Array prototype making it easier to work with numeric arrays. Continue reading
Kenneth Tynan prophesies CGI
Kenneth Tynan, in his diary entry for 20 July 1972, prophesies a form of cinema remarkably like feature-length computer-generated animation. If only he’d lived to see Toy Story! Continue reading
jQuery debugging tips
Some gotchas to avoid when coding with jQuery. Continue reading