Thank you! this helps a lot.. the only thing I don't seem to understand now is:
Why does the schema need to use the namespace of the XML document it describes?
It's not as if it is using elements from that XML document, is it ??
Aren't the elements used in the schema derived solely from...
Hi there,
I've been reading lots of tutorials on XML and am having a really hard time understanding the basics of namespaces in a schema. From an example I found at W3C, could someone please tell me (in plain English) hopefully, what the differences between these three lines are ??
(1)...
I actually tried that once and ran into some problems because this is a box that in production. Several MySQL databases are running on this machine and I need them to stay up.
As far as I know, MAMP won't automatically find the old MySQL databases and Web Pages ? will it ?
I don't think it...
Hi folks,
I just upgraded a 10.3 machine to 10.4. After the upgrade, the PHP installation prevented a certain PHP application from running properly... I have a mess now.. I've had PHP4, PHP5, and Zend Optimizer version 2, 3.0 and 3.2.8 installed.. PHP4 was the default OS X installation, PHP5...
A ha.. it seems there is a weekly script run by OS X that rotates the logs... perhaps there may be something else..
but as far as the weekly script.. here it is:
(any ideas on how to change it so that the logs
persist?)
--
#!/bin/sh -
#
# @(#)weekly 8.2 (Berkeley) 1/2/94
#...
Well, I found the log file and there is only data in there from June 4th to June 7th. So, it seems the log is overwritten or wiped out each time the server is restarted. I am stopping/starting the server process using Mac OS X Web Sharing system preference. Here is the config file:
any help...
Hi there,
The problem is that I think the log may be wiped out each time I stop and restart the Web Server service in OS X.
I purchased a log analyzer (Summary), and it is only showing that I have log data as far back as a few weeks ago when I last stopped and restarted the web server.
So, I...
Hi there,
I'm running Apache 1.3 (standard install with Mac OS) on Mac OS 10.3.9.
I recently was slightly horrified to learn that the logs are not maintained. (that is, they auto-prune after a certain amount of time--- and I think are blanked out when you restart the web server). Can someone...
Hi there,
I connect to my company's Nortel VPN (digital token-based system).
When I connect through a Linksys 802.11g router I get blazing speeds. (3Mbps Download 1.2Mbps Upload)
When I connect through my Belkin Pre-N router, I get terribly slow speeds. (ranging from 128-256 Kbps up and...
Thanks for all the great tips.
I'm using Julian Dates only because they are what is used by the calendar script that we have installed by our workgroup:
http://www.easyphpcalendar.com
Thanks..I'll try to make these changes. I'm not sure I know what you mean about not putting the date in...
by George.. I think I may have got it..
$month = date('m');
$year = date('Y');
$day = date('d');
$jd = GregorianToJD ($month,$day,$year);
$query = ("select * from calendar where startdate > '$jd') order by startdate ASC;");
how does this look ?
-- the only problem I'm having now is...
Hi,
I have a MySQL table that has calendar events in it.. the event dates are in Julian Daycount format... so they look like this: 2453748
I'd like to write a SELECT statement in my php script that selects records from the table that are after today.
I'm having a devil of a time getting...
when I run ls -la I see this for mysql:
lrwxr-xr-x 1 root wheel 45 9 Nov 2004 mysql -> mysql-standard-4.0.18-apple-darwin6.8-powerpc
that's weird.. phpmyadmin said I was running 4.0.15
Perhaps I screwed things up when trying to upgrade..
Any advice on how to proceed ? thx.
This is weird..
MySQL seems to be running OK
I'm running version 4.0.15
In Mac OS 10.3.9, when I open Terminal,
I can "cd usr/local"
and when I do an "ls"
I see mysql in there.. but when I try to "cd mysql"
it tells me no such file or directory
What Gives ???
Do any of you know any pre-made scripts that offer file downloads for a fee ?
If I can find something, I'd like to help a friend put up a small web site that offers music downloads from independent musicians.
He'd be willing to pay a bit for a package that does it very well.
yes.. i think that did make sense.. so the handle is just a variable that holds the contents of the page ? temporarily so that it can be read as a string ?
You're right, the security is not the best for sure,
but it's a pretty small workgroup and we all share
a password for access.
Thanks for the tips.. unfortunately, I'm not sure that programmers
who point newbies to the php manual understand that if you're a newbie,
it's very hard to...
I am not sure how to explain what it is that I want to do.. so it's making it hard for me to search for it.. I'll try to explain.
Last year, I helped my department build a web site that has a lot of static html pages which are mostly text.
Of course, we're now running into the problem of...
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.