Recent content by reef_d

  1. R

    About NetBeans(IDE)

    what's the difference if you use an IDE or not? In the end don't you have to deploy the servlet/JSP files from a Server
  2. R

    Turbo C not running..

    Why don't you use gcc? TurboC is pretty dead and useless
  3. R

    Drupal with Oracle

    I need to work on a project that requires the use of a CMS. Most of my experience comes in the use of Drupal and module development for Drupal. Most of the time I've used MySql and PostGRE. I might start the project on MySql. So does Drupal support the use of Oracle. I need to know for sure so...
  4. R

    Wanna Enter the Real Programmer's World

    Like everyone has said, stick to C and x86 Assembly language. Use Linux and the gcc compiler. Whatever you do, don't waste your time using TurboC
  5. R

    Drupal Help needed

    I'm using Drupal 5. Here's my question: One focus of my development here is incorporating a module within another module. The module I'm using stores information of faculty members of a university. i.e. their Classes, Research, publications etc. For the Publication section, I want to use the...
  6. R

    A question on Servlet File I/O

    Here's my problem of sorts: I have a csv file with Name, Email, Binary value( Yes/No) I have to scan the csv and for all usernames with value 'No', I have to create an html page with the values in it. Then I have to update the file changing the binary from No to Yes. So basically, the...
  7. R

    Linux Debian 5 Lenny Released

    Surprisingly this thread didn't make it big. So reviews anybody? Debian was the first Linux i used (Sarge). Switched to Ubuntu and Fedora after that but I always loved Debian. Feel so close to your hardware using it.
  8. R

    A question on Servlet File I/O

    Yeah, I'm looking forward to JSP. I'm more of a PHP programmer when it comes to the Web but working a lot in Java in my research so, trying to pick up all round skills in it.
  9. R

    A question on Servlet File I/O

    Thanks man, appreciate the help. I'm taking a class on Web Programming and I've read up on MVC and stuff so I'm finding the basic servlets part really annoying. I guess it's required for a good base, but I just find it annoying. Do things like EJB, Spring etc. make things easier after knowing...
  10. R

    A question on Servlet File I/O

    Here's what I want to do to extend functionality # Create invitations as HTML files for invitees; the invitations should include invitation text So would I have to redirect each user to a new servlet with the html encoding. Any better solutions?
  11. R

    Good institute to learn java,oracle,redhat?

    at Malad there's Rajesh Patkar Institute of Software Engineering. Really good in teaching Java
  12. R

    A question on Servlet File I/O

    isn't the action parameter part of the < FORM >?? If you do have any solution, let me know. Thanks for your help
  13. R

    A question on Servlet File I/O

    I think i'll use String Tokenizer for it. Thanks anyway. Also another question I have, if my display servlet or html file has two submit buttons, how do i call different servlets/java class files for each submit button. For example my file has a 'Submit', 'Save' and 'Retrieve' button.
  14. R

    A question on Servlet File I/O

    Here's my problem: I have a simple form with Name, Email and Message. If these fields are valid I write them to a text file. I want to work on the opposite now i.e. if the file exists with data, to populate the fields with the right data. So do i use BufferedReader methods? If so which methods...
  15. R

    Noob python inquiry

    Yeah i have an idea about hashlib but I was just trying out simple stuff. Any helpful links on data structures and control structures would be appreciated. @codereverser, thanks for the help. I had tried something like that as well.
Back
Top