Is it still possible to copy the contents of a boot partition to another drive and then boot it, kinda like back in msdos copying the c: and the "sys" the drive to make it bootable? Can I copy a win2k c: drive and make it bootable? I tried ghost, but I dunno if the drive is too fragmented, or if...
I have some active directory oriented code, and I have it working, but it all starts with something like
Dim dEntry As New DirectoryEntry("LDAP://DC=domain,DC=com")
but how do I get info that goes inside the quotes? I currently have it hard coded for my domain here, but I will need it to pick...
I have code that checks to make sure a certain share is on the network before doing some stuff, so I have a block that includes this:
Dim dir1 As System.IO.Directory
if dir1.Exists("\\server\share") then blahblah()
It works in the IDE, and it sometimes works from the compiled and installed...
Ok, I have a form that has 3 strings, 3 buttons, and a user control. The buttons each instiantiate a new instance of the user control. The user control has a text box and an ok button. The idea is that the user types text in the box, clicks Ok, and the user control passes the text back to the...
I'm trying to rewrite an existing program that is somewhat "graphically rich".. pretty buttons, etc. I figured out how to roll my own button rollovers, but now I need to have a column of buttons running down the left so when you click them then the main content portion of the form swaps out all...
I have a page where users download files, and it does one of those deals like most download sites where you don't get a direct link to the file, but a link to a script that sends the file.. It thinks about it for a second and then pops up the file save dialog box. But every now and then users...
So I'm dorkin around at the command line following some instructions on building linux from scratch, and it tells me to create a dumy.c file with just "main(){}", then compile it, and then do a grep on the resulting a.out file to check something out about the linker.. Well, the grep came up...
function dohash(val) {
var result=1;
for(lp=0;lp<20;lp++) {
for(i=0;i<val.length;i++) {
result=result*val.charCodeAt(i);
if(result > 10000000000000) {
result=Math.ceil(result/5923);
}
}
}
return result;
}
This isn't really a JS question, more of a crypto question, but I...
I've convinced my company of the benefit of supporting (or at least trying to support) all platforms, so we're testing firefox and opera on PC, but they won't buy me a Mac, and nobody here has one, so I'm stuck..
Would someone be so kind as to try my site in any Mac browsers that you have...
I run a web site that serves up streaming video. Some of the older videos were made with a certain codec that notbody has anymore, called Voxware Metasound.. We have a plug-in for it that works, but the installation is far too tricky for the average user, so we have to walk them through this...
So I have this light duty server.. it has an MSI desktop motherboard with the nforce2 chipset, an amd sempron cpu, and 2 sata drives running raid 1.. on the pata ide2, I have a single ribbon with a cdrom jumpered to master.. Everything was fine. I installed a little atapi tape drive on the same...
I have a really slow query on a web page that I'd like to speed up. Basically, this search page accepts a list of product numbers and has to search a table where that value could be present in any of 8 fields, so the more products in the list, it gets very expensive, because it's using OR on 8...
I know all the pro's and con's, but this is not my database, so I am stuck with it. I have a hard drive full of .TIF files that must be inserted into an sql database in a column of type IMAGE. I have used cffile action=readbinary to read it, use tobase64() to convert it, but what is the syntax...
I have searched for this, but I found too much information.. I was wondering if someone can give me the short simple truth to this without a bazillion if's and options:
I have a single cf server running win2k, cfmx, and mssql.. Now that we're getting more traffic, we want to put in some kind...
I had a single DC on the lan, so I added a second one, and then eventually the first one's hard drive crashed, so it is completely down, unrecoverable. I thought everything would be fine on the secondary controller, but my group policies don't work. I can add users and manage their passwords via...
I have written some 1.0 programs in VB6 and Access, and I am considering doing the 2.0's in Delphi, for the multitude of reasons I have read in here. I went to download the demo, but there are several backlevel versions still available, and what's more, it seems that some older versions are...
Well, I messed up really bad guys.. I was doing something funky, and I trashed my server by touching every cfm file on the whole server (c: and e:).. I couldn't get into the administrator for a while, but I copied cfide from another machine, and now I can get into cfadministrator.. but the...
I am getting occassional 100% cpu usage, which I suspect is just bad code. Is there a way to track it down? Maybe list currently loaded/executing templates?
I'm a web developer, and I've already posted this in the appropriate programming forum, but I'm trying here as well. I have a simple password-protected download page. When you log in, it sets a cookie, and forwards you to the download page. Very standard stuff. But on some computers (only on...
Some users lose their cookie!
http://www.specializedsolutions.com/resellers
username: tek
password: tek
If the login is successful, it sets a cookie then forwards (not cflocation) to a page with some downloads. If the login failes or the cookie does not exist (such as if they bookmark the...
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.