Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: kbjr14

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    8,959

    You would need to batch files. First one: ...

    You would need to batch files.

    First one:


    @echo off
    set /p destination="Destination: "
    for /f %%a in ('dir') do call copyFile.bat %%a %%~ta %destination%

    Second one (this is where I...
  2. Answers
    1
    Views
    1,092

    This has to do with server-side scripting. Asp is...

    This has to do with server-side scripting. Asp is Active Server Pages. It's a .NET based scripting language. Some server-side scripting languages include ASP, PHP, ColdFusion, Java, Perl, Python,...
  3. Answers
    1
    Views
    1,665

    First, you can cut out only the audio using media...

    First, you can cut out only the audio using media conversion software. Try Media Converter - the fastest free online audio and video converter

    Second, to put background sound in a website, you can...
  4. I don't know if this works in the body section,...

    I don't know if this works in the body section, but if you are OK with using css level 3, then you can use overflow. Try this:

    body{
    overflow-x: hidden;
    }

    again, I don't know if it will...
  5. Answers
    1
    Views
    864

    This short was featured in an anthology...

    This short was featured in an anthology collection called "The Animation Show of Shows, Volume 7". The short was directed by Gil Alkabetz and created in 1991.
Results 1 to 5 of 5