I'm looking for recommendations for a good website builder using php. I want to build a professional looking website for my business, and would like to use open source tools for obvious reasons. The tool must be very simple to use, and offer a lot of templates that allow me to just fill in the content without any coding. And, I should be able to create drop-down menus on mouseover, again without coding. The site is mostly content based and fairly simple for now, but would include a bunch of forms in future and I plan to have a php developer doing that stuff then.
I will appreciate any suggestions. Thanks in advance
php website builder
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: php website builder
Notepad.vpulipati wrote:I'm looking for recommendations for a good website builder using php.
Because there free?vpulipati wrote:I want to build a professional looking website for my business, and would like to use open source tools for obvious reasons.
Notepadvpulipati wrote:The tool must be very simple to use
Ummm...well...I built a CMS a while back which does something like this: http://sourceforge.net/projects/texocmsvpulipati wrote:and offer a lot of templates that allow me to just fill in the content without any coding.
It does essentially that...builds PHP pages using a templated approach so design can changed rapidly. I'm not supporting it anymore as my attention has long since switched to something else, but the code is pretty simple.
You could probably create a module for my CMS which made menu generaiton possible (either generating from the file structure or XML file or similar). You might want to look into other alternatives.vpulipati wrote:And, I should be able to create drop-down menus on mouseover, again without coding. The site is mostly content based and fairly simple for now, but would include a bunch of forms in future and I plan to have a php developer doing that stuff then.
I will appreciate any suggestions. Thanks in advance
http://www.opensourcecms.org
Cheers
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: php website builder
So basically you want something to make your web site for you? Not sure that there is such a thing. Unless you want to consider a web developer. 
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: php website builder
There are lots of them. I saw this one the other day:
http://jeremiahgrossman.blogspot.com/20 ... -page.html
http://jeremiahgrossman.blogspot.com/20 ... -page.html
(#10850)
Re: php website builder
I don't think such a tool exists. There are programs like Frontpage, with which you can build your own webpages, but don't expect any quality. The online webbuilder Arborint pointed to is something like Frontpage but then online. It also produces low-quality code (from a quick view). Those are excellent solutions if you want to make a hobby-site about your goldfish collection.
If you want something professional for your business, you need a real developer/designer.
If you want something professional for your business, you need a real developer/designer.