Hello,
I have a dual boot Vista / Windows 7 RC on 2 seperate hard drives.
I'm now in Windows 7:
When I tried to copy or run files from Vista's public folder or users's folder to Windows's 7, I had to take ownership of them and then I was able to copy or run them. All ok...
Back to Windows...
Hello all,
I have a row of 30 cells, some of them are merged (2 cells or more, some as high as 30 ie the whole line).
I would like to count the number of cells in that row with a merged cell counting as one.
The real life use of all this is that we use an excel spread sheet as a calendar for...
Ok, pretty simple right ?
data in Excel spreadsheet is: (it doesn't paste nice, but they are all lined up by column in the spreadsheet)
Arrive Place Depart Flt Crew Tail# Rmks
Trenton 262100 3446 89 003 VAC
262145 Ottawa 262330 89
270645 Lesquin 031130 89 RON
031930...
Everytime I simply left click once a media file (.mpg) all of explorer crashes.
I would like to delete or reset all codecs I have. I have tried to re-install Windows Media Player 10, some codec packs, ffdshow, you name it... Now I just want to avoid doing the format c: thing.
I have MCE...
Just a quick question:
Do you need to buy a certificate in order to get a secure connection ?
I would like to test it on a laptop (winXP Apache 2) and then possibly, (if free, but somehow I doubt it) set it up on the server (commercial but no ssl as of yet)
Thanks
-----------------
[flush]
I have XP machine and a laptop connected on a small LAN (XP machine has 2 NIC cards, no router used) and everything seems to work great: Have internet on the laptop through the XP machine (ICS), I can see and share folders OK.
The problems start when I want to burn my CD images from the laptop...
Where do I start looking ??
[Sat Apr 24 01:46:25 2004] [error] (OS 10038)An operation was attempted on something that is not a socket. : Child 2080: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try...
$dbhost = "someserver.no-ip.com";
$dbuname = "test";
$dbpass = "test";
$dbi=@mysql_connect($dbhost, $dbuname, $dbpass);
Results: Can't connect to database.
I'm trying to have my script on a public server connect to my own mysql database (because it's too big to...
Seems I can't connect to any MySQL server. I have a web site running on a commercial server that is working, and I used to be able to connect to it. I recently upgraded to win XP Pro, and now, even with my firewall off I can't connect anymore...
MySQL client does a TCP/IP connection through...
I had Apache running with MySQL and php perfectly on Windows 2000 and then did the upgrade to Windows XP. So I tried Apache 2 with MySQL (mysql-4.0.12-win) and PHP 4.3.1 Everything was running fine untill I played around with Gallery (gallery.sourceforge.net) because it stoped working.
I...
I would like a button to do
press -> do A
Press longer than 1 second -> do B
All with the same button.
The problem is that on(press) doesn't care if it's 1 second or an hour. My solution was to try with:
on (release) {
if (!long_press) {
-== DO A STUFF ==-
}
}
on (press) {
mydate =...
It's an aviation database which I can't change the name of the tables/data...
Being new at MySQL, this is the statement that I would like to run:
SELECT * FROM wpt WHERE DESC LIKE '%coe%
Which returns all the info about a waypoint that contains coe in its name, or like they want to call it ...
My extend of Javascript is at the cut and past level, so here I go :
<html>
<head>
<SCRIPT LANGUAGE="JavaScript1.2">
<!-- Begin
function enleverframes(){
nombreframes=parent.frames.length;
if (nombreframes>0){
parent.location.href=self.location.href...
<? if(isset($choice)){header("Location: http://www.blabla.com/".$choice);exit;}?>
The problem is that this code is inside a frame and the page that is called up, will show in the same frame, not the whole page.
What I would like to do is add the target="_top" somewhere in...
I'm playing around with REFERER and have problems with my index.php page...
$refererFile = "scripts/counter/referer.txt";
$referer = getenv("HTTP_REFERER");
$host = getenv("HTTP_HOST") ;
$url= getenv("REQUEST_URI");
$logEntry=strftime("%d/%m/%y...
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.