Search
Stellar (XLM) Price Analysis: Is The Bridge Currency Tag Beneficial For Stellar In The Long Run?
14.5.2019
IBM’s World Wire uses Stellar blockchain as the underlying technology Stellar prices to go up with the Bitcoin bull run and increasing XLM’s adoption among banks The unique model of the decentralized blockchain based platform, Stellar, has made cross border transactions hassle-free for worldwide...
EOS Price Analysis: Recent Projects & Investment Might Bring A Long Term Bullish Run For The Crypto
14.5.2019
Implementation of inter-blockchain communication would make the network more efficient and faster. EOS Vs. USD price is currently at 6.13 USD. Analysis: As per CoinMarketCap, in cryptocurrency ranking, EOS (EOS) is at 6th position. On May 14, at UTC 07:24, the total Market Capitalization of...
HBUS Survey: Almost 12% of US Cryptocurrency Holders Are Long-Term Investors
13.5.2019
The operator of U.S.-based cryptocurrency exchange Huobi released a survey claiming that almost 12% of crypto holders are long-term investors
Dogecoin (DOGE) Price Analysis: Strong Market Sentiments & Community Support Is The USP, Buy For A Good Long Term Return
10.5.2019
The current Dogecoin Vs. USD price is at $0.002500, with a return on investment of 347.49%. Charity named ‘Dogecoin Socks for The Homeless’ is doing great in keeping the crypto in the news. Dogecoin (DOGE) was launched as a cryptocurrency that can be given as incentives for sharing content...
Bitcoin Moves Above USD 6,000, For How Long? (UPDATED)
9.5.2019
After briefly spiking above the USD 6,000 level earlier in May, the most popular cryptocurrency, Bitcoin touched USD 6,100 on Thursday morning (UTC time). (Updated on 06:50 UTC: price information has been updated, a new comment (in bold) and other reactions have been added.)
At pixel time,...
WDRL — Edition 264: Establish Principles, Long Work, Simple Living
18.4.2019
Hey,
This week, right before the long Easter weekend here, I stumbled upon “The beauty of being satisfied enough”. In times of advertising everywhere, discount days like ‘Black Friday’, and everyone telling you “you need this” or “save here” we’re constantly tempted to buy things we don’t...
A Website is a Car and Not a Book
15.4.2019
I’ve been wondering for a good long while why it feels like web design and development isn’t respected as much as native app development= and why the front-end role in many organizations is seen as a nice-to-have rather than a vital part of the business. Why is it so hard to see that this gig...
Revisiting the Rendering Tier
5.4.2019
Have you ever created a well-intentioned, thoughtful design system only to watch it grow into an ever-increasing and scary codebase? I've been working in sort of the opposite direction, inheriting the scary codebase and trying to create a thoughtful system from it.
Here's Alex Sanders on the topic...
A Couple of New Wufoo Tips
4.4.2019
(This is a sponsored post.)
High fives to Wufoo, our long-time sponsor here on CSS-Tricks. It's powered the vast majority of forms I've built over the past decade. If you've never used it or heard of it: it's a form builder. It makes the arduous task of implementing forms trivially easy. Building...
Make it hard to screw up driven development
2.4.2019
Development is complicated. Our job is an ongoing battle between getting the job done and doing that job in a safe, long-lasting way.
Developers say things like, "I'm just going to do this quick and dirty first," because it's taken as fact that if you code anything quickly, it not only will...
React Starter: React Prerequisites and 4 ES6 Things to Know
2.4.2019
JavaScript has come a long way in the past decade, especially with the ES6 update.
JavaScript’s standardized name is ECMA Script and this version came in 2015. It was named ES2015 o
Accessibility is not a “React Problem”
11.3.2019
Leslie Cohn-Wein's main point:
While [lots of divs, inline styles, focus management problems] are valid concerns, it should be noted that nothing in React prevents us from building accessible web apps.
True. I'm quite capable (and sadly, guilty) of building inaccessible interfaces with React...
JavaScript Proxy
26.2.2019
I’ve always loved the flexibility of Objects and prototypes in JavaScript, but for a long time, I felt that a level of dynamism was lacking. JavaScript eventually added get and set methods for object properties, which was an awesome step, but there was still room for improvement....
The Magic of React-Based Multi-Step Forms
15.2.2019
One way to deal with long, complex forms is to break them up into multiple steps. You know, answer one set of questions, move on to another, then maybe another, and so on and so forth. We often refer to these as multi-step forms (for obvious reasons), but others also take to calling it a “wizard”...
Front and Rear Camera Access with JavaScript's getUserMedia()
13.2.2019
It seems like not so long ago every browser had the Flash plugin to get access to the devices media hardware to capture audio and video, with the help of these plugins, developers were able to get
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...
A Funny Thing Happened on the Way to the JavaScript
12.2.2019
Around this time last year, I wrote an article about the JavaScript learning landscape. Within that article, you’ll find my grand plans to learn JavaScript — complete with a link to a CodePen Collection I started for tracking my progress, and it even got dozens of comments cheering me on.
Like most...
The Ultimate Guide to JavaScript Algorithms: Anagrams
12.2.2019
Hooray! This article marks the last string manipulation challenge in this section of this course. We've come a long way!
More Like position: tricky;
4.2.2019
I rather like position: sticky;. It has practical use cases. I think of things like keeping a table of contents in a sidebar of a long article, but as a fairly simple implementation and without risk of overlapping things in awkward ways. But Elad Shechter is right here: it's not used that much...
How Well Do You Know CSS Layout?
15.1.2019
The difference between a CSS good experience and a long frustrating one is oftentimes a matter of a few small details. CSS is indeed nuanced. One of the most common areas where I see struggles is layout. Personally, I like to study patterns. I notice that I tend to use a small group of patterns...