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 Chriss Miller 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: natwod
  • Content: Threads
  • Order by date
  1. natwod

    Excel: How to manipulate text within cells

    I am quite new to Excel Macros; I am used to using Word Macros to manipulate tables, and it seems Excel is quite different. I am trying to 'cut' the last part of the text in a cell and paste it into the adjacent cell, but cannot find much help on this anywhere. It seems to be a fairly basic...
  2. natwod

    Master Switch Network Power Controller - Install & config?

    Hey, I'm trying to get some info on UPS's above mentioned power controller. The model number is AP9210, but I cannot find it anywhere on UPC's web Site. I cannot figure out how to interface with it - I've got it running into a Mac via network cable. I guess what I need to do is assign it an...
  3. natwod

    automated quicktime capture

    I am looking to automate a video capture using quicktime, but am not sure which tool to use. Automator has the ability to create an application that will create a new capture and start and stop it. This can be used with Ical to schedule when this happens. The problem is that Automator has no...
  4. natwod

    Pass data into swf from parent document

    I am using Flex (basically just another way to design flash applications) and I'm trying to pass in some GET data from the parent document (a PHP file) into the embedded SWF. Is there a simple way to either retrieve the data from within Flash, or to pass it in and then use it within the Flash...
  5. natwod

    Premier Pro 7 Import problem

    I have several large DV avi files (10+ gigs) which I captured using a third-party program, and I am trying to import them into Premier, but Premier only seems to import the first 5 minutes correctly. After that, it will only display the frame at the 5 minute mark. I tried setting an in and out...
  6. natwod

    Best way to read an XML file

    I was trying to use the domxml extension for PHP to read in an XML file, then run through the nodes (tags, attributes, text, everything) and then I'm going to map that data to a MySQL database. But I just discovered the built in xmlparser functions, and I was wondering if they would be a...
  7. natwod

    domxml extension, can't open an XML file

    I have Apache and PHP installed on my comp, and I recently added the domxml extension, however, when I try to use the domxml_open_file() function, I get the following errors: Warning: domxml_open_file(): warning: in d:\httpserver\xmlreader.php on line 3 Warning: domxml_open_file(): failed to...
  8. natwod

    C# String splitter? (equivalent to Java's StringTokenizer)

    Hey, does anybody know if C# has an equivalent to the class "StringTokenizer" (Java)? I would like to split a string into "words" using spaces as enumerators, but I want it to ignore multiple spaces in a row. Any suggestions? Thanx natwod
  9. natwod

    Problem w/ JApplet and Graphics class

    Hi, I am having some problems with a JApplet I'm making. I ran into this problem before, but I think I got around it by using Applet instead of JApplet, but that didn't work for this one. When I compile, I get the error "Cannot resolve symbol: class Graphics..." Here is part of my code...
  10. natwod

    Search Strings and Work w/ XML in C#

    Ok, a couple questions here. I've searched the documentation, but my documentation isn't very good. Basically, I am converting a text-based file type into an XML-based format, and vice versa. I am using a StreamReader and ReadToEnd() to get the entire text file into a String variable. BTW...
  11. natwod

    How to make a Browse Button

    Hi, I'm new at C# and I was wondering if there is an easy (built-in) way to make a browse button, which opens up a browse window and returns the pathname to a file. Anybody? Thanks! Natwod --The Black Dragon
  12. natwod

    PovRay to Director?

    This may not be the best place to post this, but there is no povray forum. :( I have director 8.5, and I am wondering if there is any way to convert PovRay files into a format the director can read (apparently, director only supports w3d files...) Most documentation says that it is very...
  13. natwod

    Can you load a swf into its self?

    I am trying to get a specific effect that I will not take the time to explain, but I'm pretty sure that it requires a second layer. I think I could achieve the effect by loading the movie into its self, on a higher level (I want to keep it down to one swf), but I have tried, and from what I can...
  14. natwod

    String is autoquoting--how to unquote?

    Hi, I have a guestbook and one of the fields (a textbox) allows all characters (the other fields only allow a-zA-Z through javascript), and when a special character is typed into the textbox (',",\) and I echo it using php, that character appears on the page quoted. For instance, if I...
  15. natwod

    Permission Question: Accessing a text file

    I am making a hit counter using a text file; I use PHP to retrieve the number in the file, increment it, and re-write it to the text file. It worked fine on my machine using Microsoft IIS, but on my friend's server, I get the following message: Warning: fopen("counter.txt&quot...
  16. natwod

    Check for POST variable w/out getting errors

    What I am trying to do is ask for a password, and possibly a username, and then direct the person to a certain page depending on what they type. There will not be a large number of people, so they will all have their own pages, but they will be "inside" a main PHP file. The way I...
  17. natwod

    How to cycle through items in table w/PHP

    I posted this in the PHP forum, and nobody seemed to know, so I am trying here. I have a question about displaying database info using PHP. I am trying to display data from a database one entry at a time, but I am not able to get it to move on to the next Row. I’m not sure, but there may be...
  18. natwod

    Databases w/PHP, how to cycle through entries?

    I have a question about displaying database info using PHP. I am trying to display data from a database one entry at a time, but I am not able to get it to move on to the next Row. I’m not sure, but there may be a problem with my While statement as well. This is a sample of what I have...
  19. natwod

    ASP downloadable manual?

    I know that php.net has available for download a complete manual for PHP. Does anybody know if there is a similar ASP "manual" available for download? I couldn't find anything at asp.net... Thanks! Natwod
  20. natwod

    PHP how to send carraige returns in a form

    I am trying to send a carraige return (from a text box) to a script. I was able to get the effect I wanted in ASP using the code: <% Message = Trim(Request.Form(&quot;message&quot;)) Message = Replace(Message, vbcrlf, &quot;<br>&quot; & vbcrlf) %> What this does is replace vbcrlf (the...

Part and Inventory Search

Back
Top