ZoobieSoft's BlogCFC is up and running!
This is my obligatory "Hello World" post after a nice fresh installation of the latest version of BlogCFC. More posts to follow later...
Testing dp-syntaxhighlighter ColdFISH Plain Code Block:
</p>
<p><!--- Try to get the articles. ---><br />
<cftry><br />
<cfset articles = application.blog.getEntries(params)><br />
<!--- if using alias, switch mode to entry ---><br />
<cfif url.mode is "alias"><br />
<cfset url.mode = "entry"><br />
<cfset url.entry = articles.id><br />
</cfif><br />
<cfcatch><br />
<cfset articles = queryNew("id")><br />
</cfcatch><br />
</cftry></p>
<p>









Yukon wrote on 09/10/08 9:55 PM
Testing the comment form