Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 MULTIMEDIA


  Building Security onto Your Mobile Application

Analysts state that more than 75% of the mobile applications will fail the basic security tests in 2015 – Gartner Research.Enterprises that follow the Bring Your Own Device (BYOD) approach and facilitate mobile computing to their employees are susceptible to security threats and other vulnerabilities, unless they implement stringent security measures. In the development or deployment of mobile applications, a business can be severely impacted both financially and otherwise, if they are to encounter security breaches within and outside their enterprise. With the advancement of technologie...

2,279 0       IPHONE APP DEVELOPMENT COMPANY WEB APPLICATION DEVELOPMENT COMPANY


  Capture video stream with WebRTC

WebRTC(Web Real-Time Communication) is an API supporting real time audio and video communication through a browser. It is now a recommended W3C standard. This post is to show you how to capture video stream and screenshot with WebRTC.Capture video streamTo play video stream from the video camera, we first need to put a video tag in our code:<video id="video"></video>The main function to get the video stream is the navigator.getUserMedia, as of now only few of the browsers support this, you can check the browser support for this on caniuse.com. This API is well supported by Chrome a...

9,661 0       SCREENSHOT VIDEO WEBRTC


  What should video website do besides buying copyright?

Several major video sites in China seem to be designed by the same team, they look the same from the main interface to advertising scheme. The question is whether video sites really do not need to improve their products and user experience in addition to smashing the money to buy the copyright to attract users, is there no other choice? After reading this article, perhaps we can somehow have different views.The Web 2.0 era's video siteIn Web 1.0 era, the main way for users to obtain information is to go to some major news portals to find yourself the information you are interested in. But in W...

3,652 0       USER EXPERIENCE VIDEO SITE COPYRIGHT


  Mozilla releases an online editing tool --Popcorn Maker

Firefox developer Mozilla has been sparing no effort to promote the development of HTML5 and Web App They officially released a product: Popcorn Maker 1.0. It lets people edit video online and produce video with interactive features.Popcorn Maker video editing website page is similar to the ordinary video editing software, but the interface is simple and easy-to-use. You can edit the video content with simple select and drop and drag options, including inserting text, links, maps, Twitter information flow and Wikipedia entry to videos.With Popcorn Maker, you do not need to buy complex video ed...

3,509 0       MOZILLA POPCORN MAKER VIDEO EDITING


  File System vs Core Data: the image cache test

Code for this project is on GitHubWhile doing a full re-write of Droplr's iOS app for the 2.0 launch, I couldn't find any good file/image caches out there had a particular feature I really wanted: extending item expiration whenever it's touched.I set out to write my own — which wasn't that much of a challenge — but somewhere along the process I had this crazy idea that perhaps (SQLite-backed) Core Data would be a much better tool for the job:No mismatch between cache index file and actual data stored;Trivial querying;Nice and easy object oriented code.Being a structured data stor...

3,326 0       FILE SYSTEM.IMAGE CACHE MULTIMEDIA


  Check out YouTube new design

Recently, YouTube has developed its new design, but is is still not officially released. But you can check out the new design now by following the steps below:1. Open http://www.youtube.com on your Chrome or Firefoc2. Press Ctrl + Shift and J in Chrome to open the Developer Tools and Press Ctrl+Shift and K in    Firefox3. On the bottom part of the development tool, you can type some commands there. Copy the following code and paste on the console window on the bottomdocument.cookie="VISITOR_INFO1_LIVE=ST1Ti53r4fU";4. Done, now refresh the YouTube page then you will be able to vi...

4,591 0       YOUTUBE NEW DESIGN CHROME FIREFOX HOW TO