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

    Advice on DRMing

    Hi all, A client recently approached me, and is asking for a solution to protecting their subscription based content from copying and redistribution. Most of what they are asking for is doable in a number of ways, but the last item is what is really giving me a mental block. What is required...
  2. Arion23

    Stop errors when burning CDs

    Hi all, Just wondering if anyone else has experienced this problem, and if you might know how to fix it. I'm having intermittant problems when writing CDs - using an HP 8200 USB burner (latest HP drivers and RecordNow software) on XP Pro - every now and then I get stop errors with the code...
  3. Arion23

    CFLOOP adding exclamation marks

    Hi all, not sure if anyone can help out with this or not: I've got some code that loops over an array to create some HTML that is then sent via CFMAIL: <cfset Variables.Books = &quot;&quot;> <cfloop index=&quot;i&quot; from=&quot;1&quot; to=&quot;#BookCount#&quot;> <cfset Variables.Books =...
  4. Arion23

    Install freezing at partition check

    Hi all, Got a new PC for christmas, and trying to install Linux but running into problems. PC is set up: ASUS A7V133-C motherboard (same as A7V133 but without the onboard Promise RAID controller) 1GHz Athlon CPU 512MB PC133 RAM 20GB Seagate HDD Creative PCI128 SoundBlaster + standard keyboard...
  5. Arion23

    Unsure of error

    Hi all, Recently, any time an SQL query is performed in our ColdFusion setup, the same error is generated (an example is attached below). I can't find a problem with the CFML, our CF Admin guy can't find a problem with with the configuration (his experience is limited tho') and the Oracle guy...
  6. Arion23

    Strangeness in IE menus

    Hi all, Not sure if this is the correct forum for this, as I don't think it is a specific HTML problem. Situation is: I have a desktop PC running Win98 and IE 5.5, when viewing a number of different HTML pages in IE, the View->Source menu item is greyed out. Now, there is nothing unusual...
  7. Arion23

    Visible/Hidden menus...

    Hi all, I'm working on a simple script that is intended to provided dynamic dropdown menus in IE5. Currently, I have a menu bar at the top of the screen and when the mouse moves over an item, a layered menu appears below it, when the mouse moves off, the menu disappears. Trouble is, I want...
  8. Arion23

    Printing Strangeness

    Hi all, This ones been stumping me for most of the day now, so I figured I'd unleash it on the collective... At http://www.canri.nsw.gov.au/activities/projects/2001/eoi/evaluation.html is a lengthy document. A number of people have reported when attempting to print it (from IE or Netscape...
  9. Arion23

    How to delete files via CGI on Win2k/IIS5

    Hi all, I have a script that generates temporary files into a directory on the server called &quot;/files&quot; (c:\inetpub\wwwroot\files\) Part of my script is to go through this directory and delete any files older than a certain time period. This is the code I have: foreach $file...
  10. Arion23

    Perl performance in win32 environ

    Hi all, Been playing around with Perl quite a bit lately, more and more with CGI scripts in an Win2K/IIS environment. As some of these scripts are to be expecting heavy use, I figured I'd check out performance (not my area, although I'm hoping to work on that :) ). Whenever these scripts run...
  11. Arion23

    Dynamic Select List

    Hi all, I'm in need of some help creating a Select list, with options that are variable, based on what radio option is selected. There are 3 radio options: A, B and ALL - If A is selected, the Select list needs to show only A options, likewise for B, and all options if ALL is selected. I've...
  12. Arion23

    IIS 5 security on Win2K

    Hi all, I've been asked to develop a perl script that produces PDF files on the fly, as a visitor conducts searches on an Internet site. This I have done no problems, but I believe part of my solution poses a security risk: The only way I can get the PDF files to be written properly, is by...
  13. Arion23

    Scripting form elements

    Hi all, I apologise for asking what I'm sure is a very easy question to answer, but I am having a very &quot;bad hair day&quot; :P I have a number of radio buttons and dropdown lists in a form, and I'm trying to find some simple code that will achieve the following effect: If user makes a...
  14. Arion23

    unlink on win32

    Hi all, I've written the following perl code to check if a temporary file is older than 0.01 days (about 15 minutes it works out) and if it is, to unlink/delete it. I intend for this code to loop through all the files in a given directory, resulting in only the most recently created files are...
  15. Arion23

    SQL with Perl/CSV

    Hi all, I've also posted this query to the Perl forum, but thought it also crosses into general SQL as well. Short story: I have a CSV file being used as a datasource for a perl script (using the DBI/DBD-CSV modules). General querying of the data works fine, however a few of the field names...
  16. Arion23

    More PERL/CSV woes...

    Hi all, I previously had a question regarding PERL interfacing with a CSV datasource via the DBI/DBD-CSV modules. Since then I've been knocking some code together and am very pleased with the results, but now I've been stumped with another problem: some of the field names in the datasource...
  17. Arion23

    PERL CSV and commas in fields

    Hi all, I'm still fairly new to PERL, but I'm posed with a problem I'm hoping someone can assist with. I've been asked to write a script that performs a search on a (rather large) CSV datasource, outputing the results in HTML. An example row from the CSV file (generated by saving an MS Excel...
  18. Arion23

    Available fonts

    Hi all, Just wondering if anyone knows of a resource that lists fonts that are generally accepted as available on all platforms by default. There is a particular character from a font set that I'd like to use, but am not sure if everyone will be able to use it (MS/Mac/*nix etc). Worse comes to...
  19. Arion23

    External Commands

    I've written a number of perl scripts that make use of HTMLDOC (http://www.easysw.com/htmldoc) to dynamically produce PDFs, and work fine on Apache. However I need to port these to IIS (both 4 and 5 on NT/2000 servers). The perl command is: system('echo &quot;'.$resultPage.'&quot; | htmldoc...
  20. Arion23

    Dynamically create PDFs

    Hi all, I'm posed with a problem - I've been asked to update a web application that produces results from a database search (straightforward enough) however management has requested that the results of each search should be made available as a PDF download to the user (ie user conducts search...

Part and Inventory Search

Back
Top