View Css Tag


Have some fun! Explore the 13 articles tagged with css.

A Clean and Friendly Website for 2022

Screen Shot of mmedit code, Steven Reid

Over the last month, I’ve been doing some housekeeping on my website. I’ve had a few lingering issues to take care of. Unsurprisingly, this led me down a few different paths. From simple fixes to big ones, I’ve made a few subtle changes that impact the feel of my site. Hinted at in my change log, I wanted to dive a bit deeper into the adjustments made thus far.


My 2016 Site Makeover

My 2016 Site Makeover

Finally making the leap, I released a new template for my primary website this weekend. As noted in the past, I’ve been fed up with my 2006 based theme and have been testing out new designs for a few months now. Transferring most, but not all, of the design ideas from my test site, I just couldn’t wait any longer. Tweaking continues, but you can enjoy the new look now.




Updated Program Listing

ZX81 Computer

Awhile back I went searching for a decent ZX81 font and ran across ZX81 VDU. I played around adding it to my site’s footer, but I really wanted to do more with it. It’s pretty good and, unlike some other fonts I found, it has all the ZX81 graphic characters. You do have to carefully choose the font size, but that is minor issue. Overall a great font that is easy to use.


Fixing for IE10 and Other Updates

Coding and Web Design

I happened to load my sites into IE10 the other day and noticed the reflections were broken. Generally, I wouldn’t care much as I don’t use IE except at work. However, I thought it best that things not continue to look different. I updated reflection.js to the latest version. I also updated jquery.js as it was a bit outdated as well. So far things are looking better. I did notice my site was loading a bit slower though. I’m not sure if this is the new code or something else. I’ll keep watch and update you if something else is amiss.


Fun with Fonts

Coding and Web Design

I decided to play around a bit and try a different font for my site. My original goal was to use something with better kerning and ligatures, but most browsers don’t seem ready for that yet. I settled on using Trebuchet MS as my new site font. It has a bit more character than Verdana and better reflects the style I was looking for. It is a generally web safe font supported by most platforms.


CSS Fun and Standards

Coding and Web Design

I’ve playing around with other CMS systems lately to get a feel for what is out there. I recently had the opportunity to hack around in WordPress and ran across a neat little utility in some of their docs. It is an external Online CSS Optimiser/Optimizer that does some CSS compression.


Reflective Fun

Coding and Web Design

I’ve been using Reflection.js for some time now to generate reflective category images. I did this mainly to avoid having to create the reflections by hand. However, it has always had a bit of a lag when generating the reflections. This can be a bit jarring at times, but I’ve gotten used to it.


Fixing Code

Coding and Web Design

I really haven’t liked the way the code routine displays on my blog. It adds a lot of white space and generally looks bad. To make things a bit nicer, I removed the Code: message, set the overflow to auto instead of scroll, and I removed the extra breaks.


Not Having Any Fun with IE8

Coding and Web Design

I got around to upgrading IE8 to the latest beta 2 today. Mostly, I wanted to see if they had fixed the float issues. Well, they had — at least the float that was also broke on Microsoft’s own site now worked. However, my site still had a problem. Well, I tracked it down to a very odd behavior with the   entity. Unlike most browers, IE8 breaks lines oddly with   and messes up CSS width. Unlike other browers, when this happens, IE8 drops the float to the bottom instead of letting it just break the width. Considering that this is the only browser with this behavior, it will be interesting to see if it makes it into the final version.



Fun with Reflections

Coding and Web Design

In playing around with iTunes, I really like the way the CoverFlow looks, especially the reflections. So, I started searching around to see if there was something similar for Vista. I didn’t find any finders, but I did run into a few javascript scripts that had some neat features.