Search
Sharia Compliance in Bitcoin – What It’s All About, and Why Exchanges Like Beldex Seek Muslim Traders
29.2.2020
Money is a critical part of everyone’s life, and for the religious it is even viewed as a matter of eternal consequence. While those on the outside may be unaware of the importance finance takes on in circles of faith, these beliefs nonetheless affect and impact the businesses and economies...
Where to Learn WordPress Theme Development
28.2.2020
Over a decade ago, I did a little three-part video series on Designing for WordPress. Then I did other series with the same spirit, like videocasting the whole v10 redesign, a friend's website, and even writing a book. Those are getting a little long in the tooth though. You might still learn from...
Cut the Consensus: You Can’t Run a Business Like a Blockchain
27.2.2020
What works for the technical realm of blockchains does not automatically translate to the running of businesses or social organizations
Raising $100K for Cashfusion’s Security Audit, Bitcoin.com Matches Donations to Improve BCH Privacy
26.2.2020
Bitcoin.com is a proponent of privacy and we have been monitoring Bitcoin Cash projects like Cashshuffle and Cashfusion closely. Last March, Cashshuffle was officially released after a security audit from Kudelski Security, and since then millions of dollars worth of BCH have been shuffled. Our...
In-Browser Performance Linting With Feature Policies
26.2.2020
Here’s a neat idea from Tim Kadlec. He uses the Modheader extension to toggle custom headers in his browser. It also lets him see when images are too big and need to be optimized in some way. This is a great way to catch issues like this in a local environment because browsers will throw an error...
Next Step Mobile Surveillance: How You Walk, Your Heartbeat – Why Bitcoin Matters to Combat Government Privacy Invasion
26.2.2020
It may sound like something from a dystopian cyberpunk movie, but payment providers could soon be validating transactions by the way users walk, their heartbeat, veins, and more. Mastercard has recently revealed they “have been testing heartbeat, vein technology, and the way people walk...
Decentraland: Experience the Virtual Reality Like Never Before
25.2.2020
The concept of virtual reality is fast catching up with masses. It started its journey from the gaming world and now slowly spreading its wings to a host of allied segments. Now taking this idea of virtual reality to an all-new level, Decentraland provides you an opportunity to perform a lot...
Decentraland: Experience the Virtual Reality Like Never Before
25.2.2020
The concept of virtual reality is fast catching up with masses. It started its journey from the gaming world and now slowly spreading its wings to a host of allied segments. Now taking this idea of virtual reality to an all-new level, Decentraland provides you an opportunity to perform a lot...
Gutenberging
24.2.2020
It's been over a year since the big WordPress launch of Gutenberg, the new editor. It seems to me most of the controversy around it has died down. There has been enough time that the UX and accessibility of it have improved, and people are seeing the potential a lot more clearly. There ain't...
wpaudit.site
24.2.2020
A big checklist of things you could/should be doing to make your website the best it can be. 80% of which is a good idea for any website, not just a WordPress website.
I'm linking to it because I like how plain language it is, and because it's a good example of how giving something away helps more...
wpaudit.site
24.2.2020
A big checklist of things you could/should be doing to make your website the best it can be. 80% of which is a good idea for any website, not just a WordPress website.
I'm linking to it because I like how plain language it is, and because it's a good example of how giving something away helps more...
How to Anonymously Buy Bitcoin Online and in Person
24.2.2020
Buying bitcoin is a bit like buying contraception: it’s a basic human right, you should be entitled to do so privately, and it’s nobody’s business what you plan to do with it. Whether you’re buying bitcoin to set aside for a rainy day or to expend immediately in a fit...
Cryptocurrency Explained on the Latest Episode of The Simpsons
23.2.2020
Could this be a sign that the mainstream media is warming up to bitcoin again like they did before the 2017 rally? The Simpsons featured an almost two-minute segment explaining how cryptocurrency and blockchain work with the actor who played Sheldon Cooper on The Big Bang Theory. Also Read: 12.6M...
Fixed Headers and Jump Links? The Solution is scroll-margin-top
21.2.2020
The problem: you click a jump link like <a href="#header-3">Jump</a> which links to something like <h3 id="header-3">Header</h3>. That's totally fine, until you have a position: fixed; header at the top of the page obscuring the header you're trying to link to!
Fixed...
A Guide to Console Commands
21.2.2020
The developer’s debugging console has been available in one form or another in web browsers for many years. Starting out as a means for errors to be reported to the developer, its capabilities have increased in many ways; such as automatically logging information like network requests, network...
iOS 13 Design Guidelines, Templates, and Downloads
21.2.2020
Erik Kennedy wrote up a bunch of design advice for designing for the iPhone. Like Apple's Human Interface Guidelines, only illustrated and readable, says Erik.
This is mostly for native iOS apps kinda stuff, but it makes me wonder how much of this is expected when doing a mobile Progressive...
Animate SVG Path Changes in CSS
20.2.2020
Every once in a while I'm motivated to attempt to draw some shapes with <path>, the all-powerful drawing syntax of SVG. I only understand a fragment of what it all can do, but I know enough to be dangerous. All the straight-line syntax commands (like L) are pretty straightforward and I find...
Add Background Colors to SVGs Using the “rect” Element
20.2.2020
The advantages of using SVGs in web development are well known. SVGs are small in size, can be made quite accessible, are scalable while maintaining their quality, and can be animated. Still, there is a learning curve. Things, like the syntax of SVG, can be a little tricky and having to hand-alter...
Seen by Indeed
20.2.2020
(This is a sponsored post.)
Are you looking for a tech job where you clock in, or for a career where you’ll be seen?
Seen by Indeed is a matching service for software engineers, product managers and other tech pros that sorts through thousands of companies -- like Twilio, Overstock, VRBO,...
Footnote Characters
20.2.2020
They are special superset numbers that are sometimes perfect for footnotes. Here they are:
¹ ² ³ ⁴ ⁵ ⁶ ⁷ ⁸ ⁹
I generally prefer to superscript the number myself, like:
<pThis next word<sup1</suphas a footnote.</p
You'd probably add an anchor link around that as well to link to an...