Search
BlockchainArmy and Aydin University sign MOU to Develop Blockchain Center and Academy
11.6.2019
Blockchain Market Leader Blockchainarmy has signed a Memorandum of Understanding (MOU) with Istanbul Aydin University for Blockchain center and academy. Blockchainarmy partnered with Istanbul Aydin University to create and develop a Blockchain center and academy for a bright future. Blockchainarmy...
Crypto Advocacy Center Says Proposed UK AML Regulations Violate Privacy Rights
10.6.2019
Nonprofit crypto policy center Coin Center has urged Her Majesty’s Treasury not to over-broaden the scope of U.K.’s anti-money laundering/counter terrorism financing regulations
Russia Is Considering To Create A Financial Center For Crypto Trading On Chinese Border
10.6.2019
Russia is one of the most important crypto markets in the world and has been quite a favorable country. And as per recent reports, the country will set up a financial center for cryptocurrency trading. According to Leonid Petukhov, the head of the agency of the Far East for Investments and Exports...
IBM and World’s Leading Nickel Smelter Form Blockchain Education Center
6.6.2019
Moscow-based global leading palladium producer Nornickel signed a partnership with IBM to launch an educational center in blockchain and IoT
Movin’ Modals Along a Path
4.6.2019
Modals always be just appearin'. You might see one once in a while that slides in from one of the edges, or uses some kind of scale/opacity thing to appear from "above" or "below." But we can get weirder than that. Why not have them come in on an offset-path?
Just a swoopy arc is kinda fun.
...
Prevent Page Scrolling When a Modal is Open
3.6.2019
Please stop me if you've heard this one before. You open a modal, scroll through it, close it, and wind up somewhere else on the page than you were when you opened the modal.
That's because modals are elements on a page just like any other. It may stay in place (assuming that's what it's meant...
China Releases New Crypto Rankings
27.5.2019
China’s Center for Information and Industry Development has released its latest rankings of 35 crypto projects that were evaluated over the past two months. While several top positions remain unchanged, Bitcoin has climbed up the overall ranking. Also read: Indian Supreme Court Postpones...
The “Inside” Problem
20.5.2019
So, you're working on a design. You need a full-width container element because the design has a background-color that goes from edge-to-edge horizontally. But the content inside doesn’t necessarily need to be edge-to-edge. You want to:
Limit the width (for large screens)
Pad the edges
Center...
Change Color of SVG on Hover
13.5.2019
There are a lot of different ways to use SVG. Depending on which way, the tactic for recoloring that SVG in different states or conditions — :hover, :active, :focus, class name change, etc. — is different.
Let's look at the ways.
Inline SVG
Inline SVG is my favorite way to use...
Russian Prosecutors Fail to Block Crypto Website
13.5.2019
A court case in Russia has signaled a change in the attitude authorities have towards the cryptocurrency space, at least on first glance. An online portal helping traders find the best exchange options for their digital assets will be allowed to restore normal operations. That’s after...
Getting To Know The MutationObserver API
8.5.2019
MutationObserver watches the DOM, specifically the places you tell it to, like:
document.querySelector('#watch-this');
...and it can tell you (trigger a callback) when stuff happens — like when a child is added, removed, changed, or a number of other things.
I used it just the other day...
[aktualita] Unicorn dál roste do regionů a otevírá vývoj v České Třebové, má už 23 center
7.5.2019
Česká softwarová společnost Unicorn pokračuje v zakládání vývojových center v regionech. V loňském roce je otevřela v Liberci, Písku, Pardubicích a Ostravě a nyní jedno takové rozjíždí v České Třebové. Unicorn má další vývoje v Hradci Králové, Chrudimi, Liberci, Mladé Boleslavi a Plzni. Další jsou...
Simulating Mouse Movement
15.4.2019
If you've ever had to display an interactive animation during a live talk or a class, then you may know that it's not always easy to interact with your slides and while talking.
This happened to me when I needed to show this particles demo to my students. I didn't want to have to stay next to...
Creating a Custom Element from Scratch
20.3.2019
In the last article, we got our hands dirty with Web Components by creating an HTML template that is in the document but not rendered until we need it.
Next up, we’re going to continue our quest to create a custom element version of the dialog component below which currently only uses...
Control Icons with Font Size
27.2.2019
Here’s a nifty trick from Andy Bell that now seems a little obvious in hindsight: if you set an SVG to have a width and height of 1em then you can change the size of it with the font-size property.
Try and change the font-size on the body element below to see the icon scale with the text:
...
Colorful Typographic Experiments
21.2.2019
There have been some interesting, boundary-pushing typography-related experiments lately. I was trying to think of a joke like "somethings in the descenders" but I just can't find something that will stand on its own leg without being easy to counter.
Codrin Pavel created a fascinating multi-color...
Quick! What’s the Difference Between Flexbox and Grid?
12.2.2019
Let's go rapid fire and try to answer this question with quick points rather than long explanations. There are a lot of similarities between flexbox and grid, starting with the fact that they are used for layout and much more powerful than any layout technique that came before them. They...
Slide an Image to Reveal Text with CSS Animations
29.1.2019
I want to take a closer look at the CSS animation property and walk through an effect that I used on my own portfolio website: making text appear from behind a moving object. Here’s an isolated example if you’d like to see the final product.
Here’s what we're going to work with:
See the...
Microsoft odstavuje Windows Media Center. A na kahánku má i Windows Media Player
28.1.2019
Windows Media Center je prostředí, kterým chtěl Microsoft dostat operační systém do obýváků. Nadstavba pro Windows umožňovala pohodlné ovládání dálkovým ovladačem a přístup k multimediálnímu obsahu v počítači. Prostředí už není od nástupu Windows 10 dále vyvíjeno, nyní mu končí podpora online
Centering: The Newest Coolest Way vs. The Oldest Coolest Way
20.6.2018
This isn't a comprehensive guide to centering things. We have that!
This is just a little observation about old and new. One of the trickier things related to centering in CSS is when you need to center both vertically and horizontally and you don't know the width or height of what you...