tag:blogger.com,1999:blog-56388891955739657382008-08-11T15:26:57.271-07:00richd.comRich Dellingernoreply@blogger.comBlogger39125tag:blogger.com,1999:blog-5638889195573965738.post-41816440561526917252008-08-11T15:26:00.001-07:002008-08-11T15:26:57.313-07:00Energy DomeThe first concert I ever went to was DEVO, on the New Traditionalists Tour. Here's an energy dome icon. Cinema 4D and Photoshop, with the paths drawn in Illustrator.<div class="icondisplay"><img src="http://richd.com/icon/energy-dome-preview.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/energy-dome-icon-mac.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-55942941296804085242008-08-02T19:50:00.000-07:002008-08-02T19:54:58.929-07:00Rook IconI woke up this morning and wanted to render a chess piece, specifically a rook, for some reason. So here's a nice chunky rook icon. Red, white and ivory color variations are included. Cinema 4D and Photoshop, with the paths drawn in Illustrator.<div class="icondisplay"><img src="http://richd.com/icon/rook-preview.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/rook-icons-mac.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-37086304411113037702008-08-01T08:07:00.000-07:002008-08-01T08:08:11.523-07:00More Domokun IconsI did these based on an idea given to me on the <a href="http://macthemes2.net/forum/">MacThemes</a> forums. Just a quick and dirty set of Domokun icons, done in the current iPod color set.<div class="icondisplay"><img src="http://richd.com/icon/domonano-preview.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/idomo-nano-icons-mac.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-38224359656134821402008-07-27T14:11:00.000-07:002008-07-30T19:50:47.265-07:00Icon Updates: Bigger and BetterI recently updated most of my icons to support Mac OS X 10.5 Leopard's 512x512 icon format. Many of them were redrawn or re-rendered. Also, there are some new/old ones that I'd previously forgotten to post. Hooray!Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-55400478361921579572008-03-10T19:09:00.000-07:002008-07-30T19:09:23.144-07:00UMD IconsI did these icons back in 2005 when I was doing HiDPI icons for Mac OS X Leopard. I just got around to posting them. Enjoy!<div class="icondisplay"><img src="http://richd.com/icon/umd-preview.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/psp-umd-icons-mac.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-40500025654724836042007-11-13T14:31:00.000-08:002008-07-30T10:43:59.113-07:00Android FriendsFor some reason, I like the little Android dude. So, I did some variations on that theme. These are also the first icons I've posted that support Leopard's 512x512 icns size.<div class="icondisplay"><img src="http://richd.com/images/androidfriends.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/android-friends-mac.zip"><span>mac</span></a></li><li class="linux"><a href="http://richd.com/icon/linux/android-friends-linux.zip"><span>linux</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-27749456069710059012007-11-07T08:06:00.000-08:002007-11-07T08:09:11.803-08:00AndroidJust having some 3D fun with the new <a href="http://www.openhandsetalliance.com/">Android</a> logo.<br /><br /><img src="http://richd.com/images/2007/android-rendered.jpg" alt="">Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-63602892829527724622007-07-16T10:42:00.000-07:002007-07-16T10:52:49.023-07:00add custom title to Classic Blogger FTP label pagesOn Classic Blogger templates for FTP, label pages do not have custom page titles.<br />This PHP code is for adding the label name to the page title.<br /><code><br /><title><$BlogPageTitle$><br /><?php<br /> // this checks to see if you are on a label page<br /> if(strstr($_SERVER['PHP_SELF'],'/blog/labels/')) {<br /><br /><br />// this generates the label name<br /> $FilePath = explode("/", $_SERVER['PHP_SELF'] );<br /> $FilePath = array_reverse($FilePath);<br /> $LabelName = explode(".", $FilePath[0]);<br /> echo ": ". $LabelName[0];<br /><br /><br />}<br />?><br /></title><br /></code>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-23601435556494451002007-07-16T08:59:00.000-07:002007-07-16T10:52:49.023-07:00add custom html to Classic Blogger FTP label pagesI have a back button on my archive pages that wasn't showing up on my label pages.<br />On Classic Blogger templates for FTP, the <MainOrArchivePage> tag doesn't work with label pages.<br /><br />This is for adding a home button (or custom content) to a label page.<br /><code><br /><?php<br /> // place this code wherever you need it.<br /> // this checks to see if you are on a label page.<br /> if(strstr($_SERVER['PHP_SELF'],'/blog/labels/')) {<br /><br /><br /> // note the backslashes before the double quotes.<br /> echo "<a href=\"<$BlogURL$>\"><$I18NHome$></a>";<br />}<br />?><br /></code>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-26960199534595984702007-07-15T22:15:00.000-07:002008-07-30T10:44:35.417-07:00Macaroni IconI was surfing on <a href="http://www.macupdate.com/">MacUpdate</a>, and saw a utility called <a href="http://www.macupdate.com/info.php/id/9633/">Macaroni</a>. I got inspired to do this icon. It has nothing to do with anything, but was just fun to make a macaroni icon.<div class="icondisplay"><img src="http://richd.com/images/macaroni.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/macaroni-icon-mac.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-67670359102727299152007-06-02T22:49:00.000-07:002008-07-30T12:28:26.874-07:00Caps Warn IconsI saw an application on <a href="http://www.macupdate.com/">MacUpdate</a> called <a href="http://www.macupdate.com/info.php/id/21425/caps-warn">Caps Warn</a>. Here are a couple of replacement icons for it.<div class="icondisplay"><img src="http://richd.com/images/capswarn.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/caps-warn-icons-mac.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-18934557349400456292007-02-02T23:19:00.000-08:002008-07-30T10:53:27.089-07:00Split & Concat IconHere's a replacement icon for an application called <a href="http://www.macupdate.com/info.php/id/9545/">Split&Concat</a>.<div class="icondisplay"><img src="http://richd.com/images/splitconcat.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/split-and-concat-icons-mac.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-57941348890317492142007-01-30T19:43:00.000-08:002008-07-30T10:56:08.655-07:00PVC IconI saw an application on MacUpdate called PVC. Here's a replacement icon for it.<div class="icondisplay"><img src="http://richd.com/images/pvc.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/pvc-icon-mac.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-13411494229162967462006-12-17T11:20:00.000-08:002008-07-30T12:58:33.482-07:00SlingPlayer IconsHere are some replacement icons for Sling Media's SlingPlayer application.<div class="icondisplay"><img src="http://richd.com/images/slingicons.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/slingplayer-icons-mac.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-52817522190681482682006-09-13T08:21:00.000-07:002008-07-30T10:59:54.168-07:003D Rendered XTorrent IconThis was just an experiment. I liked <a href="http://www.jasperhauser.nl/weblog/2006/09/xtorrent-icon.html">Jasper Hauser's icon</a> for <a href="http://www.macupdate.com/info.php/id/22815/">XTorrent</a>. I wondered what it would look like if it was rendered in more of the 3D, iApps style. Not intended to be an improvement, just a different take on the idea.<div class="icondisplay"><img src="http://richd.com/images/xtorrent.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/xtorrent-icons-mac.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-90625741665018922662006-09-11T21:09:00.000-07:002008-07-30T11:20:54.353-07:00Jadite Coffee CupWe have a bunch of dishes that look like this. Anchor-Hocking made a line of restaurant-grade glassware during the '30s and '40s. This would be Fire King model G299, of course.<div class="icondisplay"><img src="http://richd.com/images/jaditecup.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/jadite-coffee-cup-icons-mac.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-32881010098298759892006-08-30T19:18:00.000-07:002008-07-30T11:01:58.597-07:00Menger Sponge IconThere was a post on <a href="http://www.boingboing.net/">Boing Boing</a> about something called a <a href="http://en.wikipedia.org/wiki/Menger_sponge">menger sponge</a>. That's a pretty easy one to model. This would be a level 3 sponge, in case you were interested.<div class="icondisplay"><img src="http://richd.com/images/mengersponge.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/menger-sponge-icon-mac.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-84776123717449538152006-07-05T08:42:00.000-07:002008-07-30T11:03:26.173-07:00Working for Palm nowI started working for <a href="http://www.palm.com/">Palm</a>, doing user interface/visual design for Palm OS and Windows Mobile operating systems. Just for fun, here's a render of the logo, done in Cinema 4D and Photoshop.<div class="icondisplay"><img src="http://richd.com/images/palmlogo.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/palm-logo-icon-mac.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-88050418964084168112006-06-12T20:25:00.000-07:002007-07-21T17:19:31.080-07:00Boba Fett IconsHere are a few icons, based on Boba Fett's shoulder and chest armor emblems.<div class="icondisplay"><img src="http://richd.com/images/2007/bobafett.jpg" alt=""></div><ul class="download"><li class="mac"><a href="http://richd.com/icon/mac/boba-fett-icons-mac.zip"><span>mac</span></a></li><li class="win"><a href="http://richd.com/icon/windows/boba-fett-icons-windows.zip"><span>windows</span></a></li><li class="linux"><a href="http://richd.com/icon/linux/boba-fett-icons-linux.zip"><span>linux</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-16886520765612669292006-04-29T17:17:00.000-07:002008-07-30T14:11:16.388-07:00Maxi Bidder IconI used to use a shareware application called <a href="http://www.macupdate.com/info.php/id/11785">Maxi Bidder</a>. It had a really crappy icon, so I made this one.<div class="icondisplay"><img src="http://richd.com/images/maxibidder.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/maxi-bidder-icons.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-54646416677663506062006-04-18T16:20:00.000-07:002008-07-30T11:06:30.164-07:00Another Transmission IconI did this icon a while back for <a href="http://www.macupdate.com/info.php/id/19378/">Transmission</a>, but then someone came up with a much better app icon that's in there now.<div class="icondisplay"><img src="http://richd.com/images/transmission.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/transmission-icons-mac.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-72878399981337396172006-03-28T13:10:00.000-08:002008-07-30T13:13:15.743-07:00Trivial Pursuit IconJust felt like making it. Cinema 4D and Photoshop.<div class="icondisplay"><img src="http://richd.com/images/trivialpursuit.jpg" alt=""></div><ul class="download"><li class="mac512"><a href="http://richd.com/icon/mac/trivial-pursuit-icon-mac.zip"><span>mac</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-38320280705798749732005-01-30T14:12:00.000-08:002007-07-16T20:28:36.349-07:00Some Doctor Who IconsI liked the TV show Doctor Who. Like, the old show. Tom Baker years. Yeah, I said it.<div class="icondisplay"><img src="http://richd.com/icon/doctorwho-preview.jpg" alt=""></div><ul class="download"><li class="mac"><a href="http://richd.com/icon/mac/doctor-who-icons-mac.zip"><span>mac</span></a></li><li class="win"><a href="http://richd.com/icon/windows/doctor-who-icons-windows.zip"><span>windows</span></a></li><li class="linux"><a href="http://richd.com/icon/linux/doctor-who-icons-linux.zip"><span>linux</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-81169017398426031952003-07-24T20:29:00.000-07:002007-07-16T20:30:41.194-07:00Rich's Misc. Icons, Volumes 1 - 3This is a combination of a bunch of random icons I did when Mac OS X was first released. There are about 50 icons here.<div class="icondisplay"><img src="http://richd.com/icon/misc-icons-preview.jpg" alt=""></div><ul class="download"><li class="mac"><a href="http://richd.com/icon/mac/richs-misc-icons-mac.zip"><span>mac</span></a></li><li class="win"><a href="http://richd.com/icon/windows/richs-misc-icons-windows.zip"><span>windows</span></a></li><li class="linux"><a href="http://richd.com/icon/linux/richs-misc-icons-linux.zip"><span>linux</span></a></li></ul>Rich Dellingernoreply@blogger.comtag:blogger.com,1999:blog-5638889195573965738.post-17208176170572022602003-07-20T20:31:00.000-07:002007-07-16T20:35:34.571-07:00Homestar Runner Icons<a href="http://www.homestarrunner.com/"> Homestar Runner </a> is a strange and wonderful character/set of characters/web site. The site demonstrates to me all the things I could do with Macromedia Flash, if I wasn't so freaking lazy and uncreative. As usual, I needed some new icons for my hard drives, so I made these.<div class="icondisplay"><img src="http://richd.com/icon/homestar-preview.jpg" alt=""></div><ul class="download"><li class="mac"><a href="http://richd.com/icon/mac/homestar-runner-icons-mac.zip"><span>mac</span></a></li><li class="win"><a href="http://richd.com/icon/windows/homestar-runner-icons-windows.zip"><span>windows</span></a></li><li class="linux"><a href="http://richd.com/icon/linux/homestar-runner-icons-linux.zip"><span>linux</span></a></li></ul>Rich Dellingernoreply@blogger.com