Jump to content
xisto Community

patelg

Members
  • Content Count

    91
  • Joined

  • Last visited

About patelg

  • Rank
    Member [Level 3]

Contact Methods

  • Website URL
    http://

Profile Information

  • Location
    AUSTRALINDIA
  1. Can you please post the content of JDKsetup.bat, so we can understand what it is trying to do? As the previous thread said, to compile you need to use "javac filname.java" and to run only "javac filename", if the compilation was succesfull.. Thanks
  2. Are you kidding? Download for Free and leagally?!!!!!! Either it is free and not legal or paid and legal.....
  3. One of the commercial one is - Vignett....it is expensive though and good for big sites...
  4. Because Now Google have spare money to spend and invest. so. where ever they sees the opportunity, they are jumping..They have to invest somehow...I guess it will bring out best..but Google has be very careful..otherwise it will be overdone and there will be no or less quality, which is the main factor that everybody likes it GOOGLE...Anyway, wait and see as....every dog has its day.......
  5. It depends, why and how you are using this technologies. For Normal web use, PHP will be easy to use with many features....as you already know. But for complex websites and applications, Java/Jsp solution is much preferable, secure. This is the reason big organisations use Java/.NET solutions. Once you site grows bigger and bigger it becomes hard to maintain as it becomes complex with more users, more application and features. Also, it requires more security, as it also increases threat of being hacked into. For normal website, PHP solutions is great way to start. Anyway, different developer has their own opinion but this is mine.
  6. Yes, because is so much depended on client machine......
  7. It is so simple....here is the code...import java.util.Scanner;import java.util.Random;public class test3{ public static void main (String[] args) { Scanner scan = new Scanner(System.in); Random generator = new Random(); int times; System.out.print ("Number of times: "); times = scan.nextInt(); for (int i=0; i<times; i++) { int n = generator.nextInt(10); System.out.println(times+1 +" : " +n); } }}
  8. Cool, like this idea.. I dont know, how people comes up with different ideas....
  9. Do you mean search engine or web browser?Search Engine = Goooooogle is the BESTWeb Browser = Firefox is the BEST
  10. If you want to see AJAX example thne it GMAIL....You have seen it the way it does it, fast...It will be slow for first time then it will use javascript all the way...Downside is Javascript is must for AJAX..Also, it has some Accesibility issues, which is hard to achieve at this stage..Also, it is AJAX is not new, it was in the industry but AJAX is the new name....It is cool though..as the GMAIL is...
  11. The X-Files had one episode on this topic........ So dont know what to believe....as like other X-Files stuffs.
  12. Ya PowerDVD is good for DVD's. also, for files like avi and all i use VLC media player, which is compitable with most and good....
  13. Hi PHP geeks,Do you know if php has Database extraction layer? like Java has. Which is used for development of database layer, so it become easy to change the database if you wish to without modifying so much code underneath....Any ideas is welcome.I am sure there should be something which is being used and reliable and mature.I am new to PHP so want to use it if it is there. Good to know from experienced developer about there developing experience.Thanks in advance.
  14. Thanks, very helpfull.... Dont know, what i was searching on google....i must learn to find it quickly... Thanks again.
  15. Where do i get free HTML Templates to use in look and feel of website?Any link will be helpfull....I know there are some free templates available but it is hard to find even by gooooogling it.Please, share if you have any.Thank You.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.