Checking for features
TV Wall is a small personal project of mine to get acquainted with the newest HTML5 and CSS3 features as well as a way to learn more Javascript.
Because of this bleeding edge nature it needs to check if your browser supports a couple of things before it allows you to work its magic.
- CSS3 RGBA
- CSS3 Opacity
- CSS3 Transforms
- HTML5 Local Storage
Success your browser meets the requirements, welcome to the TV Wall.
Sorry your browser does not meet the requirements. May I suggest you try Firefox or Chrome instead?
Changelog
- 25-07-2010
- It's now possible to view information about a show directly from the search results and without adding it to the wall.
- It's now possible to scroll the wall using a mousewheel.
- Minor CSS and Javascript tweaks and fixes.
- 08-07-2010
- You can now skip this screen everytime you visit the site. To revert however you'll have to clear your all via /#/clear (also data version bump, sorry folks)
- Fixed a bug in Chrome were under certain conditions freshely loaded images would have their width set as 18px instead of auto
- Fixed a bug that made the url bar show the wrong link for some shows
- Dropped the CSS Gradients requirement. It wasn't really essential, it just means some rough edges here and there
- 05-07-2010
- Added a way to share show links on Facebook and Twitter
- 04-07-2010
- Due to a bug when using Webkit data will be lost again (YEY!)
- Changed the way show options are shown
- There's now a "no box art available" image due to the show options change
- Fixed a bug where on adding a show from the details page didn't change the browser hash
- More CSS and JavaScript fixes
- 28-06-2010
- Fixed a stupid decision on the way data was stored using local storage. This means a data version dump, all data will be lost. Sorry.
- The first entry in the wall is now random instead of always the same
- 26-06-2010
- Added Local Storage support. The wall will now be saved between browser sessions.
- Some backend fixes to deal with multiple people accessing the same file while it's still incomplete
- Some CSS fixes
- Did someone say Konami?
- 25-06-2010
- Added location hashes to the URL bar (you can share links to shows just by copying the URL)
- Added a new keyboard shortcut. Just hit insert to pop open the add show form
- Fixed a backend bug that returned empty JSON objects instead of a 404 when no results were found
- Minor CSS and JavaScript fixes
- 17-06-2010
- Initial show info implementation (probably buggy)
- Fixed a bug when removing cells that caused an empty space to appear
- Fixed a bug that added a duplicate char when beginning to type the show name in Webkit
- Added popups for use in warnings/errors/etc
- Run the requirements page through a spell checker
- Minor CSS and Javascript fixes
- 12-06-2010
- Added a requirements checker
- 03-06-2010