User Profile for JoeSlater

User Name JoeSlater

Member Since 0000-00-00

Total number of Feedback Posts: 6

Total number of comments: 7

Last 10 Feedback Posts by JoeSlater  [ Search for All ]

Swift Office Ships 1.0.6 (Mac OS X)

Leopard  

Seems to be broken in Leopard. It can't make connections that it could before. [alert admin]

Post a comment | More Info

Sunday, December 16 2007 @ 04:32 PM PST

Apple iSync 2.4 (Mac OS X)

8 week limit is horrible  

This problem had a work around in earlier versions. They blocked that with Tiger! It's in credibly arrogant to think nobody needs more than this! I need my calendar synched out more than a year to work in negotiating meeting dates for professional organizations, etc. I have to remember to bring my computer to a meeting just for the calender. Why then should I even use iSync? This a simple thing to fix, and should be considered a bug, and a major one at that. [alert admin]

Read Comments (2) | More Info  |  1 of 1 users found this helpful

Friday, December 23 2005 @ 04:46 PM PST

HP Communication Reset 1.0 (Mac OS X)

Is this hting useful?  

Is this thing actually useful, or was I just exceptionally ambitious about my laziness in coding it up. [alert admin]

Read Comments (5) | More Info  |  1 of 2 users found this helpful

Wednesday, November 09 2005 @ 01:31 PM PST

Apple iCal 1.5.1 (Mac OS X)

Still no automatic alarm  

I'd still like to see an alarm turned on by default as a preference. i almost always want an alarm, so setting one each time degrads efficiency. Palm calendar had this nicely. Am I missing something? [alert admin]

Post a comment | More Info

Wednesday, October 08 2003 @ 07:34 AM PDT

DiskWarrior 2.1.1 (Mac OS 9)

You have no…  

idea how scary it is going to be for me when I buy a new machine that can't boot into OS 9, so I can't run DW. It's like mountain climbing without safety gear! At least I'll be able to swap the drive into another machine. DW is the gold standard when you think everything is lost. 3 times it has saved otherwise unrecoverable hard drives for me. They are charging way too little. I'd gladly fork over a couple hundred bucks. After all, it's saved me much more than that. [alert admin]

Post a comment | More Info

Thursday, February 06 2003 @ 02:17 PM PST

Micromat Drive 10 1.1.4 (Mac OS X)

My hard drive…  

went bad. Apparently a hardware failure of some sort- bad sectors? Couldn't even mount it. Norton: "I haven't a clue", Drive 10: "You don't have 15GB of files, you have only 3, want me to replace your directory?". Disk Warrior 2.04 (NOT intended for use on OSX drives): "Here are all of your files. Did you have any idea how messed up the hard drive was?". I hadn't touched OS9 in 2 years, and it was a miracle I could still boot into it and run DW. I purchased the update immediately. On my new hard drive, no Norton, no Drive 10. No point. [alert admin]

Post a comment | More Info

Thursday, February 06 2003 @ 01:39 PM PST

Last 10 Comments by JoeSlater  [ Search for All ]

Python scripts work, but not app  

Would someone without macpython or the developer tools installed and with this problem please contact me? I think I have a fix, but I need someone to test it. Thanks, Joe

Original feedback item : Read More

Thursday, January 18 2007 @ 06:02 PM PST

Python scripts work, but not app  

You can find it at: http://www.pythonmac.org/packages/

Original feedback item : Read More

Thursday, January 18 2007 @ 12:43 PM PST

virus detection  

According to Intego "Use the NetUpdate X4 program to update your Virus Definitions. The latest definitions should no longer have this problem."

Original feedback item : Read More

Thursday, January 18 2007 @ 12:37 PM PST

virus detection  

This is a problem with the Intego virus scanning software. I'd love to fix it, and am trying to, but the problem really isn't with my software. I've verified this with another user with intego who is trying to help me out (since I don't have this flawed software). The hpcomm.py script is ------------- #! /usr/bin/python "Kill then restart HP printing daemon" import sys, re, os, string os.environ['PATH']=os.path.normpath(os.environ['PATH']+':/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin') b = 'ps -x | grep Communica|grep HP' a = os.popen(b).read().split() childStdout, childStdin, childStderr=os.popen3('kill '…

Original feedback item : Read More(1 words)

Thursday, January 18 2007 @ 06:13 AM PST

Python scripts work, but not app  

Strange. All the apps are is wrappers built by MacPython. Have you opened the Activity monitor application (in Utilities in your Applications folder) and watched it? hpcomm should result in what looks like a changing in the process ID since it kills and restarts quickly. hpkill should result in the process disappearing. What machine are you running on? It might be that I'm only building an Intel binary, but I don't know how to change…

Original feedback item : Read More(1 words)

Thursday, January 18 2007 @ 05:48 AM PST

Is this thing useful?  

There is a background process that must be running and working for the computer to interface with these printers. When the communication fails, I've found 3 potential solutions: reboot the printer, unplug the USB cable, wait 30 sec, replug it (resets the usb port), and kill and restart the background process. If you are restarting your computer to solve the problem, and the other two don't work, then this script is probably the solution you…

Original feedback item : Read More(1 words)

Friday, November 18 2005 @ 08:00 AM PST

Multiple Alarms/Default Button - missing the point...  

This is a work around (not the way it should be, but it works). Quit iCal. Edit the file ~/Library/Preferences/com.apple.iCal.plist with Apple's property lit editor (double click might work, but I don't know if you need the developer tools). Down near the bottom you will see the PersistentMenu-lastUsedAlarms . You should be able to delete these just fine. Use the litle triangle to look inside. The AlarmDurationKey is in seconds (it's when the alarm starts).

Original feedback item : Read More

Thursday, October 09 2003 @ 09:43 AM PDT