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 Wanet Telecoms Ltd 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: cantfindausername
  • Content: Threads
  • Order by date
  1. cantfindausername

    can't open a file with CGI

    ok, I have a website that I'm trying to use as much CGI on as possible. THe basic idea behind the page I'm having trouble with is that I have reports in a folder: /reports/file1.txt and so on. And I want to open the file and format it all via the CGI. I am passing a parameter into the CGI...
  2. cantfindausername

    Quick one regarding <dd> list styles

    I have been trawling the net but haven't found a confirmed answer to my question. Can I put a bullet point "list style" on my <dd> list items?? Many thanks, Anthony
  3. cantfindausername

    cgi URL param driving me mad. Please help!

    Hi, For some reason I can't get a param that I'm passing in the URL to work, and its driving me nuts. I have a "cgi-bin/test.cgi?selection=R33" URL that I am trying to get to work. When I manually define $selection = "R33"; it works fine. When I try to pass R33 as a parameter on the URL (as...
  4. cantfindausername

    Populating a table with data from SQL Query

    Hi, Been told to post this here rather than the xhtml forum, so here goes... I'm building a website for someone and they would like table that can be populated by a specific visitors request. My initial thoughs were that I'd be able to build a database in SQL to store the table data and then...
  5. cantfindausername

    Table population from SQL database

    Hi, I'm building a website for someone and they would like table that can be populated by a specific visitors request. My initial thoughs were that I'd be able to build a database in SQL to store the table data and then submit queries dependant on what the visitor wants to see - like they...
  6. cantfindausername

    help with hashes

    Me again... I have a hash and I'm trying to access the keys using a specific value. Is it possible?? The simplest example I can give would be the following #!/usr/bin/perl -w %data = ( 'Jan' => 31, 'Feb' => 28, 'Mar' => 31, 'Apr' => 30); $val = "31"; foreach $month (keys %data) { if...
  7. cantfindausername

    Simple Text Translation

    Hi, I'm still relatively new to Perl, but have managed to put together some scripts for work. The latest one I'm making is taking a CSV file of data, and creating an XML output. One of the fields in in all UPPERCASE, and I need to reformat it to Upper Then Lower. For example the data...
  8. cantfindausername

    2 pages from single link

    Hi everyone, A friend has asked me if its possible to open 2 pages with different URLs from a single link. Is this something that can be done? Thanks, Anthony
  9. cantfindausername

    open 2 pages from single link

    Hi everyone, A friend has asked me if its possible to open 2 pages with different URLs from a single link. Is this something that can be done? Thanks, Anthony
  10. cantfindausername

    title css with flash banner

    I hope this will be relevant for this section I have set up a title.css file so I can change the banner that is used across my site. However, I want to use a flash banner that I have just created. I can't see how I can do this, or if its possible. I'm trying to avoid putting code into...
  11. cantfindausername

    Playing WMV file in a pop up

    Hi, On my site I have a few videos, and normally the user will click the thumbnail and download the file. What I would like to do to the site is, when they click the thumbnail, the video will launch into a new popup window. Could someone help me out please? Thanks, Ant
  12. cantfindausername

    Help with a tween I'm trying to do

    Hi guys & gals, I have an image that is of the side of a car and it has a number 1 on it. I am wanting to get this to change into a text character 1 in a normal type font, say Arial for example. Can I do this using a tween? - I had thought a shape tween, but can't get it to work. What would...
  13. cantfindausername

    Form Validation image

    I've got a guestbook on my site and I'm really fed up of having to amend it hourly because of (ghey) spam bots! I would like to put on a form validation method. Ideally one like this... http://codewalkers.com/seecode/601.html However, it doesn't exactely tell you how to use it. Can someone...
  14. cantfindausername

    age effect

    Hi, I'm wondering if there is an effect available in Premier Pro 1.5 to make a video look all old and glitchy. Windows Movie Maker has an "older" effect that can be added to get the effect I'm looking for. Is there something similar in Premier Pro or even as a plug in that anyone could point...
  15. cantfindausername

    Quick fix for my border problem

    When I'm viewing my sitemap page, the border on the contendholder div doesn't display, unless you take it out of view. Either by scrolling down then up, or if it was already off the screen. The url is: http://www.car13.net/sitemap.htm I've used the same div as the rest of the pages on my...
  16. cantfindausername

    Recursive copy for directory duplicating

    I'm very new to perl but have picked up the (very) basics over the last few days. I've been given a task by my work to duplicate a directory structure from one location to another. The guy thats given me the challenge wants me to use a recursive subroutin. Ok, so the dir structure I'm using is...
  17. cantfindausername

    counting in 7.5hr blocks

    I am creating a down time work sheet for a test report. So far I have a column for each day, and rows for 15 blocks between 0800 and 1900. My current calculation works by entering the number of testers affected per 15 minutes. So if you put 4 in one cell it will clock up 1 hr. However, what...
  18. cantfindausername

    Transfering from 6 to Pro

    Hi, I am trying to transfer a film from Premiere 6 to Premiere Pro. Pro says it is converting it but when the file opens all the different videos are offline. I have shown Pro where the files are when it asks, but it is saying that the file is a video and wav file and doesnt match the video...
  19. cantfindausername

    Text with rollover

    Hi, I would like to know if its possible to have a normal piece of text, but to have a rollover effect on it. Mainly for use in a navigation bar. Anyone know how this would be done? Thanks, Ant
  20. cantfindausername

    complete n00b looking for some tips

    I'm wanting to get into Development here at work, and I need to get some knowledge in java code. I've been advised to use Eclipse 3.1 and would like to where I should look for the basics. Does anyone know of, or have any tutorials etc. Thanks for any advice/information, Ant

Part and Inventory Search

Back
Top