Jump to content
xisto Community

Dumbledore

Members
  • Content Count

    16
  • Joined

  • Last visited

About Dumbledore

  • Rank
    Newbie [Level 1]
  1. Hi!On the Xisto homepage there is a list with services possible on user websites. There are mentioned as points 18 and 19 the usage of Tomcat and JSP. Now, I've set up a free webpage and tried to make a jsp-page. But unfortunately it doesn't work when I copy the file to the www-directory.What do I have to do to get jsp scripts running?Greets, Chris
  2. Hi!How can I use jsp scripts on my free webspace? Do I have to put them into a special directory?Greets, Chris
  3. Hi! I'm using LeechFTP. It's a little bit old, but it really works fine and is very simple to use. You can download it at LeechFTP. It provides multiple downloads (not only one as for example FlaxhFXP), which I think is very important for a good ftp program. Quick Start turorial: -connect to a ftp: just click on the lightning symbol and enter the login data -add a bookmark to avoid entering the login data at every login: click on the book sign, choose "edit", "add folder", enter a name for the new folder, the choose "edit" and "add bookmark". Now you can log in to a ftp by simply clicking on the book sign and than double clicking on your bookmark. On the left, you can choose how many threads (files) should be handled simultanously. I think this should help to get a quick start with the program. Greets, Chris
  4. Hi!I think you have done a good job! The layout is clearly arranged and the colors look good. And I really like the photos on your page. Only one little proposal: you could add a "next" and "back" button to the window that appears when clicking on an image. So visitors can browse through your picture collection and one doesn't has to click on a photo, close the window and so on....Beside this it's a really good page!Greets, Chris
  5. Hi!I think you've created a nice site! It's very clearly arranged, the colors are OK (some webpages have really bothering solors....), the navigation is clear. Perhaps you could add some more contents? The link section is great, but the other parts seem to be a little empty... Perhaps you could also design a logo for your page and add a visitor counter? You could also add a forum to make discussions between miniature railway fans can discuss.But altogether I like your page!Greets, Chris
  6. Hi!Could you please tell me how to use JSP scripts on my webspace? JSP is on the list of available services of your homepage, but my little test script doesn't work.... I've put it into the "www" folder, perhaps this is wrong?Greets, Chris Notice from mayank: Moved it from misc. free web hosting request to hosted members area
  7. Hi,I don't think the IPod Shuffle is such a greta player as the commercials want to make us think. There are several other players that cost less and have a lot more funcionality! The Shuffle doesn?t even has a display as I know... And I think this is really an important part. Then, the "shuffle" ability is advertised as a brand new invention! I don't know any other player that hasn't such a shuffle functionality. I think the IPods are players that are OK, but not that fantastic.Greets, Chris
  8. Hi!On your homepage there is a list with services possible on your websites. You mention there as points 18 and 19 Tomcat and JSP. Now, I've set up a free webpage (devzone.trap17.com) and wanted to try a jsp-page. But unfortunately it doesn't work when I copy the file to the www-directory.What do I have to do to get jsp scripts running?Greets, Chris
  9. Hi! For the srength of a password, you should have a look at the so called "crack"-functions. These are php functions, with which you can analyse passwords. You have to install the extension (since PHP 5 it is no longer bundled to php), than you can use the following code <?php// Open CrackLib Dictionary$dictionary = crack_opendict('/usr/local/lib/pw_dict') or die('Unable to open CrackLib dictionary');// Perform password check$check = crack_check($dictionary, 'gx9A2s0x');// Retrieve messages$diag = crack_getlastmessage();echo $diag; // 'strong password'// Close dictionarycrack_closedict($dictionary);?> The "crack_check" returns true if the password is OK, than the "crack_getlastmessage" returns "strong password". You can find further information on this topic at PHP reference There you'll find the code from above along with a a little bit detailed explanation of what the functions are doing and a short text about installing the extension! I hope this helps you! Greets, Chris
  10. Hi! I just found a, I think, very good tutorial for you! It starts explaining which things you need to use MySQL with jsp, then it explains how to install these things, and everything else you need to know step-by-step. Planet Source Code It's a tutorial for using jsp / mysql with windows, I hope this is OK. I'm not using Linux... If you are able to understand german, you could also have a look at this page: JSP Devlop I think this is a really greta page for a great width of jsp themes and for getting help with jsp related problems. You find there also little workshops and code pieces to download. I hope this helps you a little bit! Greets, Chris
  11. Hi! I also had this problem when finishing my last bigger project. Cause It's a long time since, so I don't remeber how I exactly solved this problem, but I think you should have a look at the website Javaworld. There is a tutorial for developing a splash screen with Java Swing. By the way, do you want to use Swing or AWT? They are using threads which are often not so easy, but I think the code at all is not so difficult to understand. Just have a look at it and when you have questions, simply ask! Greets, Chris
  12. I'll agree to Saint. I think Java has really a lot of advantages about C++. One of the main problems of Java, the speed, is improving more and more an I think it won't take very long and ths speed problem is no problem any more. But today one shouldn't compare Java to C++, it's better to compare it to C#. With the .NET environment there are a lot of advantages you didn't had with C++, like for example the pointer stuff which has been replaced by C#. But generally I think Java is at present the best programming language to use! And I also think it's a good choice for beginners to start with, cause you can achieve first results relatively easy.Greets, Chris
  13. Hi! Here are a few more sites you could try, sometimes there are only free themes, some sites have commercial and free. Just have a look at it! PHPNuke.de Vipixel PHPNuke.org PHPNuke Downloads.de Greets, Chris
×
×
  • 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.