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)
-
Image Galleries Which one to choose ?
vitrus replied to varunone's topic in Websites and Web Designing
Show us the result when you are done... And if you need some functions (image editing) you can PM me -
It isn't working! Is your server up and running?
-
Biskie's Free Templates X 2 Avantgarde? Of course
vitrus replied to biscuitrat's topic in Websites and Web Designing
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 -
Php Designer 2005 - By Far The Best One.. .. that was the description..
vitrus replied to thablkpanda's topic in Programming
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 -
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)...
-
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
-
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...
-
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>
-
When the design of the script allows that, you should
-
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
-
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%
-
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!
-
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