User Profile

Collapse

Profile Sidebar

Collapse
moishy
moishy
Last Activity: Mar 27 '09, 07:48 PM
Joined: Oct 5 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • moishy
    started a topic How to detect which element is in focus

    How to detect which element is in focus

    How can I find out which element has focus?
    I know how to do it in IE, but I need something for Firefox.

    Thanx
    See more | Go to post

  • moishy
    started a topic Bypass "Font is already installed" message

    Bypass "Font is already installed" message

    I have over 3000 fonts that I've backed up. (I had to reformat my drive.)

    Now I try to copy/paste the fonts into the fonts directory.

    For most of them I get the message:
    The <font name> font is already installed. To install a new version, first remove
    the old version.

    It would be silly for me to sit there for a year and a quarter clicking "OK" "OK" "OK"...
    See more | Go to post

  • moishy
    replied to Audio Driver Needed
    I bought this Dimensions 5150 from dell.
    In device manager, the audio hardware seems to be "IDT high definition audio CODEC"
    Its' hardware id is:
    HDAUDIO\FUNC_01 &VEN_8384&DEV_7 680&SUBSYS_1028 01AB&REV_1032

    advaTHANKSnce
    See more | Go to post

    Leave a comment:


  • moishy
    started a topic Audio Driver Needed

    Audio Driver Needed

    I've just formatted my HD, reinstalled XP, Everything works, except the sound.
    I went to control panel, and see that there's something there that has a yellow question mark:
    audio device on high definition audio bus

    It is probably the audio hardware with no driver.

    Can anybody please direct me to the right driver.

    advaTHANKSnce

    (="Thanks" in "Advance")...
    See more | Go to post

  • moishy
    replied to Hard Drive Not Recognized
    I am using Windows XP.



    If that's the case, what would be the solution?...
    See more | Go to post

    Leave a comment:


  • moishy
    started a topic Hard Drive Not Recognized

    Hard Drive Not Recognized

    My Western Digital External Hard Drive is not coming up in my computer.
    Though it is recognized in Disk Manager.

    What can I do?
    See more | Go to post

  • moishy
    replied to Force Download?
    in PHP
    Thanks!
    It works!
    One more question:
    In the page you linked to in the above post, is says that the file may not contain blank lines before or after code.
    My question is:

    <?php
    // May I place code here? if not, is there anywhere in this PHP tag that I may?
    // May I place blank lines anywhere IN the PHP tags?
    header('Content-disposition: attachment; filename=movie. mpg');
    header('Content-type:...
    See more | Go to post

    Leave a comment:


  • moishy
    replied to Best Music Jukebox?
    It's not so great in editing album info e.g. you can't do batch editing, and have to edit each value (genre, artist, etc.) separately rather than all in front of you
    See more | Go to post

    Leave a comment:


  • moishy
    started a topic Best Music Jukebox?

    Best Music Jukebox?

    Hi all!
    I want to know what is the best jukebox / music manager.
    I want the program that's best at adding/editing all info about a song/album.
    Including album-art, artist, etc.
    (And it should be a good manager: easy to find the song you want, etc.)

    Does anybody know the name of the program that's best in this field?
    See more | Go to post

  • moishy
    started a topic Force Download?
    in PHP

    Force Download?

    How do you make a "Force Download" i.e. that instead of for instance having a mp3 file open in a new tab, rather it will prompt the download.
    See more | Go to post

  • moishy
    started a topic Zune Video Resolution etc.?

    Zune Video Resolution etc.?

    Hi.
    Does anybody know the best resolution to play on zune?
    Additionally, what's a suggested framerate, kbps, etc.

    Thanks
    See more | Go to post

  • moishy
    replied to What code is this? What is the output?
    I thought so!
    You pulled the words out of my... keyboard!

    I've once programed a few palm programs in basic using nsBasic by nsbasic.com

    The only useful program I made was a frequency program:
    You input a frequency (e.g. 255=C) and volume and length, and it will beep it for you according to your specifications!

    It's fun to play with and to see which sounds you could, that people ten years...
    See more | Go to post

    Leave a comment:


  • moishy
    replied to Downloading the real file off a server
    No.
    Exactly the opposite!
    There is a file on their server.
    If you download this file regularly, you won't have the ACCTUAL file, rather it'll open WMPlayer and start playing a STREAM of the video, but you can't get the real file.
    NetTransport let me acctualy get the REAL file the way it is on their server!
    So I was looking for an alternative, perhaps there's some website, that you put in a link, and it will FORCE...
    See more | Go to post

    Leave a comment:


  • moishy
    started a topic Downloading the real file off a server

    Downloading the real file off a server

    I know of NetTransport, But is there any other programs, or something ONLINE that pulls the original file from the server.
    e.g. everytime I tried downloading a certain video file, I was getting only a STREAM but not the actual file. Net transport solved that.

    Does anybody know of any alternatives to that?
    Perhaps something online, that you put in the link and it will download it?
    See more | Go to post

  • moishy
    started a topic Editing greasemonkey scripts within firefox

    Editing greasemonkey scripts within firefox

    Does anybody know of any firefox extension etc. that can let me edit greasemonkey scrpts from WITHIN the bowser window, without having to jump back-and-forth between firefox and the greasemonkey file.
    Does anybody have a solution?
    Or maybe one of you big-brains can write a simple extension that will do that?
    Please?

    Thanks!
    See more | Go to post

  • moishy
    started a topic Fixing a hard drive?

    Fixing a hard drive?

    Hi all!
    I use a internal hard drive as my external hard drive by using a IDE to USB wire.
    One day, I plug in the electric, but it won't work!
    I plug the electric into a different hard drive, it works.
    My hard drive doesn't work!

    What do I do from here?

    Should I do it myself?
    (post links to helpful info)

    Should I give it to a pro?
    (waist a few thousand bucks)...
    See more | Go to post

  • moishy
    started a topic Getting document's entire HTML

    Getting document's entire HTML

    I want to get the page's source code.
    The best I came up with was: document.getEle mentsByTagName( 'html')[0]
    Is there something shorter than that?
    See more | Go to post

  • moishy
    replied to Uploading a file from a URL
    in PHP
    Didn't work for me:

    PHP file is located here:
    ROOT/directory/file.php

    Upload target is:
    ROOT/directory/files/uploaded_file.e xt

    I set $target to /files/uploaded_file.e xt but didn't work.

    I had the same problem with file_exists()
    See more | Go to post

    Leave a comment:


  • moishy
    replied to Uploading a file from a URL
    in PHP
    Thanks for your post!

    It worked. But only when the Target path was set to the entire host directory!
    i.e. /home/content/l/i/v/livingsidrah/html/ is considered the root folder (I use godaddy hosting)

    Is there any workaround, that I won't need to type the entire directory?
    See more | Go to post

    Leave a comment:


  • moishy
    replied to Uploading a file from a URL
    in PHP
    I don't get what I'm supposed to do with file_
    get_contents(). ..

    Here, say I have a variable containing a file address:
    $file = "http://www.host.com/files/image123.jpg";

    And I want to upload it to:
    $target = "/files/";

    How would I use file_get_conten ts() to do that?

    Thanks guys, you are very helpful
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...