August 11, 2007 at 4:53 pm
· Filed under Graphic Design

Thanks to a handy little XCode application, Mac users can now watch your movies in wonderful ASCII-Vision (TM). It’s not the most straightforward process unfortunately, so perhaps someone will add a filter to youTube sometime in the future. Till then follow these steps to create ASCII movie joy at home:
- You’ll need Apple’s development environment, XCode, to be installed first. You can get XCode here.
- Visit Apple’s Developer site to pick up the ASCII Code Demo.
- Deploy the package into a local folder, then open the Xcode project. You can now simply select the project and click ‘Build’ at the top of the pane. An executable will be created under <your project folder>/build/Development - assuming you don’t get any errors.
- Now find a demo movie - I found it worked well with .AVI files created from my Canon G7 - and put that in the same folder as the executable.
- Open a Terminal window, navigate to your folder then run: ./ASCIIMoviePlayer <your movie file> and you should see a movie running in the terminal window. You may need to adjust the size of your window to see it properly.
Have fun - and let me know if you create the next ASCII Star Wars. [From Dysturb.net]
Permalink
August 11, 2007 at 4:18 am
· Filed under Inspiration
Today’s design sites that caught my eye are Dysturb.net and Atypyk, both fun spellings with great selections of design related info. Atypyk is more humourous, Dysturb is more informative. Make sure you check out Atypyk’s re-designed ideas such as Coke bottle sugar dispensers or cut up soft toys - clever enough for me to forgive them for using popups in their site design. Ug.
Permalink
August 11, 2007 at 3:46 am
· Filed under Technology
I got a new printer the other day, which works fine but for some reason I can’t print from Firefox. With any page I hit command-P, the Print dialog comes up but nothing got to the printer. Pressing ‘Preview’ instead of print meant a progress dialog appeared but no preview turned up. Great. The temporary solution was to cut and paste the link into Safari which printed just fine.
Well after a bit of digging I’ve found the solution. Following some hints from the Firefox forums I closed down Firefox and restarted it from the terminal in safe mode, you have to be in the Firefox.app folder:
./firefox -safe-mode>
On running this Firefox starts up as usual. I then tried printing again, and on hitting ‘Preview’ the following error message appeared in the terminal window:
WARNING: Font “Times” with style 0 can’t be handled by the imaging system. This document can’t be drawn/printed with this font.
Ah hah! A clue. So based on this I found a handy hint at MacRumors, that simply suggests going into Firefox Preferences - Content and changing your default font, I choose Arial 16pt. As if by magic, hitting Print then Preview opened up a preview PDF. Hoorah, all solved. So now I can just open Firefox as usual (not in safe mode) and everything prints just fine. Phew.
UPDATE: 2007-12-02
Recently I’ve been finding this solution has not been working for all pages, and over-riding the fonts for pages is not the best solution. It now turns out the issue may have been to do with me disabling the wrong ‘Times’ font family in font book - I’d disabled ‘Times’ and left ‘Times New Roman’ active. So in running firefox in safe mood I had the following error:
WARNING: Font “Times” with style 0 can’t be handled by the imaging system. This document can’t be drawn/printed with this font.
Going into Font book and enabling Times, this error went away and the page printed.
Obviously this isn’t a great solution, and having to close Firefox to restart in safe-mode just to find out what font you’re missing is a bit stupid to say the least. Why can’t we get a nice dialog box warning, or be allowed to replace problematic fonts? And why do fonts render fine on-screen, but then fail to print?
Versions pertaining to this issue:
- MacBook Pro 2.2GHz
- OS X 10.4
- Firefox 2.0.0.6
Permalink
August 7, 2007 at 3:32 pm
· Filed under Internet Marketing
Amazon have just introduced a new feature for their Affiliate Program, it’s a script that you place at the bottom of each page on your site that looks for key terms that Amazon has products for - then it creates a link on those products wired into your affiliate program.

How this works in practice is if you write about Harry Potter, then the script looks through your text, finds that phrase, and than auto-magically adds a link to that phrase. A site visitor can then hover over the link and a popup to go buy the article at Amazon then appears. Clever.
To try it out I’ve added it to my book reviews - so go check it out. I’ve noticed it can be a little bit slow - as I think it uploads the page to Amazon, then next time someone goes to that page it has an index. So if you use it yourself you may want to visit some of your pages to trigger that indexing. Also it only picks up phrases in the body text, so any headings are unaffected.
Permalink
August 1, 2007 at 10:07 pm
· Filed under Technology
While I’m still loving my new MacBook Pro there are definitely moments of pain that I could do without. One of those recurring pains has been from Firefox, in that every time I want to drag a link into one of file bookmark folders a really long and annoying tooltip pops up saying; “Drag and drop this icon to create a link to this page”. This tooltip fades after three seconds, but often the folder I want to drag the link into is underneath the tip.

Well thanks to a tip from PK you can now rid yourself of this interloper. Simply type about:config into the address bar at the top of Firefox, this will make a list of configuration properties show up. Then find the one that says browser.chrome.toolbar_tips and double click it to set it to false. Bingo. No more tooltips, and no more obstructions to bookmarking.
One thing to note about this solution is that it disables all tool tips, not just the one we don’t like, but for me that’s a liveable solution. It’s also a reminder to everyone developing UI to keep your tool tips short!
Permalink