Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 31,296 points

SkkARd

Favorite Answers22%
Answers244
  • How to keep being my good self?

    I live away from my parents in college. When I came back for my holidays, I get very positive and motivated to do stuff in college, and I miss it.

    But when I get there, all I do is laze around and not do anything. I cannot study at all, barely attend classes and basically not do anything.

    What do I do to stay as motivated as I am at home in college?

    Please help, this is ruining my life.

    3 AnswersPsychology1 decade ago
  • How to know if a guy is nice? Just met him..?

    So, my best friend liked a guy for 2 years in high school, and then after school, they started dating(3 weeks, met 3 times). There is a vast cultural difference between the two, and I wanted to know if I could see if he is a nice guy or just play-acting, because he always seems nice around us, sometimes just too nice. But their cultural differences show when they are around, with a very vast difference in their points of view. True, if he really is a nice guy, they could go on, but how do I find that out? I know the trick about seeing how he treats his inferiors, but he just treats them neutrally, neither good nor bad. Can I get any suggestions? Because my friend doesn't want to continue if for all her effort, the guy later turns out to be bad..

    Thank You,

    Khushman

    1 AnswerSingles & Dating1 decade ago
  • What's a 'song' called which has no vocals but only music?

    Could you suggest some good pieces of the type mentioned above? I want some good soulful music to chill off after a tiring day.

    11 AnswersOther - Music1 decade ago
  • How do you install an email system, e.g. one like Gmail?

    I already have server bandwidth. etc.. I have my own forum up and running(yes, its phpBB), But what about an email system? How do you install that?

    1 AnswerProgramming & Design1 decade ago
  • Has anybody seen Girl Next Door 2?

    Has anybody seen the movie Girl Next Door 2 and survived untouched? I don't think that's possible. That was just TOO much on. I actually cried a bit! Couldn't even believe something so bad can happen! :O

    2 AnswersMovies1 decade ago
  • Question about series of stars wars?

    What is the correct order to see the entire star wars series?

    4 AnswersMovies1 decade ago
  • What is meant by 'USSD Callback' ?

    Now, my service provides offers this service, and i'm not sure what it is. But inquisitive cat that I am, I wanna find out and maybe use it! Thanks in advance.

    It'd be helpful if you provide a lil' bit of details too.(I do understand geekspeak):-)

  • Do you know any good country songs?

    Can you tell me a lotta good songs which girls will love. esp girls??

    11 AnswersCountry1 decade ago
  • Can anybody suggest any good sentimental songs??

    I need sweet, sentimental and slow-paced songs for when I spend time alone with my true love. Just to make those moments reeeally special. A good example would be "Everything I Do I Do It For You" by Brandy; "You and Me" by Lifehouse; "Question" by an unown band. Many thanks in advance.

    4 AnswersCountry1 decade ago
  • Is there a blogger java mobile application??

    I guess the question explains all.

    Is there a java app for postiong on blogger??

    I know abiro mobile blogger, but that's not proper as i need to have large posts, vey large posts.

    1 AnswerPDAs & Handhelds1 decade ago
  • Help with javascript and css variables !?!?

    I just found out the window height using the window.innerHeight function, stored the variable and processed it to finally get a variable 'finHeight'. Now i need to make it use that variable as a part of a css style, i tried usng this, but it doesn't work.

    [code]

    document.write('<table style="position: absolute; top: ' + finHeight + ';" align="center" height="768" width="1024" id="table">')

    [/code]

    I need to position the table at a certain number of pixels, which are calculated dynamically depending on the window's size.

    I need help to do this. If there is another way, do feel free to tell me.

    1 AnswerProgramming & Design1 decade ago
  • Backgroungd in css or html.?

    I have this code:

    <table width="100%">

    <tr>

    <td width="160">

    <a href="#hm" class="ZOOM">ABC</a><br/>

    <a href="#hk" class="ZOOM">XYZ</a><br/>

    <td width="*">

    .

    .

    .

    .

    .

    .

    My stuff here

    .

    .

    .

    .

    .

    .

    </td>

    </tr>

    </table>

    The part with td width = 160 should have it's width constant, and it's own image, e.g. sidebar.jpg. How do I do this ??

    Btw, the backgroung should 'fit itself' in the browser window.

    1 AnswerProgramming & Design1 decade ago
  • Regarding the screen resolution javasript for 'Ravindra G'??

    Please give me just 1 example in your code for it to load this css script if the resolution is 1024x768:

    <style type="text/css">

    body {

    background-image:url("http://khushman1.googlepages.com/gmap-backup.jpg%2...

    background-repeat:no-repeat;

    }

    </style>

    The code you provided was :

    <script type="text/javascript">

    var windowWidth = 0, windowHeight = 0;

    if( typeof( window.innerWidth ) == 'number' )

    {

    //Non-IE

    windowWidth = window.innerWidth;

    windowHeight = window.innerHeight;

    }

    else if( document.documentElement && (

    document.documentElement.clientWidth ||

    document.documentElement.clientHeight ) ) {

    //IE 6+ in 'standards compliant mode'

    windowWidth = document.documentElement.clientWidth;

    windowHeight = document.documentElement.clientHeight;

    }

    else if( document.body && ( document.body.clientWidth ||

    document.body.clientHeight ) )

    {

    //IE 4 compatible

    windowWidth = document.body.clientWidth;

    windowHeight = document.body.clientHeight;

    }

    </script>

    1 AnswerProgramming & Design1 decade ago
  • Find screen resolution using javascript/other language e.g. 1280x1024 ??

    I want to find the screen resolution using javascript so that it can load a different image in a CSS script depending on the user's screen resolution. e.g. http://khushman1.googlepages.com/gmaps-index.html

    The pic is a 1024x768 pic, but I have a 1280x1024 resolution, so how do I change the code so that it loads a different picture depending on the user's resolution.

    Any other language is also OK but the code should work.

    3 AnswersProgramming & Design1 decade ago
  • Html Help !!?

    I need help to keep a Gmap on the right side of the page.

    i.e. something like this : http://khushman1.googlepages.com/gmapsindex.html

    but the frames don't work with the code:

    <a href="gmaps.html#hm" target="map" class="ZOOM">

    <!---"class="ZOOM" : this is needed to zoom into the location (it has no effect whatsoever, as you can see.).--->

    So i think that the links need to be in the same frame (it works that way- try http://khushman1.googlepages.com/gmaps123.html).

    Can somebody edit\make a new code the code so that it doesn't use frames, and the presentation of the site is similar to the one which can be seen.

    P.S. I don't know CSS, etc. only HTML.

    1 AnswerProgramming & Design1 decade ago
  • Hard drive disk space error.?

    My hard disk drie shows only 50 gb of space, when in reality it's capacity is 200gb. I don't know how this happened. Please help !!

    6 AnswersOther - Hardware1 decade ago
  • Html side bar help !!?

    I need help to make an html sidebar. I don't know CSS, or any other language. Also, i tried using frames, but it doesn't work, coz i need to add a link like: http://khushman1.googlepages.com/gmaps.html#hm

    the first frames's name is 1.html (can be renamed).

    Plzzz help !!

    1 AnswerProgramming & Design1 decade ago
  • C help on making ur program access the internet !!!?

    i just wanted to know if you could make your program acces websites (i don't want to make a browser, just want to check the html code)

    e.g. http://khushman1.googlepages.com/example...

    the above pages html code is 1212 , so how to make the program store that in a variable e.g. 'a'

    1 AnswerProgramming & Design1 decade ago
  • DOS help !!?

    how do you use this script ??

    i found it online, for a private messenger, unfortunately i have some problems using it :( !!

    @echo off

    :A

    Cls

    echo MESSENGER

    echo Thank you for using this secure cmd messenger

    set /p n=User:

    set /p m=Message:

    net send %n% %m%

    Pause

    Goto A

    6 AnswersProgramming & Design1 decade ago
  • C programming help !!?

    i just wanted to know if you could make your program acces websites (i don't want to make a browser, just want to check the html code)

    2 AnswersProgramming & Design1 decade ago