Posts

Make Money With BestChange Affiliate Marketing

Image
Among hundreds of exchangers where Internet users can exchange electronic money, only slightly over forty most reliable ones with flawless reputations and high business levels are included in the online monitoring service www.bestchange.com . Its convenient interface allow you choose e-currency exchange services with the best rates at the moment. This exchanger monitoring service provides exhaustive information on selected exchangers starting from the most important thing – the exchange rate – and ending with the exchanger reserve and its business level – a kind of reliability index given to the participating exchanger by the WebMoney system. It take just one click to go from the monitoring table to the exchanger and carry out all necessary operations – the service saves not only your money, but your time as well because you exchange money using the very exchange rate that you see in the table. You have electronic money and you need to exchange it? How to choose the best exchange

Eliminating Notifications and News on UCBROWSER

Image
1. Open UC Browser then Go the Settings Open UC Browser Settings Follow below screenshot for settings 2. Change Tab View to "List" Change Tab View to "Lists" 3. Preload Page change to "All Pages" 4. Then in the Notifications setting, Turn Off All or OFF all Preload Page On All Pages Turn Off All Notification 5. Close And Reopen UC Browser. * REMOVING NEWS IN FRONT UC 6. on Front UC as below 6. Scroll down until you stuck, then choose "Manage Cards" 7. off it all as below COMPLETE

SCSS Animate Hover Scale Letters

Demo HTML Full Page <!DOCTYPE html><html><head> <link href="https://fonts.googleapis.com/css?family=Passion+One" rel="stylesheet" /> <style>html, body { height: 100%; } body { background: #e74c3c; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-family: 'Passion One', cursive; } .scale { font-size: 10vw; text-transform: uppercase; letter-spacing: 4px; color: #fff; cursor: pointer; } .scale span { display: inline-block; -webkit-transition: -webkit-transform 0.1s; transition: -webkit-transform 0.1s; transition: transform 0.1s; transition: transform 0.1s, -webkit-transform 0.1s; } .scale span:hover { -webkit-animation: rotate-scale-up 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) both; anim

LESS CSS Animasi Ajaib (Magic Sphere)

Image
Demo Full Page Code <!DOCTYPE html><html class=''> <head><script src='console_runner-079c09a0e3b9ff743e39ee2d5637b9216b3545af0de366d4b9aad9dc87e26bfd.js'></script><script src='events_runner-73716630c22bbc8cff4bd0f07b135f00a0bdc5d14629260c3ec49e5606f98fdd.js'></script><script src='css_live_reload_init-2c0dc5167d60a5af3ee189d570b1835129687ea2a61bee3513dee3a50c115a77.js'></script><meta charset='UTF-8'><meta name="robots" content="nofollow"><link rel="shortcut icon" type="image/x-icon" href="//production-assets.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico" /><link rel="mask-icon" type="" href="//production-assets.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111&q

Making this energized header with CSS3 properties

Image
Patterns come and patterns go. The ones that stick around the longest do as such since they take care of a specific issue. A pattern that is well known right presently for that very reason, is sticky components; components that act typically until we parchment, and after that keep up their nearness on the page by one means or another. The pattern begun with sidebars, yet where it's truly developed in notoriety is headers. Why? Since headers have a tendency to contain route, and steady route is prevalent with clients. In this instructional exercise we'll make a header that adheres to the highest point of the viewport, however so it doesn't meddle with the substance, will limit it when the client looks down the page. This is what it will look like when we're set: In the event that you'd get a kick out of the chance to take after alongside the code, you can  download it here. The HTML The HTML for our illustration is truly straightforward, all we need is a

Hiding javascript to increase blogger blog speed

Image
Me often find comments on blogs Mascots inquiring about blogger widgets that can not be performed, such as the blog's stat widgets and more. Well that's because Maskolis add a code that hides JavaScript Widget widget Blogger so that all bloggers are using JavaScript automatically become unworkable. It turned out that this is done in order to speed up the loading of the blog. With the existence of this code, the browser can not recognize native JavaScript code Blogger.As we have seen, that the amount of JavaScript code in the blog, the more burdensome loading the blog. Perhaps some of you ask what the hell that Blogger Widget Javascript? If you look at the page source of your blog as CTRL + U, then you will see at the bottom of the HTML template you like the code below. <

Pug Preporcessor + SCSS border animation without svg

PURE CSS Using PUG Preprocessor + SCSS to create border animation without SVG HTML Code Normal HTML (Compiled | Before converted to PUG) <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/6.0.0/normalize.css"/> <div class="bb"></div> PUG CODE (After Converted from NORMAL HTML) script(src='https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js') link(rel='stylesheet', href ='https://cdnjs.cloudflare.com/ajax/libs/normalize/6.0.0/normalize.css') .bb CSS Code: NORMAL CSS (Before converted to SCSS): .bb, .bb::before, .bb::after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .bb { width: 200px; height: 200px; margin: auto; background: url("https://blog.codepen.io/wp-content/uploads/2012/06/Button-White-Large.png&q