b1. tìm và awake con howl nước (lulu) b2. tìm và awake con warbear wind (ramagos) b3. tìm và awake con pixie wind (shannon) và garuda nước (konamiya) b4. kéo 4 con ấy lên 4s b5. đánh map tamor normal đến khi nào rớt con griffon wind (bernard) b6. đánh map faimon normal đến khi..
Read more1/ Fuse phoenix – nước nine-tailed fox – gió (Arang – 5 sao) joker – lửa (Jojo – 5 sao) ninja – nước (Susano – 5 sao) martial cat – nước (mina – 5 sao) 2/ Fuse Valkyrja – gió Sylph – lửa (baretta – 5 sao) Undine – nước (mikene – 5 sao)..
Read more1.Shannon ★★ (Wind Pixie) + Bernard ★★★ (Wind Griffon): Điều gì tạo nên sức mạnh của combo này: Đây là combo tốc độ vì Shannon thì có khả năng làm chậm team đối phương còn Bernard thì có khả năng tăng tốc độ cả team mình lên ngay lập tự và duy trì trong..
Read moreHTML code: <h1>ISOMETRIC TEXT</h1> <p> Here’s a reworking of my original CSS3 Isometric Text demo, this version improves on the first attempt by using the CSS :after selector to duplicate the title to create the shadow – in fact the title IS the shadow & the Isometric lettering is the :after content. </p> CSS code:..
Read moreHTML 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 moreHTML 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 moreHTML <canvas></canvas> <script src=”https://code.jquery.com/jquery-1.11.1.min.js”></script> CSS: html, body { background: #000; margin: 0; } canvas { position: absolute; } JS: //Forked from http://andreasstorm.com/ //Made by Bogden //CANVAS $(function(){ var canvas = document.querySelector(‘canvas’), ctx = canvas.getContext(‘2d’) canvas.width = window.innerWidth; canvas.height = window.innerHeight; ctx.lineWidth = .3; ctx.strokeStyle = (new Color(150)).style; var mousePosition = { x: 30 * canvas.width..
Read moreDeclare @SQLQuerry nvarchar(255) Declare @dbname nvarchar(255) Declare @CrsrVar Cursor Set @CrsrVar = Cursor For SELECT name FROM sys.databases where name not in (‘tempdb’,’distribution’,’master’,’model’,’msdb’,’ReportServer’,’ReportServerTempDB’) Open @CrsrVar Fetch Next From @CrsrVar into @dbname While(@@FETCH_STATUS = 0) Begin — Truncate the log by changing the database recovery model to SIMPLE. SET @SQLQuerry = ‘USE [‘ +@dbname +’];ALTER DATABASE..
Read moreIPS (Intrusion Prevention Systems – Hệ thống ngăn ngừa xâm nhập) là hệ thống theo dõi, ngăn ngừa kịp thời các hoạt động xâm nhập không mong muốn. Chức năng chính của IPS là xác định các hoạt động nguy hại, lưu giữ các thông tin này. Sau đó kết hợp với firewall để dừng ngay các hoạt..
Read moreKhi bạn sử dụng Outlook 2010 hoặc Outlook 2007 để gửi thư email, người nhận thư sẽ thấy một tệp đính kèm có tên Winmail.dat Mô tả sự cố Khi bạn sử dụng Microsoft Office Outlook 2010 hoặc Microsoft Office Outlook 2007 để gửi thư email, người nhận thư sẽ thấy một tệp đính kèm..
Read morePin máy tính laptop dùng lâu ngày sẽ bị chai tuy nhiên để xác định được pin bị chai bao nhiêu thì thường chúng ta sẽ cần tới phần mềm hoặc tự ước lượng trong quá trình sử dụng. Tuy nhiên có một cách đơn giản mà chính xác giúp bạn xác định được mức..
Read more Để làm được như hình trên, bạn cần cài một app nhỏ tên là NetSpeedMonitor. Ưu điểm của nó là chạy không rườm rà, không tốn nhiều diện tích màn hình, rất nhẹ. Tuy công cụ này đã bị tác giả ngừng phát triển khá lâu nhưng vẫn sử dụng tốt trên Windows 10..
Read moreMicrosoft đang thử nghiệm theme màu đen cho các ứng dụng Windows 10 PC để đồng bộ với Windows Phone. Để bật theme tối, ta cần phân ra 2 loại ứng dụng, một là thay đổi toàn cục theo Registry, hai là thay đổi trong thiết lập ứng dụng. Thay đổi thiết đặt Registry Thay..
Read moreMicrosoft theo dõi bạn như thế nào? Thông qua Network Connectivity Status Indicator: Mỗi khi bạn khởi động máy tính, một test kết nối bạn sẽ được chạy tự động để kiểm tra kết nối Internet có khả dụng hay không Máy tính thực hiện kết nối request tới một text file trên NCSI Server của Microsoft (..
Read moreTutorial for ajax username validation using jquery and php to check if the username is available in the mysql database. Requirements jQuery Library Database and table First create a database in mysql and create a table called members in it.
Read more

Leave a Reply