I've been tasked with finding usage percentage data of the various non-web based readers, e.g. Eudora, Outlook, Lotus, etc.
This has been surprisingly difficult to come by. Does anyone know of a good source for this sort of information? Even business market share data would suffice if...
I know QuicktimeVR is useful for creating "being there" effects for photographic images. However, is it possible to utilize it to manipulate the view of an object from the outside? I.E. rotate it, etc. If not, does anyone know of a good tool to use to achieve this in a web-based...
Can someone tell me the extent of Visio 2000 Enterprises DB support? I can't find much on it at Microsoft...they seem to have abondoned the product. Can it generate SQL-based DDL-scripts from a diagram with which to create tables within an actual database?
Thanks in advance.
I have a PHP script for uploading and listing files in a Linux filesystem. When listing, I use the following condition:
if eregi("\.",$file) == false
...to determine if an item is a subdirectory or a file. If it is false, it's a subdirectory.
PROBLEM: When I upload a file with no...
I've got a script that uploads to a Linux server. It usually works perfectly...with small files.
But when I try to upload something large (more than 1 meg or so) it dies on me...no timeout or anything...it just acts as if nothing happened. It will act like it's uploading for a few seconds...
Can someone give me a high-level across-the-board idea of the implications of using Oracle 9ias with Oracle 7? Is it possible? I think I saw somewhere that Oracle9ias Portal won't work with it, but I sort of figured that already.
I'm having problems FTPing on my Linux system (Red Hat 7). It says that the file I'm requesting does not exist, and creates a 0KB empty file on my machine with the name of the would-be file. This occurs with every FTP program I've tried, including just using the system browser.
The system I'm...
I'm trying to created a system that allows a web user receive a list of items, drag-and-drop them into a new order, then submit them back to the server (via ASP). I know a drag-and-drop system can be implemented via JavaScript...but I only know how to do it in IE. Plus, I don't know how to go...
I've been using relational databases for a long time now...creating them is second nature to me, including data normalization and what not.
I'm having a HUGE problem wrapping my head around what the heck the point of XML is. It seems grossly unstructured and inefficient to me as a...
I'm creating a website in PHP that allows users to download files in a specific server directory to their machines. What are the recommened permissions for this and what's the best way to handle it? It's on an OSX server (i.e., permissions handled similar to Linux). The non-web users need to...
How would I go about adding new rows to a spreadsheet using a macro? No data is to be added...rather, new rows with the proper formatting need to be added.
Right now I have a macro that addes 5 records, but it does so by copying a hidden template record and adding 5 records from the 6th row...
I'm trying to design a page using arial/helvetica font with a font size of 1. Every few lines, a mysterious extra line-break is being put in the page, even though no such thing is in my HTML. Fooling around with <P> tags and <BR>s does nothing more than move it around to a different place, and...
Can someone tell me the best way to go about creating a macro to hide/show specific columns? The columns' data still needs to be used in formula calculations, but needs to be hidden for a simplified view. I've tried messing with the CustomView method but can't find much documentation on it.
I am running PHP and Apache on a Windows 2000 system, and while I have the bare minimum up and running (I can do phpinfo() and all that), I am having problems with the extensions. I have the path in php.ini set to "c:\php\extensions\" but I get popup errors like
"Unable to load...
I am having a problem logging into a DB with a newly-created user. I have verified that I am indeed entering the right password, so that does not appear to be the issue. Below is the screen output from DB creation through my attempt to login:
[Serv1:/usr/bin] admin% mysql -u root -p
Enter...
Does anyone here have any experience using PawCom to manipulate PeachTree accounting data from an outside source? I'm looking into using it for a potential project, but want to make sure it's a reliable product. I can't find any reviews of it.
I keep getting an "Invalid procedure call or argument: 'Left'" message when I run the following code:
company = replace(company,"'","''")
x = instr(company,"-") - 1
company = Left(company,x)
What's weird is when I remove the "- 1" from line 2...
I'm getting the following message when trying to insert into a table from VB:
Record(s) cannot be added; no insert permission on 'tablename'
Where tablename is the table I'm working with. However, the permissions on the database are set correctly, and other parts of my program work just fine...
How can I open a Powerpoint file from HTML? If I just link to it with an HREF it displays a bunch of gibberish similar as to if I opened it in a text editor. And yes, Powerpoint is installed.
Ideas? Thanks in advance.
I have a program that allows the user to upload files to a website for collaboration purposes. ASP Simple Upload has worked fine for small files. I've also used some standard ASP code to do it in the past with equal success. However, using either of these methods results in a script time-out...
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.