Hi everyone. I just purchased EE 3 days ago for my own website.
I currently have it up in Dreamweaver with a mix of PHP, CSS, Javascript and other personal code. I really do not need EE to edit the site content as im the only one editing it.
But the reason I wanted EE was because I want a clean and more consistent look trough all pages. The site is pretty big and I cannot keep up with having it consistent in terms of layout and design. The reason I went with EE was because everywhere I read it said it does not require you to fit into a design structure but it can fit your site. So far I love what I heart. Parts of the site have external systems like an account system, a wordpress blog (which is coded to look exactly like the site but WP only is for the blog under example.com/blog) another helpdesk system, a Vbulletin forums, etc.
Now I don´t plan to run everything under EE but just my main static .php which I want to convert into a bit more dynamic.
EE is running, index.php is remove with mod rewrite, I created a /test page as I cannot create the current sections which would overwrite the ones I have already.
My statics pages are coded like this:
PHP include (head) this includes a head.php of every html site
PHP include meta tags (I included another metatag.php on each page so I can have another title, description on each page)
Here goes content which has a navigation like Home - Section - Page name. I change this manually on each page I edit.
Content. I edit this manually
Finally a foot.php include tag.
So basically for each page I just create the content on the page on dreamweaver and upload it via FTP. I also manually change the name for the metag.php to point to a file which I can change the description, title, etc.
The header and footer is each one on its own file which is included dynamically on each page. So if I need to change something in the footer, like copyright trough all pages, I just change the foot.php and its changed on all pages.
Now, the reason I want to migrate the site to EE is so I dont have to keep handling all this separate files and what EE does is actually just what I have but more dynamically and can be managed via the control page.
I already purchased a Kindle book on EE, watched some 20 video tutorials on Youtube, and read the documentation and some tutorials.
But honestly Im still lost into how to import my structure.
I have to mention that in the head.php there is the CSS which is a main one for all pages, javascript, etc.
From what I understand I need to start splitting the code and putting it inside EE, then create the templates which include all the EE tags which would render the whole page just like I have right now. Is this correct? Would EE work for me here?
My idea was to have the javascript, CSS, head, footer, etc all on each files for management, then also have some snipped codes like copyright, menus, etc, separate.
Im still not sure if I actually need EE as I just open Dreamweaver and edit everything on each one file.
Let me mention that I do not want to be logging into EE to change each word on a website, that would take ages. I want to keep using Dreamweaver for my main content, and just put the code inside EE so it handles the whole structure better and my idea was in the future to put stuff more dynamic on pages.
Im very confused about the templates, channel, categories, etc. Im not sure where to put each code. But then again im just starting. I do love what I see in the way that EE does not get into my code, I can use Javascript, CSS, PHP includes, etc just like I have them now and I like this. It means I can adapt my site for EE and not have to adapt it to work for EE.
In the past I looked into Drupal and other CMS but they box you into their systems, something which I never liked it as some parts of my site would not work anymore, like the ones pulling external stuff via PHP.
I was impressed how easy was EE to get it configure for my site. It let me change the default index.php right away, remove it, change the admin page and even let me upload the system folder into above the public_html folder so its very clean and its not getting in my way.
My questions are if someone has some example of a website and how it would look in EE, where should I put my header content, my footer, etc?