A CSS-only website
css only Having developed my very first website in 1996, I think it’s finally time for a change. For at least 23 years I have been using HTML, CSS, and JavaScript to build my websites, one of them has got to go. Of all 3, it feels like HTML is always stuck in the past. CSS and JavaScript have always been developing at a much faster pace. Perhaps it is time to let CSS take over HTML?
Posted in TechnologyDebug your SASS like a pro
How do you debug your SASS code? Do you go use your Web Inspector under developer tools, go to the CSS and search for the same selector like some kind of animal?
Perhaps you have a comment in your CSS above each selector giving you the line number and .scss file name.Posted in TechnologyUse Grunt to automate your coding
I love SASS, and I love having the ability to minify my JS files so they’ll load faster when someone opens my website.Posted in TechnologyJingle Bells in Pure CSS
This week, I have decided to do something special for Christmas. Adding some Jingle Bells to your website is nothing that hasn't been done before, but what about pure CSS jingle bells? Now that's something!Posted in Technology10 Great CSS Tips for every Web Developer
Every other week, even though I have been working with CSS for years, I learn something new about it. Some method, trick,or just some mistake I use to make and would like to inform other developers, so they won’t make the same mistakes I did.Posted in Technology