Aria Pictures Films Encyclopedia logo.

Aria Pictures Films Encyclopedia

Aria Pictures Films Encyclopedia · Site Revision History

Under-the-hood code updates to entire site.

previous page

2023-10-12

Updated:
$WebLogImage = $DirectoryLink . $PageTitleLink . "image-file.jpg";
$FilmImage = $WebPageURL . $WebLogImage;
To:
$WebLogImage = $FilmImage = $WebPageURL . "image-file.jpg";

Updated: json schema file

"@type": "WebSite",
  "image": {
    "@type": "ImageObject",
    "url": "<?php echo $WebSiteURL ?><?php echo $WebSiteImage ?>",
"@type": "WebSite",
  "image": {
    "@type": "ImageObject",
    "url": "<?php echo $WebPageURL ?>",
"@type": "<?php echo $PageType ?>",
  "image": {
    "@type": "ImageObject",
    "url": "<?php echo $WebPageURL ?><?php echo $WebLogImage ?>",
     "mainEntityOfPage": "<?php echo $WebPageURL ?>"
"@type": "<?php echo $PageType ?>",
  "image": {
    "@type": "ImageObject",
    "url": "<?php echo $WebLogImage ?>",
"@type": "ImageObject",
  "image": {
    "@type": "ImageObject",
    "url": "<?php echo $WebSiteURL ?><?php echo $WebLogImage ?>",
     "contentUrl": "<?php echo $WebSiteURL ?><?php echo $WebLogImage ?>",
"@type": "ImageObject",
  "image": {
    "@type": "ImageObject",
    "url": "<?php echo $WebLogImage ?>",
    "contentUrl": "<?php echo $WebLogImage ?>",

2023-08-29

Updated: made the json schema segments connected with the help from https://schemantra.com/

2023-07-18

Added: javascript that adds a notice of where the copied text was copied from when people copy text from website

Removed: best and worst rating variables as they were not being used in any json file.

Moved: $PageType = "Article"; to vars.php

Changed: production pages $Section = $ProductionCompanyName .$dash. "Film Productions";
to $Section = $FPWE .$dash. $PageTitle;

2023-06-03

Updated: first lines of index files from: $DRParts = $DocRoot . "/_parts/"; $Vars = $DRParts . "_var/vars.php"; include_once($Vars);
to: include_once($DocRoot . "/_parts/_var/vars.php");

Moved: $DRParts = $DocRoot . "/_parts/"; to the vars file.

Updated: Aria Pictures colors to stay in the same shades and tints from the base colors.

SubFooter: made "this page," name bold.

Moved: $Section variable to vars for most pages.

2023-04-27

Changed: _include to _parts. Updated all links and variables to match the change.

Moved: Content to the top of page and to the left removing a large portion of white space between the beginning and section 1.

Updated: The how the section dividers for desktop and mobile are defined with new javascript that does not effect SEO and page creation speed.

2023-02-13

Added: humans.txt. We are Humans, not machines.

2023-01-14

Updated: People · Actors and Crew page session_start variable from FilmTitle to PageTitle

2022-12-30

Film Pages
Added conversation as a type of correspondence for a tag used for verbal discussion.

conversation

Film and Character Pages
Added reference to signify the contents is referenced from another film.

reference

2022-12-02

Film Pages
Added post as a type of correspondence for a tag used for social posting of information.

post

2022-11-27

Film Pages
Changed the blue color to be lighter so the black text is easier to see, per wcag.

Gerald Sunday, November 27, 2022

2022-09-18

Added json to production pages

Moved changes section from production pages to separate php file.

2022-08-29

Added to film Production pages
json movie schema in the film production directory _json/json-movie.php

IMBb link on Production film page is now a variable to pass it to the json movie schema

2022-08-27

Styled the Production Film Box
.card-content .content .name { font-family: 'Monda-bold'; font-weight: 700; font-size: var(--small)!important; } .card-content .content .tagline { font-family: 'Berkshire Swash'; margin-top: 1rem; }

Added films to the people page instead of just seeing a number.

Name Films Actor Crew
Gary Udell 3 2 2
Name Films Actor Crew
Gary Udell 3 2 Detective ATHE GOLdEN TREE 2 Detective ATHE GOLdEN TREE

2022-08-23

Added to CSS
h3 + h4 margin-top: 0; and h4 + p + h4 margin-top: 0; to keep the crew listing spacing normal

Moved Marketing to 4 by itself out from under release. Moved Release to 5.

2022-08-22

Updated the CSS
Increased the margin on the top of h3 tags from 2.5rem to 10rem
Removed line-height from h4 tags
Added margin to the top of h4 tags with 4rem

Film Pages
Added addition tag to blockquote headers for additions from outside sources

Brendan Brooks Monday, August 22, 2022 addition

Changed the colors of the correspondence tags: email, journal, message, article,and newsletter to be tetrads from ocean1. Changed message color to be reddish and so additions can be green.

2022-07-30

Added menu items to the footer
Removed contact from top menu

2022-07-29

Film Pages
Added type of correspondence tag: email, journal, message, article, and newsletter to blockquote headers

email journal message article newsletter

2022-07-14

Film Pages
Added 1.1 Plot - Tagline
Moved the cast listing to 2: Cast

2022-07-10

Updated footer revision code

2022-07-09

Film Pages
Added tags for blockquote headings

Gerald Saturday, July 9, 2022
previous page
Contents
Top