Forum: ASP.NET Jul 7th, 2008 |
| Replies: 6 Views: 1,059 Re: Disable 'Back' button on browser Well, why don't you try using pop up windows. I mean, sure you will have to deal with the PopUp blockers, but that's another issue and still have to deal with the javaScript problem. At least you get... |
Forum: PHP Jul 7th, 2008 |
| Replies: 6 Views: 223 Re: help me.... I don't think this is the right place to be searching for a proyect. But who knows, maybe I'm wrong and daniweb could be of help.
You could start by saying first what are you interested in. |
Forum: Java May 18th, 2008 |
| Replies: 12 Views: 600 Re: Try Catch question Hmmm, I don't recall any methods for that particular issue. However, there is a Throwable class (wich is the superclass for all exceptions in the Java Language) and an Exception class. This means... |
Forum: PHP Mar 11th, 2008 |
| Replies: 1 Views: 308 Re: PHP with SSL Well...first of all, it isn't PHP with SSL. It's more like Apache with SSL.
Start by doing some research. Signed certificates. Public key cryptography basics. Mod_ssl. That's an OpenSSL interface... |
Forum: Oracle Mar 6th, 2008 |
| Replies: 5 Views: 1,317 |
Forum: Oracle Mar 5th, 2008 |
| Replies: 1 Views: 2,920 Re: ER diagram from TOAD You need to select a table from which to start from. Kind of like a central table from which Toad will build the relationships out of your entire ER diagram.
First, try checking which one of your... |
Forum: Oracle Mar 5th, 2008 |
| Replies: 5 Views: 1,317 |
Forum: Graphics and Multimedia Mar 5th, 2008 |
| Replies: 0 Views: 558 Flex (ActionScript Timeout) Hey, I'm in the need for a way to change the timeout period of the Flex Builder Compiler. I'm using 3D engines and models and whatnot and this seems to be getting in my way 'cause the script needs to... |
Forum: PHP Jan 26th, 2008 |
| Replies: 8 Views: 780 Re: Send email through php? PHP has a function made for this exact purpose.
Mail($to, $subject, $body)
Do some research on it, it's not hard to use. |
Forum: Techies' Lounge Dec 12th, 2007 |
| Replies: 5 Views: 855 Re: LogMeIn. Exactly. That's the kind of stuff I'm interested! Virtual Network Computing? netbus? Citrix? Webex? How do they get integrated into the final interface we know? |
Forum: Techies' Lounge Dec 10th, 2007 |
| Replies: 5 Views: 855 LogMeIn. Hey everyone. I just thought I could ask here...does anyone know how does LogMeIn work? I've done some googling and all I've found is the "how to set up a LogMeIn account" help or something like it.... |
Forum: Computer Science and Software Design Sep 8th, 2007 |
| Replies: 2 Views: 657 Re: J2ME help Ehm, what kind of help are you looking for?
I don't know if there's a module for Eclipse, but maybe you should start by downloading the Netbeans Mobility Pack. That's a first step.
The API for ME... |
Forum: Java Aug 9th, 2007 |
| Replies: 3 Views: 1,558 Re: parallel port trouble. Well, we decided to write a C program that writes a "1" in hexadecimal and use Java's Runtime.exec() method to execute it.
Thanks to everyone who read the post.
Hope this helps in the future. |
Forum: Java Aug 1st, 2007 |
| Replies: 3 Views: 1,558 Re: parallel port trouble. And I also found this:
"Hello World! http://www.velocityreviews.com/forums/images/smilies/icon_smile.gif
Im currently studying automation , and just started experimenting with java in... |
Forum: Java Aug 1st, 2007 |
| Replies: 3 Views: 1,558 Re: parallel port trouble. Just in case anyone's having the same kind of problem, I've found this:
"I've read some messages on here regarding the Java Communications API
and the problems some have had with writing to... |
Forum: Java Jul 31st, 2007 |
| Replies: 3 Views: 1,558 parallel port trouble. Hi everybody.
I'm trying to turn on (or off) some LEDs conected to the Parallel Port. The program opens the port correctly but for some reason, it only allows me to use the LPT.MODE.SPP, even... |
Forum: Java Jun 30th, 2007 |
| Replies: 0 Views: 1,291 java and BasicSTAMP USB Hi.
I've been struggling with this for about a 3 days now, maybe someone could help. It isn't as specific as it seems. Please read on, i'm losing my mind over this :(.
Here's the thing:
The... |
Forum: Java Apr 29th, 2007 |
| Replies: 1 Views: 2,680 Javax.comm, RXTX, jUSB, javax.usb hi everyone.
I'm on the need of using serial ports with a java application. The last time I checked, Sun offered Java Comm as a solution; but now they removed the Api from their site (I'm using... |