Skip to main content
Search titles, bodies, and author names
Found 21,937 posts across 1 forum.

Doing neat things with Applescript. — #1

So here at my school (Rutgers University), they do some pretty neat stuff with Applescript. When you login, it'll do a text-to-speech that says "Welcome, username", etc. How can I …
MacNN Development by Mike the Knife

Doing neat things with Applescript. — #2

It's been a long time since I worked with speech in AppleScript (or, indeed, worked with AppleScript at all). But if I remember right, the basic command is just: say string where…
MacNN Development by Millennium

Doing neat things with Applescript. — #4

I've really wanted to make an applescript for iTunes so you can switch songs from other programs in 9 or X. I was thinking the function keys in 9 would be so easy to hook up, and…
MacNN Development by proluck

Doing neat things with Applescript. — #5

Quote: Originally posted by proluck: <STRONG>I've really wanted to make an applescript for iTunes so you can switch songs from other programs in 9 or X. </STRON…
MacNN Development by Diggory Laycock

Cron thingy... — #1

Hey there, I am trying to design a Cocoa program that, when a checkmark is checked, an action will happen (like pinging a server) I'd like it to be user friendly, and avoid the t…
MacNN Development by MachoManRandySavage

Cron thingy... — #2

No, Sherlock just runs an extra process in the background all the time. This might be the best thing for you to do. See the "Foundation Tool" project template, and then use some fo…
MacNN Development by Angus_D

Good Book for Learning Obj-C? — #1

Anyone out there know of a good book for learning Objective C? My experience is mostly in Java, which I can use for Cocoa, but I'd rather use Obj-C.
MacNN Development by nonhuman

Good Book for Learning Obj-C? — #3

Also, check out the "Programming with Cocoa" article series at http://www.oreillynet.com/mac. I picked up most of what I needed to know from those articles. [ 12-04-2001: Message…
MacNN Development by TheBum

mod_jk — #1

Hey there... I'm trying to compile mod_jk from Tomcat 3.2 and i use this command from inside the jakarta-tomcat/src/native/apache1.3 directory: apxs -o mod_jk.so -I../jk -I/System…
MacNN Troubleshooting

mod_jk — #2

What is mod_jk? I've never heard of it and cannot find it on the apache site. I've not had much luck compiling shared modules... trying to compile the mod_ldap one now. BTW I se…
MacNN Troubleshooting

mod_jk — #3

mod_jk is part of the Tomcat project. It is part of the newer releases and replaces the mod_jserv apache module for dealing with java servlets. I have had some of the same problems…
MacNN Troubleshooting

mod_jk — #4

http://jakarta.apache.org/builds/tom...se/v3.2.1/bin/ these are sources of tomcat - if you take it, look at included documentation, you will find the way to compile mod_jk with as…
MacNN Troubleshooting

mod_jk — #5

Yeah I think I saw it... But it's only got info on compiling for freebsd and linux last time I checked.
MacNN Troubleshooting

Need for Console MP3 player — #1

I need a console mp3 player, I found mpg123 on freshmeat, but the source package is not very standard. I'm not able to compile the package. I wonder if someone have been able to …
MacNN Troubleshooting

Need for Console MP3 player — #2

from both freshmeat and the authors page: Quote: 123mp3 is a frontend to BladeEnc and CDDA2WAV that produces MP3s from selected tracks on a CD in one automated process.…
MacNN Troubleshooting

Need for Console MP3 player — #4

Whoops! I searched on freshmeat for mpg123 and that was the first thing to show up. I guess I should've paid more attention! sorry about that!
MacNN Troubleshooting

Need for Console MP3 player — #5

How would I compile this for OS X? Do I need to use the included libs? Quote: Originally posted by IamBob: If you're looking for a console-based mp3 player you might t…
MacNN Troubleshooting

Need for Console MP3 player — #6

I've had no luck thus far... It seems the sound interfaces aren't really complete yet. You can only (officially) get at sound from carbon. I'm not ready to port something so likely…
MacNN Troubleshooting

Need for Console MP3 player — #7

I got some audio stuff in /System/Library/Frameworks/System.framework/Versions/B/Headers/iokit/audio but I still can't compile mpg123 or BaMP... :-(.
MacNN Troubleshooting

Need for Console MP3 player — #8

I don't know if this helps, but do have a streaming mp3 server running on my OSX box. I'm using JScream as the encoder, and Shoutcast as the server (both are console run). Everyt…
MacNN Troubleshooting

Need for Console MP3 player — #9

Quote: Originally posted by anothermacguy: I don't know if this helps, but do have a streaming mp3 server running on my OSX box. I'm using JScream as the encoder, and S…
MacNN Troubleshooting
mp.ls