0

Our First Reactor Site

Coldfusion

We'll we finished our first Reactor based website. It was a flat HTML site we upgraded to Coldfusion/Fusebox/Reactor/MYSQL with some basic CMS updates for links and content.

Before

After

It went pretty well. I wish the documentation for Reactor was more up to date. maybe if I have time this week I'll post about a few things I learned to help out others. I'm deep into my next reactor project already.

This project was the first one we used JQUERY on also. I have no idea how I got along so long without it. It is pretty fantastic and has really good documentation.

EDIT: For a test we used JQUERY for the Mouseovers on the main page. We were going from an premade FLASH design to HTML. So we made the Animated Gifs and swap them with the black and white images. The text on the main page is also swapped with JQUERY. Most of the JQUERY stuff is in the administrative section of the site to help manage the forms and links.

Since JQUERY lets you bind events to objects when pages load I have changed the architecture of our fusebox sites to include a dsp_jsp.cfm file for each page. This is included in the $(document).ready() section of the page via content variables. It's much better than all the JS cluttering up the HTML in our displays. In the future I might try and do something slick to have it as an include instead of stuck at the top of the page.

 

tags:
ColdFusion
 
What did you use jquery for on the new site? Details man details!
:)
 
posted 1093 days ago
Add Comment Reply to: this comment OR this thread
 
 
I added a little more :). I put up some code examples from my current project when I am finished and have more time.
 
posted 1093 days ago
Add Comment Reply to: this comment OR this thread
 
John Allen said:
 
Awesome. How great is it that there is a layer between your code and DB? Especially when smart people write that layer.

Gets me excited every time. Every time.
 
posted 1092 days ago
Add Comment Reply to: this comment OR this thread
 
 
So, I am interested.... half a year later, what is your opinion of Reactor now?
 
posted 906 days ago
Add Comment Reply to: this comment OR this thread
 

Search

Jeff   Roberson