HTML5 MP3 Lyrics Player

HTML5 Lyrics Karaoke Player Plugin enable wordpress users to sing and play song text lyrics. Free Features Supports MP3 formats Supports Text Song Lyrics Social Links Facebook / Twitter Works in IE, Safari, Firefox, Chrome, Opera Player have shortcode for post/page [html5lyrics id=ID] i.e. [html5lyrics id=1] Paid Features Supports MP3 formats Supports Text Song Lyrics … Read more

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

Replace phpMyAdmin by Adminer

Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. It consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle. phpMyAdmin is one of the most famous tools for managing the MySQL database. However, Adminer have important differences with … 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

SponsorPay API in PHP

SponsorPay – International Leader in Engagement Marketing and Performance Advertising for the Monetization of Virtual Currency and Digital Content on Social Networks, Online Games, Virtual Worlds and Entertainment Platforms. Key Features: * Boost branding and engagement * Acquire users and improve engagement * Engage and monetize all your users * Drive customer acquisition and sales … Read more

What is VAST?

Digital Video Ad Serving Template (VAST) is specification to standardize the communication requirements between video players and the ad servers released by Interactive Advertising Bureau (IAB). VAST data structure is an XML template declares: * How ad creatives play? * What to track ad played? Sample VAST in JavaScript <script type=”text/javascript”> var options = { … 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

PHP Colorize an image using GD

I was working for color customization for HTML5 MP3 Player with Playlist Finally, I have time saving code for you PHP Colorize an image using GD <?php //print_r(html2rgb(“#ffffff”)); //echo rgb2html(137, 113, 79); $color=isset($_REQUEST[‘color’])?$_REQUEST[‘color’]:”ff00ff”; $image=isset($_REQUEST[‘image’])?$_REQUEST[‘image’]:”2.jpg”; $rgb= html2rgb(“#”.$color); $imgname=$image;               $im=imagecreatefromjpeg($imgname);     if($im&& imagefilter($im, IMG_FILTER_COLORIZE,$rgb[0],$rgb[1],$rgb[2]))     {                    header(“Content-Type: image/jpeg”);          imagejpeg($im);                    //imagejpeg($im, ‘output.jpg’);          //imagedestroy($im);     }    else    {         echo’Processing … Read more

Pay Per Plugin for HTML5 Media

The Pay Per Media Plugin is embedded stand-alone, e-commerce-powered JavaScript and iFramed widget. Features: 1. Delivers on-demand audios / videos / books 2. PayPal with sandbox support 3. Supports Preview and Full Media using JW Player 4. No Popups 5. JavaScript and i-Frame widgets 6. Tracks user’s payment using PayPal Transaction ID 7. XML based … Read more