Version: 1.4
Author: Vesa Lampinen / Scionart.com
Things used:
- HTML5 & CSS3
- PHP 7
- jQuery v3.6.0
- Bootstrap v4.6.0
- Gimp 2.8.22
This little site is all about calendars. It sprang up from the idea of "how about creating a calendar using PHP". This site is far from complete and thus there are more features on the TODO-list.
The background image consists of nine pages of the year 1700's almanac called "Almanach / På Året efter Christi Födelse 1700".
Version history
Version 1.4 (30th March 2021):
- Changed how the current day is highlighted in the calendar pages.
- Minor fixes.
- Updating Bootstrap to the version 4.6.0.
- Updating jQuery to the version 3.6.0.
Version 1.3.1 (29th March 2021):
- Adding more events and holidays to the calendars shown on the page "Current month".
Version 1.3 (29th May 2020):
- Showing the calendar events also on smaller browser window sizes (for example mobile devices with small display resolutions).
- The Record store day was postponed once again because of COVID-19. Since it is uncertain whether it will be held this year at all, it is now removed from the events.
- Updating Bootstrap to the version 4.5.0.
- Updating jQuery to the version 3.5.1.
Version 1.2.1c (30th April 2020):
- Fixing the script-tags for Popper.js (tooltip and popover positioning engine).
Version 1.2.1b (16th April 2020):
- Changing the Record store day to a later day because of COVID-19. The pandemic can affect other upcoming events too.
Version 1.2.1 (20th February 2020):
- Adding the CSS-stylesheet for printing the calendar pages. Without the stylesheet a print preview looked ugly.
- Adding more events and holidays to the calendars shown on the page "Current month".
Version 1.2 (18th February 2020):
- Adding some events and holidays to the calendars shown on the page "Current month". For now, those are shown only on larger browser window sizes.
Version 1.1 (14th February 2020):
- Adding the week numbers to the current month's calendar.
- Fine-tuning the layout of calendars on the page "Whole year".
- Updating Bootstrap to the version 4.4.1.
- Updating jQuery to the version 3.4.1.
Version 1.0.2 (26th June 2018):
- Trying to fix timezone related issues by using Geo IP API of ip-api.com.
- Updating Bootstrap to the version 4.1.1.
Version 1.0.1 (29th April 2018):
- The outermost while loops' expressions were missing equals signs and thus certain months' calendars weren't shown properly.
- Minor CSS-fixes.