Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by chipk

  1. chipk

    scrolling/rotating frames, iframes, or js

    That site does have some good stuff on it. I came across that in my search too. I think that my best bet for integrating with my current site is going to be flash. There are some downsides to every solution, but flash/actionscript seems to be the easiest way to go.
  2. chipk

    scrolling/rotating frames, iframes, or js

    Not really looking for a CMS option, but your post was very helpful as it led me to a few other options, as well as giving me a few other terms to search on. I wasn't aware that this was referred to as carousel. Thanks! I was looking into the YUI, and they have a module for that, so I may...
  3. chipk

    scrolling/rotating frames, iframes, or js

    Hello, I'm trying to figure out the best way to do something, pretty much an amateur, though I've managed a couple of websites, so go easy on me. Just looking for some direction. I want to have one part of my web page rotate through various pieces of information which would include links...
  4. chipk

    Rename Ubuntu server

    Huh, sorry, must be a version difference, or I'm just plain wrong cuz I was going from memory. You can also change this at the command line like so: sudo hostname $NEW_NAME That one I verified. ;)
  5. chipk

    log4cxx.dll missing

    Have you searched for that DLL (I'm assuming you mean DLL, not DDL) and tried to manually register it? regsvr32 log4cxx.dll
  6. chipk

    Rename Ubuntu server

    Assuming this is just a PC with nothing special loaded on it, go to System Menu, Administration, Networking, look on the General tab. Change the name here and reboot (or restart network should do it as well).
  7. chipk

    sql select statement - "where" breaking

    Bookmarked and will definitely check them out. Thanks!
  8. chipk

    sql select statement - "where" breaking

    Jason, I REALLY appreciate the additional feedback. This is a "once and done," quick and dirty, stand-alone program, but I definitely want to learn to do things correctly. I'm an amateur trying to plow my way through learning as I go with C#. Thanks!
  9. chipk

    sql select statement - "where" breaking

    Hi NESWalt, thanks for the reply. I tried typing that exactly as you have it, and that didn't quite work, but this did, which I don't quite understand because I swear I tried this: OleDbCommand MyCommand = new OleDbCommand("SELECT * FROM Mri2009 " + "WHERE DOS = ?", MyConnection)...
  10. chipk

    sql select statement - "where" breaking

    Hello all. I have the following code, with which I am attempting to select record in an Access database matching today's date, and for right now I'm simply writing that to the console. The problem I am having is that whenever I add the "where" clause, it breaks my program. If I take that one...
  11. chipk

    not loading image / config?

    Oh, ok. Well, I can tell you there's nothing modular in this thing.
  12. chipk

    not loading image / config?

    Burt - how do you go about doing that? There don't appear to be any serviceable parts inside a 3560.
  13. chipk

    not loading image / config?

    Thanks for the suggestion Burt. I'll give that a try. I've had the thing up trying to ensure it's not going to die on me again, and that seems like a good idea. Could have been "heat creep" or something.
  14. chipk

    not loading image / config?

    Ok, this is pretty wacky, but I got this switch to boot up. I unplugged and replugged the power supply several times, tried all kinds of different settings as far as baud rates for my terminal connection, and it seems to have just randomly started working. I think I may have a hardware problem...
  15. chipk

    not loading image / config?

    Ok, got a 3560 that I had sitting in a closet off for some time 6+ months. Went to boot it up to put it in service and this is all it does: Base ethernet MAC Address: 00:21:1b:ee:f2:00 Xmodem file system is available. The password-recovery mechanism is enabled. Initializing Flash...

Part and Inventory Search

Back
Top