CSS

8 posts tagged with "CSS"

April 25, 2019 · 8 min read
Notifications in React JS using Noty
I tried implementing the classic "Toast Notifications" in React by using the Noty plugin and this is an introduction to use the same plugin in React JS apps.
JavaScript, Web Development, Programming, Design & UX
May 14, 2018 · 5 min read
Crazy Image EXIF Orientation Bug (or Feature?)
Get an idea about what is EXIF in photos, how does the orientation tag affect the display of your images and how to fix them.
Web Development, Programming, Career & Achievement, Design & UX
March 1, 2018 · 5 min read
Avoiding HTTP 404 for map files when using minified CSS & JavaScript
Best way to get rid of 404 errors when accessing a sourcemap.
JavaScript, Web Development, Programming, Lifestyle, Social & Culture
July 23, 2017 · 7 min read
Conditional Formatting in JavaScript like Excel and other spreadsheet solutions
This is a crazy JavaScript challenge I worked today to create a similar effect like conditional formatting in Excel.
JavaScript, Web Development, Programming, Career & Achievement, Lifestyle
July 5, 2017 · 4 min read
Challenge: Internet Explorer Table Cells & Positioning Nightmare & Alternatives
After a lot of struggles, I was unable to find a solution for fixing Internet Explorer Table Cells & Positioning absolute issue.
Web Development, Programming, Career & Achievement, Lifestyle
July 1, 2017 · 2 min read
CSS Transitions & JavaScript for Animated Entry Effects
Creating a Slide Off Effect using CSS Transition Width Right to Left.
JavaScript, Web Development, Programming, Career & Achievement
June 2, 2017 · 6 min read
Evolution of Drop Down Menus and Exiting Them
This has been a huge problem with drop down exit implementation strategy. This article explains a better way.
JavaScript, Web Development, Programming
February 18, 2017 · 8 min read
Science behind Fixed-Fluid Layouts
The science behind the Fixed-Fluid Layouts and how to tackle them in CSS using Positions.
Web Development, Programming