Search results

  1. I

    AppleScript Questions - How do I do this?

    if you want to keep checking for the existence of certain files in a certain directory you and keep cleaning it out, i think that you would be better of using a shell script and cron. First off I don't know even if you can do timed events with applescript, but applescript would have more...
  2. I

    automatically connect to network share when osx loads

    You can make an applescript to do this. There is a post on this board somehwere about how to do it, but its easly. Open up your apple script editor. then put the following mount volume "smb://yourIP/ShareName as user name "userName" with password "yourpass" Then save this script as an...
  3. I

    Hidden Apps in the Dock

    I beleive this should do it from the terminal: defaults write com.apple.dock showhidden -boolean <yes or no>
  4. I

    mp3 script revisited

    This is perl module which you can use to check and set the ID3 info of an mp3. You can find it here. http://sourceforge.net/projects/mp3-info/ I don't do much perl so I can't help you that much. But i think that you would have more luck with perl. I think it is much more powerful and robust...
  5. I

    osx -> winxp file transfer

    If you are on the same network you can do this with samba. If you don't have a hub or modem, you should still be able to connect the two, but depending on what kind of network card you have in your XP box, you might need a crossover cable. Mac's are smart in that they can use either patch or...
  6. I

    Where can I find PHP Application?

    If you are willing to pay you may also want to check out Dreamweaver MX, which comes with full PHP support. They also make it for both the PC and the Mac so transitioning should be easy. Personally, I like BBEdit as well, but Pepper is good too. Dreamweaver is probably the most robust of the...
Back
Top