Articles by Steven


Steven has written 531 articles, Page 19.

Embed, Object, and Standards

Coding and Web Design

When I added that visitor map yesterday, I wasn’t all that concerned that it used an embed object. That is, I wasn’t concerned till I tried to validate my site. It isn’t something I do that often, but I’d made enough changes that I thought it would be a good idea. I expected a few validation errors, I tend to forget to encode the ampersands in URL’s, but I was surprised about all the errors around the embed tag. I don’t tend to play with plug-in’s myself, so I was blissfully unaware that the standards based tag is object. Although I’m not a big standards freak, I do like to see my pages validate. I was on a mission.



Going Full Time with Safari

Mind the Gap

I never thought I’d change browsers again, but I’ve found myself using Safari full time now. I really enjoyed using IE7, but a few of Firefox’s features had me hooked on it. The problem is, I’ve always had memory issues and, lately anyway, frequent hangs and crashes. I tried Firefox 3 beta, but it wasn’t much better and the plugins I used hadn’t been converted yet. IE8 is horrible, more alpha then beta. So, I decided to give Safari a try again. I haven’t regretted it.


Goodbye Arthur C. Clarke

Mind the Gap

Sad to say, but Arthur C. Clarke died to today. I enjoyed reading Authur's books and following his career, but it was his movie, 2001, that I enjoyed the most. Watching that movie as a kid, in re-runs of course, really got me excited about space, science fiction, and computers.


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.


Minor Tweaks

Coding and Web Design

Must be a coding night for me, as I’ve been cleaning up a few things and fixing bugs. First up, I’ve been tweaking the way the tags display on the site. I added the ability to limit the tag cloud display and then did just that in the plugin. Now, only the top 25 tags show. I also now sort case insensitive. I also added a “View All Tags” link, since I don’t display all the tags by default.


IE8 Beta Not So Great

Mind the Gap

So, I actually liked IE7, but ended up going to FireFox because I really liked some of its features and plug-ins. However, I’ve always enjoyed the look and feel of IE7, so when IE8 Beta was announced, I wanted to give it a try to see if IE8 was going to win me back. I have to say, it won’t with this beta. I have to say, I hope beta 2 is better because IE8 isn’t winning me over.




HD DVD is Dead, Long Live DVD

Mind the Gap

Well, I’m a bit peeved that Toshiba threw in the towel. Good bye HD DVD, I hardly knew ya. It may not have had the density of Blu-ray, but I’m still convinced it had the better technology. Ultimately, it doesn’t really matter to me though as I’m still in the Analog 480i age.



RSS Pains

Coding and Web Design

You would think that using an standard would mean that your RSS feed would work just about everywhere. Unfortunately, that doesn’t appear to always be the case. All those RSS 2.0 fixes I did on my site seemed to have broke the feed to MyBlogLog. Not sure what it doesn’t like as other RSS 2.



I Want to Go Fast ... Speed Testing

Mind the Gap

I’ve been having a lot of stuttering and slowness of late on my Internet connection. I’m thinking it may be my router, but I decided to validate my Internet Speed (1.5MB DSL) and ran into a pretty good speed test site. My Internet looks pretty good (hit 1.2MB to Chicago), so I’m still not sure what is going on. Thought I’d share the one I tried.





Halo 3 Badge

Halo 3 Badge

I thought this was pretty cool, a number of flash or image badges from Battle Record that uses your Halo 3 service record. Check out one of the images below:


Disney Mix Stick Pain

Music

Well, the wife received a Pixie Power Disney mix-stick for Christmas this year. I know, it is marketed for kids, but it an interesting shuffle like MP3 player. Yeah, no screen, but with a 1GB of flash RAM, expandable with an SD card, it appeared to be a great little player. That is, if you can get the music on it to play!



Safari - 3.0.4

Mind the Gap

It appears that a new version of Safari is out: 3.0.4. It is still a public beta, but they did fix a few niggles from the last version. For one, tool tips now work. For another, the inline spell checking is now working. Looks like IE7 is still lagging in that area. Surprising since Microsoft Word started whole trend. However, Safari, not to be one upped by Firefox, has also seen fit to include a grammar checker. Although, it tends to error on mundane things, like titles and numbers with periods.



Tag Cloud

Coding and Web Design

I’ve been using the tag cloud concept on a lot of other sites and find it useful at times. The idea is pretty simple, supply keywords or tags to your content. Those tags are then counted and a tag cloud of links is displayed, with more frequent links larger then less frequent ones. Since my site was lacking in that capability, I decided to program it in.