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

    Wallpaper config file

    Hey, I'd like to modify my desktop wallpaper every so often with a script, and I was wondering where the files that contain information on the user's wallpaper are. Thanks, Aarem
  2. Aarem

    Not recognizing network path

    Hi, I have a python script that is supposed to check to see if a computer exists on a windows network, but python always seems to return false: os.path.isdir("\\\\MyPCNetworkname\\") should work, right? for some reason, if i have a trailing folder (like \\MyPCNetworkname\folderhere), then it...
  3. Aarem

    Connecting to server

    Hello, everybody. I know Flash has the XMLConnect class for connecting to ports >= 1024 and all, but is there a way to connect to a simple, normal URL to retrieve content? Thanks!
  4. Aarem

    Wipe Bootdisk

    Hello, I just recently obtained a hard disk that has old partitions (not sure what filesystem type or whatever), and I would like to remove those partitions, perhaps with a 'wipe' boot disk. Does anybody have a link to an iso image perhaps for a disk like this? Thanks!
  5. Aarem

    Getting the onload event of an iframe

    Hello everyone. For some strange reason, whenever I try to get the onload event of any iframe in an HTA, I get "null" as a response. I've tried altering everything I can think of, but nothing has worked! Any ideas on how to fix this? <iframe src="http://google.com" application=yes...
  6. Aarem

    Referencing HTA windows

    Hello. Is there any way HTA (HTML Application) windows can reference each other's window objects, preferably by ID or applicationname? Thanks.
  7. Aarem

    Simplify fraction

    Hello. Does anyone have a good script or link for simplifying a fraction in flash? For example, simplifying 6/3 to 2 or 3/6 to 1/2? thanks.
  8. Aarem

    saving text files - compiler is returning an error

    Hi. I have an applet - save.class. This code should work (i think) but the java compiler is giving me an error. What is wrong with my coding? import java.awt.*; import java.applet.*; import java.io.*; public class save extends Applet { BufferedWriter out = new...
  9. Aarem

    name of config file for display properties!

    hello. I was wondering if anyone knows the location of the config file that contains information about display properties (i.e. the desktop wallpaper) Please respond ASAP!
  10. Aarem

    Crypt::Blowfish exact bytes

    Hi. Is there a way to use Crypt::Blowfish to encrypt a string with a potentially varying size? Please help ASAP.
  11. Aarem

    Changing which &lt;TD&gt; stretches. NEED HELP!

    Hi. Say I have a 2 column table, and both td tags on the top have background images. I have another row, with one <TD> tag, colspan of 2. Now, how can I make the first column be just wide enough to support the text, while the other one stretches to fit the excess width the lower part takes up...
  12. Aarem

    ActivePerl browser interface

    Hi. I just installed ActivePerl and I was wondering if there's a way to access the perl files through a browser like IE instead of MS-DOS. Please respond ASAP.
  13. Aarem

    Cross-browser solution for table problem

    Hi. I have a frame-like table, and I'm having trouble with the <span> tag in this code. I need a cross-browser way to align two horizontal lines in the images t-t-l and t-t-c and t-t-r, while being able to move the text up and down. Please help! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01...
  14. Aarem

    I have a frame-like table, and I need a cross-browser solution.

    Hi. I have a frame-like table, and I'm having trouble with the <span> tag in this code. I need a cross-browser way to align two horizontal lines in the images t-t-l and t-t-c and t-t-r, while being able to move the text up and down. Please help! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01...
  15. Aarem

    Using an image as an alpha map

    Hi. I'm still new to java, and I was wondering what the best way is to take one image, and display it, but with a transparency map (a seperate image). Maybe something with pixelGrabber to get the brightness of each pixel in the alpha map? Please help!
  16. Aarem

    Compiling as application

    Hi. I'm new to Java, and I'm not exactly sure how to do this: how can I compile a .java file into an application file(.exe).
  17. Aarem

    Widescreen transformation

    Is there a program that can run on Win ME, that makes the comp run in a widescreen environment, no distortions? ie, it could place black bars on the top and bottom, but move everything on the bottom, like the start menu up, and everything on the top, like the title bar, down. Where can I find...
  18. Aarem

    Encoding All Entities

    Hi. I looked into HTML::Entities in CPAN, and I was wondering how you can encode every letter into an html entity. In tried the following, but it doesn't work! use HTML::Entities; encode_entities_numeric( "hi, this is my message. Why does perl not encode this?", /./ )
  19. Aarem

    Renaming file not working.

    Hi. I have a script that takes a filename, checks to make it exists, and renames it to another name, if that name ends in the proper extension. Could someone please help me? #!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); if ($ENV{'REQUEST_METHOD'} eq 'GET') { @pairs = split(/&/...
  20. Aarem

    RegExp Remove Tag and its Attributes, but not the containing text.

    Hi. Is there a regexp that can erase the <b style="whatever"> and the </b> in the following code, but leave bagels and blarneystones? I need this for my own context ad service. <b style="whatever">bagels and blarneystones</b>

Part and Inventory Search

Back
Top