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 bkrike 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 RufusCobb

  1. RufusCobb

    How do I load data from a text file?

    Jay, you're the man. Thanks.
  2. RufusCobb

    How do I load data from a text file?

    I need to load data from a text file into a table using SQL. Can anyone help me with the syntax? Basically, my table has 3 columns - uid, name, isactive. Is there a statment such as INSERT INTO <tablename> USING <filename> or anything like that? If so, how do I specify the path of the file...
  3. RufusCobb

    how do I find a closing tag?

    I've got a ton of code that's formatted poorly, and the indents for opening and closing tags never match. Is there a way to select an opening tag, then hit an F key or something to highlight the closing tag? Thanks.
  4. RufusCobb

    Anyone use StoreFront for DreamWeaver?

    Thanks nippi, good advice. It looks like it meets my client's needs on paper, and of course through talks with their salespeople. Was just wondering if anyone who has used it has found any limitations, inflexibilities, etc.
  5. RufusCobb

    Anyone use StoreFront for DreamWeaver?

    OK y'all, I hate to keep bugging you with this, but I gotta. This out-of-the-box, e-commerce StoreFront product seems like it's pretty flexible, easy-to-use, and developed specifically for DW http://www.storefront.net Does anyone have anything good or bad to say about it? As always, your help...
  6. RufusCobb

    Anyone use CartWeaver?

    Just wanted to know if anyone has experince using CartWeaver for setting up an online store. If so, what'd you think? Fliexible? Easy to use/learn? Do I need to know CF? Thanks in advance.
  7. RufusCobb

    Shopping Cart Apps

    Thanks for your help so far lebisol. I've only got about 2 weeks to implement the system, so having said that, I'm pretty sure I'm going to have to go with an out-of-the-box solution like Miva Merchant or Skipjack StoreSense - any other suggestions? Those are just 2 that I've heard of. Yes...
  8. RufusCobb

    Shopping Cart Apps

    Yes, just a basic site built with html in DreamWeaver. Have plugged in some small CGI scripts to my code before but nothing fancy. Don't know ASP but not ruling it out. Seems like a lot of people using PHP nowadays. Not sure I want to write my own shopping cart becuause of time and learning...
  9. RufusCobb

    Shopping Cart Apps

    I'm a novice creating my first e-commerce site, and I'd like some suggestions for some shopping cart applications that are easy-to-integrate, flexible, customizable, and reasonably-priced. I'm building an .html site in DreamWeaver MX, and I'd like to be able to customize and plug in a shopping...
  10. RufusCobb

    auto closing window - why this error?

    The window auto closes fine, but DW finds an error in this tag: <body onload=&quot;closeMe()&quot;>. Here is complete script: <script> var howLong=10000; t = null; function closeMe(){ t = setTimeout(&quot;self.close()&quot;,howLong); } </script> </head> <body...
  11. RufusCobb

    Spacing of bulleted items

    I have a list of items that I want bulleted. I put each into it's own table cell because otherwise, selecting the bullet formatting tool will only bullet the entire paragraph. Now I can get each item bulleted, however, the minimum cell height it's allowing me is too large. How do I modify the...

Part and Inventory Search

Back
Top