PHPCMS: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
No edit summary
No edit summary
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
<html>
<script language="JavaScript">
  function openWin(URL) {
  aWindow = window.open(URL,"theWindow","scrollbars=yes,width=950,height=750");
  aWindow.focus();
  }
</script>
<div style="background-color: black; width: 92%;">
<div style="background-color: black; width: 92%;">
<div style="position: relative; top: 10px; left: 35px;">
<div style="position: relative; top: 10px; left: 35px;">
Line 11: Line 5:
</html>
</html>
<h1>2019-02-04 Update</h1>
<h1>2019-02-04 Update</h1>
<blockquote>Effectively, "PHP CMS" here means { Drupal, Mediawiki, WordPress }. Below is mostly 2011 or earlier.</blockquote><div id="darkLayer" class="darkClass" style="display:none">
<blockquote>Effectively, "PHP CMS" here means { Drupal, Mediawiki, WordPress }. Below is mostly 2011 or earlier.</blockquote>
<h1>''cf:'' [[C-Liu]]</h1>
<h1>''cf:'' [[C-Liu]]</h1>
<html>
<html><script language="JavaScript">
  function openWin(URL) {
  aWindow = window.open(URL,"theWindow","scrollbars=yes,width=950,height=750");
  aWindow.focus();
  }
function dimOn()
{
    document.getElementById("darkLayer").style.display = "";
}
</script>
<style>
.darkClass
{
    background-color: white;
    filter:alpha(opacity=70); /* IE */
    opacity: 0.7; /* Safari, Opera */
    -moz-opacity:0.70; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 95%;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top: 90px;
    left: 0px;
}
</style>
<div id="darkLayer" class="darkClass" ></div>
<h1>About <a href=http://en.wikipedia.org/wiki/Comparison_of_content_management_systems title="like langs, CMS is a contentious choice">CMS</a> <font size=2> and what you need to support your web in general ....  
<h1>About <a href=http://en.wikipedia.org/wiki/Comparison_of_content_management_systems title="like langs, CMS is a contentious choice">CMS</a> <font size=2> and what you need to support your web in general ....  
&nbsp; &nbsp; &nbsp; &nbsp;<div align=right></html>[[Resume|<font size=2 color=navy><b>to my Resume Portal</b></font>]]<html></div>
&nbsp; &nbsp; &nbsp; &nbsp;<div align=right></html>[[Resume|<font size=2 color=navy><b>to my Resume Portal</b></font>]]<html></div>
Line 35: Line 56:
     <h2>Is there one you are committed to maintaining?</h2>
     <h2>Is there one you are committed to maintaining?</h2>
           <blockquote>Yes, C-&#x516D; integrates CodeIgniter, Drupal6/7, Magento and arbitrary other PHP packages as FLOW3 packages in my framework. </blockquote></font>
           <blockquote>Yes, C-&#x516D; integrates CodeIgniter, Drupal6/7, Magento and arbitrary other PHP packages as FLOW3 packages in my framework. </blockquote></font>
</div></td></tr>
</td></tr>
<tr><td colspan=2 bgcolor=antiquewhite><font color=black>
<tr><td colspan=2 bgcolor=antiquewhite><font color=black>
<blockquote>
<blockquote>

Revision as of 16:09, 4 February 2019

2019-02-04 Update

Effectively, "PHP CMS" here means { Drupal, Mediawiki, WordPress }. Below is mostly 2011 or earlier.

cf: C-Liu

About CMS and what you need to support your web in general ....        

A PHP Content Management System (CMS) such as Joomla or Drupal¹ provides a backend for your web. C5, Typo3 are among others². Many modern programming languages have applications that more or less fit in this category and my experience and practice are not limited to PHP but this page is. Why PHP? See 4.

See also cmsmatrix.org, a comparision site.

Hosting, Performance, Development, and Maintenance

Performance is largely a function of your hosting (more...). Monthly support provides a basis for development and maintenance (more...) .

The Look and Feel of Your Site

CMSes generally come with some theming mechanism and numerous have pre-prepared publicly available free and priced ones that can be used. In practice, if you want high-end custom look and feel developed for your app/site, you will need to hire a graphic artist/design shop for that. You can probably save yourself time and money by nailing down the software first. See also UI/UX Resources.

E Commerce and other Integrations and Customizations

How long and How much?

The standard enterprise business case is for AKPMSPRNT to implement a core metaphor base C-六 app in DS but something with WP may be done in a couple of days. See the Rate Chart.

Is there one you are committed to maintaining?

Yes, C-六 integrates CodeIgniter, Drupal6/7, Magento and arbitrary other PHP packages as FLOW3 packages in my framework.

¹     I've used both in paid workA, B, C. The Typo3 site has a cogent graphic of the whole CMS space and here is a link to a a CMS evaluation procedure.
²     Each, however, has its strengths and weaknesses. WordPress is (2013-Q2) a blogging package rather than a general purpose CMS but a blog is content it or TextPattern are great for brochure sites. Joomla/Mambo and Drupal are the most popular general PHP CMSes.
      C5 is WYSIWYG using jquery AJAX and has a decent core design. The last I counted there were at least a 100 PHP CMSes alone.
³     Concrete5 and others state that they will not support IE6. I may do so however, I don't here in my domains but client work is different. Safari 3 or better should be on any Mac, I was just late in upgrading.
4    No reason, I can work with web packages in Java, Smalltalk, .Net, Lisp, Haskell, and Ruby, but this page oriented to the PHP market. See also Encyclopaedia Galactica.