JavaScript

[ follow ]
fromSitePoint Forums | Web Development & Design Community
2 weeks ago

Cropper js - Cropper grid issue - Help please!

To fix, you'll want to wait for the image itself to load before initializing CropperJS. Something like: const img = document.getElementById('editorImage'); img.onload = () => { new Cropper(img, { /* options */ }); };
JavaScript
#javascript
fromCodewithdan
3 months ago

AI Time-Travel: Your JavaScript Quest Begins!

Generative AI serves as the foundation for advanced chatbots and modern applications, enabling JavaScript developers to create smarter and more productive software.
JavaScript
#css
from2ality
2 weeks ago

Tips for making regular expressions easier to use in JavaScript

The use of flags, named capture groups, and the Regex+ library significantly enhance the clarity and usability of regular expressions, making them easier to understand.
JavaScript
fromwww.creativeapplications.net
3 weeks ago

Fabric Node based 3D content authoring

Fabric allows for a visual node-based authoring experience, drawing inspiration from Apple's Quartz Composer, enabling users to effectively create and manage interactive media applications.
JavaScript
#programming
fromTheregister
3 weeks ago

CVE audit demanded by Dems as program funding threatened

The ongoing funding uncertainty for the Common Vulnerabilities and Exposures (CVE) program has prompted Congressional Democrats to call for a review to examine its management and efficacy.
JavaScript
fromSmashing Magazine
1 month ago

Smashing Animations Part 3: SMIL's Not Dead Baby, SMIL's Not Dead - Smashing Magazine

Adding SMIL animations in SVG enhances design capabilities, going beyond what CSS animations can achieve and offering designers a semantic animation solution.
JavaScript
fromTheregister
1 month ago

Microsoft revives DOS-era Edit in a modern shell

Edit is a lightweight text editor for Windows command line, reviving nostalgia for MS-DOS users and standing in stark contrast to the current trend of AI-driven tools.
JavaScript
fromLogRocket Blog
2 months ago
JavaScript

How and when to use type casting in TypeScript - LogRocket Blog

Type casting in TypeScript helps resolve type errors associated with unpredictable data.
fromCSS-Tricks
2 months ago

The Lost CSS Tricks of Cohost.org | CSS-Tricks

Cohost.org was a unique social media platform that delivered on its promise of 'posting, but better' through a community of creative users.
JavaScript
[ Load more ]