Portfolio
always

Install Node.js – CentOS

December 18, 2017Category : Code/Web

Install the Distro-Stable Version of Node.js with YUM In order to download this version, we will use the yum package manager. Update your yum packages: sudo yum update Install Node.js: sudo yum install nodejs Verify the current version of Node.js: node –version Install npm (Node Package Manager): sudo yum install npm Install Node.js using NVM Instead of using yum, you can install..

Read more
02.

Add videojs player html5 with javascript

November 18, 2015Category : Code/Web

index.php <div id=”video”><p> Restart or F5 browser to view this content.</p></div> <link href=”<?php echo get_template_directory_uri(); ?>/css/video-js.min.css” rel=”stylesheet”> <script src=”<?php echo get_template_directory_uri(); ?>/js/videojs.min.js”></script> <script src=”<?php echo get_template_directory_uri(); ?>/js/jquery.min.videojs.js”></script> <script type=’text/javascript’> var obj, source; obj = document.createElement(‘video’); $(obj).attr(‘id’, ‘example_video_test’); $(obj).attr(‘class’, ‘video-js vjs-default-skin’); $(obj).attr(‘controls’, ‘ ‘); $(obj).attr(‘poster’, ‘http://todaytv.club/movie_night_image.jpg’); $(obj).attr(‘preload’, ‘auto’); $(obj).attr(‘data-setup’, ‘{“inactivityTimeout”: 0}’); $(obj).attr(‘autoplay’, ‘true’); source = document.createElement(‘source’);..

Read more
03.

[WP] W3 Total Cache settings with Cloudflare GUIDE

October 12, 2015Category : Code/Web

W3 Total cache is a WordPress Performance Optimization framework that is designed to improve user experience and page speed.  It is recommended by many web hosting providers, and used by countless major websites such as mashable.com as well as many others. W3TC  improves the user experience of your site by increasing web server performance by reducing..

Read more
04.

Player video picasa with youtube player

May 14, 2015Category : Code/Web

Bước 1: Lấy link video picasa dựa vào RSS: Ví dụ: http://redirector.googlevideo.com/videoplayback?id=e72b617775f4e090&amp;itag=5&amp;source=picasa&amp;cmo=sensitive_content%3Dyes&amp;ip=0.0.0.0&amp;ipbits=0&amp;expire=1401870838&amp;sparams=id,itag,source,ip,ipbits,expire&amp;signature=7B3729E5732AE2399FF2AB5A539229E06E3ED6B5.4A5B6DD9D3CD5F10C973B48C822A56AC27875889&amp;key=lh1 (Link trên sẽ hết hạn theo thời gian, link chỉ có giá trị minh họa.Hoặc bạn có thể lấy link tại RSS sau: http://picasaweb.google.com/data/entry/api/user/116918391913616722990/albumid/6012960367881032401/photoid/6012960371327767570?prettyprint=true Bước 2: Giải mã URL (url decode) vừa lấy được Ta được: http://redirector.googlevideo.com/videoplayback?id=e72b617775f4e090&amp;itag=5&amp;source=picasa&amp;cmo=sensitive_content=yes&amp;ip=0.0.0.0&amp;ipbits=0&amp;expire=1401870838&amp;sparams=id,itag,source,ip,ipbits,expire&amp;signature=7B3729E5732AE2399FF2AB5A539229E06E3ED6B5.4A5B6DD9D3CD5F10C973B48C822A56AC27875889&amp;key=lh1 Bước 3: Sửa tất cả &amp;..

Read more
05.

YouTube Tutorial – The Player API

May 14, 2015Category : Code/Web

Dozens of video sharing sites may offer streaming video that plays back in higher quality than YouTube, but if you want eyeballs (and millions of them), then Google’s monstrously popular YouTube is the place to be. For a long time, all you could do with YouTube as a web publisher was embed its hosted videos..

Read more
06.

Firefox install slient with config

March 25, 2015Category : IT & Network

To configure the Firefox default settings at the application level for all new and existing users you will need to use cusomised config file. There is one thing to note, that is that once the settings are configured it can not be changed by the user, whether or not you use ‘pref’ or ‘lockPref’. The..

Read more
07.

Installing PHP FastCGI and Zend OPcache on XAMPP for Windows

November 14, 2014Category : Code/Web

Why install PHP + FastCGI? Mod-PHP comes installed with XAMPP, and it is slow. You also cannot utilise the Zend opcode cache, which is included with PHP itself since PHP 5.5. Steps to install PHP + FastCGI

Read more
09.

Cơ bản về V-Sync – VGA

February 19, 2011Category : IT & Network

Nói cho dễ nhất , V-sync có nghĩa là "đồng bộ fps trong game với độ làm tươi của màn hình" (Refresh rate) nói nhỏ : V-Sync = Vertical Synchronization , fps là frame per second trong game !!! Mỗi màn hình đều có Refresh rate của nó , hay ta còn gọi là độ..

Read more
010.

Song for stormy night – Secret Garden

May 15, 2010Category : Music I like

The rain beats hard at my window While you, so softly do sleep And you can’t hear the cold wind blow You are sleeping so deep Outside its dark, the moon hiding By starlight only I see The hosts of the night-time go riding But you are safe here with me

Read more
011.

[WP] Mediaplayer Script

September 14, 2009Category : Code/Web

<script type="text/javascript" src="../blog/mp3/swfobject.js"></script><embed src="../blog/mp3/flvplayer.swf" allowfullscreen="true" allowscriptaccess="always" flashvars="&file=../blog/mp3/flvplayer.xml&displayheight=150&backcolor=0x#319A63&frontcolor=0xFFFFFF&lightcolor=0xFFFFFF&showdigits=true&showeq=true&showfsbutton=true&autostart=false&shuffle=false&repeat=true;volume=100;width=100%&amp;height=700" width="100%" height="500" />

Read more
012.
© Oliver / All rights reserved.
To top