Search
Ledger Library Exploit Alert: Users Warned Against Interacting With Dapp Front Ends Amid Wallet Drainer Risk
14.12.2023
According to several reports, there’s been an alleged Ledger Connectkit Library exploit and people are being warned not to interact with decentralized application (dapp) front ends. Reportedly, the library that maintained several dapps now contains a wallet drainer. Ledger Library Breach: Experts...
Aerodrome and Velodrome Suffer Front-End Security Breach
29.11.2023
Source: Pixabay Decentralized crypto exchanges Velodrome and Aerodrome have warned users about a front-end security breach on their websites. In X posts published on Wednesday, Velodrome and Aerodrome warned users against interacting with their websites until further notice. “Our frontend...
Aerodrome and Velodrome DeFi platforms experience front-end hacks
29.11.2023
The DeFi platforms Velodrome and Aerodrome took to social media to warn users that the front-ends for both platforms were under attack from malicious actors
Galxe replacing 110% of funds users lost in recent front-end hack, over $400K
10.10.2023
The platform was the victim of a phishing scam that routed users to a website that drained their wallets after they approved a transaction
DeFi Protocol Balancer Says Web Front End Is ‘Under Attack’
20.9.2023
On-chain data appears to show the attacker has stolen over $200,000 from users
2022 Roundup of Web Research
21.12.2022
We’ve started making a tradition of rounding up the latest front-end research at the end of each year. We did it in 2020 and again in 2021. Reports are released throughout the year by a bunch of different companies …
2022 Roundup of Web Research originally published on CSS-Tricks...
Animated Background Stripes That Transition on Hover
8.12.2022
How often to do you reach for the CSS background-size property? If you’re like me — and probably lots of other front-end folks — then it’s usually when you background-size: cover an image to fill the space of an entire …
Animated Background Stripes That Transition on Hover originally...
More Than “Slapping Paint on a Website”
29.11.2022
I’m a sucker for anything about front-end job titles.
Anselm Hannemann:
CSS evolved and we’re beyond the point where everyone can just do it as a side interest. We all can learn it and build amazing stuff with it,
…
More Than “Slapping Paint on a Website” originally...
Taming the Cascade With BEM and Modern CSS Selectors
21.11.2022
BEM. Like seemingly all techniques in the world of front-end development, writing CSS in a BEM format can be polarizing. But it is – at least in my Twitter bubble – one of the better-liked CSS methodologies.
Personally, I think …
Taming the Cascade With BEM and Modern CSS Selectors...
Creating a Settings UI for a Custom WordPress Block
17.11.2022
So far, we’ve covered how to work with data from an external API in a custom WordPress block. We walked through the process of fetching that data for use on the front end of a WordPress site, and how to …
Creating a Settings UI for a Custom WordPress Block originally published on CSS-Tricks...
Finding Front-End Development Scholarships
16.11.2022
I’m often asked where to learn web development. The answer varies, of course, and we’ve published a few posts on the topic over the years, the most recent of which was Chris taking a stab at different learning paths in …
Finding Front-End Development Scholarships originally...
The Difference Between Web Sockets, Web Workers, and Service Workers
3.11.2022
Web Sockets, Web Workers, Service Workers… these are terms you may have read or overheard. Maybe not all of them, but likely at least one of them. And even if you have a good handle on front-end development, there’s a …
The Difference Between Web Sockets, Web Workers, and Service Workers...
Is There Too Much CSS Now?
24.10.2022
As front-end developers, we’ve wished for a lot of things over the years — ways to center things in CSS, encapsulate styles, set an element’s aspect ratio, get finer-grained control over our colors, select an element based on its children’s …
Is There Too Much CSS Now? originally...
Rendering External API Data in WordPress Blocks on the Front End
11.10.2022
There’ve been some new tutorials popping here on CSS-Tricks for working with WordPress blocks. One of them is an introduction to WordPress block development and it’s a good place to learn what blocks are and to register them in WordPress …
Rendering External API Data in WordPress Blocks...
Flutter For Front-End Web Developers
5.9.2022
I started as a front-end web developer and then became a Flutter developer. I think there were some concepts that helped me adopt Flutter easier. There were also some new concepts that were different.
In this article, I want to …
Flutter For Front-End Web Developers originally published...
Two Polygon, Fantom Front-Ends Hit by DNS Attack
1.7.2022
Two gateways provided by Ankr were exploited this morning
Eurosystem Seeks Providers of Prototype Payment Solutions for Digital Euro
1.5.2022
Eurozone’s monetary authority, the Eurosystem, is looking to enlist financial companies willing to develop front-end solutions for the digital euro. The plan is to carry out a “prototyping exercise” this year to test transactions to the back-end developed by the regulator....
Avoiding the Pitfalls of Nested Components in a Design System
26.4.2022
When creating a component-based, front-end infrastructure, one of the biggest pain points I’ve personally encountered is making components that are both reusable and responsive when there are nested components within components.
Take the following “call to action” (<CTA />…
Avoiding...
Writing Strong Front-end Test Element Locators
22.4.2022
Automated front-end tests are awesome. We can write a test with code to visit a page — or load up just a single component — and have that test code click on things or type text like a user would, …
Writing Strong Front-end Test Element Locators originally published on CSS-Tricks. You should...
Collective #708
21.4.2022
JavascriptDB * The Future of CSS: CSS Toggles * Loaders * The Front-End Developer's Guide to the Terminal
The post Collective #708 appeared first on Codrops