Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Redesign of existing movie theater website for CS148, Fall 2016, UVM

NotificationsYou must be signed in to change notification settings

SleekPanther/roxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage Highlights

  • Movies have 2 visibility/display optionsCurrent orHidden
  • Coming Soon is calculated automatically based on release date
  • Add new movies with visibilityCurrent
  • Hidden is for future movies with not enough info to display yet, or if you want to hide a past movie altogether
    But this is unnecessary as movies with no current showtimes aren't displayed

Notes

  • I use PHP to upload image files straight to a server. With a develop & live copy of the site, the imagesmust be added (committed) to git from the live site (or already be on develop). Otherwise making changes to develop & pulling to live will remove any new images or changes from the live site.
  • I didn't implement the$databaseSuccess validation for php mysql forms on the adminedit.php andindex.php pages in themagic/ folder. I felt it wasn't really needed.
  • W3 Schools Uploading images tutorial
  • I had problems withPHP not allowing Array constant
  • There's the potential to maketblShowtimes NOT have auto-increment primary keys, but it requires a lot of info to make a showtime unique. Currently you can add 2 "identical" showtimes for the same movie, with the same time, post date, expiration date & dimension. This is due to the auto-increment keys & no checks for duplicate times. However I didn't feel it was necessary, as they would soon see 2 identical times appear on the site.
  • There may still be some lingeringLEFT JOIN's fortblPictures from when I allowed pictures to be optional. Now with the file uploads they're required, but theLEFT JOIN's don't seem to break anything (for now)
  • Some images still don't seem to upload even though they shouldn't be too big. I couldn't fix it with the.htaccess file as suggested on stack overflowpost 1 orpost 2

Potential Improvements

  • CSS mobile responsive, especiallyheader.php on small screens
    Some transition issues in IE when page grows/shrinks
  • Jquery/ajax to validate date, update showtime expiration 6 days later when changing post date

[8]ページ先頭

©2009-2025 Movatter.jp