Archive for the 'Tech' CategoryPosts relating to techie things As I mentioned yesterday, my 18-month-old MacBook died yesterday. I think the disk controller went bad, taking out the hard drive as well (the big disk that I'd installed myself early on). Apple's products are wonderful when they work, but their laptops have a history of "longevity issues." I guess that's what happens when you push the envelope as far as they do. I wholeheartedly recommend their laptops, but be sure to build into the cost the extra few hundred dollars for the extended warranty, as I did when I bought mine. Apple is picking it up tomorrow for repair. [...] View full post » I published an updated to my Photoshop calendar-template-building script today. The script, which runs on Photoshop CS2 or CS3, creates the components of a calendar as a many-layered PhotoShop document that you can then change and tweak (adding photos, etc.) as you like. The upgrade is from Version 3 Beta 1 (a major upgrade released a month ago) to Version 3, and incorporates these enhancements: The "February becomes March" bug has been fixed. You can now have weeks start on any day of the month, not just Sunday or Monday as before. Apparently, a calendar starting on Saturday is useful [...]View full post » I've just pushed a major new version of my Photoshop calendar-template-building script, which creates the components of a calendar as a many-layered PhotoShop document, that can then be changed and tweaked, have photos added, etc. The version history shows lots of new things since the previous version: Can now create calendars in 58 languages. Added ability to display week numbers. Added ability to change annotation font name/size/color/opacity. Added ability to force linebreaks in annotation text. Added import/include/<context> support to annotation file. Annotation filename specifications with "YYYY" auto-convert to the calendar's target year. Can now include the year in an annotation's [...]View full post » A book written by a friend of mine at Yahoo!, for which I did a technical review last summer, was published earlier this month. High Performance Web Sites by Steve Souders is just crammed full of real-world, practical information on how to present a web site so that it loads faster for the user. The main thrust of the book are 15 rules for better server↔browser performance. Although I've been doing web-related engineering since 1994, many of the rules were new to me. Some of the rules are completely common-sense, such as to include an expires field in the response [...] View full post » When programming scripts for Photoshop, you sometimes need to know Photoshop's internal name for a font. That name almost always differs from the name presented in the drop-down list of fonts. For example, the internal name for the Arial font is "ArialMT." A simple way to find out the internal name of a font is to create a text layer using the font, then invoking this Show Font Name.jsx script from within Photoshop. When executed, an alert will pop up showing the internal name of the font. If you don't know how to install a Photoshop jsx file, mimic the [...]
|