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 Mike Lewis 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: *

  1. u01jmg3

    VBA to add Description property to AVI file

    Hi, Just wondered if anyone could point me in the right direction. I'm trying to create a VBA script to add in a value to the "Description" property field of an AVI file. Basically, I've written a PHP script to retrieve film synopsis info from IMDB given a film title. Now I want to use VBA to...
  2. u01jmg3

    .htaccess rule writing + fixing trailing slash problem

    Hi, just wondered if anyone could help me out with this small .htaccess problem and using mod_rewrite? Basically I already have a working .htaccess file but I wondered if there was a way of writing a generic rule for what I have rather than writing a rule for every page of my site in my...
  3. u01jmg3

    Recursively creating blank text file using parent folder name.

    Hi, I'm very new to VB and I was wondering how to do the following: I have a wishlist which consists of a directory of folders where each folder is named the title of the song I am looking for. For example: C:\Downloads\Wishlist\Artist - Title [Remix] C:\Downloads\Wishlist\Artist - Title A +...
  4. u01jmg3

    MySQL database table field - date modified available?

    Hi, just wondered if anyone knew of a way to get your MySQL database table to log (date/time) when each individual field is modified or updated without having to have an extra column for each field of type datestamp or timestamp to record it? Thanks in advance.
  5. u01jmg3

    ant ftp action=chmod 755 directories ONLY

    Hi, I already have an Ant build file which works fine but I also need to set file permissions via ftp but I'm struggling to work out the syntax. I need to change just directories, from the base directory down, to 755. I already have code for changing just files to 644. code...
  6. u01jmg3

    onmouseover highlighting all links with same text for anchor

    <bump> Nobody got any ideas? Surely if you can change the background color of a link using span: <span onmouseover="this.style.backgroundColor = 'yellow';"><a href"#">test</a></span> Then you can do something by changing the "this" to point to the span id of another anchor via...
  7. u01jmg3

    onmouseover highlighting all links with same text for anchor

    hi, im looking to use javascript for highlighting other links that use the same anchor text so when a user "hovers" over one of them the others are highlighted. (the reason i have multiple links that point to the same animal is because they are from a tag cloud that shows animals which have...
  8. u01jmg3

    &quot;right click&gt;open with paint shop pro 9&quot; problem

    Whenever I go to open any image file such as "pic.bmp" by right clicking then choosing "open with PSP9", it loads PSP9 fine then I get an alert box from windows which says: "Windows cannot find [path\filename]. Make sure you typed the name correctly, and then try again. To search for a file...

Part and Inventory Search

Back
Top