In Safari 5 HTML5 videos played in the <video> tag can now be made fullscreen, if you’re using the default controls then a button is available, but if you’re overriding them with a custom control you can use: webkitEnterFullScreen(); This needs to be called on the video tag element, for example, to fullscreen the first video tag on […]
Css Desk — An Online CSS Sandbox http://cssdesk.com/ A great web app for playing around with HTML and CSS in the browser, would be interesting to see if it works on the iPad. Pictaculous — A Colour Palette Generator http://www.pictaculous.com/ Pictaculous (from MailChimp) lets you upload or email a photo and then generates a colour palette from it. You […]
Sikuli — Screenshot Based Computer Automation http://groups.csail.mit.edu/uid/sikuli/demo.shtml Sikuli is a visual technology to search and automate graphical user interfaces (GUI) using images (screenshots). Probably not the most efficient way to automate tasks, but an interesting one nonetheless, hard to explain what it does, but if you’re interested in computer automation, watch the demos. Hilite — Source […]
If you want to disable the ‘Cut / Copy / Paste’ invoked by holding down on an element in Safari on the iPhone or iPad use the css: –webkit-user-select: none; However, as stressed by Apple, this should only be disabled on a per element basis, and never applied to the whole document. Apple’s Technical Note TN2262: Preparing Your […]