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!

Search results for query: *

  • Users: RufusCobb
  • Content: Threads
  • Order by date
  1. 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...
  2. 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.
  3. 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...
  4. 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.
  5. 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...
  6. 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...
  7. 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