Right... I've coded my admin section such that every object, anywhere on the page, has a style associated with it. I change some settings in the database and suddenly every color, font, path in the system is different.
<!----------------//------ andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> -----Original Message----- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 1:36 PM To: CF-Talk Subject: RE: Admin Management Justin, Depending on your needs and hosting situation you can do this a number of different ways. For instance, we host all of our clients in-house and can build a single CMS that we can integrate multiple sites into. If you don't have that luxury the key concept is to ensure that your code is reusable. Build things in such a way that you can move from one server to another, change a couple of variables and things work. Frameworks help with this type of setup a lot. Once you develop a nice login system, you can move it around to other servers without a problem and you could make modifications as needed but at least the majority of the work is done. Same goes for all of your other "modules". Building nice components also helps out a lot. You may want to recreate the interface to have the look and feel of another site, but your business logic can stay the same from site to site. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -----Original Message----- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 2:22 PM To: CF-Talk Subject: Admin Management For those of you who build sites that require a back-end administrative area, what do you commonly use for those back-end areas? In my experience and from talking with other developers, the admin areas are one of the most tedious and repetitive development tasks we encounter. I'm wondering what your experiences have been like in this area. Are there decent tools for automating the admin-building process, or do you build them by hand each time? Any input would be appreciated. Thanks! -Justin Scott | GravityFree=20 Senior Programmer / Product Engineer 1960 Stickney Point Road, Second Floor Sarasota | FL | 34231 | 800.207.4431 941.927.7674 | f 941.923.5429 www.GravityFree.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220750 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

