Have a new WD15 Thunderbolt dock I am trying to get to work with two monitors connected to an ASUS GL552VW laptop. USBs, Ethernet and audio that is connected to dock all work fine. But the VGA and HDMI monitors connected do not. The HDMI monitor works fine when I directly connect it to the...
Greetings,
I'm working on a computer for my buddy. He reported that he was getting a "Reboot and Select proper Boot device" message. Bad drive I assumed. (This is the last time anyone is able to get it to work with a monitor)
Got the case over here, plugged it in, could not get anything to...
Greetings,
Currently, I have a page that once a user selects a file they want to download, it moves and renames the file from another folder to the download folder, then executes the file download.
What I want to accomplish is to delete the file after the download of it has completed. I tried...
Greetings all,
Still working on my scripts for Windows 7, found the following site that lists system variables for W7:
http://technet.microsoft.com/en-us/library/dd560744(WS.10).aspx
I want to remove icons created by programs I install, so I was looking for the default all user desktop...
Greetings!
I am setting up an installer, and with XP we used the following syntax to copy settings folders and files to the local computer(%APPDATA%) from a network drive(%INSTALLERDIR%):
XCOPY /Q /Y /E "%INSTALLERDIR%\Prefs\Application Data\*" "%APPDATA%\" >NUL
When I try to execute this...
Greetings!
I have a list of software that is pretty obscure that I need to test for Windows 7 compatibility. I found Micorsoft's DB, but I was wondering if anyone else knew of another site that may have this data for lesser known titles, possibly of the higher education genre.
Thanks!!!!
- Dan
Greetings,
Anyone know of an example I can work off from of an email form that once you submit it, not only does it send the form submission to the predefined email addresses in the HTML, but also to an email input as an element in the form? Someone told I may need a database to interface with...
Greetings,
I know this to be a huge problem, but I cannot for the life of me find anyone with my circumstances.
I unplug everything except power from the board and reset the CMOS, when I plug the power in, it boots to msg screen and allows normal access to BIOS. But if I unplug it and try to...
Greetings,
I created a slide show with text in flash, and one of the comments from our users is that they would like to see it move slower. I know how to manually do this by adding frames to each layer in the timeline, but is there an easier way to add frames to ALL layers? I can change the...
Greetings!
I am trying to find a way to list a directory tree with the files that are included in each directory. I foudn a script that will list the directory tree itself, but not list the files in the directories:
http://www.centerkey.com/tree/
I also know that by using ls -Rl I can get...
I'm at my end with this, because I know this was working when I first started this project. I get all the backend stuff done and am ready to publish, then the damn auth doesn't work! I am able to login without a password! As long as my username is in the LDAP database, it lets me in. I know this...
Greetings,
I have the following code on my software download page to assure that no one can download the software w/o correct authentication:
<?php
session_start();
if (isset($_SESSION['fullname']))
{
//Location of file, must be out of web root...
Greetings all,
I have a mysql database that right now I am just spitting all the data from it's only table back to a web page to report it. It contains user data from a software download page for our campus IT department. I thought about making a page that would allow the user to have some...
Greetings,
I am writing a software download page for our campus, where after it authenticates the account in LDAP, then sends you to a page based on your affiliation as either a student or staff member.
Once the account is verified, I use header to redirect to the download page. Here is the...
Greetings,
I am a novice programmer who knows nothing about .NET, I mostly work on PHP. So please use small words so I can understand :)
We have a .NET application that handles user submissions to bid on contracts. The data is housed in an Access file on the web server along with the asp...
Greetings,
I am a novice programmer who knows nothing about .NET, I mostly work on PHP. So please use small words so I can understand :)
We have a .NET application that handles user submissions to bid on contracts. The data is housed in an Access file on the web server along with the asp...
Greetings,
We have a Solaris 10 server with Apache 2.2.6. I need to run the apache benchmark (ab) software to run some test. I cannot find it on our system, does anyone know how to install it if it wasn't during the initial install of apache?
Thanks!
- Dan
Greetings,
I have a php front end that collects survey results. In the MySQL table, for each user I have a userlevel setting. I would like users that have a level >= 2 to be able to see the admin features and user stats. I'm a newb with this stuff and can't figure it out, not sure what function...
Greetings,
I created a PDF form, and when potential contractors used it there was a [+] at the end of the field because they used more space than was allotted on the page. So you had to click the [+] to see the rest of the text in the form.
Is there a way to have a form with more data in the...
Greetings,
New to PHP so bear with me.
I have a login page whose index.php goes through about 6 .php files to determine if the person is logged in. I am trying to put a confidentiality notice in the main login page.
Here is the code:
<?php
// Login & Session example by sde
// auth.php...
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.