Search

Nalezeno "Position": 547

Weiss Upgraded Bitcoin Rating From “B-” To “B”


Adding another feather to its already well-adorned hat, Bitcoin has been successful in achieving an upgraded “B” rating in the latest evaluation by Weiss Ratings agency. So that you know, Weiss is one of the most credible names when it comes to evaluation of cryptocurrencies and giving them...

A11Y with Lindsey


Lindsey Kopacz has a wonderful blog about accessibility. I've seen a number of her articles making the rounds lately and I was like, dang I better make sure I'm subscribed. For example: An Introduction to ARIA States 3 Simple Tips to Improve Keyboard Accessibility Create custom keyboard accessible...

How to Use Bitcoin to Invest in Gold


Gold and bitcoin enjoy a curious relationship. On the one hand, there is a significant crossover between investors in both, particularly from libertarians who don’t trust the U.S. dollar. But on the other hand, initiatives such as #DropGold have sought to position bitcoin as a more portable...

Ethereum vs Ripple: How ETH and XRP Have Justified their Position?


Over the last one month, Ethereum has shown a significant price shift with an increase. But in the previous 3 days, ETH price has been dropping frequently, with a bearish trend in it. The similar price rise has also been noted in XRP over last one month. Around 30 days ago, Ripple was trading...

Google Tries to Claw Back Its Position in Shopping Space with Major Revamp


Over the course of the past decades, Alphabet’s search engine Google has pretty much taken over the online search space and has held on to the position as the preeminent search engine for many years. Google is the website to go to for almost all categories of searches, and there are very...

Interviewing for a Technical Position Doesn’t Have to Be Scary


Jacob Schatz (@jakecodes) is a staff engineer over at GitLab and was kind enough to share how he conducts job interviews for technical positions and his thinking process for them. Technical interviews are talked about often and can be a touchy subject for some, so it’s worth noting that this...

Fixed Headers, On-Page Links, and Overlapping Content, Oh My!


Let's take a basic on-page link: <a href="#section-two">Section Two</a> When clicked, the browser will scroll itself to the element with that ID: <section id="section-two"></section>. A browser feature as old as browsers themselves, just about. But as soon as...

Scroll-Linked Animations


You scroll down to a certain point, now you want to style things in a certain way. A header becomes fixed. An animation triggers. A table of contents appears. To do anything based on scroll position, JavaScript is required right now. You watch the scroll position via a DOM event and alter...

JavaScript Glossary: String lastIndexOf()


Basics The lastIndexOf() method returns the last position within a String object which an element can be found. The search starts from the last position of the String object.

Styling Based on Scroll Position


Rik Schennink documents a system for being able to write CSS selectors that style a page when it has scrolled to a certain point. If you're like me, you're already on the lookout for document.addEventListener('scroll' ... and being terrified about performance. Rik gets to that right away by both...

Dealing with overflow and position: sticky;


Any overflow value other than visible and no height is the enemy of child elements with position: sticky;. It's like that element is ready to stick when the parent scrolls, but it never does because the height is unconstrained. Adding a fixed height can solve the issue, but that's not always...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace