ClickToFlash is a nice little Flashblock-type plugin for Safari with one big problem. Two, actually.
- you can’t leave feedback for the developer without creating a (free) account on the project website. Dude, I just wanted to tell you about #2…
- the only way I could find to get into the whitelist and preferences for the plugin is via a page with Flash that isn’t already blocked (there’s a little control on the blocker that gets you in). However, if you’ve already whitelisted the page there’s no way to get back in and un-whitelist it without going to another site with Flash. Worse, if you’ve whitelisted it in Fluid (a single-site browser application instance of Safari) there’s no hope at all of making any changes. You are stuck.
You need to get a preference pane in the main application fast.
One thing about ClickToFlash compared to Flashblock: as I’ve cranked about a few months ago, the Flash media player on MySpace doesn’t load properly in Firefox when you tell Flashblock to unblock. However, with ClickToFlash in Safari there’s no such problem. You click, it appears. Flashblock developers say this is a known bug in the Mozilla code which I should point out nobody seems to be working on. The Flashblock bug was logged October 2008, the Mozilla bug March 2009 and the feedback comments run in circles. It’s also suggested that the problem is with the Flash player but ClickToFlash on Safari doesn’t have the same issue.
Score one more for Safari.
Well, looks like I can retire WebKit for a little while. The Safari developers have released a beta of version 4. I had a bit of trouble starting it at first (Mac OSX 10.5.6). It was the Glims plugin which was crashing it. I removed it from /Library/Application Support and Safari started up nicely.
Update: Turns out Google Gears doesn’t work in this Safari 4 beta.
Update 2: The Glims developers have release a new version which doesn’t crash Safari, but is missing a chunk of functionality.
Update 3: Safari, even in the development WebKit nightlies exhibited an irritating “bug” with the WordPress 2.7 administrative interface. It would cause a modal overlay dialog to hang. The dialog appears when editing a post with the visual editor (e.g. add a link, upload images, etc.). This is still quite present in 4 beta.
Update 4: (June 11, 2009) The bug mentioned in Update 3 with the modal dialog has been fixed in Safari 4.
I use my Macbook Pro constantly. My freelance work demands having a computer available all the time (I’m a tech guy for hire – I used to do systems admin full-time). I had a desktop workstation at one point which I built from scratch and I also had a Dell Inspiron 7500 way back. What a back-breaker that was. The MBP is a great machine – solid, powerful and decked out with plenty of peripheral ports (it’s a 2007 model). Since I knew I’d be using it so much, I wanted to minimize any risk of downtime. So I bought the AppleCare extended 3-year warranty. Yeah, I know…it’s a questionable move. But I had a similar extended warranty with the Inspiron back in 2000 and I didn’t regret it. Like, what do you do when the keyboard falls apart? Or the optical drive stops working…
Read the rest of this entry »
I have a little Folder Action set up on a “dropbox” type folder that automatically adds a given file (usually MP3s) to my iTunes library. I created a dumb-as-bricks Automator workflow and saved it as a plug-in of type Folder Action. Worked flawlessly in 10.4.
With OSX 10.5, for some reason it runs the action but doesn’t actually execute it properly. I found this little article which provides a workaround but doesn’t actually fix anything. You have to edit the AppleScript file from something like this:
on adding folder items to this_folder after receiving added_items
tell application "Macintosh HD:Users:MyUserName:Library:Workflows:Applications:Folder Actions:<em>Name Of My Workflow</em>.app"
open added_items
end tell
end adding folder items toto this:
on adding folder items to this_folder after receiving added_items
tell application "Finder"
open added_items using alias "Macintosh HD:Users:MyUserName:Library:Workflows:Applications:Folder Actions:<em>Name Of My Workflow</em>.app"
end tell
end adding folder items to…essentially getting Finder to do what you’ve already done.
If you have a BT wireless router/modem you might have noticed a strange PC server called Thomson sharing on your network. Apparently, the router is running an undocumented version of Samba and sharing out the USB port as a network drive. I can’t find any actual documentation to verify this.
Apparently, this router was, as of firmware version 6.2.6B vulnerable to hijacking via a cross-site scripting attack (which NoScript would ostensibly prevent). *sigh*