CSS Class vs ID

When I first learned CSS, the biggest challenge for me was learning the difference between “ID” and “CLASS” selectors. I struggled with the concept until I learned that “ID” selectors are unique and can only be used once in a page layout. On the other hand, “CLASS” selectors can occur multiple times in a single [...]

New Color Scheme

I have a new color scheme inspired by the Daily Color Scheme website. It is called Mountain Dawn. I recently added the WordPress Theme Toolkit to my theme. The toolkit is a script for making WordPress themes customizations. New color schemes can be applied via the Admin Dashboard without ever touching the CSS stylesheet. It [...]

Bluefish

I ran across a powerful editor called Bluefish. It’s an editor geared for programmers and web designers. The editor supports HTML, C, PHP, Java, JavaScript, SQL, XML, Python, Perl and many more. It’s fast and lightweight and has tons of features that I don’t even know and will probably not use. I used it for [...]