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: mcvdmvs
  • Content: Threads
  • Order by date
  1. mcvdmvs

    SetEnv Apache (Rewrite, alias, vhost)

    I'm struggeling with configuring Apache 1.3. I want to set an environment variable and set logfiles to a dynamic name. I rewrite a part of the url, get the prefix (which is the name of the website i want to load) and set the document root with a rewrite rule. <VirtualHost *> # Rewrite...
  2. mcvdmvs

    Reading WMV properties in PHP

    I would like to get the title and description from a wmv file. I can't find any documentation about how it can be done in PHP, or any example scripts. Does somebody has experience with this, and point me in de right direction or to some documentation? mcvdmvs &quot;It never hurts to help&quot...
  3. mcvdmvs

    Vertical align no table

    Hi all, I would like to vertically align a div on the page, so it's exactly centered. But I can't get it to work. I don't want to use a table. vertical-align isn't working either, i guess because the browser don't knows the heigth of the page. mcvdmvs &quot;It never hurts to help&quot; -- Eek...
  4. mcvdmvs

    Adding row inw Word

    Hi, I have a table consisting of two columns and one row. In both cells there is a from field. When a user fills in te last field in the last cell i would like to have a pop-up that asks if there must be a new row inserted into the active table. (ofcourse with the two fields again). I cant...
  5. mcvdmvs

    PHP4 connection to ancient DB

    Im trying to connect with PHP4 to a postgresql database (version 6.3.2). However, i get an error message that the frontend not is supported. So how can i solve this without upgrading the database? Are there options to send with the pg_connect so that it will work? Or do i need to install a...
  6. mcvdmvs

    Writing FDF

    I would like to build an easy FDF document. But i cant find any resources about how the structure of FDF works. I would like to convert my xml files to fdf to use in interactive pdf forms. mcvdmvs -- &quot;It never hurts to help&quot; -- Eek the Cat
  7. mcvdmvs

    check constraint

    I have a simple question. Can i check a field in a db with a regular expression? CREATE TABLE &quot;links&quot; ( &quot;id&quot; int primary key index NOT NULL, &quot;naam&quot; varchar(32) NOT NULL, &quot;omschrijving&quot; text NOT NULL, &quot;url&quot; varchar(128) NOT NULL CHECK...
  8. mcvdmvs

    applet loads on one server, not on other

    I have a problem with an applet. I designed a website with an java applet with a menusystem. On my development server its happy up and running, however when i uploaded the site to the right domain the applet wont load, it just shows a grey field. I guessed i did something wrong with the param...
  9. mcvdmvs

    LI problem with LILO

    Hi, i set up a webserver but after using netconf, yeah i know it is bad, LILO wont go, it just stop with LI. Im using RH 6.2 with 2.2.19.6-2.7 kernel. Anyone who can help? mcvdmvs mick@nederland.net http://www.wezine.net, http://www.vandermostvanspijk.nl, http://geentijd.nu knows: html...
  10. mcvdmvs

    css and attributes

    Is it possible with CSS to make up attributes, like the title-attribute in an anchor? possibly give the background another color. Its standard a yellowish kinda color. mcvdmvs mick@nederland.net http://www.wezine.net, http://www.vandermostvanspijk.nl, http://geentijd.nu knows: html...
  11. mcvdmvs

    serialize

    Hello, Im running PHP4 and im trying to unserialize a serialize string. The serialize will work, but i cant get it unserialized. It's done with objects, and te unserialized result should be an object. But with print_r($unserialized string) it is empty... I dunno if it is a bug in php or...
  12. mcvdmvs

    checking mail and site

    I am trying to check for valid email and url adresses with eregi, but i cant find out what to check: heres my code: if(!eregi(&quot;([a-z0-9])*@([a-z0-9])*(\.[a-z0-9])*&quot;, $email)) theres one problem, does it match RFC standard? I tried finding answers on http://www.rfc-editor.org. I think...
  13. mcvdmvs

    chdir working

    Im having a problem with chdir. This is a piece of my code in a function a variable of an dir is given: $variable the variable must be lowercase: $variable = strtolower($variable); then i need to go to the dir: chdir(&quot;../../../mod_index/nieuwsbrief/&quot;.$variable); but what i get is...
  14. mcvdmvs

    Segmentation fault

    I am running RH7.0. After installing programs like Netscape 6 and Nmap-fe I get segmentation faults. Someone told me that this could be memory, but after installing new memory the fault is still there. So, does anyone know how to solve the problem. They acoure directly when i start a program...
  15. mcvdmvs

    ttf

    Is it possible to load a ttf on a request so the page is formatted in that particular font. It would help, cause many people dont have the font i want to show on my page. I know how this is done with the imagecreatefromgif and ttf. But i wonder if i can use ttf's as the font for my pages text...
  16. mcvdmvs

    Well, i guess i have a serious prob

    Well, i guess i have a serious problem. I have made a collapsable menu, it works fine in netscape 4.74 and Explorer. Yet it doesnt work in NS 6 nor explorer for macintosh. I used document.all for explorer and document.layers for netscape. I guess there's the problem, but i have no idea. The...
  17. mcvdmvs

    cookies

    I have a problem with cookies, im new in baking so please advise. I want to build an interactive menu, without frames. So far it is collapsable, but when it is collapsed and i select a link the menu is loaded again. I guess the best way to let the menu stayed collapsed is with using cookies. The...
  18. mcvdmvs

    route

    I am busy building a new router running RedHat 6.2. I added the gateway with: route add default gw 192.168.0.100 well, it works for 1 minute and when I type route -n, after about a minute, the route has disappeared. How can i configure the system so the gw route stays? <p>MiQ<br><a...
  19. mcvdmvs

    URL image in adressbar

    Sometimes I see an image in my adressbar but I can't figure out how it comes there, can someone tell me how to do that? I guess it's JavaScript but I'm not sure.
  20. mcvdmvs

    mouseOver turnoff after a number of seconds

    Ok, i have a little problem, i wanna change my mouseOver image after 2 seconds. But i cant get it right, i tried this: function turnOn(imageName) { if (document.images) { document.images[imageName].src = eval (imageName + 'on.src'); setTimeout(&quot;document.images[imageName].src = eval...

Part and Inventory Search

Back
Top