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,246 points

=w=

Favorite Answers47%
Answers135
  • Website Design: Navigation?

    I'm designing a website and I was wondering if there was a way to encapsulate the site's navigation code so that every time I modify something I wouldn't have to update each page individually.

    I tried doing something similar to what I did for my css:

    <link rel="stylesheet" type="text/css" href="Navigation.html">

    but that didn't do anything.

    Since it isn't a stylesheet is there something else I should put inside those quotes?

    Could I put my code somewhere in my css file?

    3 AnswersProgramming & Design8 years ago
  • Problems purchasing music on itunes?

    I have tried repeatedly over the last several days to make a purchase on itunes only to be asked to verify my identity because this is my first time making a purchase from this computer. It is not. I last successfully made a purchase from this computer three weeks ago. I was also asked to verify my identity that time, but by shutting down itunes and reopening it was able to complete my purchase without answering the verification questions. This time, however, the same tactic has not been successful.

    Why does itunes think this is my first time purchasing from this computer? And what can I do to get it to stop thinking that?

    1 AnswerSoftware8 years ago
  • Wireless Connectivity Issue?

    Recently, my HP Pavillion g4 laptop froze up while I was surfing the internet. I shut it off via the power button and restarted it. And after answering its inquiry about which mode I wanted to start up in, it appeared to run normally. While running a security scan to make sure no viruses had attacked it, I attempted to resume browsing the internet. However, I was unable to do so.

    I tried tapping the f12 key to turn the wireless back on, but that did nothing. I then restarted it and tried again, which also did nothing. Next, I shut down the computer,restarted it, and tried again, which still did nothing. I then tried uninstalling the wireless driver via the device manager and restarting the computer. This too, however, yielded no results.

    My other function keys are working properly and everything else on the computer seems to be working fine. The wireless key, however remains staunchly orange.

    My laptop runs on Windows 7.

    1 AnswerComputer Networking8 years ago
  • Using Formulas in an Excel Calendar?

    I would like to be able to add the number of hours I've worked to the calendar I have in excel, and have it add up and display each week's total hours. Currently, I cannot get it to display both the date and my hours worked that day without some sort of error. I did overlay the dates in textboxes for some cells, but I would like to know if there is a more efficient way to do this. How can I get my excel formula to realize that the date in the cell is irrelevant to the other data in the cell that I would like it to add?

    3 AnswersSoftware8 years ago
  • Using Flag Variables in Macros?

    I have a macro that I use to format blocks of text with several different formats. It formats the two header rows correctly, but then it starts to work incorrectly.

    After it formats a single line of text it then formats a list for a specific number of lines. I'd like it to search for a flag variable and only continue formatting as it had been until it found the flag variable. Is there a way I can get it to search for this flag variable?

    It seems like it would be an if-then-else statement, but I'm not sure what to use as the test criteria. I currently have:

    dim desiredSelection as string

    desiredSelection="Directions"

    If Selection.Text = "Directions" Then

    'some actions

    else

    If [Selection.Text] <> desiredSelection Then

    'more actions

    end if

    Here is the code that formats the list:

    'edits the ingredients body

    Selection.MoveDown Unit:=wdLine, Count:=5

    Selection.MoveLeft Unit:=wdWord, Count:=2, Extend:=wdExtend

    Selection.MoveUp Unit:=wdParagraph, Count:=4, Extend:=wdExtend

    Selection.Font.Name = "Segoe Print"

    Selection.Font.Size = 10

    Selection.MoveDown Unit:=wdLine, Count:=1

    Selection.EndKey Unit:=wdLine

    Selection.HomeKey Unit:=wdLine

    Selection.EndKey Unit:=wdStory

    Selection.MoveUp Unit:=wdLine, Count:=6

    Selection.EndKey Unit:=wdLine, Extend:=wdExtend

    1 AnswerProgramming & Design8 years ago
  • How can I stop getting "Err: Undefined" when computing statistical values on TI-84?

    When I enter data into the stat lists on the calculator and try to calculate values like the mean and standard deviation, I keep getting "Err: Undefined." I was able to calculate these values before using the same data but now cannot get it to work. Each list has the same number of data. What can I do so that it will calculate these values?

    2 AnswersMathematics8 years ago
  • If statements in macros?

    I'm writing a macro in Word 2007 that formats several chunks of text that each have their own format. It does not function incorrectly, but it also does not function perfectly. What I would like it to do is look for specific strings as flags so that it continues formatting in one style until it sees that string, or stops formatting in that style when it sees it. The reason behind this is that the number of lines it formats with one style varies while the flag string does not vary. Is there a way to write the formatting code within an if-statement so that it would always format these flag strings the same way no matter how many lines are before them?

    Here is what I currently have:

    'edits the ingredients body text

    Selection.MoveDown Unit:=wdLine, Count:=7

    Selection.MoveLeft Unit:=wdCharacter, Count:=50, Extend:=wdExtend

    Selection.Font.Size = 10

    Selection.Font.Name = "Segoe Print"

    'inserts a page break

    Selection.EndKey Unit:=wdLine

    Selection.InsertBreak Type:=wdPageBreak

    Selection.MoveDown Unit:=wdLine, Count:=1

    'edits the directions header

    Selection.HomeKey Unit:=wdLine, Extend:=wdExtend

    Selection.Font.Bold = wdToggle

    Selection.Font.UnderlineColor = wdColorAutomatic

    Selection.Font.Underline = wdUnderlineSingle

    Selection.Font.Name = "Segoe Print"

    Selection.Font.Size = 10

    1 AnswerProgramming & Design9 years ago
  • nDeriv( command on the Ti-84 Plus?

    Instead of being able to enter the standard nDeriv(y1,X,X), my calculator asks for something completely different. It has d/d(Alpha) (Blank) | Whatever variable was entered in the fraction's denominator=Blank

    I am unsure of what to put in these blank spaces. Should the variable be X if the function is f(x) or does it expect another variable? For the parentheses, do I want to put the point on the graph that I would like it to find the derivative for (ex. f'(11) ), or do I put the function there? If I do not put the function there, do I put it after X=? And if it does not go after X=, then where do I put the function?

    2 AnswersMathematics9 years ago
  • Analyzing Product Ratings?

    Most websites have a five-star rating system for their products, but four stars on one product with three reviews is rather different from four stars on one with more than one hundred reviews. Is there a formula or method I could use to combine the number of reviews with the product's rating? Ideally, what I am looking to do is remove the bias the number of reviews has on the rating. What calculations should I do with the product rating so that it reflects the number of reviews?

    1 AnswerMathematics9 years ago
  • Applying Text Formatting From Word Templates?

    I would like to apply the formatting from a template I made using Word 2007 to existing documents. I have already tried going through the template section under the developer tab, which did nothing. As of right now, my template is basically placeholders because my intent was to use it as a formatting model. Ideally, I am looking for a method that does not involve copying and pasting my text to my template and then altering the paste options; I want to be able to simply insert my text into the sections and have it display the template's format. Outside of time-consuming methods, or format paint, is there a way to achieve the effect I want to?

    1 AnswerSoftware9 years ago
  • ¿Me sugieren música Española?

    Quiero saber más artistas que crean música en español. Ya estoy familiarizado con David Bisbal y me gusta mucha su música. ¿Qué artistas tienen un estilo de música alegre y animada como Bisbal? Por favor, si sabe, describa el estilo de los artistas que sugiere.

    4 AnswersRock y Pop9 years ago
  • Lost Lemon Pie Recipe?

    I found a lemon pie recipe online almost exactly a year ago but have since lost the recipe. I would like to make it again. I know it requested lemon zest, lemon juice, graham cracker crust, and sweetened condensed milk. I have looked some but have yet to find any that call for lemon zest and these other three ingredients; every recipe I've seen so far has only asked for the other three. Any help finding this recipe would be greatly appreciated.

    3 AnswersCooking & Recipes9 years ago
  • Issues After Reformatting a Hard-Drive?

    I recently reformatted my hp-mini in preparation to sell it, and it cannot access the internet any more. I did not create a partition on the C:/ drive When I went to reformat it. Would that have helped or prevented my issue?

    I lost the drivers and am in the process of re installing those. Will re-installing my system drivers allow it to access the internet? I have tried to create a new connection as I've read in the help files, but it says it cannot find my network hardware like my network adapter and such.

    Would using the data stored in my backup file help it regain internet access? Whenever I try to open the backup it asks me what program I want to use. What can I tell it to use?

    Thanks in advance for any help.

    2 AnswersLaptops & Notebooks9 years ago
  • Spanish Song Suggestions?

    I recently fell in love with Spanish music, but I have so far struggled to find songs I love and would be willing to listen to repeatedly. Mostly, I listen to Spanish music because I enjoy it, but I also find it helps me with my understanding and pronunciation of the language as well. I am unconcerned about understanding the lyrics; I'm pretty good at that.

    So far, I only really listen to David Bisbal, but I would very much like to expand and find more musicians I could enjoy equally as much. I have listened to some of Chayanne's and Jencarlos' music, but I've so far found it less interesting than Bisbal's music. I would love to find an artist whose music was similar to Bisbal's or to Chayanne's upbeat songs. I really love the rhythm and energy in both artist's fast-paced songs. Here are some of my favorite songs of theirs for reference when offering suggestions:

    Sin Mirar Atras- Bisbal

    Torero- Chayanne

    Buleria-Bisbal

    Ave Maria- Bisbal

    Silencio- Bisbal

    Thanks in advance for any help.

    3 AnswersLanguages9 years ago
  • Spanish Music Suggestions?

    I recently became interested in Spanish music and have been trying to find artists whose music interests me but have had little success so far. I love David Bisbal's music, especially his album "Sin Mirar Atras" because of how very fast-paced and upbeat many of the songs are, and I would love to find another artist similar to him, especially one with a similar sounding voice. I am also somewhat interested in Alex Ubago, Chayanne, and Jencarlos though I am not very familiar with their music. What songs of theirs might I like? And are there any other similar artists or songs I might also be interested in?

    Thanks in advance for any help.

    3 AnswersRock and Pop9 years ago
  • does anyone have tips for finding the swordfish shadow and/or neptoona for Loz phantom houglass?

    I've only seen the swordfish shadow three or four times since getting the big lure. I only saw neptoona once so far but it got away and I haven't seen it since. If anyone has any tips on how to get the swordfish shadow they'd be greatly appreciated.

    1 AnswerVideo & Online Games1 decade ago