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...
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...
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 = "">
<cfloop index="i" from="1" to="#BookCount#">
<cfset Variables.Books =...
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...
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...
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...
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...
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...
Hi all,
I have a script that generates temporary files into a directory on the server called "/files" (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...
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...
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...
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...
Hi all,
I apologise for asking what I'm sure is a very easy question to answer, but I am having a very "bad hair day" :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...
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...
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...
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...
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...
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...
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 "'.$resultPage.'" | htmldoc...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.