Actual Results
- Hockachu
- Forum: Programming / Scripting / Coding Forum
- Topic: Invalidating browser cache with javascript or ActiveX
- Subject: Invalidating browser cache with javascript or ActiveX
- Replies: 4
- Views: 1412
Posted: February 21st, 2007, 8:06 am
Thanks for the responses. This is for an internal application .. so I can hax0rz the computers all I want :). The link styles need to be different for visited. Also, there are many many many computers involved, but multiple users login using the same computer, with server-side authentication. joeber...
- Hockachu
- Forum: Programming / Scripting / Coding Forum
- Topic: Invalidating browser cache with javascript or ActiveX
- Subject: Invalidating browser cache with javascript or ActiveX
- Replies: 4
- Views: 1412
Posted: February 20th, 2007, 10:44 am
I am not certain that this is possible, but I need to invalidate IE browser cache through javascript, or perhaps activeX. Any suggestions? The real issue, in case there is a better solution, is that I need to invalidate the visited property of all links on a site for a particular user. The reason be...
- Hockachu
- Forum: Programming / Scripting / Coding Forum
- Topic: IE javascript problem
- Subject: IE javascript problem
- Replies: 6
- Views: 421
- Subject: IE javascript problem
Posted: April 7th, 2006, 9:17 am
- Hockachu
- Forum: Programming / Scripting / Coding Forum
- Topic: MySQL Annoyance
- Subject: MySQL Annoyance
- Replies: 5
- Views: 386
- Subject: MySQL Annoyance
Posted: September 24th, 2005, 8:56 am
You have an error in your PHP within the SQL Original:
New:
you had $_GET[x] within the SQL and it should have been $_GET['x'], but since...
SELECT * FROM user WHERE password='$_GET[x]' AND verified='N'
$pass = $_GET['x']; SELECT * FROM user WHERE password='$pass' AND verified='N'
- Hockachu
- Forum: Website Design Forum
- Topic: screen size?
- Subject: screen size?
- Replies: 14
- Views: 433
- Subject: screen size?
Posted: September 23rd, 2005, 2:33 pm
17" 1280x1024, but I program in Java, and need to be able to see large chunks of code at any given point in time.
- Hockachu
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP passing variables
- Subject: PHP passing variables
- Replies: 1
- Views: 236
- Subject: PHP passing variables
Posted: September 21st, 2005, 7:16 am
One way you can do this is to use session variables. First you need to put a call to session_start(); as the very first line in the php file (other than comments) then you can register/retreive session variables. Here's a link to how to use session_register: http://us3.php.net/manual/en/...
- Hockachu
- Forum: Programming / Scripting / Coding Forum
- Topic: php help
- Subject: php help
- Replies: 2
- Views: 371
- Subject: php help
Posted: September 21st, 2005, 7:11 am
You are talking about PHP include, check this link.
http://php.net/manual/function.include.php
http://php.net/manual/function.include.php
- Hockachu
- Forum: General Discussion
- Topic: Google World Map
- Subject: Google World Map
- Replies: 71
- Views: 4697
- Subject: Google World Map
Posted: September 19th, 2005, 2:31 pm
Definatly check out the Pyramids of Giza, unfortunatly they are not tall enough to register much elevation data
Area 51 came pre-programmed with my version of Google Earth if I remember right. Although they might have removed it after some protest, I got it very shortly after it was released.
Area 51 came pre-programmed with my version of Google Earth if I remember right. Although they might have removed it after some protest, I got it very shortly after it was released.
- Hockachu
- Forum: General Discussion
- Topic: Google World Map
- Subject: Google World Map
- Replies: 71
- Views: 4697
- Subject: Google World Map
Posted: September 19th, 2005, 7:40 am
Just based on the file name I would guess Hong Kong?
- Hockachu
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP: Random thingy
- Subject: PHP: Random thingy
- Replies: 27
- Views: 546
- Subject: PHP: Random thingy
Posted: September 19th, 2005, 7:22 am
replace $name = $_['post'] with $name = $_POST['name']
where the name within the [] is the name of the form object that contains the name.
where the name within the [] is the name of the form object that contains the name.
- Hockachu
- Forum: General Discussion
- Topic: Google World Map
- Subject: Google World Map
- Replies: 71
- Views: 4697
- Subject: Google World Map
Posted: September 19th, 2005, 6:12 am
I spent some time a while back locating lots of cool places on Google Earth .. so here they are: Mt. Kilimanjaro: 3° 3'58.09"S, 37°21'26.92"E Mt. Fuji: 35°21'43.80"N, 138°43'54.85"E St. Peter's Basilica: 41°54'7.57"N, 12°27'18.30"E Teotihuacan, Mexico: 19°41'32.07"N, 98°50'36.87"W The Coloseum: 41°5...
- Hockachu
- Forum: Programming / Scripting / Coding Forum
- Topic: Program Files
- Subject: Program Files
- Replies: 4
- Views: 228
- Subject: Program Files
Posted: September 15th, 2005, 8:12 pm
programs that have a .exe file are usually C++, java executables are usually run from either executable jar files, or from the console.
What IDE are you using? or are you using notepad and command line?
What IDE are you using? or are you using notepad and command line?
- Hockachu
- Forum: Programming / Scripting / Coding Forum
- Topic: trying to install localhost
- Subject: trying to install localhost
- Replies: 19
- Views: 851
- Subject: trying to install localhost
Posted: September 15th, 2005, 4:31 pm
localhost actually refers to your computer, localhost is just the name of your personal computer's address.
localhost actually refers to 127.0.0.1
For PHP on Win XP goto: http://httpd.apache.org/
localhost actually refers to 127.0.0.1
For PHP on Win XP goto: http://httpd.apache.org/
- Hockachu
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP Printing to screen *Solved*
- Subject: PHP Printing to screen *Solved*
- Replies: 7
- Views: 452
- Subject: PHP Printing to screen *Solved*
Posted: September 15th, 2005, 4:24 pm
This Problem was actually related to Dev-PHP2 saving the file incorrectly.
Note To Self: Uninstall Dev-PHP2
Note To Self: Uninstall Dev-PHP2
- Hockachu
- Forum: General Discussion
- Topic: Gaming.
- Subject: Gaming.
- Replies: 6
- Views: 488
- Subject: Gaming.
Posted: September 15th, 2005, 10:20 am
I have never personally used this engine but I know that it is fairly in expensive: http://www.garagegames.com It is called the Torc engine and was used for Tribes 2. Their idea was to make the engine cheap, and tons of games would be developed using it, but not that many have. I believe...

