
Miro | Nov 27 2008 |
MARIUS_TH Subtitles are already supported, just drop a .srt file with the same name as the video file in the same folder and play it with Miro (Version 1.2.8) | |
| [ Reply ] | |

PithHelmet | Dec 3 2007 |
MARIUS_TH I find it looks much neater to sub-organise my apps, even though i hardly use the finder, and making aliases all around just makes a whole new mess. (Version 2.8.2) | |
| [ Reply ] | |

PithHelmet | Dec 3 2007 |
MARIUS_TH Much better error message, I moved safari from it's 'default' folder. However, I would want to sub-sort my apps in folders and still keep pithhelmet active, is there a way to do that? (Version 2.8.2) | |
| [ 6 Replies - Reply ] | |
Replies:

PithHelmet | Dec 3 2007 |
SJK Certain apps still want to be left where they're originally installed and moving them can cause trouble. That's easily avoided by (for example) creating aliases to desired apps in some other folder and organizing those instead. Years ago I considered organizing /Applications into subfolders, then quickly realized I didn't have any *good* reasons for doing that and am relieved I didn't/don't waste time with it. (Version 2.8.2) | |

PithHelmet | Dec 3 2007 |
MARIUS_TH I find it looks much neater to sub-organise my apps, even though i hardly use the finder, and making aliases all around just makes a whole new mess. (Version 2.8.2) | |

PithHelmet | Dec 3 2007 |
MACUPDATE ADMIN "Years ago I considered organizing /Applications into subfolders, then quickly realized I didn't have any *good* reasons for doing that and am relieved I didn't/don't waste time with it." Amen to that. Years ago in Classic Mac OS I used to do just that and disabused myself of the habit circa OS X 10.1. (Version 2.8.2) | |

PithHelmet | Dec 3 2007 |
MIBRILANE Still, is there a good reason why PithHelmet doesn't work unless Safari is in Applications and not a subfolder? (Version 2.8.2) | |

PithHelmet | Dec 3 2007 |
SJK I have an idea why PH doesn't work if Safari's been moved but instead of speculating here (since I'm not going to test my theory) I'll suggest you ask the developer for a definitive reason). (Version 2.8.2) | |

PithHelmet | Jan 31 2008 |
JSLMG You can use Classic Menu, a $10 shareware, to make aliases for your apps then organize the aliases into aliased folders that would then appear in the Apple Menu. That way, you can leave your apps in their default folder while still having your personal organization. Both you and your computer will be happy. (Version 2.8.2) | |

PlugSuit | Oct 26 2007 |
MARIUS_TH Alright! I'll test it out as soon as i've installed Leopard ;) (Version 1.0) | |
| [ Reply ] | |
Replies:

PlugSuit | Oct 26 2007 |
L0NE This is a complete replacement for SIMBL that uses alternate injection techniques, which work (and will continue to work) under Leopard. (Version 1.0) | |

PlugSuit | Oct 26 2007 |
MARIUS_TH Alright! I'll test it out as soon as i've installed Leopard ;) (Version 1.0) | |

Vox | May 22 2007 |
MARIUS_TH It would be nice to have a visual playlist so we can choose songs on demand instead of re-dragging another song on the player, but nice to see that atleast it does do multiple files in order (Version 0.2) | |
| [ Reply ] | |

Nemo | Apr 18 2007 |
MARIUS_TH And then there's also Unison, which has been on the market for quite a long while and a couple of others, so I wouldn't say this is the first Newsgroups/Usenet reader for MacOS X. Other then that it seems like a neat app for a 0.5 release. (Version 0.5) | |
| [ Reply ] | |

Diffly | Apr 15 2007 |
MARIUS_TH Here's where i'm stuck: "You can use "svn+ssh" URLs if you have arranged SSH to allow you access without a password prompt." I haven't allowed access SSH without a password prompt on the mentioned server ;) also, in a future release you might work on some font controlling so it's easier to see what is said in the diff pane (Version 0.7.2) | |
| [ Reply ] | |

Diffly | Apr 15 2007 |
MARIUS_TH It's the server that's password protected, not the repository, maybe that's got something to do with it. Or indeed it's something with my svn, though i couldn't imagine what. I'll try it again when i make some changes on the project again ;) besides that little problem with my set up, it's a really neat and simple little app that works well :) (Version 0.7.2) | |
| [ Reply ] | |

Diffly | Apr 15 2007 |
MARIUS_TH The server itself needs a password to connect to, otherwise it won't open any connection at all, so when i use svn commit in the command line, it'll first ask for a password to allow me to collect to the server before it allows me to actually commit. It stands loose from svn commit --username --password, so i think it would be something i'd have to adjust on the server to allow log in without a password (Version 0.7.2) | |
| [ Reply ] | |

Diffly | Apr 14 2007 |
MARIUS_TH Maybe it's something server sided, but after checking out something from a password protected repository, It tends to try to upload it without asking for a password to open the server up for me. Which one way or another, results in a permissions denied error. I've tried this with another app as well resulting in the same error, unless I use svn trough the terminal, so it might not be the application's fault ^^; (Version 0.7.2) | |
| [ Reply ] | |

Diffly | Apr 13 2007 |
MARIUS_TH Very neat application :D Just wish it would work with password protected repositories ^^ (Version 0.7.2) | |
| [ 8 Replies - Reply ] | |
Replies:

Diffly | Apr 14 2007 |
MATT MOWER I'm not sure what you mean about password protected repositories. Diffly is a working copy browser, not a repository browser. If you can check out the password protected repository to a working copy, Diffly will browse it. It can also commit to password protected repositories provided you have checked out a working copy successfully. (Version 0.7.2) | |

Diffly | Apr 14 2007 |
MARIUS_TH Maybe it's something server sided, but after checking out something from a password protected repository, It tends to try to upload it without asking for a password to open the server up for me. Which one way or another, results in a permissions denied error. I've tried this with another app as well resulting in the same error, unless I use svn trough the terminal, so it might not be the application's fault ^^; (Version 0.7.2) | |

Diffly | Apr 14 2007 |
MATT MOWER Under the hood Diffly is calling the command line SVN client for diffs, add, and commit. In essence it does: svn ci --non-interactive --file --targets Having written the commit message and list of files to be committed into temp files. If you can tell me what's different about my command line and what works for you, I can maybe improve the situation in a future release. | |

Diffly | Apr 15 2007 |
MARIUS_TH The server itself needs a password to connect to, otherwise it won't open any connection at all, so when i use svn commit in the command line, it'll first ask for a password to allow me to collect to the server before it allows me to actually commit. It stands loose from svn commit --username --password, so i think it would be something i'd have to adjust on the server to allow log in without a password (Version 0.7.2) | |

Diffly | Apr 15 2007 |
MATT MOWER When you try to connect to a password protected repository Subversion will prompt you for your login credentials. It caches these locally so that you don't need to keep re-entering them for the same server. I use Diffly with a working copy from a password protected, SSL enabled, repository with no problems. If svn is not using cached credentials it sounds like you have something unusual going on in your svn client. (Version 0.7.2) | |

Diffly | Apr 15 2007 |
MARIUS_TH It's the server that's password protected, not the repository, maybe that's got something to do with it. Or indeed it's something with my svn, though i couldn't imagine what. I'll try it again when i make some changes on the project again ;) besides that little problem with my set up, it's a really neat and simple little app that works well :) (Version 0.7.2) | |

Diffly | Apr 15 2007 |
MARIUS_TH Here's where i'm stuck: "You can use "svn+ssh" URLs if you have arranged SSH to allow you access without a password prompt." I haven't allowed access SSH without a password prompt on the mentioned server ;) also, in a future release you might work on some font controlling so it's easier to see what is said in the diff pane (Version 0.7.2) | |

Diffly | Apr 15 2007 |
MATT MOWER Ah I've no idea what extra problems svn+ssh might create. If it's something you can fix by passing additional command-line parameters then it might be do-able. As to font control take a look at the readme.txt. You can override the stylesheet used by Diffly to control how diffs are displayed. Change the fonts, change the colours, change what you like. (Version 0.7.2) | |

Videobox | Mar 30 2007 |
MARIUS_TH you can also just rename your .flv to .avi to make it work with just about any player. (Version 0.9b7) | |
| [ Reply ] | |
Replies:

TheLastRipper | Mar 26 2007 |
The mono framework can be downloaded from mono-project.org http://www.mono-project.com/Downloads Instruction for use of TheLastRipper can be found on the project wiki: http://code.google.com/p/thelastripper/wiki/HelpOSX If you have any problems, bugs etc. please report them to our issue tracker: http://code.google.com/p/thelastripper/issues/list You might also visit our: project page: http://code.google.com/p/thelastripper website: http://thelastripper.com By the way, yes it is a windows program ported to OS X using Mono. We have working on a cocoa graphical user... But it's probably far out in the furture... //Regards Jonas. F. Jensen. (Version 0.2.1b) | |

SoundApp Reborn | Feb 18 2007 |
MARIUS_TH Not quite SoundApp yet, but neat so far ;) keep it up! i'd love to see a full 'os x version' of it :D (Version 0.1) | |
| [ Reply ] | |

Mojo | Jan 25 2007 |
MARIUS_TH Sounds like a winner, but just a question. Does the one you want to share music with also have to be in possession of Maestro? or is it enough to activate the sharing option in iTunes to see their playlists? (Version 0.75pb) | |
| [ Reply ] | |

ComicBookLover | Jan 14 2007 |
MARIUS_TH This is one incredible piece of software, though it still has some bugs to fix (Version 1.2(612)) | |
| [ Reply ] | |

Shoo Apps | Dec 23 2006 |
MARIUS_TH Unless you're on a intel mac, you should just use "Spirited Away" Which is a much better implementation, and free at that. (Version 1.0b) | |
| [ Reply ] | |

CleanApp | Dec 22 2006 |
MARIUS_TH Now just delete unwanted languages at the same time as unwanted binary space, and a 'droplet' to do this automatically, and this app'll be superb! (Version 2.1) | |
| [ Reply ] | |

HideAllApps | Dec 4 2006 |
MARIUS_TH PPC / Menubar App / source idea? version: http://www.macupdate.com/info.php/id/15844 Good to see that someone Finally continues the idea though (Version 1.0) | |
| [ 1 Reply - Reply ] | |
Replies:

HideAllApps | Dec 4 2006 |
MACVOS Thanks! It's a pity Spirited Away is kind of dead, that's why I went for it. Also I chose for a dock-app instead of a menu. Was easier; i'm not an average Mac programmer. (Version 1.0) | |

| Dec 4 2006 |
MARIUS_TH Warning, there's no undoing whereas Appzapper moves apps to the trash where you might still recover it, this app deletes on the spot (Version 1.0b) | |
| [ Reply ] | |
Replies:

| Dec 4 2006 |
MARIUS_TH Warning, there's no undoing whereas Appzapper moves apps to the trash where you might still recover it, this app deletes on the spot (Version 1.0b) | |

Xslimmer | Dec 4 2006 |
MARIUS_TH There are a bunch of 'free' ways to do this (personally i've set up a right-click command trough OMCEdit), though I bet non look as nice as Xslimmer (Version 1.1.2) | |
| [ Reply ] | |

eBook Library | Nov 13 2006 |
MARIUS_TH Or download it yourself, while it's stopped being shipped with Macs, the company hasn't stopped producing StuffIt (Version 6.1) | |
| [ Reply ] | |

RSS Menu | Nov 8 2006 |
MARIUS_TH Still seeing the bug that makes it growlnotify every article while non of the indicated articles have actually updated, which makes the actual updating progress annoyingly slow. I'm keeping 1.8.x around untill i find/get an answer as to why this is happening... (Version 1.9.3) | |
| [ Reply ] | |

Mac-on-Linux | Oct 31 2006 |
MARIUS_TH yes, however it's only at version 0.2, hasn't been updated since june 16th, 2005, and isn't compatible with Tiger! real pity :( (Version 0.9.71.1) | |
| [ 2 Replies - Reply ] | |
Replies:

Mac-on-Linux | Oct 31 2006 |
NSTANOSHECK Oh I get it now, you are replying to my reply and speaking of Mac-on-Mac, not Mac-on-Linux! I see! (Version 0.9.71.1) | |

RSS Menu | Sep 12 2006 |
MARIUS_TH It seems updating has slowed down to a crawl in general. (Version 1.9.1) | |
| [ Reply ] | |

RSS Menu | Sep 11 2006 |
MARIUS_TH Shows Growl messages for every article even if they're not updated at start-up, and following eachother only slowely, it takes a while for it to finally be done and over with. (Version 1.9.1) | |
| [ 1 Reply - Reply ] | |
Replies:

RSS Menu | Sep 12 2006 |
MARIUS_TH It seems updating has slowed down to a crawl in general. (Version 1.9.1) | |

RSS Menu | Sep 10 2006 |
MARIUS_TH At startup of the program in version 1.9, it treads every single article as a new article... (Version 1.9) | |
| [ Reply ] | |

fChat | Aug 21 2006 |
MARIUS_TH Somehow reminds me off a REALbasic client/server tutorial app. Hope this turns out to be something good (Version 0.04) | |
| [ 1 Reply - Reply ] | |

Afloat | Jul 18 2006 |
MARIUS_TH Rename "Keep Floating" to "Always on Top" like other apps do. More recognisable that way. (Version 1.0b1) | |
| [ 1 Reply - Reply ] | |
Replies:

Afloat | Jul 18 2006 |
L0NE Duly noted ;) (Version 1.0b1) | |

Mac Messenger | Jul 2 2006 |
MARIUS_TH Mac messenger is typically a better version of the MSN client currently available for Classic Mac's. (Version 3.5.4) | |
| [ Reply ] | |

RSS Menu | Jun 20 2006 |
MARIUS_TH I've done myself the liberty to make a blue version of the grey/orange RSS Menu icon, which will turn brightly orange when it's got updates. (Version 1.8.2) | |
| [ Reply ] | |

RSS Menu | Jun 15 2006 |
MARIUS_TH Feeds use Growl notification updation for every single news-feed even if they haven't been updated before shutdown at start-up which it didn't in the previous version. (Version 1.8) | |
| [ 1 Reply - Reply ] | |
Replies:

RSS Menu | Jun 15 2006 |
BUBBAMAC I am having the same problem. I'm going back to 1.8b. (Version 1.8) | |

Menu Butler Widget | Jun 6 2006 |
MARIUS_TH Add menubar items with a single click that you otherwise would have to search all trough your system preferences for, pretty nifty (Version 1.0) | |
| [ Reply ] | |

OnyX | May 21 2006 |
MARIUS_TH enablde/disable an 'apply' button in the preferences would be so wrong.. GUI wise. but restarting the Finder for every little option you change makes is also very bad. (Version 1.7) | |
| [ Reply ] | |

OnyX | May 17 2006 |
MARIUS_TH Very handy utility that became a little troublesome with the 1.7 release, it changes a setting whenever i change a setting. In theory this oughtn'd be a problem, but when i apply something to the finder settings, it keeps on quitting the finder whenever i make a change, and it keeps on taking time to apply any one change. could you bring back to "Apply" button, so to change all new settings at once? instead of one by one whenever you change one. (Version 1.7) | |
| [ 3 Replies - Reply ] | |
Replies:

OnyX | May 18 2006 |
Sorry, I don't satisfy all the world... :-( Lot of users ask to me to change settings individually and I think that it's better also. It's the same thing with the System Preferences. ... You must just kick the habit... you don't change settings hourly ;-) (Version 1.7) | |

OnyX | May 18 2006 |
PSEUDOPROMETHEUS Perhaps having an 'Apply' button could be an option in OnyX preferences? That way, if a user doesn't want an 'Apply' button, they don't have to have one, but if one does, then they do. Just a suggestion. (Version 1.7) | |

OnyX | May 21 2006 |
MARIUS_TH enablde/disable an 'apply' button in the preferences would be so wrong.. GUI wise. but restarting the Finder for every little option you change makes is also very bad. (Version 1.7) | |

Saft | Apr 19 2006 |
MARIUS_TH And if you prefer a little friendly 'hacking' over updating the bundle continuously, Go to the saft/saft.bundle in your /library/input managers folder and right click -> open package, then open up the info.plist file, scroll to the bottom and change the number on it to something like '500' or so, that'll make it 'work' with safari even after system updates. Ofcourse, hacking is always a little dangerous, and you should always keep a back-up around just in case, but this hack ought to be rather harmless. (Version 8.3.0) | |
| [ Reply ] | |

RSS Menu | Apr 14 2006 |
MARIUS_TH Somehow, it's nearly impossible to re-order the RSS Menu items in the preferences > RSS > listbox (Version 1.7) | |
| [ Reply ] | |

Mac Messenger | Apr 9 2006 |
MARIUS_TH There is no Mac Messenger 5.0, unless you're talking about Microsoft's Messenger. In either case, both won't support webcams. (Version 3.5.4) | |
| [ Reply ] | |
Replies:

Java 2 SE 5.0 Xcode Template | Mar 12 2006 |
YANOKWA The Java template for XCode 2.2 only builds for Java 1.4.2. This template is useful for beginning Java developers as Java 5.0 comes with the Scanner class which most introduction books rely on. Without this template, there is no easy way for beginning Java developers to use Xcode. (Version 1.0) | |

| Mar 7 2006 |
MARIUS_TH This doesn't seem to work with MacOS X 10.4 Tiger, bummer (Version 0.2) | |
| [ 1 Reply - Reply ] | |
Replies:

| Mar 9 2006 |
VORTEXFIVE should be solved (Version 0.2) | |

Lugaru | Feb 25 2006 |
MARIUS_TH however, .zip files can ruin resourceforks, so don't use that one either if your work requires those. (Version 1.0.6) | |
| [ Reply ] | |

ScummVM | Feb 9 2006 |
MARIUS_TH search REALLY hard, some of them have been officially abandoned and are freely available on the net. (Version 0.82) | |
| [ Reply ] | |

Cheats | Feb 8 2006 |
MARIUS_TH Not even any Mac games? i know we've got only a few, but still. (Version 1.0) | |
| [ Reply ] | |

Sticky Windows | Jan 27 2006 |
MARIUS_TH I liked the fading effect, can you keep it around as an option in a future update? (Version 1.2) | |
| [ Reply ] | |

TrimTheFat | Jan 16 2006 |
MARIUS_TH Reminds me of the old application "ILoveNative!", which used to do the same kind of thing for PPC/68k Apps back in the system 6.x, 7.x days ^^ (Version 0.2) | |
| [ Reply ] | |

SmoothStripes | Jan 1 2006 |
MARIUS_TH First you removed the sunken buttons, which was the main thing people went to download your themes for, and now you're removing squared edges, when you upgrade you've gotta ADD things, not remove them... what will be gone at a next upgrade? I've modded an old version of your theme so i could still have the sunken buttons, but it'd be better if you just brought those back i believe. (Version 5.0) | |
| [ Reply ] | |

Aqua Extreme | Jan 1 2006 |
MARIUS_TH Just turn shapeshifter off in it's preference pane and log out and back in again (Version 3.5) | |
| [ Reply ] | |

MacOSigX | Dec 11 2005 |
MARIUS_TH The SigX server is free aswell, donations are requested for extra services (Version 1.1) | |
| [ Reply ] | |

AdiumBook | Dec 11 2005 |
MARIUS_TH Funny feature would be to just drag 'n' drop all the info onto the right places, like the arrows on your site seem to point out ^^ Quite nifty looking further :) (Version 1.1) | |
| [ Reply ] | |

Spotlaser | Dec 1 2005 |
MARIUS_TH How do you get it to actually search? instead of just sitting there (Version 1.0) | |
| [ Reply ] | |

Mac Messenger | Nov 30 2005 |
MARIUS_TH it sometimes help to give the application more memory under Finder > Get Info > Memory (Version 3.5.4) | |
| [ Reply ] | |

LotsaSnow | Nov 30 2005 |
MARIUS_TH this screensaver is awesome! it's peaceful, it's beautiful and it's relaxing to look at =D (Version 1.0) | |
| [ Reply ] | |

Hibernate | Nov 24 2005 |
MARIUS_TH It still won't ever destroy your machine, using the instructions i gave earlier you can fix it easily when something would go wrong (Version 0.8) | |
| [ Reply ] | |

Hibernate | Nov 24 2005 |
MARIUS_TH note to developer, it DOESN'T destroy your hardware!!! Hibernation is all software related! If a bad hibernate image keeps booting then crashing reboot the mac holding down Command-Option-O-F to get in to Open Firmware. Type: | |
| [ 1 Reply - Reply ] | |
Replies:

Hibernate | Nov 24 2005 |
PATRICK STEIN hmmm. read that an 800 aluminum powerboook did not have a fan running after patching the nvram. It didn't die, but who knows. That feature is not ready for primetime or apple would proably enabled it by default. (Version 0.8 BETA) | |

iPodDisk | Nov 12 2005 |
MARIUS_TH Fast response from the author, many thanks! =) (Version 0.0.2) | |
| [ Reply ] | |

iPodDisk | Nov 12 2005 |
MARIUS_TH I got it trough my log files, using GeekTool i could see what happened ^^ (Version 0.0.2) | |
| [ Reply ] | |

iPodDisk | Nov 12 2005 |
2005-11-12 17:36:34: (plugin.c.147) dlopen() failed for: /Users/clay/proj/test/testroot/lib/mod_indexfile.so dlopen(/Users/clay/proj/test/testroot/lib/mod_indexfile.so, 1): image not found 2005-11-12 17:36:34: (server.c.437) loading plugins finally failed Nov 12 17:36:39 *** webdavd[642]: stream_transaction: CFStreamError: domain 1, error 61 Nov 12 17:36:39 *** webdavd[642]: network_mount: OPTIONS failed; file: mount.tproj/webdav_network.c; line: 2729 Great program if it worked ^^; (Version 0.0.1) | |
| [ 3 Replies - Reply ] | |
Replies:

iPodDisk | Nov 12 2005 |
ISAAC HUANG How did you get that? (Version 0.0.1) | |

iPodDisk | Nov 12 2005 |
ISAAC HUANG Did anyone else see this? PS: Please understand that this is the very first public release, and I don't have enough equipment to test it extensively. I'll fix the problem as soon as possible. (Version 0.0.1) | |

iPodDisk | Nov 12 2005 |
MARIUS_TH I got it trough my log files, using GeekTool i could see what happened ^^ (Version 0.0.2) | |

miniStat2 | Oct 15 2005 |
MARIUS_TH How about adding some classic for some nostalgia ^^ Otherwise a great looking widget with great functionality! keep it up ;) (Version 1.5) | |
| [ Reply ] | |

gDisk | Oct 12 2005 |
MARIUS_TH some features you might want to ad: Progressbar for uploading and such refresh the current list when it's done uploading something against the frequent crashes ^^; further does it look great, especially for a 0.1 version (Version 0.1) | |
| [ Reply ] | |

Erroneous | Oct 9 2005 |
MARIUS_TH ahh i see! pretty nifty ^^ (Version 1.0) | |
| [ Reply ] | |

Erroneous | Oct 9 2005 |
MARIUS_TH cant this be set trough the system preferences? System Preferences > CD's and DVD's > When you insert a DVD, open with: > DVD Player / Other application (Version 1.0) | |
| [ 2 Replies - Reply ] | |
Replies:

Erroneous | Oct 9 2005 |
CRAZY APE Yes you can, but this provides you with a choice every time a DVD is inserted, otherwise you would have to keep on going into System Prefrences and switch it back and forth. This just makes that prosess easyer. Nice Job! (Version 1.0) | |

Erroneous | Oct 9 2005 |
MARIUS_TH ahh i see! pretty nifty ^^ (Version 1.0) | |

RSS Menu | Oct 5 2005 |
MARIUS_TH I get the following error: *** Uncaught exception: *** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value please fix this as soon as possible ^^; (Version 1.4) | |
| [ Reply ] | |

PodWorks | Sep 17 2005 |
MARIUS_TH What can i say? but great app!, works wonderfully! =D (Version 2.8.5) | |
| [ Reply ] | |

Photo Desktop | Sep 16 2005 |
MARIUS_TH How about adding a Zoom-IN function aswell? so that one can capture details of pictures better ^^ Otherwise great little app =3 (Version 1.5) | |
| [ Reply ] | |

eCheck | Sep 15 2005 |
MARIUS_TH Mail.app can be a little bit to large (both in real screen estate as memory usage) to let it sit around on your desktop all day long, and besides it doesn't support all of the protocols this little widget does. (Version 0.5) | |
| [ Reply ] | |

WeatherPop Advance | Sep 12 2005 |
MARIUS_TH This weather app has been the only one so far who has been able to find my little home place in my little country, good job! (Version 2.2) | |
| [ Reply ] | |

Hacker X-8.9 | Aug 25 2005 |
MARIUS_TH Sounds a lot like Abrosia Softwares' "Uplink" but then in windowed mode instead of a full screen game ^^ (Version 1.0) | |
| [ Reply ] | |

PodSonality | Jul 24 2005 |
MARIUS_TH from what I read here, I take it that this software allows you to make your own 'personality tests', like you see in magazines, and then put them on your iPod. and then I guess show it to family and friends, and make them do the test you made. (Version 1.0) | |
| [ Reply ] | |

DragThing | Jul 15 2005 |
MARIUS_TH Noted, from an article I read the maker of DragThing would have worked on Apple's Dock back in the early days, though stopped working on it long ago now ^^; (however, to sources within apple it would seem non of his original coding remains in todays dock =P ) Eitherway, DragThing is a revolutionary Dock replacing app which was around even far before OS X ever came out (Version 5.6.1) | |
| [ Reply ] | |

Gershwix | Jul 8 2005 |
MARIUS_TH Too stripey, and you might want to add a really classic apple picture instead of the fully black one, but the buttons are alright (Version 2.3) | |
| [ Reply ] | |

Cocktail | Jul 7 2005 |
MARIUS_TH Tiger version still doesn't work, atleast not for me it freezes up shortly after launch, and then I have to force quit it (Version 3.6.3) | |
| [ 1 Reply - Reply ] | |
Replies:

Cocktail | Jul 7 2005 |
ANONYMOUS Boot from Mac OS X CD, repair permissions, create a new account and check if Cocktail works. Check also your keychain. I had this problem few weeks ago. (Version 3.6.3) | |

PodMaster 1000 | Jun 30 2005 |
MARIUS_TH MacUpdate is called 'Mac'Update for a reason, there's no windows software here. Go to a windows site or Versiontracker if you want something suitable for you (Version 1.0d) | |
| [ Reply ] | |

Mac Messenger | Jun 30 2005 |
MARIUS_TH Adium isn't Classic Compatible, Mac Messenger is, which is probably it's main reason of excistance you aren't forced to use it on OS X, but if you're on Classic there isn't much of another choice except for Mac Messenger if you still want to be able to connect to the MSN Network. (Version 3.5.3) | |
| [ 4 Replies - Reply ] | |
Replies:

Mac Messenger | Jul 9 2005 |
BRILDENLANCH Classic = Dead. (Version 3.5.4) | |

Mac Messenger | Jul 9 2005 |
HELLZ. Justifying a program lacking basic resources such as lack of international characters by sying that's because there's no competition in Classic is just lame. Sorry for being rude, but it is. (Version 3.5.4) | |

Mac Messenger | Jul 9 2005 |
ANONYMOUS I, for one, am glad you still support Classic. My OS 9.2.2 works fine for my needs on my iMac DV. I will not upgrade to OS X until the time comes for me to buy a new Mac. Your Mac Messenger works better for me than MS's native version. So, thank you very much for supporting Classic. (Version 3.5.4) | |

Mac Messenger | Nov 20 2005 |
STEVE @1 There still are some people that use Classic. I for one, dual boot classic with OS X. It's faster to play games on my G3 300Mhz (i'm getting a new mac soon, but still i like Classic). | |

Tiger Tamer | Jun 20 2005 |
MARIUS_TH It's a very decent app, and most importantly free =) might want to add a restart instead of a quit for the finder and dock (Version 1.1) | |
| [ Reply ] | |

Tiger Tamer | Jun 20 2005 |
MARIUS_TH Geocities has too limited bandwith, and freewebs is too slow... if you consider making it open source, you can host it on sourceforge.net for free also, i would like it if you could mail this to me, i'd really love trying it out ^^ (Version 1.1) | |
| [ 1 Reply - Reply ] | |
Replies:

Tiger Tamer | Jun 20 2005 |
MARIUS_TH MariusTh86@gmail.com (Version 1.1) | |

Mac Messenger | Jun 20 2005 |
MARIUS_TH File Transfer is not enabled yet, we're in the process of getting it to work still... as of the random quitting... try increasing Mac Messenger's ram under file > Get Info > Memory (Version 3.5.3) | |
| [ Reply ] | |

| May 27 2005 |
MARIUS_TH very nice widget! would be nice if i could resize the window though (Version 1.2) | |
| [ Reply ] | |

Mac Messenger | May 25 2005 |
MARIUS_TH If needed v3.5 is still available on sourceforge.net if that one doesn't make some of those problems go away, then i don't know anymore (Version 3.5.3) | |
| [ 1 Reply - Reply ] | |
Replies:

Mac Messenger | May 25 2005 |
ANONYMOUS I posted the previous troubleshooting message. In follow-up, I downloaded and installed MSN Messenger to compare. MSN messenger gave me the same 14 junk mail message as this did, so that at least is an MSN/Hotmail problem and not a Mac Messenger one. I deleted the MSN and kept the Mac Messenger, although I may return to the previous MM 3.5 as you suggested. (Version 3.5.3) | |

| May 12 2005 |
MARIUS_TH i hate to say it, but there are other programs out there that do the same and more for free like Tweak Freak and Tinkertool (Version 1.2) | |
| [ Reply ] | |

Meteo | May 8 2005 |
MARIUS_TH could you add support for more then countries then zwitserland and the full of europe? (Version 1.0) | |
| [ Reply ] | |

Widget Manager | May 8 2005 |
would be handy if it could look for updated versions of widgets, and perhaps if you could make it disables Apple's widget aswell (located in "computer > lib.." rather then User > Lib..") (Version 1.0) | |
| [ Reply ] | |

| May 5 2005 |
MARIUS_TH despite MUMenu, i would like it if they got themselves a widget that would show all recent updates like VTWidget. I don't see the use of just searching widgets, which do nothing but give an URL with your search query attached to it (Version 1.0) | |
| [ 2 Replies - Reply ] | |
Replies:

| May 5 2005 |
JOEL MUELLER We're currently working on a full widget. This one isn't ours and was posted unofficially by someone else. (Version 1.0) | |

| May 5 2005 |
LINDOMAR That's it. Another search engine is not what I need. (Version 1.0) | |

Mac Messenger | Apr 21 2005 |
MARIUS_TH try deleting your preferences, that oughta give it back or go under the view menu and check that your budylist is supposed to be vissible (Version 3.5.2b) | |
| [ Reply ] | |
|