Tag: web development
All the articles with the tag "web development".
-
I Want a DAMNodeInserted Event!
Published: at 12:38 AMExploring the frustrations with DOM Level 3 Mutation Events and the need for better node insertion detection in JavaScript.
-
The Best Damn Modal Method Periodâ„¢
Published: at 04:12 AMA comprehensive cross-browser modal implementation method that handles all the edge cases and browser quirks for creating robust modal dialogs.
-
MooTools Vertical Text Element Method
Published: at 12:21 AMA MooTools Element extension for creating vertical text using CSS and DOM manipulation when browser-native solutions aren't sufficient.
-
Link element load event support for CSS Style Sheet includes, finally!
Published: at 10:36 PMA solution for detecting when CSS stylesheets loaded via LINK tags have finished loading, addressing the long-standing lack of reliable load event support across browsers.
-
Programatically Convert CSS named colors to RGB & HEX
Published: at 06:00 PMA JavaScript solution for converting CSS named colors to RGB and HEX formats, essential for color manipulation in front-end development.