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 [...]

Todo List

I recently upgraded my Todo List program to version 1.2. The latest version involves an overhaul to keep the scripts modular. It means more files, but less headaches. I’ve added authentication to keep the list private and away from prying eyes. The scripts are FREE and are available for download here.

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 [...]