Showing posts with label HTML5. Show all posts
Showing posts with label HTML5. Show all posts

Sunday, 31 October 2010

The Age of ‘WebApps’

Looks like there is a big paradigm shift from ‘native’ apps to so-called ‘WebApps’ nowadays!

Listing the WebApps which I personally use in daily life and like the most.

Do you come across any? Let me know!

dropbox_logo_home Store, Sync, Share files online.
password_manager_clipperz_logo Password Manager.
rtm_logo2 To-Do list manager.
evernote_logo Remember everything on any device.
meebo-logo Instant messaging program which supports multiple IM services.
tunewiki Creates social media players for cellphones and handheld devices with huge library of lyrics.
ril Save Pages to Read Later. Offline reading!
youtube Web videos!
google_reader Great feeds reader from Google.
twitter-logo(1) Twitter!
wikipedia Wiki.
floor_planner Bookmark manager.
foursquare_logo Geo-tagging.
floor_planner

Create floor plans, house plans and home plans ‘online’.

facebook facebook!

Thursday, 13 August 2009

HTML5 video

Just wanted to embed a video using HTML5 video feature.  The source looks very simple!

<video controls="controls" src="http://tinyvid.tv/file/3ifyc1xrvwkjr.ogg" tabindex="0">
   <p>
   Sorry, your browser doesn't support the <video> element. You'll need a browser that can playback Ogg media using HTML5 video and audio tags.
   </p>
</video>

This tries to embed one of my favorite music video – In the Shadows by The Rasmus :)

Please use the latest versions of Chrome or Firefox to experience the embedded video. The latest versions of Chrome and Firefox are already supporting the HTML5 video and audio features.

Have fun!

Reference : HTML5 spec