Recent content by fsm priest

  1. F

    What tires would you recommend for my 2002 Honda Accord?

    I know make and model are probably moot here, but I'll put it out there just in case. I am not interested in knowing what tires you have and how well they have done for you. I am interested in professional opinions from people who can tell me what tire is the best bang for quality and buck and...
  2. F

    2002 Honda Accord: Midas wants to replace all 6 spark plugs for $209.94?

    They're going to use DBL Platinum (is that a brand name or does it just mean double platinum?). They say they need to do that because the engine light is on due to misfirings. I saw a few tutorial videos online on how to switch them, but I don't have the tools. I guess I could buy the tools...
  3. F

    need good P&S digital camera w/ good image sensor and not too ridiculously hight MPs?

    I am a Canon S90 owner and love the camera. The only reservation I have about it is the fact that it has a static focus during video shooting. This means that it focuses once before recording and maintains that same focal point throughout shooting, so you can't get close to subjects if you...
  4. F

    i don't think these starbuck's directions are right?

    i have this: http://www.faithfulprovisions.com/wp-content/uploads/2010/01/Starbucks-5oz-House-rendering.jpg it says: "Measure 2 Tbsp ground coffee for every 6 fl oz water" That is a lot of coffee! Now I like a robust coffee, but I don't like it where it's so thick you can pour it on the...
  5. F

    asp.net (3.5): what do you call it when you use onchange="javascript:function(param);"?

    ok, to be more clear, consider the below asp.net server tags: <asp:TextBox ID="txLol" onchange="javascript:TextBoxChanged();" runat="server" /> <asp:TextBox ID="txLol" onchange="vbscript:TextBoxChanged()" runat="server" /> what is the technical name for when you use "javascript" or "vbscript"...
  6. F

    c#/.net: what happens when a class is instantiated?

    we have a few classes that have some pretty heavy stuff going on in their constructors. since they're instantiated in multiple methods within another class, but not always used, it didn't make sense to me to declare them as new at module level bcuz i didn't want all the initialization stuff in...
  7. F

    c# (general .net) question about practical use of namespaces?

    hard to explain what i mean in the title alone. we wrote a huge application and have several static classes that we use for extension methods and general utility methods. we use these files' namespaces in pretty much every single .cs file in the solution even if we don't use any of the methods...
  8. F

    c# (general .net) question about practical use of namespaces?

    hard to explain what i mean in the title alone. we wrote a huge application and have several static classes that we use for extension methods and general utility methods. we use these files' namespaces in pretty much every single .cs file in the solution even if we don't use any of the methods...
  9. F

    c# (general .net) question about practical use of namespaces?

    hard to explain what i mean in the title alone. we wrote a huge application and have several static classes that we use for extension methods and general utility methods. we use these files' namespaces in pretty much every single .cs file in the solution even if we don't use any of the methods...
Back
Top