Categories
CSS Unexpected behaviour

Form element “Select” snaps back in IE9

Problem
Form element “select” folds, when mouse button is released in IE9.
Expected behaviour: Should stay open. Close only, when one option is selected.

Cause
CSS :active selector
Only IE9 is affected.

select:active { ... }

Solution
Disable the selector for IE9 or for all browsers

/* select:active { ... } */
Categories
HTML5 iPad & IOS

Wireframes / Mockups for faster prototypes

http://t3n.de/magazin/idee-app-227593/2/

Categories
HTML5 WebApps

HTML5 Framework “Apache Cordova” aka Phone Gap (untested)

  • Create webapps in HTML5
  • Export them to IOS and Android via Phone Gap
  • The next generation of Phone Gap is developed under the code name “Apache Cordova

 

Categories
Virtual Assistants

Virtual assistants/sales persons

Movie with person embedded in a flash movie

Simple AI and/or search algorithms

Categories
PDF

PDF Viewer

Hosted Solutions

Discussions & Blogs

Javascript API

Categories
Flash

Flash Substitutes

Adobe “Edge”

Tumult “Hype”

Categories
Application Storage HTML5 iPad & IOS WebApps

WebApp – Financial Times

What’s the fuzz?

  • It’s about reading websites offline
  • Tech speak: HTML5 Application Storage

History (as far, as I’m aware)

Categories
HTML5 iPad & IOS WebApps

WebApp – Issuu iPad BETA

What’s the fuzz?

  • It’s about reading/paging PDF documents in a webbrowser on the iPad.
  • For other platforms, this is usually done via Flash. But flash doesn’t work in iPads browser.
  • So the publishers are coming up with new solutions, based on HTML5.
  • To put it the simple way: Convert the PDF to HTML. Maybe with a little help from SVG?

History (as far, as I’m aware. Might be wrong)

  • In 2010 (?) Issuu created a native app  for the iPad
    • Apple did not allow it in the Appstore
    • Why? Maybe it interfered with Apples iBook app.
  • 12/2011 Issuu created a webApp: Issuu iPad BETA
    • Apple has no control over this.
    • WebApps are “normal” Websites, optimized for the iPad/iPhone.
Categories
Books HTML5

html5 Buch

http://html5-buch.de/

Categories
Application Storage Ideas Typo3

Use Cache Manifest Validator API as preflight check for typo3 project SCP

Preflight check

  1. Create new appcache.manifest via php script
  2. Validate manifest file via Validator API
  3. On success, replace the old manifest file
  4. On error, keep old manifest file
  5. Display screenmessage to the editor