Search
Crypto and Real Estate Were Built for One Another
9.10.2019
Whether buying, selling or tokenizing real estate, the property market and blockchain are deeply intertwined. As the purchase of property has become possible with bitcoin, so has the wider potential of blockchain technology to transform the industry. The convergence of real estate...
Security Token Firm Taps German Developer’s $7 Billion Property Pipeline
9.10.2019
Fundament landed German real estate giant Bauwens as a strategic investor with its $7 billion of projects to boost its asset-tokenization business
Clipping, Clipping, and More Clipping!
8.10.2019
There are so many things you can do with clipping paths. I've been exploring them for quite some time and have come up with different techniques and use cases for them — and I want to share my findings with you! I hope this will spark new ideas for fun things you can do with the CSS clip-path...
Why Progressive Web Apps Are The Future of Mobile Web
4.10.2019
Here’s one of the best essays I’ve ever read about why progressive web apps are important, how they work, and what impact they have on a business:
PWAs are powerful, effective, fast and app-like.
It’s hard to imagine a mobile web property that could not be significantly improved via...
Blockchain Startup Tracks Property Liens in Energy-Efficient Loan Market
1.10.2019
Spring Labs to create a property lien registry to track liens in energy-efficient loan market
Property Blockchain Projects Announced in Northeast Asia, One Sony-Related
26.9.2019
A flurry of announcements related to property and blockchain in Korea and Japan were made in September
Korean Conglomerate CJ Develops Blockchain for Music Copyright
20.9.2019
CJ, one of South Korea's largest conglomerates, is developing a blockchain-based music copyright management system
Residents of Two Canadian Municipalities can Now Pay Property Taxes Through Cryptocurrency
19.9.2019
Cryptocurrency has made a foray into public life in Canada, with its use and adoption to provide certain services to the residents of two municipalities there. The residents of Richmond Hill, Ontario will be provided with an alternate mode to pay property tax. Individuals and businesses will now...
Overflow And Data Loss In CSS
17.9.2019
"Data Loss" is a funny term. My brain thinks of like packet loss on the way from the server to your browser, resulting in missing content in files. Perhaps it is that on some level, but in CSS parlance, it has to do with the overflow property. Too much content for sized container + hidden overflow...
AssetBlock Launches Tokenized Property Trading on Algorand Blockchain
17.9.2019
Real estate startup AssetBlock has launched a new platform for trading commercial properties linked to tokens on the Algorand blockchain
Vanbex Sells Intellectual Property Amid Criminal Probe Into $22 Million ICO
5.9.2019
Vanbex, a Canadian blockchain firm mired in a criminal investigation, has sold its intellectual property to crypto brokerage Hyperion
Using a PostCSS function to automate your responsive workflow
5.9.2019
A little while back, you might have bumped into this CSS-Tricks article where I described how a mixin can be used to automate responsive font sizes using RFS. In its latest version, v9, RFS is capable of rescaling any value for value for any CSS property with px or rem units, like margin, padding...
Multiline truncated text with “show more” button
4.9.2019
Now that we've got cross-browser support for the line-clamp property, I expect we'll see a lot more of that around the web. And as we start to see it more in use, it’s worth the reminder that: Truncation is not a content strategy.
We should at least offer a way to read that that truncated content...
HTC Leads $3 Million Round for Digital Property Rights Startup Bitmark
3.9.2019
Bitmark's Series A round also involved e-commerce powerhouse Alibaba
HTC, Alibaba Join $3M Investment in Blockchain Property Rights Startup
3.9.2019
HTC and Alibaba join $3 million funding round in Taiwanese blockchain digital property rights startup Bitmark
Craig Wright to Challenge Judge’s Ruling in the Billion-Dollar Lawsuit
3.9.2019
Craig Wright is looking to challenge Judge Reinhart’s decision and has asked the court for an extension of time in order to dispute the August 27 ruling. Wright was recently instructed to distribute 50% of his BTC holdings allegedly mined before 2014 and intellectual property (IP) to...
Need to scroll to the top of the page?
2.9.2019
Perhaps the easiest way to offer that to the user is a link that targets an ID on the <html> element. So like...
<html id="top">
<body>
<!-- the entire document -->
<a href="#top">Jump to top of page</a>
...
Creating a Maintainable Icon System with Sass
28.8.2019
One of my favorite ways of adding icons to a site is by including them as data URL background images to pseudo-elements (e.g. ::after) in my CSS. This technique offers several advantages:
They don't require any additional HTTP requests other than the CSS file.
Using the background-size property...
Can you rotate the cursor in CSS?
28.8.2019
Kinda! There is no simple or standard way to do it, but it's possible. You can change the cursor to different built-in native versions with CSS with the cursor property, but that doesn't help much here. You can also use that property to set a static image as the cursor. But again that doesn't help...
Court Instructs Craig Wright to Distribute Billions to Plaintiffs
27.8.2019
On August 26, the self-proclaimed Bitcoin inventor, Craig Wright, was ordered by Southern District Court of Florida to distribute half of his BTC holdings and intellectual property assets from prior to 2014. According to the Kleiman estate attorney Vel Freedman, the family has waited a long time...