Search results

  1. ksuther

    Finally! Fast PowerLogix upgrades!

    Looks like finally people will be able to get another year or so out of their machines before having to get a new one!
  2. ksuther

    Office v.X Service Pack 1 Released!

    Yay for Microsoft? :confused: MSN Messanger and Office have been updated, with tons of new features. Maybe 10.1.5 soon? :) Office Updater: http://www.microsoft.com/mac/DOWNLOAD/OFFICEX/OfficeX_SR1.asp MSN Messanger 3.0...
  3. ksuther

    Congrats to dricci!

    Last time I checked, he just hit the 1000 mark! YAY! ;)
  4. ksuther

    Flash MX RELEASED!

    Hah simX! I beat you to a product release! :D http://www.versiontracker.com/moreinfo.fcgi?id=2631&db=macosx Now everyone is just waiting for Dreamweaver, right? :)
  5. ksuther

    Help with sortWithSelector

    Anybody know how sortWithSelector from NSMutableArray works!? :confused: I don't :( I'm trying to write a method that sorts a list of menu items by name and then adds them, but I don't know what the format of a method called by sortWithSelector should be in. Could anybody help me? :)
  6. ksuther

    Big applications when built?

    Why is it that any app I build is always a meg? All other cocoa apps I see are much smaller, but ANYTHING I make is a meg. How do I fix this? :-/
  7. ksuther

    Introducing: The Hérve-o-lator!

    Ladies and gentlemen, the Hérve-o-lator! Simply ask it a question and it answers you with Hérve's famously cloudy answers! Download it now at http://homepage.mac.com/ksuther/herveolator.sit For those curious, the source is at http://homepage.mac.com/ksuther/hervesource.sit It's completely...
  8. ksuther

    What browser do you use?

    What browser do you use? Personally, I use OmniWeb, but have to use Exploder for certain sites. I also have Chimera, but don't use it... How 'bout you guys? Let's not make this into another Mozilla/AOL/Netscape is the devil thread please :D
  9. ksuther

    Check out what I made :)

    I've been playing with Cocoa a bit too much lately, and I threw together this dockling that does essentially the same thing as Prefling, but better. :) It just gives a popup menu of all the preference panes on the computer that opens the System Prefs app and the pane. For all those interested...
  10. ksuther

    OSX Boot times

    How are your boot times? Anybody know any tricks on making startup faster? You can't disable more extensions like you could in 9 :) My boot time seems to get LONGER as I install more updates and install things like BroadbandOptimizer and Retrospect :( My friends XP machine kicks the crap...
  11. ksuther

    Post your df -kl here!

    If you have 30 seconds, could you please post the output you get from df -kl here? I'm working on a program that parses it's output, and I want to see what other people have. Only if you have more than one partition or drive too, please. Thanks :)
  12. ksuther

    Putting integers into a mutable array?

    How do I put numbers into a mutable array? It just gives me a warning of passing arg 1 of 'addObject:' from incompatible pointer type The code looks like this: temp = [string substringWithRange:tempRange]; tempInt = [temp intValue]; [freeSpaceArray addObject:tempInt]; Any ideas? :(
  13. ksuther

    Repartition without reformat using pdisk?

    Anybody successfully do this? I really want to change my partition scheme, but don't want to go through the hassle of reformatting. I'll obviously have to back up, but what a hassle :( Anybody else do this succesfully?
  14. ksuther

    Final Cut Pro 3 for OSX!

    Yay, Apple finally carbonized it's biggest video program! I don't use it, but I'd thought I'd point it out. :)
  15. ksuther

    Random Dropped Internet Connection?

    Anyone have problems with your DCHP connection coming from you router suddenly being dropped? It's getting really annoying here for me :o Maybe it's a TiBook related problem, I have to log out and back in to fix it... Hmm.
  16. ksuther

    OmniDictionary doesn't show up in services menu?

    Any idea why OmniDictionary doesn't appear in the services menu? I'm in a cocoa app, but it doesn't show up. It is in the OSX startup partition in the Applications folder, so it should work, right? Any idea why it isn't? Thanks. I want it to work :(
  17. ksuther

    Giants: Citizen Kabuto

    What do you guys think of Giants? Is it stable, good game play? I'm thinking about it, but I wanted to get some opinions. Also how are the graphics and playability? I have a TiBook 667 16mb radeon, so I guess it would play on mine. Any thoughts?
  18. ksuther

    Two swapdisks?

    I just did the modification to hide my swapdisk, but now I had to rename the swapdisk in the process. Now I have an extra "drive" named swapdisk in the /volumes folder that I can't get rid of, which holds a vm folder with swapdisk0 in it also. Is it okay to use the root to remove it since I have...
  19. ksuther

    Classic and Logitech Confliction?

    Any of you guys have conflicts with the Logitech Mouseware EXTENSIONS and Classic startup? I've found that Classic crashes while booting if they are active, but doesn't if they aren't. Any ideas guys? Thanks.
Back
Top