Search
Stellar Lumens (XLM) Price Analysis: Stellar’s Wevest Association Will Help The Coin To Reach The Target $1
16.5.2019
Stellar (XLM) has associated with Wevest Digital AG for Security Token services. The medium-term bullish outlook places the coin at 1 USD mark. Stellar (XLM) has been partnered with Wevest Digital AG – a Berlin-based fintech company. Wevest Digital offers banking services for small and medium...
Ethereum (ETH) Price Analysis: Ethereum’s Medium-Term Target Rests At 195 USD; A New Token Is On The Way
11.5.2019
William Shatner declared of issuing new Ethereum token dealing with Physical items. The medium-term outlook should be at 195 USD mark. Cryptonians! My friends @VitalikButerin & @ElonMusk were trying to decide what to build on @Ethereum. I’ve been waiting & waiting ???? I finally decided...
Monero (XMR) Price Analysis: Monero Has Tied-up With Trezor Hardware Wallet; Target At $120
10.5.2019
Monero has associated with the gaming community, Trippki, and Trezor wallet. The 2020 prediction goes with $120 target. Monero (XMR) coin is predominantly used because of its security, privacy, and anonymity related features. This coin is completely untraceable, and it is being used similar to fiat...
A CSS Golfing Exercise
6.5.2019
Code golfing is a type of programming where the goal is to accomplish a task using as few bytes as possible. CSSBattle is a code golfing battleground where players complete to recreate target images using CSS and HTML.
The rules are fairly simple:
No external resources (sorry, no <img...
Blurred Borders in CSS
20.3.2019
Say we want to target an element and just visually blur the border of it. There is no simple, single built-in web platform feature we can reach for. But we can get it done with a little CSS trickery.
Here's what we're after:
The desired result.
Let's see how we can code this effect, how we...
Well, Typetura seems fun
1.2.2019
I came across this update from Scott Kellum's and Sal Hernandez's project Typetura via my Medium feed this morning, and what a delight?!
(Also, wow, I really have been out of the game for a minute.)
Typetura.js is a fluid design solution, for any property, based on any input. It’s not for just...
Table design patterns on the web
28.1.2019
Chen Hui Jing has tackled a ton of design patterns for tables that might come in handy when creating tables that are easy to read and responsive for the web:
There are a myriad of table design patterns out there, and which approach you pick depends heavily on the type of data you have and...
WDRL — Edition 251: Clear Site Data, Edge will use Chromium, Register you SPA as Share Target, And Fix Things Later
7.12.2018
Hey,
The web gets more complicated every week. With each new feature added to browsers, being explored by security reasearchers and other things, it gets harder for developers to grasp all that. Don’t get me wrong — it’s not that I dislike all the new features, I really like many of them. But...
Real-time Geolocation & Reverse IP Lookup with ipapi (Sponsored)
22.10.2018
There’s an incredible amount you can do when you know where your web visitor is located. You can target advertising to the user, you can load maps of nearby search queries, you can localize website verbiage, you can customize content for their region, etc. I guess what I’m trying...
Ship Map
14.5.2018
Interactive maps can both be functional and, when combined with data, tell a good story. Kiln released this data-driven map (make sure to hit the play button) to show the routes of every cargo ship moving about on the high seas in 2012.
Created by London-based data visualisation studio Kiln...
Practical Jokes in the Browser
28.4.2018
I know April Fool’s Day is at the beginning of this month, but hey, now you’ve got a year to prepare. Not to mention a gool ol’ practical joke can be done anytime.
Fair warning on this stuff… you gotta be tasteful. Putting someone’s stapler in the jello is pretty hilarious unless it’s somehow...
Native-Like Animations for Page Transitions on the Web
23.4.2018
Some of the most inspiring examples I’ve seen of front-end development have involved some sort of page transitions that look slick like they do in mobile apps. However, even though the imagination for these types of interactions seem to abound, their presence on actual sites that I visit do not....