Search
WooCommerce 4.0 & WooCommerce Payments Beta
17.3.2020
Y'all know WooCommerce: it's a plugin for WordPress that adds robust eCommerce functionality to your site. Notably, like WordPress itself, it's open-source and free. You only pay for things if you need things like special plugins that extend functionality.
This is a huge month for WooCommerce!...
Blockchain And Dating Apps: Are They Compatible?
14.2.2020
Online dating has evolved rapidly over the past few years with the next generation preferring to meet online through dating sites. But most of the dating sites are too good to be real, with almost no one using their real photos, which raises the trust factor issues. It is good if you just want...
Building an Images Gallery using PixiJS and WebGL
12.2.2020
Sometimes, we have to go a little further than HTML, CSS and JavaScript to create the UI we need, and instead use other resources, like SVG, WebGL, canvas and others.
For example, the most amazing effects can be created with WebGL, because...
Snowpack
14.1.2020
Snowpack. Love that name. This is the new thing from the Pika people, who are on to something. It's a bundler alternative, in a sense. It runs over packages you pull from npm to make sure that they are ES module-compatible (native imports).
This is how I digest it. When you write a line of code...
Is Web Design Easier or Harder Than it was 10 Years Ago?
20.12.2019
Is it harder or easier to build a website now than 10 years ago? Has the bar gone up or down? I don't have any data for you, but I can shell out some loosey-goosey opinions.
HTML
HTML5 was the only big HTML change in the last decade, and it wasn't particularly dramatic. It's cool it's the looser...
Evercoin Launches Bitcoin and Cryptocurrency Hardware Wallet
12.11.2019
At New York Consensus Invest Summit, Evercoin Inc. today announced Evercoin 2, the “safest hardware wallet”. Evercoin 2 provides a wallet and exchange for bitcoin and other cryptocurrencies featuring a hardware wallet the size of a house key powered by YubiKey 5ci, the first implementation of...
Samsung Integrates Tron and Mobile-Compatible DApp Building Tools
29.10.2019
Tron transaction support now included in Samsung’s updated decentralized app store and SDK blockchain platform
Ethereum-Compatible SKALE Network Raises $17.1M for Mainnet Launch
1.10.2019
The SKALE Network, decentralized Ethereum-compatible network, raises $17.1 million for mainnet launch
Simplicity
12.9.2019
Earlier this week, Bastian Allgeier published some interesting thoughts about complexity in web development and how changing simple things can often feel far more difficult than they need to be:
You want to build a JS file? Please update Webpack first. Oh, that new version of Webpack is no longer...
Report: Telegram’s TON Blockchain to Be Compatible with Ethereum DApps
1.9.2019
Telegram Open Network’s blockchain will allow developers to port their Ethereum smart contracts
Telegram’s Blockchain Will Be Compatible With Ethereum: Source
30.8.2019
Telegram's new blockchain project will be able to support dapps built for ethereum, says TON Labs CEO Alexander Filatov
Dash Wallet For iPhone Is Also Compatible With Apple Watch, Shows Live Prices And Receive Money
16.6.2019
While the world is moving towards crypto adoption, digital wallets have become more and more popular in the past few months. However, wallets catering to Android and Windows are far more in number than those available for the iOS ecosystem. Dash Wallet, for instance, is the only digital wallet...
Meet the Developer Who Added Schnorr Signatures to Bcash
14.6.2019
This week news.Bitcoin.com spoke with Jonathan Gonzalez, the blockchain developer who is currently maintaining the Bcash project, a Bitcoin Cash full node written in node.js. Gonzalez explained how he got into Bitcoin Cash development and how he managed to get the Bcash node fully compatible with...
Nvidia otestovala přes 500 monitorů s FreeSync, 94% z nich neprošlo certifikací G-Sync Compatible
8.6.2019
Nvidia tento týden oznámila, že její testování monitorů s podporou FreeSync je téměř u konce a bohužel pouze 28 monitorů z celkových 536 získalo certifikaci G-Sync Compatible. Z toho vyplývá, že pouhých 6 % testovaných monitorů vyhovělo požadavkům, jaké Nvidia klade na získání této
Smartphone Giant Samsung Confirms That It Will Make More Blockchain Compatible Phones
14.5.2019
There was a time when Samsung used to be the biggest smartphone brand in the world, with a stranglehold over some of the most important smartphone markets. However, that is no longer the case, and the company’s smartphone sales have tanked dramatically over the past few years. For instance, at...
Nvidia dala certifikaci G-Sync Compatible dalším monitorům, už je jich 58
22.4.2019
Když Nvidia zpřístupnila na svých grafických kartách AdaptiveSync (u AMD zvané FreeSync), byla to velká událost. Ovšem kompatibilních monitorů s certifikací G-Sync Compatible bylo z počátku velmi málo, a to pouhých 12 modelů. Po poslední aktualizaci seznamu je oficiálně kompatibilních modelů
Tři nové monitory Asus získaly certifikaci G-Sync Compatible. Mají bleskurychlou odezvu
10.4.2019
Asus minulý týden oznámil, že jeho tři nové monitory s podporou Free Sync, pyšnící se ultra rychlou 0,5ms odezvou nyní získávají také certifikaci G-sync Compatible od Nvidie.
Stávají se tak 100% kompatibilní s grafikami GeForce generace Pascal a Turing. Jedná se modely: VG248QG, VG258QR a VG278QR.
IE10-Compatible Grid Auto-Placement with Flexbox
18.2.2019
If you work on web applications that support older browsers, and have lusted after CSS Grid from the sidelines like I have, I have some good news: I've discovered a clever CSS-only way to use grid auto-placement in IE10+!
Now, it's not actually CSS Grid, but without looking at the code itself,...
Google Labs Web Components
10.12.2018
I think it's kinda cool to see Google dropping repos of interesting web components. It demonstrates the possibilities of cool new web features and allows them to ship them in a way that's compatible with entirely web standards.
Here's one: <two-up>
I wanted to give it a try, so I linked...