Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.

Lv 32.319 points

cat lady

Favorisierte Antworten14%
Antworten525
  • If you cut a pine tree's branches back will they grow back?

    I just want to know if a pine tree's branches will grow back if you cut them back?

    8 AntwortenGarden & Landscapevor 8 Jahren
  • Is a dog who is treated well and fed well more likely to have a larger litter than one who is not?

    Can how a dog is treated affect how many puppies she has?

    2 AntwortenDogsvor 8 Jahren
  • tenant allows people to stay past allowed days?

    The tenant we have has allowed people to stay with her past the number allowed on the lease. She is allowed to have people stay for 3 days without getting the landlord's permission. The people who are staying there have stayed 3 weeks. What can be done to get these people out? I have reminded the tenant of the rules and told her to get the people out.

    5 AntwortenLaw & Ethicsvor 8 Jahren
  • A friend arrested in London?

    A friend of mine got arrested in London. I have no idea what is going on with him since this happened. Is there a way to find out?

    1 AntwortLaw Enforcement & Policevor 8 Jahren
  • What is the best website to sell Australian Cattle Dog puppies on? Why that one?

    I need to know a good website for selling Australian Cattle dog puppies. Please let me know why you think the website is a good one. Thanks.

    9 AntwortenDogsvor 8 Jahren
  • Need to locate an old friend?

    I need to locate an old friend of mine. He used to be on Facebook but he must have taken down his page because I can't find him there. How else could I locate him when he lives in the State of Wisconsin. What other websites might I find him on? Or what else can I do to find him?

    2 AntwortenFriendsvor 9 Jahren
  • What toys to buy a heeler?

    The dogs we have are heelers and pretty tough and rough when it comes to play. We have rope toys, bones, and tennis balls for them. I was just wondering if anyone who has a dog with a tough personality could recommend more toys for them. Toys like stuffed animals just become garbage.

    3 AntwortenDogsvor 9 Jahren
  • A question about durable power of attorney?

    RecentlyI applied for a loan as POA for a loved one as he is in jail and needs a loan for things like bail and attorney fees. The loan was denied because the bank says that it does not specifically state that the POA can do a loan for my loved one. I was under the impression that power of attorney allowed you to deal with all of a persons financial affairs when they are unable to. ?

    2 AntwortenLaw & Ethicsvor 9 Jahren
  • A question about durable power of attorney?

    RecentlyI applied for a loan as POA for a loved one as he is in jail and needs a loan for things like bail and attorney fees. The loan was denied because the bank says that it does not specifically state that the POA can do a loan for my loved one. I was under the impression that power of attorney allowed you to deal with all of a persons financial affairs when they are unable to. ?

    1 AntwortLaw & Ethicsvor 9 Jahren
  • Weather affects dogs behavior - what to do?

    We have a blue heeler and since the weather got cold the dog refuses to poop outside. It was well potty trained until the Wisconsin weather got to its usual winter temperatures. Any suggestions?

    We also found it strange that if we put the dogs food in the basement it will not eat. Strange that even though our basement is a usual basement temperature and the dog has use of stairs to go to and from its food it refuses to eat in that location.

    1 AntwortDogsvor 9 Jahren
  • what is the best source other than Lynda.com for learning Maya 2010?

    Looking for a good source other than Lynda.com to learn Maya 2010. Could be a book, video, website, etc.

    2 AntwortenProgramming & Designvor 10 Jahren
  • Medical Professionals - Cephalexin problem?

    I have an infection in my toes. Cephalexin works but the problem always reoccurs. The doctor switched me to bactrim but that caused kidney pain and blood in my urine. What would work for this diabetic infection to resolve the problem?

    1 AntwortInfectious Diseasesvor 10 Jahren
  • Blue Heelers - Where can we find a breeder in Wisconsin?

    Are there any blue heeler breeders in Wisconsin?

    5 AntwortenDogsvor 10 Jahren
  • Blog filtering question?

    This is the first blog project I have ever dealt with. I need to put a blog into a website but because of the nature of the blog all comments on it would need to be filtered through someones email before the comments could be posted. It would not just need to filter out spam but the comments would need to be reviewed by someone within the organization - any suggestions on how to do this and what program to use would be appreciated.

    1 AntwortProgramming & Designvor 1 Jahrzehnt
  • Body Temperature Last Night?

    Last night I had a temperature of 96.9 when I normally run a 98.6. I did not feel well at the time. How concerned should you be when you get a reading like this?

    1 AntwortInfectious Diseasesvor 1 Jahrzehnt
  • how do you find the capacity of a home fuel oil tank?

    I need to find the size of a home fuel oil tank and I find no listing on the outside of the tank. The gauge only tells if it is 1/4, 1/2, 3/4, or fully filled. I can find the name of the manufacturer but they are no longer in business. Is there a way to tell how many gallons it holds?

    4 AntwortenMaintenance & Repairsvor 1 Jahrzehnt
  • ASP.NET server error but the build has no errors?

    I am doing an exercise out of a wrox.com book (also posted my question on their site).

    I'm in Chapter 13 page 470 step 14 The book is ASP.NET in C# and VB. I am using VB and where you run the page I get no build errors and my browser starts to run but encounters an error that says Operator '==' incompatible with operand types 'Int32' and 'Object'. Here's my code:<%@ Page Title="All Photo Albums" Language="VB" MasterPageFile="~/MasterPages/MasterPage.master" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>

    <script runat="server">

    Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs)

    End Sub

    </script>

    <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">

    </asp:Content>

    <asp:Content ID="Content2" ContentPlaceHolderID="cpMainContent" Runat="Server">

    <asp:UpdatePanel ID="UpdatePanel1" runat="server">

    </asp:UpdatePanel>

    <ContentTemplate>

    <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True"

    onselectedindexchanged="DropDownList1_SelectedIndexChanged">

    </asp:DropDownList>

    <asp:ListView ID="ListView1" runat="server" DataKeyNames="Id"

    DataSourceID="LinqDataSource1">

    <ItemTemplate>

    <li> <asp:Image ID="Image1" runat="server" ImageUrl='<%# Eval("ImageUrl") %>'

    ToolTip='<%# Eval("ToolTip") %>' />

    <asp:Label ID="DescriptionLabel" runat="server" Text='<%# Eval("Description") %>' />

    </li>

    </ItemTemplate>

    <EmptyDataTemplate>

    No data was returned.

    </EmptyDataTemplate>

    <LayoutTemplate>

    <ul class="itemContainer">

    <li ID="itemPlaceholder" runat="server" />

    </ul>

    <div style="">

    <asp:DataPager ID="DataPager1" runat="server" PageSize="3">

    <Fields>

    <asp:NextPreviousPagerField ButtonType="Button" ShowFirstPageButton="True" ShowLastPageButton="True" />

    </Fields>

    </asp:DataPager>

    </div>

    </LayoutTemplate>

    </asp:ListView>

    <asp:LinqDataSource ID="LinqDataSource1" runat="server"

    ContextTypeName="PlanetWroxDataContext" TableName="Pictures"

    Where="PhotoAlbumId == @PhotoAlbumId">

    <WhereParameters>

    <asp:ControlParameter ControlID="DropDownList1" Name="PhotoAlbumId"

    PropertyName="SelectedValue" Type="Int32" />

    </WhereParameters>

    </asp:LinqDataSource>

    </asp:ContentTemplate>

    </asp:UpdatePanel>

    </asp:Content>

    I've tried changing the Int to Int16 but it didn't help and I don't understand.

    1 AntwortProgramming & Designvor 1 Jahrzehnt
  • Where to get a tutor for ASP.NET 3.5?

    Where can I go to get a tutor for ASP.NET 3.5? I've run across so many problems because of a lot of things like - its an online class so I'm not in a classroom where I can just ask questions, the ones I have asked of my classmates have gone unanswered and my instructor is only on our campus once per week. The tutoring center at the college I go to doesn't have anyone who knows this material although they do know other web development courses. I was just wondering where to look for a tutor? I am following the text word for word and a lot of it doesn't seem to work very well. Any suggestions?

    1 AntwortProgramming & Designvor 1 Jahrzehnt
  • Need to find SMTP server address?

    I am taking an ASP.NET course and I need to find out what the address of the SMTP server is. The book says I should use the SMTP server that I also use in my email client. I use yahoo mail. Can someone please tell me how to find the address?

    2 AntwortenSending and Receiving Messagesvor 1 Jahrzehnt