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 TouchToneTommy 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: joecdn
  • Content: Threads
  • Order by date
  1. joecdn

    Blogging

    OK, so this is a new term I learned, I didn't know what a Blog was ... now that I know, how do I do it? I'd like to create a web page for my travelling, I'm going to be travelling to Asia and I'd like to be able to post my journal entries ... is there an easy way to do this? Without...
  2. joecdn

    Posting Journals

    I'm hoping this is something easy ... I'm planning on doing some travelling and I thought it would great to put together a web page that will allow me to post journal entries. Something that everyone will be able to see. Is there a way to set this up in Dreamweaver? I don't want it to be...
  3. joecdn

    Excel - Auto-Fill feature

    Is there a way you can default the auto-fill, so that when you put in a numeric value, it will increment ... mine is defaulted to copying and you have to manually select the increment option ... but with others, theirs is defaulted to increment. I can't seem to find it in the options anywhere...
  4. joecdn

    Very Simple ???... Hopefully

    Can anyone tell me what is the best way to display a certain number of records (up to 10) in a table? Trying to find a syntax for the For ... Loop, but I'm not sure you can do it using a recordset. Anyway, all I want to do is take the first 10 records and leave the rest. Any insight would be...
  5. joecdn

    Why Can't I Import from Photoshop

    OK ... I'm sure this has been asked, but I can't find the right forum. I created a map with Roll Overs in Photoshop/Image Ready. All I want to do is put it in an existing .htm file I have created in Dreamweaver. But, for some reason it's not working properly ... Am I doing something wrong? I...
  6. joecdn

    Problem saving as PPS

    I have a presentation that runs fine off of PP with animations and all, but when I saved it as a .PPS, the animations do not work. Does anyone no why this is? Any insight would be great. Thanks in advance
  7. joecdn

    Randomly changing Images

    I know there's a way to do this, but I can't seem to find the coding. What I want is to have images randomly change every set time while being on a page. How do I do this? Also, to add to it, is there a way you can have each image fade in and fade out when you're changing from one picture to...
  8. joecdn

    Verifying a Field Using the table instead of a RecordSet

    OK, I'm sure someone else has asked a similar question, but what I want to do is verify that a record exists based on what is put into the form. Is there a way I can do this without using a recordset? It must be a syntax thing, because all I want to do is take the field in the table and see...
  9. joecdn

    ASP anyone?

    I'm not sure if anyone knows this, but I'm trying to insert a record into a FoxPro 2.6 database using ASP. I tried the regulat Insert command, but that doesn't seem to work. So, I'm trying this method, which I think is closer, but no cigar. Here's the code I have. Dim ConString Dim adoCon...
  10. joecdn

    Can't update a table

    OK, hair pulling here ... I'm just trying to insert a record into a database and when I do it, I get so many different errors. The main one was the problem with the locking. Here's the code I have. Set adoCon = Server.CreateObject("ADODB.Connection") adoCon.ConnectionString =...
  11. joecdn

    How does this site work?

    I have a project that I'm working on and it requires creating a chat forum very similar to here. It'll have a little more to it, like a form to fill out, but I'm just wondering how this works. I'm assuming the info gets stored into a database, but what I really like is the automatic emails...
  12. joecdn

    Help - Style Sheets not Cooperating

    I have a file that doesn't seem to display any of the info from the style sheet, but yet when I look at it in Dreamweaver, everything seems to be there. It might be because I got rid of the style sheet and then brought it back in again, but the reason I did that was because part of the page...
  13. joecdn

    Redirecting to another page

    OK, I'm having trouble trying to get this line of code to work. I know it's a syntax issue, but I can't seem to figure it out. What I'm doing is taking the value of emp_no and when it gets redirected to store.asp it'll display all the stores for emp_no. Hopefully that makes sense. What am I...
  14. joecdn

    Using FoxPro tables on Palm's

    Anyone know if there is Language out there where I can develop for a Palm OS and use FoxPro databases? I know it's a stretch, but I'm hoping.
  15. joecdn

    Alternative to Frames?

    Now that I have my banner layout fixed up properly and I'm happy with the way it looks, my boss tells me it looks great, but I don't like the fact you need to display a new page everytime you hit another link. He suggested putting a frame in so the banner will never change. I personally, hate...
  16. joecdn

    Relationship between XP and Fox 2.6

    We have a Fox 2.6 system that is being run off each of our XP Professional workstations. Every once in a while there seems to be certain users who complain that the system is running very slow. For example, when you select a menu item, it takes forever to display the screen. It doesn't happen...
  17. joecdn

    Basic Layout Problem

    I'm trying to do a basic layout ... I didn't think this part would be so tedious. I'm having the following problems with having it display across the screen regardless of what resolution you have your computer set to. I created a style sheet where I wanted to have a background to repeat...
  18. joecdn

    Error while connecting to DB - through Dreamweaver

    I have a test web server that has a straight forward Access database. I've tried pointing to the correct location, but when I run it, I get this error. Does anyone know what the problem is? Please help! Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC...
  19. joecdn

    ASP Error - Can't connect to DB on a test server

    I have a test web server that had a staright forward Access database. I've tried pointing to the correct location, but when I run it, I get this error. Does anyone know what the problem is? Please help! Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC...

Part and Inventory Search

Back
Top