Goto Page: 1, 2
Actual Results
- sartori
- Foro: Unix / Linux Forum
- Tema: Linux in my School
- Subject: Linux in my School
- Respuestas: 8
- Vistas: 2707
- Subject: Linux in my School
Posted: Abril 27th, 2004, 1:56 pm
Hey all, Ok I want to get my school to go to Linux in a classroom, the programming room. I am making a paper to give to the big boss that makes these decisions. I just need to know some things... LIKE Does linux work with Novell and their databasing? Does linux have a program that works much like De...
- sartori
- Foro: Programming / Scripting / Coding Forum
- Tema: Work at home?
- Subject: Work at home?
- Respuestas: 7
- Vistas: 1808
- Subject: Work at home?
Posted: Diciembre 12th, 2003, 12:00 pm
The school has a policy ... I am smarter than my bosses at this! :) Yes we are a bunch of country bumpkins. :) So I would have to basically get a bunch of info to do this and THEN attempt to do it ... Man since I am lazy and don't really wanna do this I will just not work through-out the christmas b...
- sartori
- Foro: Programming / Scripting / Coding Forum
- Tema: Work at home?
- Subject: Work at home?
- Respuestas: 7
- Vistas: 1808
- Subject: Work at home?
Posted: Diciembre 12th, 2003, 11:59 am
The school has a policy ... I am smarter than my bosses at this! :) Yes we are a bunch of country bumpkins. :) So I would have to basically get a bunch of info to do this and THEN attempt to do it ... Man since I am lazy and don't really wanna do this I will just not work through-out the christmas b...
- sartori
- Foro: Programming / Scripting / Coding Forum
- Tema: Work at home?
- Subject: Work at home?
- Respuestas: 7
- Vistas: 1808
- Subject: Work at home?
Posted: Diciembre 11th, 2003, 11:04 am
It is a school thing ... To help us get in touch with our business side ... O well... I get paid to do it. ANYWAYS! So I need an ftp server. Would I save my pages as .ftp then? Or save them as Html documents? I have the address ... *there is no passwords I know of* You say I might need my IP addy? W...
- sartori
- Foro: Programming / Scripting / Coding Forum
- Tema: Work at home?
- Subject: Work at home?
- Respuestas: 7
- Vistas: 1808
- Subject: Work at home?
Posted: Diciembre 10th, 2003, 1:42 pm
Is it possible for me to set up my web pages so if I don't make it to work (I am sick), I can work on them at home? IF so? How would I go about doing this?
David Petro
David Petro
- sartori
- Foro: Programming / Scripting / Coding Forum
- Tema: Javascript polls
- Subject: Javascript polls
- Respuestas: 2
- Vistas: 2890
- Subject: Javascript polls
Posted: Noviembre 26th, 2003, 12:43 pm
Is it possible to make a javascript poll that works from a database? *IE: I am working for school ... I am trying to make a web site that will elect a queen and king of hearts 'a lil' vote we got here'. I want to do this VIA polls and only one person can vote 1 time... No one number can vote more th...
- sartori
- Foro: Programming / Scripting / Coding Forum
- Tema: View Source Info...
- Subject: View Source Info...
- Respuestas: 7
- Vistas: 1461
- Subject: View Source Info...
Posted: Noviembre 21st, 2003, 9:29 am
I would like to know how to do it.. I want to know how to do it because I want to learn how to crack it. I want to be able to read any code I want ... Just because I can ... Just to make myself feel better and smarter!
Sart!
Sart!
- sartori
- Foro: Programming / Scripting / Coding Forum
- Tema: Password protection help
- Subject: Password protection help
- Respuestas: 6
- Vistas: 1250
- Subject: Password protection help
Posted: Noviembre 14th, 2003, 12:06 pm
I watched someone do this in Java... it was something like
and that worked for him. That is my 2 cents
Sart!
Código: [ Select ]
localecho = "*"
Sart!
- sartori
- Foro: Programming / Scripting / Coding Forum
- Tema: Javascript/HTML wondering
- Subject: Javascript/HTML wondering
- Respuestas: 13
- Vistas: 11924
- Subject: Javascript/HTML wondering
Posted: Noviembre 14th, 2003, 9:20 am
Well.. TkS yet again..
Sart!
Sart!
- sartori
- Foro: Programming / Scripting / Coding Forum
- Tema: Javascript/HTML wondering
- Subject: Javascript/HTML wondering
- Respuestas: 13
- Vistas: 11924
- Subject: Javascript/HTML wondering
Posted: Noviembre 13th, 2003, 12:43 pm
Yahoo! I got it workin... Check this out. [code]function refresher(){ if (time !== 0){ window.location.href = "call page here"; } else { time = 1; } var time = 0; } </script> </head> <body onResize="refresher(...
- sartori
- Foro: Programming / Scripting / Coding Forum
- Tema: Javascript/HTML wondering
- Subject: Javascript/HTML wondering
- Respuestas: 13
- Vistas: 11924
- Subject: Javascript/HTML wondering
Posted: Noviembre 12th, 2003, 1:37 pm
OK! I got a working code... Somewhat... It reloads the page.. I want a refresh.. Is there a javascript function that will refresh the page? Like window.location.reload() reloads the page... I tried the window.location.refresh() and window.location.refresh and window.refresh() and window.refresh .......
- sartori
- Foro: Programming / Scripting / Coding Forum
- Tema: Javascript/HTML wondering
- Subject: Javascript/HTML wondering
- Respuestas: 13
- Vistas: 11924
- Subject: Javascript/HTML wondering
Posted: Noviembre 12th, 2003, 11:11 am
That does not work... I tried that before.
- sartori
- Foro: Programming / Scripting / Coding Forum
- Tema: Javascript/HTML wondering
- Subject: Javascript/HTML wondering
- Respuestas: 13
- Vistas: 11924
- Subject: Javascript/HTML wondering
Posted: Noviembre 10th, 2003, 12:28 pm
Well.. The window.location.refresh(); is not working... I know it is reload() instead of refresh but it is now autorefresh... I think I need something that is like this if(window.size.resize()){ window.location.reload(); } That does not seem to work well either... I think I am calling the resize fun...
- sartori
- Foro: Programming / Scripting / Coding Forum
- Tema: Javascript/HTML wondering
- Subject: Javascript/HTML wondering
- Respuestas: 13
- Vistas: 11924
- Subject: Javascript/HTML wondering
Posted: Noviembre 7th, 2003, 9:21 am
Well then... Do you know where I might find Javascript code on-line? I need to find a way to refresh when taking the screen from full to windowed. So the new banners work properly. If you don't understand what I am saying please say so... I know I am confusing... Just don't know how to get my though...
- sartori
- Foro: Programming / Scripting / Coding Forum
- Tema: Javascript/HTML wondering
- Subject: Javascript/HTML wondering
- Respuestas: 13
- Vistas: 11924
- Subject: Javascript/HTML wondering
Posted: Noviembre 6th, 2003, 1:22 pm
First I must say THANKS! You confirmed what I thought was possible. The javascript is what I was having problem with... The inserting an image.. IT WORKS! Now I just gotta find out auto-refresh page. First gotta find out if it even xist... Well yet again me and my teacher thank you... Sart *is happy*
