Should I Use Joomla To Build A Dynamic Website Or Just Code It With Regular Php?
February 27, 2010 under FAQ
Question says it all. I know a bit of basic php. I’m trying to build a home-business website (can’t really say what it is to prevent my ideas from theft).
A lot of people recommend joomla for creating a dynamic website. I hear its good for forums, comment-chats/guestbooks, posting, email, registration, user-accounts, and much more. But is it more reliable then coding with regular plain php scripts? I really need a basic understanding of CSM…
I have a book on joomla, And I plan to start reading it soon (as soon as I finish getting the down basics of php).
To keep the question short, I just want to know if I should just use joomla to build my website. And I’d like to know if there are any popular websites currently using joomla (if anyone knows any, please send me a link/source).
Search more about Should I Use Joomla To Build A Dynamic Website Or Just Code It With Regular Php?:




It’s a hard question to answer but consider this as a way to troubleshoot:
1. Besides design, do you have anything in your project that Joomla will not support you in any way? (Something custom to make it short)
2. What are you r short goals and future goals? Are all of them supported by Joomla?
3. In a need of something fully custom, can you attach it to Joomla?
Consider these questions carefully and if you don’t have a need to reinvent the wheel, then use Joomla and start a side project on PHP so you can improve your coding.
Good luck.
The answer to your question depends on a lot of variables.
First… is how complex and unique is the functionality of your site. Does it just require a basic e-Commerce functionality or is there some sort of uniqueue customer interaction required. A system like Joomla is made for the masses, for most sites joomla or the extensions available for it can provide the functionality they need but if you have something truluniqueue you’ll have program some functionality yourself at that point you may want to program it all.
Second.. Your skill level, you say you’re pretty new to PHP, if you’ve been programing complex applications in other languages for years and are comfortable with HTML and css then programing yourself is probably morpracticalal. If you’ve never done anything of this scale regardless of the programing language then joomla can provide some valuable structure that will prevent some critical mistakes.
Also consider a third mid range option– if you don’t think Joomla can do what you need but you want some structure to make your code easier and more readable consider using a framework like zen or cakphp. Frameworks provide some extra methodlogy and functions that help you code complext sites.
in my opinions, XOOPS performs better than joomla
more modules, themes and resistant to hacker
if you need any information about XOOPS
you may click here
http://english.tsmmc.com/modules/liaise/index.php?form_id=9
It is a question of choice…
Joomla is written in Php. SO, to understand it and adapt it to your needs, you need to know Php, and go through the 26Mb of code to find out, and eliminate 25.9Mb of stuff you do not need.
Joomla has tons of features, but you will never use them all…
But, if you know Php, why would you choose Joomla? Your code will be exactly what you need, you go through with your eyes closed (figure of speach), and will be easy to maintain.
I can make a full dynamic e-commerce with catalogue, on-line ordering and more with less than 500k of code…
Get some of the free scripts at http://www.web2coders.com and practice on these. You will find out that php is much easier than you think.
Good luck.