2006 NFL Schedules for the Palm
The 2006 National Footbal League (NFL) Schedules for the Palm are now available for purchase. This year I have decided to roll the price back to $1.00 (it used to be $1.25). For more information follow this link.
For those interested in vCal (.vcs) versions (for Outlook and other PIMs as well as for Mac) the process for acquiring these versions is the same as in the past. Purchase the version that is available on the page above. After your transaction has been completed forward me the receipt you get from Handango along with a request for the vCal (.vcs) version of the product you purchased. Upon receiving the request I will generate the file and email it to you as soon as I can.
Comments to this post
From Song Displayer to onAirNow
A little while ago I wrote about my experience with Song Displayer. Song Displayer is a WordPress plugin that, together with a WinAmp plugin called DoSomething to display the song currently playing in WinAmp in your WordPress blog.
I wasn’t totally happy with Song Displayer or DoSomething. Song Displayer was just too plain and DoSomething kept crashing. So I began to look for other options. And I found one.
To replace DoSomething I found something called, appropiately enough, Now Playing. I configured it to work with Song Displayer and finally had a setup that wouldn’t crash.
While I was configuring Now Playing to work with my Song Displayer setup I noticed a link on the bottom of the page for a WordPress plugin called onAirNow. onAirNow is more advanced yet easier to use than Song Displayer. It has an options page in the WordPress Admin section as opposed to having to change options directly in the code as you have to do with Song Displayer.
onAirNow had the same malady as Song Displayer that was a problem for me. That is, it depends on ID3 tags being set up properly to get it’s information. That means that there is a field for the artist, album & title of the track it’s trying to display information for. This is fine for normal use but when I use WinAmp I am usually streaming MP3s from my portable MP3 player. When streaming tracks there is data in the title field only. The data in the title field isn’t what would be there if I were listening to the track in a standard way. It’s the actual file name. For example as I write this I’m listening to The Ocean by Led Zeppelin which is on the album Houses Of The Holy. When playing this track normally it will contain the following data:
Artist: Led Zeppelin
Album: Houses Of The Holy
Title: The Ocean
But when it’s streaming it will look something like this:
Artist:
Album:
Title: Led Zeppelin – Houses Of The Holy – The Ocean.mp3
As I mentioned before, Song Displayer had the same issue and I fixed it there. Fixing it here was quite different but the same idea. I was able to do a much more elegant solution with onAirNow. After I implemented the fix in Song Displayer I could only display tracks properly when I streamed them. But my fix for onAirNow allows me to stream or play tracks regularly. And it only took a four lines of code to do it!
One of the features in Song Displayer was actually missing from onAirNow. Or at least it was handled differently. In order to display a message that says that nothing is playing onAirNow expects to see the file uploaded by Now Playing (or any other media player plugin that suits the same purpose) to upload a file with a specific code in it. Now Playing does not offer the functionality to upload a file when the player is idle (or closed) so onAirNow would alway report that the last track played before WinAmp was closed would be playing until the next time Now Playing would sent it a file.
Song Displayers idle message works differently. It checks the age of the uploaded file to determine if it should put up the idle message. In other words, if the last file was uploaded over 7 minutes ago (the default) Song Displayer puts up the idle message.
I added this waiting period feature to onAirNow in addition to it’s current functionality so that both approaches work. I have not yet added the functionality to adjust the time setting from the options page (I plan on doing that soon) so the setting is set to 7 minutes for now.
Comments to this post
UK Teens Are Dumb
A study shows that UK teens use condoms to prevent pregnancy and messes and to prolong sex but not to protect from STDs. But that’s not the most surprising fact brought out in the study. Six percent of those polled (no pun intended) said they put the condom on after penetration and another six percent said they continued ‘penetrative sex’ after removing the condom. For those keeping score at home this means that though they use the condom to prevent pregnancy they probably don’t have it on when they ejaculate. Smart move, kids.
Comments to this post
Britney Spears Baby Safety Night
The Newark Bears are hosting Britney Spears Baby Safety Night. Those in attendance at the game will receive information on baby car seat safety and an opportunity to win a free car seat courtesy of AAA. Additionally fans who dress as a baby, brings a baby toy, or brings their baby (children 4 and under) will receive FREE admission. There will also be a special guest appearance. You can’t make this stuff up.
Comments to this post
Getting Symbol Fonts to Display in Firefox
Here’s something that’ll be interesting for the geek crowd.
I was working on my departments blog and was trying to get a character to display using the Wingdings font. The character was diplaying perfectly in IE but not in Firefox. No matter what I tried it wouldn’t work.
After alot of trial & error and web research I cam up with the following solution outlined here (at the bottom of the page).
- Open this file from your Firefox installation directory: \res\fonts\fontEncoding.properties. (If you installed to the default directory the path will be C:\Program Files\Mozilla Firefox\res\fonts\fontEncoding.properties.)
- Find the following lines of text:
# Symbol font
encoding.symbol.ttf = Adobe-Symbol-Encoding - Replace thoese lines with the following:
# Symbol font
## encoding.symbol.ttf = Adobe-Symbol-Encoding
# Symbol font
#encoding.symbol.ttf = Adobe-Symbol-Encoding
#– fixing by hand — Enabling Symbol font for Mozilla on Windows
#– file://C:\Program Files\Mozilla Firefox/res/fonts/fontEncoding.properties
encoding.symbol.ttf = windows-1252
encoding.wingdings.ttf = windows-1252
encoding.wingdings2.ttf = windows-1252
encoding.wingdings3.ttf = windows-1252
encoding.webdings.ttf = windows-1252
You will now be able to view the Symbol, Wingdings, Wingdings2, Wingdings3 and Webdings fonts in Firefox. Note that this must be done on the client end. In other word, people who have not made this change to their Firefox installations will not be able to see the fonts.
Comments to this post
