
TSX
Blog roll for BlogCFC
I have been playing around with Ray Camden’s BlogCFC for the past few weeks. I am planning on moving over from BlogCFM. One think that I really wanted with my new blog was the ability to easily update links in my blog roll. BlogCFC did not have this out the box, but I came up with a very easy whay of doing this. Using BlogCFC’s Textblocks feature I created a textblok called “blog roll”. Next I created a pod called blogroll.cfm and called my blog roll text block using
SELECT BODY
FROM dbo.tblblogtextblocks
WHERE LABEL = ‘Blog Roll’#QBlogroll.body#
Now all I have to do is update the links in my blog roll textblock, refresh blog cache and my blog roll is updated.
Mileage Tutorial
Here is the code as well as a download with a Microsoft Access database of my little TSX Avg Mpg page. A couple of people from acurazine asked about it so I decided to put it up. Anyone is welcomed to use this code on your site the only thing I ask is that you link back to me. You will have to make a couple of adjustments to the code to get it to work. Enjoy!

