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!

Search results for query: *

  1. daamsie

    how to make coldfusion dynamic pages SE friendly?

    It's true, dynamic pages (with url variables or not) have no problem being indexed in Google. This doesn't mean that other SE's don't have a little more difficulty. And there are certain instances where Google will balk at it as well. If you have SessionID's in your url string for instance. Or...
  2. daamsie

    Storing HTML in a database. Is it safe?

    Hi Imstillatwork, Any ideas what might be a better way to do this then? I basically want to allow my users the ability to specify the markup for each of their blog entries. Any suggestions are welcome - I can still easily change things at this stage.
  3. daamsie

    How can I use <cfflush> to display a large database on a page

    Hi bynymk, I'm no expert on CFFLUSH. I've only used it occasionally, so I may be wrong here. I think the problem in your code is that you are running two CFLOOPS and expecting them both to flush at the same time. There's no reason for the code to move on to the second CFLOOP (the one that...
  4. daamsie

    Storing HTML in a database. Is it safe?

    Ok, I've been looking all over the net trying to find some good advice on this. I'm working on a blog type application and I want my users to be able to format their text as they see fit. I have a nice little WYSIWYG textarea replacement, but I have a little question I need to have answered...
  5. daamsie

    developing for MSSQL without buying the application?

    Basically I will develop using a freebie HTML code editor that I have used for a couple of years now quite happily, so no extras with that :) $49 sounds like an acceptable price.. I may be able to pull that off! Any idea when in August it might drop though? I need to get started in the next...
  6. daamsie

    developing for MSSQL without buying the application?

    Hi, I am looking at developing an e-commerce application and need to be able to develop for MSSQL. If I understand correctly, there is no 'free' version of MSSQL for developers? Considering I will only be using it on my local computer for testing, I don't want to fork out the money to buy it. Is...
  7. daamsie

    Retrieve data from DB w/o submitting CF page

    Depending on how many records you have in your database, you may be able to retrieve them all when loading the page initially. Then you could use a simple 'onBlur' command to populate the other fields when someone types in the right initials. NOTE: Haven't actually tried this, just seems like...
  8. daamsie

    Session timeout

    Hi Tim, I'm no expert and am actually dealing with a very similar problem - I can't get my host to increast their max timeout beyond 20 mins! Looking at your settings though, it seems a bit different to what I would have attempted: Application Max Timeout: 2 - 0 - 0 - 0 Application Default...
  9. daamsie

    How to select * from mytable where <ANY FIELD> = something

    Why don't you use.. SELECT * FROM MYTABLE WHERE name = "whatever" OR lastname= "whatever" OR username="whatever" I realize this is laborious if you have a lot of fields and you need to check all of them, but I think it's the only...
  10. daamsie

    'lost connection to mysql' error!

    Hi, I have found a few other posts regarding this subject, but thought I'd outline the problems I'm having and see if you have any suggestions. Unfortunately my site is being hosted remotely, so I have not control over the settings -- all I can do is offer suggestions. The problem is that...

Part and Inventory Search

Back
Top