Re: Best Way To Do Admin Sections on Sites
Posted: Fri Jun 05, 2009 9:28 pm
Yeah, I thought it up, drew the screens, built the framework behind it, coded it -- yep, all me. That's how I typically make my admin systems now. On the left you'll see the top control is something I did with jQuery to switch between domain object groups. Underneath it, on the left, are the domain objects inside a jQuery Accordion menu, thanks to whichever author built that control. Then, you have the CRUD menus beneath that. I didn't make this complex beyond that -- just stuck with frames because I wanted to avoid menu refreshes with each click -- many sites are implemented on shared servers which can sometimes be slow, and admin systems need to be responsive during emergencies.PCSpectra wrote:Nice...is that your own design?