12-30-2007, 08:39 PM
[eluser]vrillusions[/eluser]
I have been spending a while now pondering how I want to do the main page to my website. I have used wordpress for a personal journal type site for a while now, so I'm comfortable with it. Also expressionengine is good as well but I've never tried it. The problem I've been trying to figure out at least with wordpress is how to integrate into my site:
My website is just a personal website. I'll be the only one that ever posts stuff, there are no other editors, I use the plain html markup version in wordpress (not the fancy editor). I designed a database consisting of 5 tables or so and were all pretty small. Only thing I would really miss as far as plugins is akismet, which there are php classes available and easy to use, and some minor ones I added because I could, like a feedburner plugin and such.
So, my question, given the above needs, how would you make it? I'm leaning towards just making my own since it is so basic. Then I don't have to worry about how to get wordpress or EE to see all my existing configs, adding features are easy, since it's not complex with a need for multiple editors with different permissions in different areas. With some other script I'd have to figure out how to get all the urls to work correctly and make sure various parts can see other parts and then hope that an update doesn't break everything.
I have been spending a while now pondering how I want to do the main page to my website. I have used wordpress for a personal journal type site for a while now, so I'm comfortable with it. Also expressionengine is good as well but I've never tried it. The problem I've been trying to figure out at least with wordpress is how to integrate into my site:
Quote:/ - last 10 or so entries
/blog/2007/12/the-permalink-uri
/articles/permalink-for-article-uri
/another_ci_module
/another_ci_module2
...
My website is just a personal website. I'll be the only one that ever posts stuff, there are no other editors, I use the plain html markup version in wordpress (not the fancy editor). I designed a database consisting of 5 tables or so and were all pretty small. Only thing I would really miss as far as plugins is akismet, which there are php classes available and easy to use, and some minor ones I added because I could, like a feedburner plugin and such.
So, my question, given the above needs, how would you make it? I'm leaning towards just making my own since it is so basic. Then I don't have to worry about how to get wordpress or EE to see all my existing configs, adding features are easy, since it's not complex with a need for multiple editors with different permissions in different areas. With some other script I'd have to figure out how to get all the urls to work correctly and make sure various parts can see other parts and then hope that an update doesn't break everything.