Coder Social home page Coder Social logo

robnyman.github.com's People

Contributors

abbeyj avatar chiamaka avatar christianalexander avatar colmjude avatar crisc2000 avatar jackfagner avatar justingish avatar mhordecki avatar patrickhlauke avatar robnyman avatar tagawa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

robnyman.github.com's Issues

Error on trying to store Image to IndexedDB in Chrome.

Hello! I was trying to make my own engine for caching assets for my web app, and was considering IndexedDB, Your example of storing images using db is quite popular on webs, but it seems, it has a problem:
http://robnyman.github.com/html5demos/indexeddb/

   base.js:48  Uncaught Error: DataCloneError: DOM IDBDatabase Exception 25  

Does this mean that my Crome Version 23.0.1271.101 won't be able to store Blobs in IndexedDB and I should consider using other storage options?
Or this is a glitch in a code, you are using? By the way, it also throws some warnings. Here is whole output

   Success creating/accessing IndexedDB database base.js:75
   Image retrieved base.js:27
   Blob:[object Blob] base.js:31
   Putting elephants in IndexedDB base.js:42
   Numeric transaction modes are deprecated in IDBDatabase.transaction. Use "readonly" or "readwrite".
   Uncaught Error: DataCloneError: DOM IDBDatabase Exception 25 base.js:48

Automatic Fullscreen Start

Hi Robert,
I´d like to ask you, if there is a chance to start your very useful script automatically?
Something like window.onload? Do you have a simple script for that, which I can use?
I´m planning a presentation which is going to be in html and several sites.
Of course I could start the fullscreen option manually, but if I change to another site every 10-15 seconds, fullscreen has to be started again. The thing is, it has to run on a smart-tv...
Any ideas for me?

THX a lot in advance,
Greg (Germany)

Compatability & testing for that?

Any idea how this API affects older browsers? I got a report of someone being locked in fullscreen in firefox 7.1. I assumed it would just gracefully ignore non-compatible versions, but I guess not? would love any thoughts on this. Thanks!

Benjamin

Saving HTML data into localstorage?

    $('#btnSaveFormHTML').click(function() {
      var textToWrite = $('form#posts-filter').html();
      var textToWriteWrap = '<form id="posts-filter" method="get">'+textToWrite+'</form>';
      var textToWriteClean = textToWriteWrap.replace(/>[\n\t ]+</g, "><"); //minify
      var textFileAsBlob = new Blob([textToWriteClean], { type: 'text/html' }); //Do I need Blob?

       //..... LocalStorage code here??

   });

full screen auto landscape mode

Hi,

first thanks for the code.

How did you make video Full Screen automatically on landscape mode? It seems isnt allowed by the browser unless you trigger a click/keydown events.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.