Forum: Search Engine Optimization Jul 26th, 2009 |
| Replies: 5 Views: 454 Google WM Tools is a good but a quick fix. Eventually you will want to understand how they work and how to use them more effectively. You can get a good grounding in them at ... ... |
Forum: ColdFusion Jul 24th, 2009 |
| Replies: 1 Views: 822 I use CF on a School District website and LOVE IT for app development. It is a scripting language somewhat like PHP but has many powerful built in tools for outputing PDFs as well as HTML, image... |
Forum: Search Engine Optimization Jul 24th, 2009 |
| Replies: 5 Views: 454 It might help to clarify that Coldfusion generated pages ARE html regardless of the ".cfm" extension. Coldfusion is simply a tool for dynamically generating the HTML (or XML or even PDFs and images,... |
Forum: ColdFusion Jul 24th, 2009 |
| Replies: 13 Views: 3,569 in the sql, try replacing "inner join" (which will return all matching rows from both tables) to "LEFT OUTER JOIN" which will essentially focus on the 1st table.
The problem, really might be that... |
Forum: ColdFusion Jul 9th, 2009 |
| Replies: 2 Views: 1,155 Since the <object> tag is only calling the Flash file, that is all fine. Your problem is likely either:
Your coldfusion code is in the file named "gallery.xml" in which case the colfusion... |