News & Notes

I was del.icio.us today

November 06, 2006

For some reason, the star rating script made it to some sort of del.icio.us “hotlist” today, and that absolutely wreaked havoc with this site. It has been off and on all day, and I’m pretty sure my email is completely borked. I haven’t received an email since 9am today, so I apologize if you emailed me today and I wasn’t able to get back to you. I am considering moving masugadesign.com off of its current server within the next couple months, because the problems with downtime and email issues have grown a bit much for me to be able to …More »

New Section and Updated Star Rater Script

August 19, 2006 - (4 comments)

I just added a new section to the site called "The Lab" where my feeble attemps at PHP scripting and Wordpress plugins will be found. Right now the main (read: only) thing there is an updated Star Rating script. It's much improved over the original. You'll love it. Here are some of the new features in v1.1: Uses unobtrusive Javascript, so ratings will still work if the user has Javascript off (the script has been tested in IE 6, Safari, and FF). keeps Javascript out of the HTML, resulting in cleaner markup There are now some checks in place to discourage …More »

Great Lakes Scrip Center Flash Ads

August 14, 2006

I recently completed a series of Flash ads for Great Lakes Scrip Center.

Casper Electronics Updated

August 14, 2006

I recently updated and rebuilt casperelectronics.com using WordPress, and added an AJAX-driven photo gallery. For the Flash mp3 “casperplayer” I put together a script that searches for a directory with the same name as the piece you are on, and then scans that directory for mp3 files, parses the tags of each file found, and dynamically constructs an XML file that the Flash file reads. What did Pete think of all the updates? “Freekin awesome!!! totally amazing! It looks great. It’s super easy! You rock dude!!!!” View this project in my portfolio »

New Entries To My Portfolio Area

August 14, 2006

I’ve added a new section to my portfolio called “Other Work” that contains some information about sites I’ve had a hand in creating in the past. This section is a collection of small summaries describing how I contributed to each project. There are some decent sites in there including work for PRStore and Nature’s Earth. You can view my “Other Work” section here.

My Interview with CSS Remix Is Now Up

August 13, 2006 - (2 comments)

A short while ago John Mills (of CSS Remix) asked if I’d answer a few questions about web design and related things. I was more than happy to do so (not to mention flattered). I think the CSS Remix interview category is about 3 designers old right now, and I’m the third one – right behind Veerle Pieters and James Mathias for crying out loud. I think it’s safe to say I’m the first relative “unknown” on the list, as far as web design goes. Thanks for giving me some exposure, John! With that, head over there this minute and …More »

A Project I Worked On Was Published In A Design Book

August 04, 2006

Before going solo, I worked for a web design company in Grand Rapids that puts out a (primarily interactive) promotional piece every year. The piece I worked on while I was there was an interactive game (sort of like Myst) that incorporated numerous areas and hundreds of images from downtown Grand Rapids. All the hours spent in Photoshop on this project paid off. It won a Gold ADDY award and was a Judge’s Choice pick, but best of all it was featured in a book titled “Innovative Promotions That Work“ published by Rockport Publishers in April of 2006. And there’s …More »

No Phone For a Bit

July 31, 2006

I took a canoe trip this weekend, and forgot to take my cell phone out of my pocket before heading out on the river. We didn’t plan on tipping over, but who does expect to do that? At any rate, the dunk in the river turned my cell phone into a small aquarium. I’m heading out to get a new phone today. If you’re trying to reach me, I aplogize for the inconvenience. I should have a new phone and be up and running again later this afternoon. UPDATE: I got a new phone. It’s the RAZR V3m which has …More »

Variable Name of the Day

July 27, 2006

While working on a project today, I was browsing through source code on a number of sites to see how people smarter than I have done things that I need to do as well. I was looking through some JavaScript and found this: var bugRiddenCrashPronePieceOfJunk = ( navigator.userAgent.indexOf('MSIE 5.2') != -1 && navigator.userAgent.indexOf('Mac') != -1); I know what it is to tear your hair out trying to get something to work in one browser or another. I’ll bet this guy spent a full working day fiddling with that browser before giving up and just writing a little function to let …More »

SubModal Windows and Safari

July 19, 2006 - (12 comments)

I’m working on a project and I thought I found a great way to do a shipping estimate form without using the default pop-up window by using the SubModal window script found at gabrito.com. This particular window works by loading the content into an iframe – which, in this case was the solution I was looking for. I’m not a big fan of iFrames, but hey, sometimes you do what you gotta do. I was working along with it and everything was going fine until I tried using it with Safari. Safari refuses to load the content of the iFrame. …More »