I’m disconnecting my cable modem and router in just a few moments so my next update will (hopefully) be from Delaware.
I’m disconnecting my cable modem and router in just a few moments so my next update will (hopefully) be from Delaware.
I finally finished rewriting all of my MovableType templates tonight. I haven’t found a new style that I like so tylerdave.com will be without stylesheets until I come up with something that looks good.
Tylerdave.com is being moved and will soon be hosted by the good folks at DreamHost. The transition should be seamless but if you can’t reach the site for a while, that’s probably why.
I followed a link on O’Reilly’s ONLamp.com to take a survey about what topics I’d like to see covered on the site. When I clicked on the link, instead of being able to take the survey, I was told that my browser is not supported. Being an Opera user, I’m used to dealing with this kind of ignorance, but I expect better from O’Reilly.
ONLamp.com is supposed to be a resource for developers and users of LAMP (Linux, Apache, MySQL, Perl, PHP, Python) systems. To limit the survey to Windows users by using Zoomerang’s survey system is obviously short-sighted. Hopefully next time they’ll choose a more tolerant survey system, maybe even one that utilizes LAMP technology.
(I could have changed Opera’s User-Agent string to report as Mozilla or IE but that’s not the point)
Today was the home opener for the Cleveland Indians. I’ve been excited about the start of this baseball season even though the Indians probably won’t be all that good this year.
Today though, I couldn’t help but be a little disappointed. For the last three seasons I’ve had a twelve game share of a season ticket package, so I got to go to a good number of games. This fall, the people who I shared the tickets with didn’t want to renew the package so no I don’t have any tickets. Of course I could go to a game and buy tickets there (as pleanty are available this year) but I think I’m somehow less likely to go to a random game if I don’t plan ahead of time.
This morning, as I was thinking about going down to a game, a client called me at work and asked if I could use a pair of tickets for this Thursday night. She said they’re pretty good tickets, plus they’re free. Now I’ll get my baseball fix that’ll hopefully last a couple weeks. Go Indians!
While I was searching around Amazon for a couple books that I want, I noticed that you can now pick some items up at Borders locations. The cool thing about this is that for most items, the pick-up price is the same as the Amazon price (plus sales tax). I think I’m definitely going to take advantage of this.
Ironically, soon enough people will be able to pre-order items from Amazon to be picked up at Borders from within the Borders store thanks to a deal between T-Mobile and Borders to offer wireless internet access at all Borders locations nationwide.
I’ve been working at my dad’s work all day, again. Currently I’m waiting for QuickBooks to finish installing (on a different computer). In the mean time, I decided to surf around a little. Of course, being a moving company, their only internet connection is a 56k dial-up. Did the internet used to be this slow? I sure don’t remember it this way.
I guess five years of broadband internet has spoiled me. I’m really not looking forward to downloading all of the QuickBooks updates next (around 20MB).
The next few weeks will be tough too. Megan and I will be driving to a bunch of different cities for her grad school interviews. I’ll have to find a dial-up ISP that has access numbers in all of the places we’re going.
When I originaly set up the stylesheets for my home page, I had wanted to make the center column scroll while leaving the side menus fixed. This should be easy to do using the CSS standard ‘position: fixed’.
This works wonderfully in both Opera and Mozilla. In browsers that do not support the ‘position: fixed’ rule (such as Netscape 4) but otherwise support CSS, the rule is correctly ignored and any prior ‘position’ property is used. This would allow a page to use the fixed rule in browsers that support it, and still place the menus correctly in browsers that don’t.
Unfortunately, Internet Explorer versions 5 and 6 both have incorrect implementations of the ‘position’ property. Not only to they fail to draw ‘fixed’ elements, but they actually interpret the rule as ’static’, making for a funky looking layout.
Last night I finally found a workaround for this problem. It’s a shame that the largest software company in the world doesn’t want to support a standard that was recommended in 1998.
A new 7.0 beta version of the Opera browser is available for Windows. It’s a free download (with a small banner ad).
It’s even faster than version 6.05 and has a few neat new features like a navigation bar that utilizes the relative links that are embedded in some HTML (ex. documentation). This gives you handy next, previous, up, search, index, table of contents and other buttons. [According to tb, Mozilla has this too but it is disabled by default for some reason.]
The main reason I use Opera is for the standards-compliance which makes it a great tool for authoring. Generally, if you design HTML to look good in Opera it will work the same in IE, Mozilla, or Netscape too.
If you’ve never used Opera version 6.0 or later, do yourself a favor and give it a try.
Guess what website currently ranks first in a Google search for “bright pink furry car seat covers”?
I use my.yahoo.com as my browser start page. Last night, I saw a banner ad for KFC. I thought that was interesting because I’m pretty sure that this was the first time I’d ever seen a banner ad for fast food.
Today, I opened my browser and the ad was for Pizza Hut. Later in the day, there was one for Taco Bell.
Curious, I decided to refresh the page a few times. The ad alternated between the three I had seen earlier and one for eDiets.
Should I be bothered that I’m being targeted as a big consumer of fast foods that needs to lose weight?
Want to waste hours of your life?
If you do, go to pogo.com and play Tumble Bees. Give it a chance and it’ll take you over.
I have Megan to thank / blame for this.
While working on a web-based project, I was having problems with IE 6 rejecting cookies. As it turns out, IE 6 supports the W3C’s P3P (Platform for Privacy Preferences) standard. O’Reilly.com has an article with an overview of what you can do to make your site compliant and therefore make your cookies work with IE 6 (and future P3P-compliant browsers).