> I'm not sure I understand the comment about "server-side scripting" -- > everything CFML would be server-side scripting so what specifically do you > think is lacking?
Not something that goes over ever detail of tags/functions, syntax, etc, which are things generally found in a manual, but something for people coming from a plain ole HTML/CSS/JavaScript background who are looking to get into server-side scripting. Usually this falls under tutorials/lessons that start with a simple "hello world" and progress to more advance topics. For example, googling C++ tutorials brought me to this site: http://www.learncpp.com/ - that is a very comprehensive site for learning C++ (starting with no knowledge of programming at all). For PHP, here are 200 YouTube videos: http://thenewboston.org/list.php?cat=11 - and again, this starts with a very basic level and progresses onward. -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
