iGirder

Now that I am switching to high-speed internet and will eventually ditch Speedfactory (where I have been since 2001), I wanted to move my web page to its own website. This meant I needed to buy a domain name. Jeb suggested I use my own name, but this is from someone named Cashel, so I didn’t think it was a good idea to use my actual name. A few months ago I went through and tested out whether different domains were available by going to networksolutions (this could have been a mistake, because recently it was revealed that when people search for domains there, networksolutions takes the name so that only they can sell it to you).

If I tried bridge-related names, then bridgeguy, boxgirder, and ibeam were not available (all with .com on the end; I don’t see any reason to get anything else). Other names like gobbledygook, spiderwort, and seriesoftubes were also not available. However, in addition to my name being available (not just last name which was taken years ago), dejumble, dejumbler, and my web username brted were all available. With bridge themes, igirder, georgiabridges, kipfeet, kipfoot, and igirder were available. “Kip” is short for kilo-pound, a unit that comes up a lot when designing bridges. And kip-foot is a unit for moment, torque, bending, or leverage meaning you have one kip pushing down one foot away. It’s a fun word.

Continue reading “iGirder”

Family Portrait

I am the keeper of the address list for my Peace Corps group. So a few weeks before Christmas I send out an e-mail and ask for updated information. Last year I also asked people to submit a paragraph about what they have been up to if they wanted and put it together (like FOPAB). A couple of people sent pictures, which I hadn’t really thought of, but since they did it I asked Susan to take a picture of me and the dogs for the newsletter. It isn’t easy to get the dogs to stand still, let alone look in a certain direction. Austin was fairly easy because he would just lean on me, but Katie was always on the lookout for anything interesting (like a cute photographer).

Movie Review Database

I had thought about converting my movie reviews, currently a bunch of HTML web pages, to a database using MySQL and php. Then I thought I could just use Microsoft Access which I’m pretty familiar with to create HTML pages. I had done something similar at work where we had a database of companies and I was able to create an index page and then separate pages for each company. Then we would move the pages generated to our website. That site has since been replaced by a dynamic web-based application under a (very expensive) contract.

Right now I have an archive of every movie review by the year the movie was released. I am also using frames to navigate by using two frames: one with a drop down list of years and another frame with a list of movies for that year. To make it easy, I just have a separate HTML file for each year that consists of a drop-down list and is loaded when a year is selected. One other thing I do at the end of each year is generate a ranked list of all the movies I saw that year. That’s easy in HTML, but the tricky part is that I break ties and sometimes rank independently of whatever grade I originally gave the movie (so I might have a B- ahead of a B movie once I think about it). On that ranking page I give a short summary of my review for each movie. Using an ordered list, it is easy for me to insert a movie, since I am not coming up with the ranking numbers, but letting the HTML do it based on where the movie falls in the list. The HTML assigns the numbers, not me. This makes it really easy to add a movie to the list or change places of a movie.

Continue reading “Movie Review Database”

Amazon MP3 Service

I have bought 194 songs from iTunes now. I thought Apple did a great thing in providing a simple pricing scheme and software that made it easy and fun. They also offer a very good selection of songs. And now they have video, movies, and TV shows. The only downside was that the songs could only be played using iTunes on the computer or on an iPod. amazon-mp3.gif However you could still burn the songs to a CD and play them wherever you wanted. Governments in Europe have insisted that Apple stop selling a proprietary format, wanting to avoid another Microsoft type of monopoly. Some music labels now sell high quality songs (MP3’s are generally have less sound quality than CD’s) on iTunes without any restrictions on how the songs are played (and charge an extra 30 cents). Other music companies have said they will stop partnering with Apple altogether because they do not like Apple’s terms.

Continue reading “Amazon MP3 Service”

Movie Review Database – Not Yet

After getting the discussion board set up (so far no one has signed up or posted anything; not surprising given the small amount of traffic to that website) using php and MySQL, I thought it might be time to convert my movie reviews over to a MySQL database with pages served like this blog and the discussion area.

Continue reading “Movie Review Database – Not Yet”