PHPCMS: Difference between revisions
No edit summary |
No edit summary |
||
(30 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<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>< | <blockquote>Effectively, "PHP CMS" here means { Drupal, Mediawiki, WordPress }. Below is mostly 2011 or earlier. | ||
< | <h1>''cf:'' [[C-Liu|C-六]]</h1></blockquote> | ||
< | <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: 89%; | |||
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 .... | ||
<div align=right></html>[[Resume|<font size=2 color=navy><b>to my Resume Portal</b></font>]]<html></div> | <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-六 integrates CodeIgniter, Drupal6/7, Magento and arbitrary other PHP packages as FLOW3 packages in my framework. </blockquote></font> | <blockquote>Yes, C-六 integrates CodeIgniter, Drupal6/7, Magento and arbitrary other PHP packages as FLOW3 packages in my framework. </blockquote></font> | ||
</td | </td></tr> | ||
<tr><td colspan=2 bgcolor=antiquewhite><font color=black> | <tr><td colspan=2 bgcolor=antiquewhite><font color=black> | ||
<blockquote> | <blockquote> |
Latest revision as of 01:05, 27 May 2022
2019-02-04 Update
About CMS and what you need to support your web in general ....
Hosting, Performance, Development, and Maintenance
The Look and Feel of Your Site
E Commerce and other Integrations and CustomizationsHow long and How much?
Is there one you are committed to maintaining?
| |
|