Hello!
My question is very general, so rather than a specific answer, I would appreciate even some pointers (websites, tutorials, books, etc.)
I would create a simple one field form. The author would write his notes in it, when submitted, the data is added to an XML database. (Then a XSL...
Hello!
I've wasted two days figuring out what's wrong, so:
If you are trying to use Xalan's redirect extension, and you get a Java error message that the required class is not found, is because you are probably using one of the more recent Java distributions.
They come packed with an earlier...
Hello!
I am building a weblog for a friend. My plan is that he would input his logs in a form, then when hits the submit button, the data would be added to an XML file (that holds the content for his site), along with the date (using a simple Java function). Then with the same go, another XSLT...
Hi!
I'm new to XML and XSL so...
I'm using Xalan -Java to the transformations. If the root element (the topmost) contains a namespace declaration in the XML file, the XSLT just returns all of the text from the XML file.
If I remove the namespace declaration, then I can use simple <template...
Hi!
I am building an XHTML site. In respect to the XML philosophy, I think one should organise the navigation menus in a way that it represents some sort of strucutre in the code.
So:
<ul>
<li><a href="link1.html">Menu1</a></li>
<li>a href="link2.html">Menu2</a></li>
</ul>...
Hello!
I have another question concerninng my XML, XHTML site:
Once I have the XML database, XSLT running, how can the XML database filled up, with very little computer skills?
I thought I would create an MS Word template, so that whoever writes the articles, he/she only has to "mark...
Hello!
I am building a site using XML and XSLT to generate XHTML code. The question is should I use DTD instead of XML Schema for validation?
XML Schema is more advanced, but as far as i know XSLT parser can't use them. Is this a problem for the transoformation?
Thank you all,
Balint
Formely I've been using document.layers (NN4) and document.all (IE) for browser conditioning.
On Mozilla (no more layers), some of my scripts are not working.
How should I do the transition form document.all to getelementbyID, what are the differences, support?
Any sites recommended?
Thanks...
Hello!
Could someone please spare me, or point me to a link for a script that changes an image that is placed in a <DIV>.
As soon as an image is not just hanging by itself (in a cell for example), you need to have different scripts to accomodate for the different DOM layout of different...
Hello!
Could anyone please help me how align a text, or image to the bottom of a DIV?
say:
<div>hello</div>
how do you align 'hello' to the bottom of the div, that is say, 40 pixels high?
I have been using CSS for some time now, I am using TopStyle to define the styles, but the vertical-align...
Hello!
I have two computers connected directly, via 10/100Mbit ethernet cards. Hardware setup seems to be fine. I have just replaced the cable for a crossover type.
Both computers can ping themselves, but not the other.
adresses are: 192.168.0.1 and 192.168.0.2
subnet mask: 255.255.255.0...
Is it possible to insert a pause (say 4 secs.) into a roller script, if one condition is true?
The scroller script does a lot of things, besides scrolling, it changes images on another layer - so before scrolling down and displaying the next image, it should wait a little.(But only, if the layer...
I want to highlight a layer (<div>), then highlight another one.
In netscape 4 my only choice is changing the layers background color.
When the selected layer gets deselected, it should return to normal, which has to be a transparent background, because there is an image under the layers.
If...
How do you change a layer's style? Not only its backgroundColor, but its style.border, etc?
Somehow it doesn't work on my IE6 (style is null or not an object).
Thank you
Before the the funtion tries to do stuff with the an array, it has to check whether it exists or not.
What is the syntax? (The name of the array is passed as a function parameter)
Thank you all,
Fuli
Is it possible to change other properties of a <div> layer in Netscape 4.x than, left, top, visibility, or backgroundcolor?
Can you change a layer's border (on/off)?
Thank you
It made me want to throw the computer out of the window...
If you use inline styles on an absolutely positioned layer, you will not be able to hide it in Netscape 4.x.
say:
<div id="layer1" style="position:absolute; left: 40px; top: 140px; color: White;">
<a...
I have 9 absolutely positioned layers. I used pts, to set the coordinates. If I change the text display size (increase font) in Netscape, all of the absolutely positioned layers move to another place, and this is bad.
This does not occur in Explorer.
How do you make the positioning independent...
I have perfectly working hidelayers function.
I hava added a hideall function, that uses the hidelayers function but loops trough all of the layers, listed in an array thus hiding them all.
I've been getting some strange error on Netscape 4.6:
If I put some complicated stuff in one layer, say a...
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.