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

Make New Application in Red5

1. Make a new directory “svnlabs” under the webapps directory, it will be name of the application “svnlabs”. 2. Create a sub-directory called WEB-INF – red5-web.properties – red5-web.xml – web.xml webapp.contextPath=/svnlabs webapp.virtualHosts=*, localhost, localhost:8088, 127.0.0.1:8088 Download “svnlabs” Red5 App here… 3. Restart Red5 Server

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

Dynamic disk(s) are not supported by this operating system

Dynamic disk(s) are not supported by this operating system or server configuration. Dynamic disks are not supported on clusters. HP Laptops have 4 drives in original factory condition – SYSTEM – C Drive (Windows) – D Drive (Recovery) – HP_TOOLS Windows 7 Home supports only 4 drives Make sure you have 3 partitions before creating … Read more

Install ImageMagick

ImageMagick can be installed on Windows, Unix and Unix-like operating systems including Linux, Solaris, FreeBSD, Mac OS X, and others. Note: Make sure you have installed GhostScript and FreeType already 😉 More help https://www.svnlabs.com/blogs/install-openmeetings/ Download & Unpack # wget http://www.imagemagick.org/download/ImageMagick.tar.gz # tar xvfz ImageMagick.tar.gz Configure # cd ImageMagick-6.8.0-4 (or current version) # ./configure Build # … 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