Summary: P.S, example of my work --> Took about 9 hours in total, and 3 hours of that was messing bout with images... It was for a website assignment in colleg...
Summary: You probably will not need XML. Javascript is a nice tool to have, and it works for a higher percentage of people than flash does, but as safeTsurfa ...
Summary: Use the "display" style property. Inline you would use it like this: style="display:none;" However since I am assuming you want this to be dynamic, yo...
Summary: I am creating an Alumni Site and I need to password protect it. I know I can do it in Flash, but for those who still have dial-up, Flash takes a whil...
Summary: You wouldn't do it directly with a PHP page. You would write (or find one already written) hardware control programs in C or C++ and call those progr...
Summary: Is this hosted on a machine you have control over? I think IIS has this feature built in, although I've never used it myself. Personally, I just tack...
Summary: Hey guys, I want to create a page that has alot of small thumbnails and when the mouse goes over the thumbnail, the middle of the page will contain a ...
Summary: Just to clarify for the original post, you only buy single or small groups of addresses from your ISP or webhost. In your situation, it has to be you...
Summary: Guys I need a special code.That should be written in javascript or flash file. The exact thing that i want is to display is the counter that shows "85...
Summary: 1. In any web application, you almost never use .ini files or registry entries...Not that it couldn't be done, it's just not the common practice. Us...
Summary: Hi, I'm not sure on how to refer (in JavaScript) to a field name with box brackets. It might be possible, but maybe not. Can somebody confirm? But if ...
Summary: hi, in my code country-state-city are in list boxes,where after selecting state name,city list must be generated dynamically and only those cities of ...
Summary: oh, I missed the actual goal. Yah, I would just throw values into a DB and then make a cronjob run every so often to handle the submits...seems clean...
Summary: As part of a image rotation script I use PHP to find all picture files in some directories and include them in a JavaScript array. Here is my current ...
Summary: I'm not sure there is a good solutin here. You can never know whether the user has a wide-screen monitor or not. All you can determine is how big the ...
Summary: I am trying to build a JavaScript parser to create links from an arbitrary string. Essentially, the function takes an arbitrary string, splits it at...
Summary: I am currently using a pretty standard JavaScript coupled with the <body onload=""> tag to force pages into a frame set. Here is the script I am us...
Summary: I haven't used VBS before, but if it has the function split, then you could use it to find the number of words in a string. Here's a VB6 example: Di...
Summary: Hi all, I have a aspx page on which there is one button & on that I write the code in javascript to open a input popup box. I want some functional...
Summary: Hi, I have created a form using javascript, but now the problem is that the form should use the information inputted by the user on the form and gener...
Summary: hi, i'm building a shopping cart and having trouble with some javascript i'm using to update some form elements and then send them to another page. ...
Summary: Hello everyone, I'm attempting to clean up server data which I get in the following way: ..... if (http_request.status == 200){ strResponse = http...
Summary: put a command in the web page to load the popup page with parameters that you set I use a link that calls the javascript function openVideoWin(); Link...
Summary: Hello all, I have a javascript question that is really stumping me. Bear with me while I try to lay it out for you.... Ok, I have a HTML page that u...
Summary: I want to have a page with 2 frames. I want the one frame to have a javascript code in it and the other to have a website in it but have my code run i...