Recent content by alocurto

  1. A

    Ty Caton Wine Link

    huh. Thanks for trying. Where are you located?
  2. A

    Ty Caton Wine Link

    I am a wooter and I wooted some Ty Caton wine. They are giving a discount to Wooters and I went to this page: http://www.tycaton.com/wooter.html Clicked the "Add Wines" button and I am taken to: http://scart.vom.com/cgi-bin/cart32.exe/tycaton-AddItem which is 404ing. I contacted Ty...
  3. A

    Need to take programming, opinions? advice?

    Is that Visual Basic .NET or Old School VB6? If it's old school VB6 then do C++. If it's VB .NET you might want to do that since it will get you exposed to the .NET Framework, Visual Studio, ADO. NET, etc. C# is and easy conversion from C# .NET. You can use MONO on linux to code .net...
  4. A

    how can i break apart this string?

    Looks to me like you can use a split on " That is '" ' (The space is included) That will leave you with: "Cheney "Marshall 7 But then you have to clean it up... Maybe get the 2 index locations of '" ' and then sub string it. fname = str.substring(1, locationOfFirstDelim)...
  5. A

    Hey, GM: Can I retire at 48, too?

    :thumbsup:
  6. A

    c and c++

    Agreed. I would stay AWAY from C as it isn't object oriented and will put you on a path that MIGHT make C++ and C# more confusing down the road.
  7. A

    PC Repair Question

    I would check for ait flow like Peter said. Heat makes stuff go crazy. I have also had caps blow but my results with that have been everything not working, not just acting flaky.
  8. A

    I've been SQL injected!

    http://www.coffeeandcoding.com...jection-in-cold-fusion
  9. A

    Which is easier to read:

  10. A

    I've been SQL injected!

    I had that happen to a site I am hosting (didn't write) in CF. ha, it's a freakin mess and a half. They are like "Fix it!"... yeah... ummm 10000+ CFM pages.. I'll get right on that. Always use parameterized queries from code and always use stored procs.
  11. A

    Poll: How do you pronounce "char"

    Car. How do people pronounce Varchar? I say var-car.
  12. A

    Wii IN STOCK ToyRUs.com

    The price seems good and more importantly is it IN STOCK. Wii fit is now available too. http://www.toysrus.com/product....jsp?productId=3153822
  13. A

    best place for blackjack in vegas

    Just got back from vegas a few weeks ago (4th trip :-P ) I am in the same boat as you, cheap table, have some fun. OLD VEGAS (Freemont Street) is where you want to go.
  14. A

    HTML problem. Firefox can't properly open my link

    HTML != coding but yes, that is a spacing issue.