Search results

  1. C

    Is there any way to schedule the loading of a webpage?

    Another thing I really didn't thinkg about is that you probably don't even have to use the batch file at all. You could probably just call Iexplore.exe "http://localhost/mywepapp.asp" directly I'm not sure on this since I have never tested it, but should work the same at using a .bat file
  2. C

    Is there any way to schedule the loading of a webpage?

    Well, that might be more difficult. I know the Windows 98 resource kit had a kill.exe command that could be used in a batch file, but then you also run into the problem that both of these processes are not synchronized. You don't want the bat file closing the webpage in the middle of a DB...
  3. C

    Is there any way to schedule the loading of a webpage?

    Well, I guess here are a couple options for you then. 1.) You could write a VB app if you have visual studio. The vbscript your using in ASP has many similarities in syntax as vb.net (or v6) and the way you connect to your OLEDB could also be used in VB.net. If you don't have visual...
  4. C

    Is there any way to schedule the loading of a webpage?

    What language are you writing this web app in?
  5. C

    Is there any way to schedule the loading of a webpage?

    If the purpose of this program is to do database record maintenance, why are you writing it within the confines of a web page. An application like this would be better of running as a local win32 app.
  6. C

    I am sorry that I even have to request this

    Can somone point me to a link with that fat kid singing that stupid "Mia He" song. I'm not sure if I am even spelling it right
  7. C

    Help me make this equation - earn money!!

    so what would you plug into the exponent of x? Would you plug in the 1% of the constant
  8. C

    Help me make this equation - earn money!!

    I'm hitting the sack everyone, i will check back tomorrow, thanks for anyone help
  9. C

    Help me make this equation - earn money!!

    her209, is there a way to do it with only one variable
  10. C

    Need help creating an equation

    ok, here is my basic code Dim x As Decimal = 0 Dim y As Decimal = 0.016 Do Until y <= 0.00016 y = y * 0.869 x = x + 1 Loop MessageBox.Show(x) + How in the world would I make this into a single line math equation. Basically this is for a chemical extraction where each...
  11. C

    Help me make this equation - earn money!!

    ok, here is my basic code Dim x As Decimal = 0 Dim y As Decimal = 0.016 Do Until y <= 0.00016 y = y * 0.869 x = x + 1 Loop MessageBox.Show(x) + How in the world would I make this into a single line math equation...
  12. C

    Interstellar Travel - Will it ever happen?

    Why do we need Geordi, I can already tell you just reverse the polarity and the cube will self destruct
  13. C

    Interstellar Travel - Will it ever happen?

    I really think that unless we can manupulate space-time (Warp, Worm hole, <<Insert other Star Trek phrase>>) we will not be running into the Enterprise any time soon.
  14. C

    Interstellar Travel - Will it ever happen?

    Lol, yea, that or make friends with Q
  15. C

    Interstellar Travel - Will it ever happen?

    Today in my physics class this question was raised. I was just curious what all you other brains out there thought about this question... I know if you look in the news today and other discussions on possible future propulsion systems, people talk about nuclear, antimatter/matter, ion, etc...
  16. C

    Jupiter Pic

    Someone mentioned the gases igniting. I don't think there will be any problem with the hydrogen igniting without an oxidyzer.
  17. C

    Air Force Studying 30,000 LB conventional bomb!

    Check your math again... not even close 15kt nuke has same destructive force as 15,000 metric tons of TNT. If this 30,000 lb has a yield of 30k lb (which I'm not sure if the actual weight of conventional bombs translate directly to actual yields, but for arguments sake lets say it is 30k...
  18. C

    Battery question

    Ok here is the situation... I have lying around a total of six 6-volt batteries. I was playing around with two of them and runing them at 12-volts in serial configuration. I was using this new voltage to do some electrolysis and other experiemnts (I know, I wish I had better things to do at the...
  19. C

    Another battery question (LOL please don't let me blow myself up)

    Ok here is the situation... I have lying around a total of six 6-volt batteries. I was playing around with two of them and runing them at 12-volts in serial configuration. I was using this new voltage to do some electrolysis and other experiemnts (I know, I wish I had better things to do at...
  20. C

    *Very* basic battery question

    Thanks for everyones help
  21. C

    *Very* basic battery question

    Ok. I am about as ignorant as my grandmother when it comes to basic electrical understanding, so bear with me on this question. I have a 6-volt batery for one of my flashlights (large flashlight) Also in my alarm clock there is a 9-volt battery. Now, the 6-volt is a much larger battery in...
  22. C

    Skywalker vs. Deeko

    Now is Backstreet Boys still Deekso favorite band, or is that Nsync, I can't remember which one.
  23. C

    Need trig help!

    I see it now! I'm just going blind this late at night. Thanks everyone
  24. C

    Need trig help!

    I appreciate the help everyone. I understand now what the sin of that angle is, but how to you solve with the info you already have? sorry for being so ignorant in this
  25. C

    Need trig help!

    explain how you came up with that answer? I don't understand where I am going wrong?
  26. C

    Need trig help!

    I am doing review questions in preperation for tomorrows test. This is the exact question. Stonehenge in Salisbury Plains, England, was constructed using solid stone blocks weighing over 99,000 pounds each. Lifting a single stone required 550 people, who pulled the stone up a ramp inclined at...
  27. C

    Poll: What's your favorite Soviet surface-to-air missile?

    I couldn't tell you my favorite missle from the US much less from the old Soviets
  28. C

    need help with 1 more algebra problem

    So I could set k as any value and the results would be the same?
  29. C

    need help with 1 more algebra problem

    Can you point me in the right direction? is k suppose to be the constant. thats what is throwing me off
  30. C

    need help with 1 more algebra problem

    Ok, I have no idea where to begin on this one? Determine the value of k such that kx^3-x^2-5kx+12 is divisible by x-2 Am I suppose to use synthetic division? Thanks for any help.
  31. C

    Algebra problem help

    LOL, thats what I get for trying to figure this stuff out at 11:00pm. Thanks so much for everyones help! I now think I somewhat understand it.
  32. C

    Algebra problem help

    so solving for x I get x=-2y/3y Do I just switch X and Y? Would the answer be f^-1(x)=-2x/3x
  33. C

    Algebra problem help

    Ok, I know this is somewhat elementary, but I am trying to resolve this problem below and for the life of me I can not find any references in my book or online to this problem. Given f(x)=x/(3x+2) find f^-1(x) Is this an inverse function? what is throwing me off is that -1
  34. C

    Anyone see the preview for Fahrenheit 911? Link included.

    Ok, I know there is some sort of Micheal Moore bashing that goes on daily and I can't stand this lard ass anymore than many of the others around here, but I was just curious what the opinoion on this previe was? Actaully at the end when Bush makes the statement wbout watching his golf drive...
  35. C

    college algebra problem

    Thanks everyone, it was the factoring of x that threw me off
  36. C

    college algebra problem

    Ok so this is what I come up with when I divide. (x ln 5)/(x+1)=ln 4 Is this right?
  37. C

    college algebra problem

    Thats what I come up with too, but how do I get the (X+1) on the other side of the equation
  38. C

    college algebra problem

    For the life of me I can't remeber how to start an equation with X in the exponent on both sides example: 5^x=4^(x+1) Thanks for any help
  39. C

    Need assistance with anyone who is familiar with a TI-89

    chumpan, is that how you come up with a base? "log(whatever) / log(3)" If I wanted to calculate log base 5. how would i do that?
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |