Footer Stick Ads – Boost Advertising Income 4X

Hello Friends, Everyone wants to increase their advertising earning using some tool or tricks. I was looking same so, starting search on YouTube to optimize website for advertising and then find some useful info about it. Footer Stick Ads is one of them… “Footer Sticky Ads” are OK, with one exception… if it don’t annoy … Read more

jPlayer playbackRate Audio Speed Control for Podcast Player

Today one of my customer need Audio PlayBack Speed Control for HTML5 Audio Player. His requirement is that many people speak too slow on podcasts. He wants to speed up the playback so that he don’t have to take so much time to listen to the podcast. He actually wants button for speed [ 0.5x, … Read more

Radio Song Album Artwork Cover by YouTube

An album cover is the front / other side of the packaging of a commercially released audio recording product, or album. You can find online APIs or Websites where artwork available – Amazon – LastFM – Soundcloud – Apple iTune – Google Play – Gracenote – Free Music Archive And many more …. But YouTube … Read more

Responsive One Page HTML5 Templates

I was searching one single page responsive HTML5 template for my product’s website. To sell your products you must have a introductory video and basic features on home page, that can help you to attract more customers.. You might include these items on home page… – Top Navigation – Introductory Video / Images – Offer … Read more

Cross Browser Flash Detection in Javascript

Option 1: <script type=”text/javascript”> $(document).ready(function(){ if (navigator.mimeTypes [“application/x-shockwave-flash”] == undefined) { alert(“Flash is not insalled on your Web browser.”); } else { alert(“Flash is insalled on your Web browser.”); } }); </script>   Option 2: JavaScript Flash Detection Library (Flash Detect) <script src=”flash_detect.js”></script> <script type=”text/javascript”> if(!FlashDetect.installed){ alert(“Flash is not insalled on your Web browser.”); }else{ … Read more

Amazon S3 Cloud HTML5 MP3 Player

Amazon S3 Cloud HTML5 Player plugin that allows you to link to your amazon S3 bucket and sets up a HTML5 Player playlist (horizontal or vertical). This plugin will support MP3 files only. Amazon S3 Cloud HTML5 MP3 Player is not associated in any way to amazon.com Get Self Hosted Amazon S3 Cloud HTML5 MP3 … Read more

Best HTML5 JavaScript Frameworks for Mobile Development

A unified, HTML5-based user interface system for all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design. jQuery mobile framework takes the “write less, do more” mantra to the next level: Instead of writing unique apps … Read more

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

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