Jump to content
xisto Community

vitrus

Members
  • Content Count

    43
  • Joined

  • Last visited

About vitrus

  • Rank
    Newbie [Level 3]
  • Birthday 04/13/1986

Contact Methods

  • Website URL
    http://www.vitrus.nl

Profile Information

  • Location
    Haarlem, The Netherlands
  • Interests
    Ice-skating and nightskates,<br />Dancing, <br />webdevelopment (java, JSP and PHP)
  1. Show us the result when you are done... And if you need some functions (image editing) you can PM me
  2. Quite a clean design... I don't know where you use it for, but it is okay (I like the menu a lot by the way..)..But your code is a mess... inline styles, (there not even a CSS file just some style in the header) ... and it isn't even valid to the most loose standards...
  3. It isn't working! Is your server up and running?
  4. Very original designs biscuitrat! I like the fact that I can't really see how the table's or divs are done... Not to squarish (most sites do have that feeling)...Ow and fixing it in valid xHTML simply r0x
  5. I started witb notepad for my HTML too.... But I got so addicted to the code highlights in notepad++ that I simply can not work with notepad anymore
  6. Well classes are the best way yes indeed...But using beans is just a special way of initiating your class....And a servlet is a class that extends a certain deffault class....So beans and servlets .. are classes and I still do not know what is best...(simply using classes without extending anything is quite hard when you start working with sessions and stuff)...
  7. Yes, if you want to encrypt a small piece of text (In php I was thinking about a personal (private) message or something.Than you have two excellent functions over here
  8. Hi all, I just started working with JSP and never really used basic servlets before.my problem is currently how to deploy a simple webapp? Some people include servlets, others use beans, (or taglib which looks kind of the same to me).I started with compiling java classes and including them (which did work, untill some point where I started working with sessions and stuff...)..Whats best to use? and when? Is it okay to use em all together? And does anyone has a good referencce...
  9. C'm on guys.. we are NOT living in the 90'ies anymore... a <table> icw align=center is NOT ALLOWED besides, he was talking about TEXT alignment.. so, how about: CSStd.mystyle { text-align: center; width: 871; padding: 0; } HTML <td class="mystyle"> yadda yadda </td>
  10. When the design of the script allows that, you should
  11. I started trying anyway and it wasn't that hard.. Why can't I lock my own topics 8-)?
  12. Hi all.... I just moved from my local server to Xisto for testing my JSP and servlets... However I am having troubles with my servlet classes... when I put them under the WEB-INF/classes/ I don't know what the package on top of my classes should be, and how I include em in the JSP files..... Offcource I can find out but I'm to lazy to keep recompiling my classes untill it works ... Tnx
  13. That " Google's custom site search " is a nice alternative... Allthough I think it is not really proffesional on a site which is made for selling items... When you build your own search system you could format it in the way you want.. so .... The best way to BUILD your own searchsystem is to dynamically format your SQL query's ... WHERE companyname LIKE '%$searchname%
  14. Just fully delete the "header( "Location: $location" );" ...And write a new method that takes care of this stuff...my advice is to use <body onLoad=""> ... good luck!
  15. Not bad for a start...But I really don't understant why the builder didn't make a nice class of this all.....I build a class which can basically do anything with images
×
×
  • 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.