Wednesday, July 22, 2009

How to FIX your multirow bookmark on Firefox 3.5 for mac

Before I start I should mention a little bit of history. Before it went kaputz, I used to have the MultiRowBookmarks Toolbar add on. It was fine until the last update of Firefox 3.5. I went to the site and as you can see I got a nasty "For everyone else except Mac". So I did some search and found this forum which didn't solved my problem, but with a little bit more tinkering finally got the solution for that. So this is what you need. Find your Chrome folder for Firefox.
To do that, go to your home folder/Library/Application Support/Firefox/Profiles/(some weird named folder)/chrome/

Sunday, March 1, 2009

Poser 5 and thumbnails.

I’m really embarrassed to say that from time to time I use poser. Now that I know more about Blender seems like a treason for some but for a while I purchased a lot of Daz 3d content. If I use it is because I want to get back at least some of the investment that I made. I have poser 5 and I’m not planning to upgrade, EVER. The software is soooo buggy and it never delivered what it promised in terms of fine detail customization. So for me is a poser application that I use for 2d illustrations, you will never see me use Poser for 3d work. EVER.



Java on a Mac

I’m really amazed that looking for something so simple is so hard to find out there. I went to Sun’s website, I went to apple’s site. All I wanted is to make a simple “hello world” but what I got in all their sites is a never ending parade of “look what you can do with this”, or ” we are so freaking cool you wont believe your eyes”. All I was looking for is just a simple script that will show me how to compile. I already know how to compile in Windows but after having moved to the Mac it was really hard to find just the basics. I couldn’t find nothing. Ok, first of all, if you don’t know it here it is. Type it in TextEdit or TextWrangler.

//Sometimes simple stupid is the best option

class SimpleStupid {

public static void main(String[] args){