Portfolio
right

Code button contact

November 23, 2017Category : Code/Web

CSS .ppocta-ft-fix { display: inline-grid; position: fixed; bottom: 40%; right: 30px; min-width: 36px; text-align: center; z-index: 99999; } @media (max-width: 768px) { .ppocta-ft-fix { bottom; 5%; } } #messengerButton { display: inline-block; position: relative; width: 36px; height: 36px; line-height: 36px; border-radius: 100%; box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.7); background: #1CB2ED url(http://kizashop.com/wp-content/themes/shopera-child/images/m-fb.png) center center no-repeat; margin-bottom:..

Read more
01.

[Trade Coin] Cách xem biểu đồ – Phân tích kỹ thuật – 14.2 – mô hình đảo chiều báo đáy

May 15, 2017Category : MMO

Các mô hình đảo chiều báo đáy Trong phân tích kỹ thuật, có những mô hình giúp chúng ta nhận biết đỉnh thì cũng có những mô hình giúp ta nhận ra biết đâu là đáy để quyết định mua chứng khoán. Sau đây là những mô hình quen thuộc: 1. Mô hình hai đáy..

Read more
02.

Spooler APP has stopped working

March 30, 2017Category : IT & Network

If Microsoft spooler subsystem app has stopped working which means your printer will not print You can easily fix this issue as following: Logon as Admin Press “Start” > Type in Search box > COMMAND > find at top of list and RIGHT CLICK “RUN AS ADMIN” net stop Spooler (will echo Deleting all print..

Read more
03.

Call ring css

December 29, 2016Category : Code/Web

CSS .nml-alo-phone.nml-alo-show { visibility: visible; } .nml-alo-phone { background-color: transparent; cursor: pointer; height: 200px; position: fixed; transition: visibility 0.5s ease 0s; visibility: hidden; width: 200px; z-index: 200000 !important; } .nml-alo-phone { top: 250px; right: 0px; } .nml-alo-phone.nml-alo-green .nml-alo-ph-circle { border-color: #87de91; opacity: 0.5; } .nml-alo-ph-circle { animation: 1.2s ease-in-out 0s normal none infinite running nml-alo-circle-anim;..

Read more
04.

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
05.

Snake Game Code

September 22, 2015Category : Code/Web

HTML code: <canvas id=”canvas”></canvas> <div id=”reMenu”> <h1 id=”snake2″>Snake</h1> <p id=”info2″>Game Over</p> <a href=”javascript: void(0)” id=”restart” onclick=”reset()” >Restart</a> <a href=”#” id=”tweet” target=”_blank” rel=”nofollow”>Tweet My Score</a> </div> <div id=”menu”> <h1 id=”snake”>Snake</h1> <p id=”info”>by <a target=”_blank” rel=”nofollow” href=”http://twitter.com/SolitaryDesigns”>Kushagra Agarwal</a></p> <a href=”javascript: void(0)” id=”start” onclick=”init()” >Start</a> <p id=”loading”>Loading…</p> </div> <p id=”score”>Score: 0</p> <!– Audio –> <audio id=”main_music” loop> <source..

Read more
06.

Jumping Game

September 22, 2015Category : Code/Web

  HTML code: <!DOCTYPE HTML> <html lang=”en-US”> <head> <title>Jump</title> </head> <body> <div class=”container”> <canvas id=”canvas”> Aww, your browser doesn’t support HTML5! </canvas> <div id=”mainMenu”> <h1>Milo Jump</h1> <h3>using HTML5,</h3> <h3>…by <a href=”http://twitter.com/solitarydesigns/” target=”_blank”>Kushagra Agarwal</a></h3> <h3>and <a href=”http://cssdeck.com” target=”_blank”>CSSDeck</a></h3> <p class=”info”> use <span class=”key left”>←</span> <span class=”key right”>→</span> to move and space to (re) start… </p> <a..

Read more
07.

ReportQueue folder too big – is it safe to delete?

July 3, 2015Category : IT & Network

We have noticed extremely large folder on our server. It happens that Error logs are kept there. Folder is here: c:\users\%username%\appdata\local\Microsoft\Windows\WER\ReportQueue We have deleted its content completely and we also disabled Error logging. In order to do this you need to change group policy (as administrator): Start gpedit.msc to open the group policy editor Browse..

Read more
08.

DNS Backup And Restore

July 3, 2014Category : IT & Network

This appendix provides guidance for the stand-alone migration of the Domain NameSystem (DNS) Server role from an x86-based or x64-based server runningWindows Server 2003, Windows Server 2008, or WindowsServer 2008 R2 to a new Windows Server 2008 R2 server

Read more
09.

How to Enable or Disable Hibernate in Windows 7 and Windows 8

May 3, 2014Category : IT & Network

This tutorial will show you how to enable or disable hibernate and restore or delete the hiberfil.sys file inWindows 7 and Windows 8.When hibernate is disabled, the Hibernate option is missing from the Start Menu (Windows 7 only), Shut Down Windows dialog, Power menu (Windows 8 only) and the Advanced Power Plan Options. You must be logged in as an administrator to be able to do the steps in..

Read more
010.

18 Meta Tags Every Webpage Should Have

March 12, 2014Category : Marketing

The definitive guide to Search and Social Meta Tags you should be using in 2013. No fluff, no wasted code, just what you need to use. Let’s get back to basics. If I’m to be honest, flashbacks of arguments with copywriters in ad agencies turn me off to the discussion of metadata. However the reality..

Read more
011.

[Magento] Optimize magento database by Cleaning log

January 3, 2014Category : Code/Web

Optimize magento database Log Cleaning Magento maintains several tables for logging. These tables log things such as customer accesses and which products have been compared. Magento has a mechanism for cleaning these logs regularly, but unfortunately this feature is disabled by default and most customers do not turn it on. There are three ways to..

Read more
012.

Open Eyes – Debby Ryan

November 22, 2010Category : Music I like

Look around, it's deadly night You've been losing every fight You're hope is, feeling broken You're feet are rough, they're scraped and bruised But still have strength to take you through, Into, The dark

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