I’ve been evaluating EE for a while now and I’m sold. However, I don’t have a lot of programming experience in it yet. Coming from ColdFusion/PHP custom development, I tend to do sites with functionality like on this site, for example:
http://favorednations.com/
That’s not my site, but I was surfing it today and I wondered how I would do a site like that in EE, specifically the artists and tours sections.
In CF/PHP, I would just use a template and pass in URL vars for the correct database entry. But in EE, I’m a bit confused.
Would you guys suggest, for both sections, entries in weblogs? Then just dump the titles (which could be the tour/artist names) into a select element then write a javascript function to forward the users onto the correct permalink? Or is there a better way to do it? Obviously I could make templates for each one, but who wants to keep all that updated?
Or, is something like this better suited as a custom site, not built with EE?
Thanks for any feedback!