Search results

  1. Volkof

    Ensure file integrity between 2 servers

    Hi everyone, I am working on a project that is migrating files from the old server to new server. Note that the old Server runs on Novell while new server runs on Windows Active Directory. I would like to ask if anyone know of any program or algorithm that can loop through all the files in...
  2. Volkof

    ASP.NET C#; Update Database from Comment Box

    I have this Comment Box, whereby the Doctor types in some words, press "Update" and the Comment Box will now show what the Doctor typed. In addition, the Database should be updated with the Doctor's comment. Problem is that the update did not occur. I typed in the Comment, clicked "Update", the...
  3. Volkof

    SAX Parser. An integer exceeded 2147447602 value

    Hi all, I am running an SAX Parser in Netbean to extract 1GB of XML data and write into CSV file. My program is running perfectly when I use test data of less then 1MB. The code runs displaying print outs that I expected and CSV files produced are correct. So next I run my code with the 1GB...
  4. Volkof

    Facebook Connect stores user details to my database?

    Hi there, Is it true that if we incorporate the Facebook Connect into my website, and users register via Facebook, their details can be stored into my database?
  5. Volkof

    Prevent Registered user from registering again

    Hilo~ If a user has already registered to your website, is there any way to prevent him/her from trying to register to your website again? I read somewhere that you have to check ip address or something, but im not sure how to do that. Using PHP by the way
  6. Volkof

    Advise on best Social Networking Framework

    opps sry, guess I used the wrong term. Its Social Networking Software. Here is a table from wiki But because I had never used one b4, Im looking for advice
  7. Volkof

    Recommended Languages for Web Development

    Thank you all. I will continue to do my research :)
  8. Volkof

    Recommended Languages for Web Development

    What does out-of-the-box mean?
  9. Volkof

    Advise on best Social Networking Framework

    Hello :D Has anybody created their own Social Networking Website like facebook? I would like to ask what framework you use? My friend introduced me to PHPfox. It looks cool, but not free :( I searched for others, but since Im new to this, I have no idea which is the best. So I came here to...
  10. Volkof

    Advise on which Web Hosting Provide to choose

    oh, so Shared Hosting is for multiple websites hosted on same server. Haha but I have not even created my first website yet :p By the way, not sure if you answered my question on Domain Name, since it is just a Domain Name, does it matter which Provider I choose?
  11. Volkof

    Advise on which Web Hosting Provide to choose

    Actually for Domain name, is there any different on which Provider? I thought registering for Domain Name just makes it public. I entered my desire domain name to Namecheap and goDaddy. Namecheap price at $10.69/yr goDaddy price at $9.99/yr For the requirements, the number of users is...
  12. Volkof

    Advise on which Web Hosting Provide to choose

    Hi all, Which Web Hosting Provider would you guys recommend? This includes buying the domain name, uploading into server slot and bandwidth. 1.godaddy 2.Temple Media 3.Others - please state I heard that godaddy takes 5 mins to refresh. My group's website criteria is to store...
  13. Volkof

    How to Sort an Array Object by its attribute

    @Accname Yes I did come across Comparator, I know I need it, but dont understand how to use it. So I'm suppose to create a separate Comparator Class, and define the Sort Algorithm there? But that is the confusing part. How do I even code the Comparator Class? @DrEvil I cant use CustomerID...
  14. Volkof

    How to Sort an Array Object by its attribute

    Hi all, Lets say I have these classes: ====================================================== public class PlaneSeat { //Attributes private int seatId; private int customerId; private boolean assigned; } Every Plane Seat has a seatId, and only 1 customer can be assigned to...
  15. Volkof

    How to store Images in Database

    @Magentix blob is Binary Large Object right? How does it work?
  16. Volkof

    How to store Images in Database

    You mean once the img is uploaded to server, the database stores the path name as String?
Top