Happy New Year!

I wish all my Friends and their Families and my Relatives and my Well-Wishers a very happy and enjoying New Year.. May all your unfulfilled and desired wishes be completed in the coming year.. Have a successful year ahead..!!!

Create Website Thumbnails using PhantomJS

Hope you read my old article “Create WebThumb using LAMP”, it used for creating web thumbnails from Xvfb virtual framebuffer that is more time and resource consuming. Shell Script with Xvfb try to open web browsers in real remote server to capture web-thumbs… That whole setup might take a full day and image quality is … Read more

How to Watch Movies Online For Free? (Telegram 2021)

Hey, Everyone need to spend their weekends with family & friends… I always watch movies on Saturdays. I know you are also searching for free movies online. I have few Telegram Channels where you can spend your best time to search best blockbuster movies. Movie HD Channel Movie HD Channel enables you to download the … 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

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

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

MIME Types List

MIME stands for “Multipurpose Internet Mail Extensions”. It’s a way of identifying files on the Internet according to their nature and format. “Content-type” header value defined in the HTTP response, the browser can open the file with the proper extension/plugin/tool. “Internet Media Type” is the same as a MIME type. MIME types were originally created … Read more

Image Matrix Using ImageMagick

ImageMagick create, edit, compose, or convert bitmap images. It can read and write images in different formats including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Image Operations * Resize * Flip * Mirror * Rotate * Distort * Shear * Transform * Adjust image colors * Special Effects * Draw … 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…. 🙁

Remote Secure Token

Remote Secure Token Wowza Token We already compiled FlowPlayer & JWPlayer for remote secure token in flex / flash files 😉 https://www.svnlabs.com/blogs/compile-or-build-flowplayer-or-jwplayer-to-create-secure-token-for-wowza-server/ https://www.svnlabs.com/blogs/wowza-mediasecurity-addon-package/ https://www.svnlabs.com/blogs/how-to-prevent-downloading-and-leeching-media-files/ (hotlink protection) Local Media Files We already protected local files using .htaccess file media hiding logic 😉 https://www.svnlabs.com/blogs/secure-token-plugin-with-php/ https://www.svnlabs.com/blogs/how-to-prevent-downloading-and-leeching-media-files/ (hotlink protection) External Media Files File can be protected both on server … Read more