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...
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.
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.