Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: fuli42
  • Content: Threads
  • Order by date
  1. fuli42

    Browser-based authoring (in XML)

    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...
  2. fuli42

    If Xalan's redirect does not work, see this:

    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...
  3. fuli42

    Server side XSLT transforms (Java)

    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...
  4. fuli42

    XSL and namespace

    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...
  5. fuli42

    unordered lists for horizontal menus? (CSS)

    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=&quot;link1.html&quot;>Menu1</a></li> <li>a href=&quot;link2.html&quot;>Menu2</a></li> </ul>...
  6. fuli42

    XML for websites: Filling XML databases

    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 &quot;mark...
  7. fuli42

    XML for website: Schema or DTD?

    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
  8. fuli42

    document.all vs. getelementbyID

    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...
  9. fuli42

    image swap on a &lt;div&gt;

    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...
  10. fuli42

    vartical align = bottom with CSS?!

    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...
  11. fuli42

    direct network betwenn XP and 98

    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...
  12. fuli42

    insert a pause

    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...
  13. fuli42

    Scroller speed, and processor speed

    Is it possible that the same script scrolls faster on a 2Gh+ processor, than on a 400 Celeron?
  14. fuli42

    Netscape 4 bgColor disappear

    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...
  15. fuli42

    layer style

    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
  16. fuli42

    checking for an existence of an array

    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
  17. fuli42

    layer styles

    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
  18. fuli42

    layer hiding in Netscape 4.x

    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=&quot;layer1&quot; style=&quot;position:absolute; left: 40px; top: 140px; color: White;&quot;> <a...
  19. fuli42

    font size independent positioning in Netscape

    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...
  20. fuli42

    hiding layers in Netscape - a problem

    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...

Part and Inventory Search

Back
Top