Javascript Widget versues iFrame

I was creating a HTML5 Video Ads widget for my clients websites. So if I need to make it in JavaScript or iFrame? <iframe src=”http://html5.svnlabs.com/videoads/16″></iframe> But I don’t think iFrame would be the best method, if I need to hide URL from direct access. Another option is something like this: <script type=”text/javascript”>id = ’16’;</script> <script … Read more

PHP JavaScript Mobile Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. Mobile_Detect uses the user-agent string with specific HTTP headers to detect the mobile environment. Complete Mobile Testing: BrowserStack is a complete browser coverage tool (including mobile devices) for testing you web application. Open source mobile phone detection http://detectmobilebrowsers.com/ HOW TO DETECT MOBILE DEVICES USING JQUERY … Read more

HTML5 Video Canvas to Capture Image Frames

Mobile will continue to be the big trends in 2013 because more users accessing websites on mobile devices. HTML5 Canvas help you for optimizing your site and video ads for mobile will become increasingly important. canvas2image – A tool for saving or converting canvas as images 😉 HTML5 Video to Image gallery is very easy … Read more

FFMpeg Video to Image Gallery

1. FFMpeg create images using video source # ffmpeg -i video.mp4 -s 560×315 images/image%d.jpg 2. Create image sequence gallery <?php $files = array(); foreach (glob(“images/*.jpg”) as $filename) { $files[] = $filename; } natsort($files); ?> <div id=”slideshow”> <?php $i=1; foreach ($files as $filename) { if($i%15==0) { ?> <img src=”<?php echo $filename; ?>” <?php if($i==15) { ?> … Read more

Open ColorBox from iFrame to Parent Window

function iframecode(url, w, h) { window.parent.$.colorbox({href:url, iframe: true, scrolling: false, width: w, height: h}); } var headID = window.parent.document.getElementsByTagName(“head”)[0]; var newScript = window.parent.document.createElement(‘script’); newScript.type = ‘text/javascript’; newScript.src = ‘https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js’; headID.appendChild(newScript); var headID = window.parent.document.getElementsByTagName(“head”)[0]; var cssNode = window.parent.document.createElement(‘link’); cssNode.type = ‘text/css’; cssNode.rel = ‘stylesheet’; cssNode.href = ‘http://demo.svnlabs.com/colorbox/example3/colorbox.css’; cssNode.media = ‘screen’; headID.appendChild(cssNode); var headID = window.parent.document.getElementsByTagName(“head”)[0]; … Read more

HTML5 MP3 Player with Playlist for WordPress

=== HTML5 MP3 Player with Playlist === Contributors: Sandeep Verma Donate link: https://www.svnlabs.com/ Tags: html5, mp3 player, playlist, audio, audio player Requires at least: 1.5 Tested up to: 3.3.1 Stable tag: 1.07 Allows WordPress users to easily use HTML5 the element enable native audio playback within the browser. It supports all browsers i.e. Firefox, Chrome, … Read more

Install MovieMasher

Movie Masher open source flash based online video editing software and media player is free code to white label on your web site. Movie Masher Feature Adobe Flash™ applets that provide front-end tools for common video editing tasks: * Trim, composite and timeshift video * Mix and fade multiple audio tracks * Add effects, transitions … Read more

Valentine’s Day express love with your website

Express love with your website on Saint Valentine’s Day. Fan Page on Facebook WordPress Plugin Add to Your Fan Page Tab  Work hard, but make time for your love, and family. Nobody remembers PowerPoint presentations on ur dying day…. 🙁

Video Overlay Ads

We can use overlay code to map video/image using DIV elements on main element. Concentrate Observe Imagine Launch Demo: http://demo.svnlabs.com/video-overlay/ Maturity is not when we start speaking BIG things But..Actually it is, When we start understanding small things.