What is base URI?311 (3/25/2009 6:48:13 AM) comp.text.xml What is a base URI? ************************************************************ I do apologize for not having read up before asking a question that could be answered by reading books/ tutorials/searching on t... Water
Why do we need XML Schemas other than for automatic validation?310 (5/15/2008 10:35:22 PM) comp.text.xml Sorry for asking this beginner question. I've written DTDs so far and read about XML Schemas. I understand that they are a replacement of the DTD fundamentally, and therefore allow for the validation of an XML... Water
Algorithm for deriving permutations2523 (10/18/2007 3:05:42 PM) comp.theory If you have, say, 4 boxes to put the following 6 types of things in: Apples Oranges Pears Bananas Gooseberry Lemon Such that you could: a) only put one piece of each of the things in one box; and b) you co... Water
How to know the current database you are in1129 (10/18/2007 10:24:18 AM) comp.databases.mysql Verion: 5.0.45-community-nt What's the command for knowing the current database you are in. For example: a) mysql> show databases; outputs: 1. foo 2. test 3. mysql b) mysql> use foo; Database changed Is th... Water
Clear command ('\c') in MySQL v5.05141 (10/18/2007 10:00:44 AM) comp.databases.mysql I am using it on the command line as such: mysql>\c; When I hit the return key, it says: ERROR: No query specified What gives? I expect it clears the console window? ... Water
Help with a simple SQL query390 (10/15/2007 3:50:13 PM) comp.databases.mysql I have a table called my_expenses that has the following fields: id int AUTO_INCREMENT PRIMARY KEY, date date not null, item varchar(255) not null, amount decimal (4, 2) not null I need to know the total amo... Water
Compiling PHP source on a Windows XP machine416 (8/14/2007 9:40:55 PM) comp.lang.php Can someone give me a step by step tutorial on how to compile the PHP source tree on a Windows XP Pro machine? For a background, I have mostly programmed in VB6, C# and VB.NET. I understand the syntax of the f... Water
Some basic questions222 (4/11/2006 9:49:53 AM) comp.databases.ms-sqlserver I've not touched SQL server programming since 1999. I have very little memory of it and need some clarifications on some basic questions that I could even use a book for. Until I get myself a good book, someone... wtr_clr(74)
Object Oriented PHP7420 (6/17/2006 6:11:54 PM) comp.lang.php I am new to PHP, just one day new. But I am otherwise a seasoned programmer on many other languages like C, VB 6, C#, VB.NET, Win32 platform and have some tiny bit experience in MFC, C++, Python. All the tutor... wtr_clr(74)
_sleep and _wakeup435 (6/17/2006 10:40:18 PM) comp.lang.php I didn't understand from this http://in2.php.net/manual/en/language.oop.magic-functions.php whether we, the programmer, have to implement _sleep and _wakeup (like ..NET's IDisposable.Dispose()) or it is done ... wtr_clr(74)
use of constants in an interpreter environment823 (8/14/2007 8:49:50 PM) comp.lang.php what's the use of having constants in an interpreted language like php, when there's no compile cycle? Other than enforcing programmer discipline or affording a convinience for the programmers, I don't see any... wtr_clr(74)
how is echo implemented in php627 (8/14/2007 8:58:40 PM) comp.lang.php When used with the command line interface, echo writes to the stdout, whereas in a Web environment, it writes to the response stream. How is it implemented inside PHP? Does it write to a stream? ... wtr_clr(74)
Compiling PHP source on a Windows XP machine416 (8/14/2007 9:40:55 PM) comp.lang.php Can someone give me a step by step tutorial on how to compile the PHP source tree on a Windows XP Pro machine? For a background, I have mostly programmed in VB6, C# and VB.NET. I understand the syntax of the f... wtr_clr(74)
Algorithm for deriving permutations2523 (10/18/2007 3:05:42 PM) comp.theory If you have, say, 4 boxes to put the following 6 types of things in: Apples Oranges Pears Bananas Gooseberry Lemon Such that you could: a) only put one piece of each of the things in one box; and b) you co... wtr_clr(74)
What is base URI?311 (3/25/2009 6:48:13 AM) comp.text.xml What is a base URI? ************************************************************ I do apologize for not having read up before asking a question that could be answered by reading books/ tutorials/searching on t... wtr_clr(74)