Copy link to clipboard
Copied
I know that nothing about doing any of this is easy,but is there a way to create an interactive event calendar?
And would the client be able to edit the events?
Thanks!!!
Nina
I work with dates a lot and have written both a monthly calendar and weekly schedule that clients update through a database interface.
Programming languages like PHP have fantastic support for working with dates and times. As you don't seem to be a programmer, you will probably use an off-the-shelf solution. Just the same, here are some tips, (assuming a LAMP environment):
Copy link to clipboard
Copied
There's definitely "a way to do it". Relatively speaking, the easy part would be making the responsive calendar.
The rest of it would require a good understanding of server scripting and databases (like PHP and mySQL) if you weren't using a third party plug-in for an existing content management system like WordPress that is.
There's nothing built into DW that will do any of it for you, though it could be built with DW if you know how.
Copy link to clipboard
Copied
I guess I won't be able to do this. But I do have a question, is it possible to use WordPress to do this page and the rest in Dreamweaver? Or can you work with WordPress through Dreamweaver CC?
Copy link to clipboard
Copied
is it possible to use WordPress to do this page and the rest in Dreamweaver?
In theory, yes, in practice, no.
You should look for an off-the-shelf calendar solution. But not a free one. It may take some hunting to find the right one for your needs.
Copy link to clipboard
Copied
You can use Dreamweaver to modify a WordPress theme, if you have a very solid understanding of how WP uses PHP.
Once the theme were modified and deployed, you would then use WPs admin panel for all updating. DW would be left behind for the most part.
Copy link to clipboard
Copied
Thank you everyone for all of your help. I guess I'm going to need to learn PHP and MySQL to be able to do this. I love the FGM-Calendar layout, I know I can set that up, but running the data will be a challenge.
Copy link to clipboard
Copied
I guess I'm going to need to learn PHP and MySQL to be able to do this.
It makes sense to learn a little PHP to process a contact form, or something simple like that, but a calendar populated from a database that clients update via a web interface. . .that is not a simple project. That's like saying: "I want to go fishing so I guess I will need to learn how to build a boat." Unless you are already proficient in a C++ style programing language, this project would be a great deal of work for you.
Copy link to clipboard
Copied
I work with dates a lot and have written both a monthly calendar and weekly schedule that clients update through a database interface.
Programming languages like PHP have fantastic support for working with dates and times. As you don't seem to be a programmer, you will probably use an off-the-shelf solution. Just the same, here are some tips, (assuming a LAMP environment):
Copy link to clipboard
Copied
If you follow Rob's technique for the data, the front end would be perfect for a Flexbox structure. Here is an example:
Copy link to clipboard
Copied
Have you looked at Google Calendar?
Copy link to clipboard
Copied
Here's a link on how to embed & customize Google Calendar on your site.
Add a Google calendar to your website - Calendar Help
Nancy
Find more inspiration, events, and resources on the new Adobe Community
Explore Now