ntt
About
- Username
- ntt
- Joined
- Visits
- 0
- Last Active
- -
- Roles
- member
- Badges
- 0
- Posts
- 18
Reactions
Comments
-
Many apologies. I did a search, but saw no matching threads. Lock away, mods.
-
Yes, Aperture 1.5 with export plug-in support which will make some people quite happy. And some improvements to standard tools (loupe viewer etc) that will make some other people happy. altavista's translation stuff works well
-
Quote: Originally posted by BoeManE In iPhoto 06 is there any way of viewing a list of the film-rolls, sorted by Date ? I don't know if this helps you at all, but when viewing all the thumbnails with the film rolls shown you can option-clic…
-
There's no way to make it truly native with java, but you can use a native interface (Cocoa). To do this, create a Cocoa-Java application in XCode and import your java code into the project. Google around for tutorials on cocoa-java applications.…
-
Quote: Originally posted by WhiteRabbit Can a widget make another widget (or window) for displaying more information temporarily. I would like to make a widget that can display comics from that day. AFAIK you cannot create another widget. Wha…
-
GT4 is very good. I borrowed a friend's copy as I am leaving for Seattle in a few days and it wouldn't have been worth buying my own copy. The game itself is like a refinement on GT3, which in my opinion is a good thing. The cars are much twitchi…
-
Depends on where you're doing your compilation from, I guess. If you're compiling in Terminal using javac, then you would want to refer to its location in a file called .bash_profile in your home directory. export CLASSPATH=".:$CLASSPATH:/path/t…
-
Quote: Originally posted by Fellowship Indeed. I notice a remarkable difference. The car tracks better and feels more flat when doing turning and getting over lanes etc. Plus you have the shiny Mugen bar to show off. I added a rear stru…
-
Quote: Originally posted by Splinemodel What a travesty. You could have spent that time drawing an $100k car that isn't slow. *snip* Otherwise, really nice work. Is that Illustrator or just the power of cell shading in Electric Image? …
-
Made it myself.
-
Quote: Originally posted by Logan Cale Come visit us at http://www.darkangelarchive.com [/B] I really liked the show, and appreciate all new websites dedicated to it. But with the show cancelled I don't see there being much longevity to your…
-
You can do this using javascript. Attach a javascript event to the link that fires form.submit(). Depending on your purposes you may also need to set a hidden form field that describes what link was clicked (for example, cancel or ok). The form…
-
Yes, that is the correct place for the compiled JSP to appear. Sounds like the JSPs aren't being compiled properly. Need to check that tomcat knows where the compiler is, and classpath is correct. Also could try installing the non-LE version o…
-
The quick reply is because I'm in Australia, too. Would you be able to post up the relevant parts of your server.xml and the httpd.conf (or the whole files)? Or perhaps email them to me. Or if you'd prefer I can send you my conf files and yo…
-
Hi, Not sure if it makes a difference, but have you tried restarting apache _after_ you stopped and started tomcat? I believe tomcat may need to be restarted before the apache connector can establish a connection to port 8008 (warp connector).…
-
You probably need to uncomment the Tomcat-Apache connector service in /usr/local/jakarta-tomcat-4.x.xx/conf/server.xml Remove the after the Then restart both tomcat and apache.