Search
Bitcoin.com Releases SLP Indexer Server for High Performance Token Services
21.1.2020
Bitcoin.com is releasing the open source SLP Indexer Server for validating Simple Ledger Protocol tokens as part of its commitment to the development of the token ecosystem. The tool is designed to make SLP token transactions perform as fast as BCH and empower developers to create even greater...
IP Geolocation and Threat Intelligence API: ipdata (Sponsored)
20.1.2020
An IP address is a simple, numeric piece of information that gets passed to a server, but that IP address can provide a wealth of information with ipdata. With ipdata you can learn user location, language, currency, and much more! Quick Hits ipdata is an IP Geolocation and Threat Intelligence API....
BTCPay Server Now Processing Blockstream’s Liquid Assets
15.1.2020
BTCPay server now accepts assets issued on Blocksteam's sidechain, Liquid
[aktualita] SledováníTV zařadí do nabídky nejznámější server s obsahem pro dospělé
14.1.2020
Předplatitelé služby SledováníTV.cz, kteří využívají některý z balíčků Basic, Max, Maxi, Standard, Prémium nebo Relaxxx, uvidí od 15. ledna 2020 nový program. Provozovatel služby se dohodl na zařazení kanálu Pornhub, přidružené aktivity stejnojmenného serveru s obsahem pro dospělé. „Kanál bude...
Filtering Lists Dynamically With Vue on the Server Side is Easier Than You’d Think
4.12.2019
I recently attended the ARTIFACT conference in Austin, TX, and was inspired by a few talks about accessibility through the lens of site performance. It became clear to me that there is this tendency to rely on big JavaScript frameworks to handle the work — like React, Vue, and Angular — but that...
JAMstack CMSs Have Finally Grown Up!
15.11.2019
This article is based on Brian's presentation at Connect.Tech 2019. Slides with speaker notes from that presentation are available to download.
In my experience, developers generally find the benefits of the JAMstack easy to comprehend. Sites are faster because the resources are static and served...
Build a 100% Serverless REST API with Firebase Functions & FaunaDB
31.10.2019
Indie and enterprise web developers alike are pushing toward a serverless architecture for modern applications. Serverless architectures typically scale well, avoid the need for server provisioning and most importantly are easy and cheap to set up! And that’s why I believe the next evolution...
Nepoužívám žádnou VPN pro bezpečnost nebo anonymitu
25.10.2019
NordVPN, poskytovatel VPN služeb, byl někdy v roce 2018 hacknut. V oficiální reakci stojí, že se jednalo jen o jeden server a že to bylo kvůli nezabezpečenému systému pro vzdálenou správu, který na stroji ponechal správce datacentra
[aktualita] Server iDnes.cz zveřejnil cenu předplatného, za první měsíc vydal 600 placených článků
21.10.2019
Přístup do placené sekce zpravodajského serveru iDNES.cz bude od začátku prosince stát 39 Kč měsíčně. Cenu předplatného zveřejnilo vydavatelství Mafra. Sekci iDNES Premium si podle firmy za první měsíc zkušebního provozu vyzkoušelo 150 tisíc lidí. Až do konce listopadu ale uživatelé mohou...
Filtering Data Client-Side: Comparing CSS, jQuery, and React
24.9.2019
Say you have a list of 100 names:
<ul>
<li>Randy Hilpert</li>
<li>Peggie Jacobi</li>
<li>Ethelyn Nolan Sr.</li>
<!-- and then some -->
</ul>
...or file names, or phone numbers, or whatever. And you want to filter them...
HaasOnline – Create Crypto Algorithms Without Coding
23.9.2019
HaasOnline Software, the creators of advanced crypto trading products, has announced the release of a Visual Editor, which leverages their overhauled scripting language, HaasScript. Users can choose between the newly released drag-and-drop visual editor or use the updated text-based editor while...
Microsoft posunul ukončení podpory pro Exchange Server 2010, podpora pro Windows 7 však 14. ledna skončí
18.9.2019
14. ledna příštího roku měla skončit nejen oficiální podpora operačního systému Windows 7, ale také MS Exchange Serveru 2010. Zatímco pro „sedmičky“ zůstává tento termín nadále v platnosti, v případě poštovního serveru se Microsoft rozhodl prodloužit dobu vydávání záplat o dalších devět měsíců –
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...
Square Crypto Grants BTCPay Foundation 100,000 Dollars to Support BTCPay Server
16.9.2019
Square Crypto has reported that it is giving the first of its several grants to help open-source projects in bitcoin to the BTCPay Foundation. Furthermore, the crypto-centered division of mobile payment organization, Square crypto is giving the BTCPay Foundation a grant of 100,000 dollars to help...
Weekly Platform News: Apple Deploys Web Components, Progressive HTML Rendering, Self-Hosting Critical Resources
13.9.2019
In this week's roundup, Apple gets into web components, how Instagram is insta-loading scripts, and some food for thought for self-hosting critical resources.
Apple deploys web components built using Stencil
The new Apple Music web app (beta) uses a JavaScript framework (Ember.js) but also...
Other Ways to SPAs
21.8.2019
That rhymed lolz.
I mentioned on a podcast the other day that I sorta think WordPress should ship with Turbolinks. It's a rather simple premise:
Build a server-rendered site.
Turbolinks intercepts clicks on same-origin links.
It uses AJAX for the HTML of the new page and replaces the current page...
Let’s Build a JAMstack E-Commerce Store with Netlify Functions
20.8.2019
A lot of people are confused about what JAMstack is. The acronym stands for JavaScript, APIs, and Markup, but truly, JAMstack doesn’t have to include all three. What defines JAMstack is that it’s served without web servers. If you consider the history of computing, this type of abstraction isn’t...
Let Mavo Shine in Building Interactive Web Applications
6.8.2019
As you could guess from the title, this tutorial is dedicated to Mavo: a new, approachable way to create complex, reactive, persistent web applications just by writing HTML and CSS, without a single line of JavaScript and no server backend.
🐇 Follow the white rabbit!
Mavo is developed...
PR: bitHolla Releases Open Exchange Kit HollaExShell
24.7.2019
bitHolla, the company that builds customized cryptocurrency trading software is announcing the launch of its new product HollaExShell, an open exchange software package, giving anyone the ability to launch a full fledged crypto exchange from a command-line interface. HollaEx packages provided...
Multi-Line Truncation with Pure CSS
17.7.2019
Truncating a single line of text if is fairly straightforward. Truncating multiple lines is a bit harder. Using just CSS (no JavaScript or server-side dancing) is nice for the simplicity. It's gotten a little easier lately since Firefox (since version 68) has started supporting the ultra-bizarre...