Actual Results
- vickriz
- Foro: Website Design Forum
- Tema: Background image padding
- Subject: Background image padding
- Respuestas: 3
- Vistas: 6799
- Subject: Background image padding
Posted: Noviembre 18th, 2008, 12:11 pm
Wow fantastic! Thank you so much buddy you solved my problem.
Long live buddy!
Long live buddy!
- vickriz
- Foro: Website Design Forum
- Tema: Background image padding
- Subject: Background image padding
- Respuestas: 3
- Vistas: 6799
- Subject: Background image padding
Posted: Noviembre 18th, 2008, 9:49 am
Hello everybody. Please help me with my problem. my .css code: html4strict Code: [code]/*BackLink+NextLink*/ a.backlink { text-decoration:none; background:url(aarrowleft.gif) transparent center right no-repeat; border:none; } a.nextlink { text-decoration:none; background:url(aarrowright.gif) transpa...
- vickriz
- Foro: Programming / Scripting / Coding Forum
- Tema: validate form onChange?
- Subject: validate form onChange?
- Respuestas: 1
- Vistas: 5322
- Subject: validate form onChange?
Posted: Octubre 23rd, 2003, 9:20 pm
i found this script on the web -validating select form: what if i want to use onChange attribute for select instead with the form onSubmit ? how can we accomplish that? also how can i display the name of select element [Province,Municipality,Barangay] onto error instead the plain 'Please select name...
- vickriz
- Foro: Programming / Scripting / Coding Forum
- Tema: query to combine two fields
- Subject: query to combine two fields
- Respuestas: 0
- Vistas: 2722
- Subject: query to combine two fields
Posted: Octubre 21st, 2003, 2:32 am
hi to all, and good day.. i dont know where to post my subject, so iL give a try here. im using Access 2000 and i want to make a query [in SQL statement] for the (2) fields and combine them with comma delimeted. lets say: fieldOccupation1 fieldOccupation2 fieldOccupation Farmers Businessman the resu...
- vickriz
- Foro: Unix / Linux Forum
- Tema: Installing postmaster at local computer
- Subject: Installing postmaster at local computer
- Respuestas: 0
- Vistas: 4355
Posted: Agosto 19th, 2003, 10:19 pm
hello there again folks.. i install my postmaster service from apache but it was issuing me an error. by running this at the cygwin command prompt: $cygrunsrv --install postmaster --path /usr/bin/postmaster --args "-D /usr/share/postgresql/data -i" --dep ipc-daemon --termsig INT --user postgres --sh...
- vickriz
- Foro: Unix / Linux Forum
- Tema: Apache, Postgresql ssh
- Subject: Apache, Postgresql ssh
- Respuestas: 4
- Vistas: 2962
- Subject: Apache, Postgresql ssh
Posted: Agosto 19th, 2003, 7:46 pm
Bigwebmaster escribió:
Type:
ls -la /home/vvbuenaventura
and post your results here.
ls -la /home/vvbuenaventura
and post your results here.
$ ls -la /home/vvbuenaventura
drwxr-xr-x 3 vvbuenav None 0 Aug 12 09:58 .
drwxr-xr-x 4 vvbuenav None 0 Aug 12 09:56 ..
drwxr-xr-x 2 vvbuenav None 4096 Aug 12 10:03 .ssh
$
- vickriz
- Foro: Programming / Scripting / Coding Forum
- Tema: SQL query..
- Subject: SQL query..
- Respuestas: 4
- Vistas: 4479
- Subject: SQL query..
Posted: Agosto 18th, 2003, 8:01 pm
I'm not exactly sure what you mean, but if you try to clearify I might be able to help... for simplicity heres some records in my table: Field:SuffixName row1:Jr. row2:Sr. row3:Edison, IV. Hyde row4:Terry row5:Shane, Sr. Von row6:B. row7:G. row8:III. row9:Jr. row10:T. row11:L. so after the update q...
- vickriz
- Foro: Unix / Linux Forum
- Tema: Apache, Postgresql ssh
- Subject: Apache, Postgresql ssh
- Respuestas: 4
- Vistas: 2962
- Subject: Apache, Postgresql ssh
Posted: Agosto 18th, 2003, 7:49 pm
Bigwebmaster escribió:
Does this directory exist on your server?
/home/vvbuenaventura
also you might try running those commands as root user to make sure you have permissions to write to the directory.
/home/vvbuenaventura
also you might try running those commands as root user to make sure you have permissions to write to the directory.
Yes this folder are exist and the user vvbuenaventura was the super user...
- vickriz
- Foro: Programming / Scripting / Coding Forum
- Tema: SQL query..
- Subject: SQL query..
- Respuestas: 4
- Vistas: 4479
- Subject: SQL query..
Posted: Agosto 18th, 2003, 12:41 am
Hi to all, i dont know where to post this but i give a shot here.. i have a table in ACCESS2000 with the field of sufixName. my problem is they mixes with some other characters.. how can i eliminate or trim-out the other string aside from this... Jr., Sr. I, II, III and IV? anybody knows how to do i...
- vickriz
- Foro: Unix / Linux Forum
- Tema: Apache, Postgresql ssh
- Subject: Apache, Postgresql ssh
- Respuestas: 4
- Vistas: 2962
- Subject: Apache, Postgresql ssh
Posted: Agosto 17th, 2003, 10:24 pm
Good day to all.. i have kind a hard configuring apache and postgres from my cygwin server. i have trouble essuing the command of: $ /usr/bin/ssh-user-config /home/vvbuenaventura /home/vvbuenaventura /home/vvbuenaventura is set in /etc/passwd as your home directory but it is not a valid directory. C...
- vickriz
- Foro: Programming / Scripting / Coding Forum
- Tema: Make a text box input mask?
- Subject: Make a text box input mask?
- Respuestas: 14
- Vistas: 77510
- Subject: Make a text box input mask?
Posted: Agosto 6th, 2003, 7:53 pm
Wow fantastic! thats really greate script u made..
thanks alot for your patient and giving me your time to help..
you save me my day bro...
thanks alot for your patient and giving me your time to help..
you save me my day bro...
- vickriz
- Foro: Programming / Scripting / Coding Forum
- Tema: Make a text box input mask?
- Subject: Make a text box input mask?
- Respuestas: 14
- Vistas: 77510
- Subject: Make a text box input mask?
Posted: Agosto 6th, 2003, 3:00 am
The script does have one drawback in that it will only read numbers from the top row of the keyboard and not from the number pad. A much simpler way to do this is to use three text boxes, one for each value: [code] <input type="text" name="month" maxlength="2" size=...
- vickriz
- Foro: Programming / Scripting / Coding Forum
- Tema: Make a text box input mask?
- Subject: Make a text box input mask?
- Respuestas: 14
- Vistas: 77510
- Subject: Make a text box input mask?
Posted: Agosto 5th, 2003, 9:41 pm
I think this is what you are looking for: [code] <? //this is the method file of the post function for <form> $year = substr("$_POST['date']", 6); //'date' is the name for the date field if ($year >= 1930) { if ($year <=2003) { echo...
- vickriz
- Foro: Programming / Scripting / Coding Forum
- Tema: Make a text box input mask?
- Subject: Make a text box input mask?
- Respuestas: 14
- Vistas: 77510
- Subject: Make a text box input mask?
Posted: Agosto 5th, 2003, 12:31 am
how can i make an input mask on textbox for a date mm/dd/yyyy. example input 07/16/1975 and then check whether the date of year is within the range of 1930 to 2003.
any help would appreciate..
thanks..
any help would appreciate..
thanks..
- vickriz
- Foro: Programming / Scripting / Coding Forum
- Tema: JavaScript: radio button
- Subject: JavaScript: radio button
- Respuestas: 19
- Vistas: 76741
- Subject: JavaScript: radio button
Posted: Agosto 3rd, 2003, 9:08 pm
Vickriz the biggest problem is the size. You've already noticed the lag time and the browser hang up. If you put it into a database you can code the scripting language (ASP/PHP or whatever) to display only portions at a time. i.e page 1, page 2 etc...just like this forum script does. The only other...
