Sep/090
The strange behaviour of php function basename()
On my local Windows machine with PHP5 the value of basename(’названиe.php’) is “названиe”, where “названиe” is any cyrillic string.
However, on my remote Unix server the same function with the same argument returns null.
Not only could I find no explanation – there isn’t even any mention of it anywhere on the Internet.
Sep/090
XML selectNodes() ordered
Here is a helper function to select nodes from an XML document order by certain child node value of these nodes.
If selectNodes() is a pendant of MySQL SELECT command, this helper function would be a pendant of SELECT… ORDER BY…
As far I know there is no standart XML or XPath function to perform it.
Written in [...]
Sep/094
justVisual 2
justVisual 2 is a databaseless XML-based content management system for small or medium-sized web sites. justVisual enables support for multiple languages.
Its default implementation provides no user-generated content like comments or topics.
However, the system can be expanded on through plugins to become dynamic. An example of such an extension is the search plugin included in the [...]
Sep/090
justVisual 2: features and details
« justVisual2: description
1. Structure of pages
A justVisual page consists of paragraphs. Each paragraph can have a subtitle, a text and an image on the left or on the right. This flexible model meets almost any variant of page content.
2. URL rewrite mode
If your host does not provide URL rewriting (that is, if you [...]
