Posts Tagged ‘container document

I am right now working on a high-traffic project that will run in a sandbox that doesn’t allow me to pull third party JavaScript or use canvas/Flash. Yet I need to generate bar charts from a set of data. The solution to me was to create the charts from HTML using CSS. There have been [...]

A draft of the W3C Capture API has been put out there by the editors. The Capture API defines a JavaScript API for accessing the microphone and camera of a hosting device. When I look at the API for getting pictures from a camera I got a little scared at the amount of DOM fluff [...]

This post is a proof of concept post — the functionality is yet to be perfected. Picture this: you’ve found yourself on a website that uses horizontal scrolling instead of vertical scrolling. It’s an artistic site so you accept that the site scrolls left to right. You’re ready to see more of the page so [...]

Eric Ferraiuolo, inspired by the deprecation notice of Alexa, wrote a webpage thumbnails JavaScript library that lets you grab web page thumbnails via Page Glimpse: PLAIN TEXT JAVASCRIPT:   var container = document.getElementById(‘container’),     thumbs = Thumbnails({ devkey:‘xxx’ });   thumbs.get(‘http://google.com’, append); thumbs.get([     ‘http://eric.ferraiuolo.name/’,     ‘http://925html.com’,     ‘http://oddnut.com’ ], append); [...]


About this blog

This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.