PHPCMS: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
aWindow = window.open(URL,"theWindow","scrollbars=yes,width=950,height=750"); | aWindow = window.open(URL,"theWindow","scrollbars=yes,width=950,height=750"); | ||
aWindow.focus(); | aWindow.focus(); | ||
} | } | ||
function dimOn() | |||
{ | |||
document.getElementById("darkLayer").style.display = ""; | |||
} | |||
</script> | </script> | ||
<style> | <style> | ||
Line 28: | Line 32: | ||
</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.</blockquote> | ||
<h1>''cf:'' [[C-Liu]]</h1> | <h1>''cf:'' [[C-Liu]]</h1> | ||
<html> | <html><div id="darkLayer" class="darkClass" style="display:none"> | ||
<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> |
Revision as of 14:52, 4 February 2019
2019-02-04 Update
cf: C-Liu | |
|