I have a client that wants to be able to update a website in real time. Here is the scenario:
1.) There is a menu (restaurant) that has a menu displayed on monitors.
2.) They want to be able to update the menu real during business hours without the whole page refreshing.
3.) They want either...
This is probably simple because I haven't didn't web development for many years. But now I got thrown into a web project at work. I used to always use tables for layouts but some of this is already written using <div>'s.
I am trying to get a top "header" on my page that does not scroll with...
Hi,
I've worked with LAMP web setups for years. But now I have to setup a ASP.NET server. Everything is working fine except one thing.
mydomain.com --> Get directed to correct site.
www.mydomain.com --> Goes to the "default" IIS page.
How can I get them both to point to the same...
A friend sent me this. I don't have an answer yet but figured I'd post it here:
There 351 tickets in bag.
Each ticket has a letter of A through Z.
There is a different quantity of each ticket as shown ...
A = 1
B = 2
C = 3
...
X = 24
Y = 25
Z = 26
If a person picks out 1 ticket at a time...
I am making a webpage for a user to scan a barcode into an input box (keyboard wedge reader). As soon as I get a good formatted job number I want to set focus to a hidden field which will start processing of data. But I can not get the regular expression to match, have tried all kinds of...
I'd like to get time calculations between two times into hours as a decimal amount.
I currently have:
A1 = 9:00
B1 = 11:30
C1 = =B1-A1
All fields are formatted as time.
Like this C1 will display "2:30"
I would like to get C1 to display 2.5 (how many hours)
Is there a way to do this? I...
I have Windows 2003 R2 SP2 running on a system with 2ghz processor and 2gb of memory. The server doesn't do much it's just a terminal server for a small office. Everything on it is very fast except for installing applications. It literally almost took 8 hours for Crystal Reports to install on...
I followed the instructions on the following website to install PHP & Apache on Windows.
http://webdevcodex.com/tutorial-installing-apache2-php5-mysql5-phpmyadmin3-windows-7-vista/
Every time I try to browse to a PHP file Windows asks me what program I want to use to open the file.
I have...
I just installed a fresh copy of windows xp on my development machine. I can't get IIS to work, I get "Unexpected error 0x8ffe2740 occured." which according to Microsoft is because port 80 is in use. Port 80 should no way be in use with anything else. I did a netstat and according to it...
In Windows XP there is a setting to tell windows to not reopen folder windows (such as control panel, my computer, etc.) at logon.
MyComputer -> Tools -> Options -> View -> Restore previous folder windows at logon
This option isn't available in Win2000. Is there any way in the registry or...
I set up a restriction for IE so that it will not close by adding NoBrowserClose in the registry.
support.microsoft.com/kb/823057
The problem is now if I open "My Computer" on that machine I can not close it either. Is there something special that will only cause IE not to close while...
A friend of mine has Office 2003 Pro. When he goes into his email and clicks on the word document to open it acts like it's going to open (Word even starts) but then Words gives the error that it "cannot find temporary file C:\Documents and Settings\Randy\Local Settings\Temp\ProcessDoc[1].doc"...
If I double click on a powerpoint file it automatically starts the slide show. Is there any way to double click on a file and just start up in edit mode? Just curious... I know some programs if you hold a key down while they are starting they will do different things.
Is there a way in .net to get a window handle or do I still need to use an API call? I'm need to determine if a window with a certain name exists and if it does activate it and send keystrokes to it. I've done similar in VB6 with API but figued 2005 had some better way to do it.
Randy
How can I make apache parse Perl files (.pl) like it does .php . The only way I can get .pl files to run are when they are in 'cgi-bin' directory, I want them to run anyway in the webspace. I've tried all kinds of things trying to get this to work with no luck.
Randy
How can I get the directory the script resides in from within the script?
I tried using the following:
use Cwd;
my $path = cwd;
print("$path\n");
But if I run it from another directory it returns the directory I'm in not the one the script is in. Example: if I'm in my home directory and...
My client has a NT4 server in which a few programs I've written runs constantly. I also have a "watchdog" application that monitors the other applications to keep them running all the time. If something happens one of the apps ends the "watchdog" will restart it. The problem is with one of...
I have 3 Usernames on my system:
Randy
Ran
Administrator
I want to replace the current "Administrator" profile with the "Randy" profile. I have tried the "Copy to" method by right-clicking on MyComputer -> Properties -> Advanced Tab -> UserProfile -> Settings. It first warns me that I'm...
I'm looking at older compilers to compile a DOS C++ program. My actual question is what is the differences between Borland compilers and "Turbo" compilers? I noticed that there is Borland C++ 3.1 and I own a copy of Turbo C++ 3.1. What are the differences between the two "types" of compilers...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.